You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/07/21 13:14:09 UTC

svn commit: r1505339 - in /incubator/stratos/site/trunk/content: css/stratos.css images/architecture-diagram-thumbnail.jpg images/architecture-diagram.jpg images/overlay.png

Author: madhura
Date: Sun Jul 21 11:14:09 2013
New Revision: 1505339

URL: http://svn.apache.org/r1505339
Log:
thumbnail link added to the architecture diagram.jpg

Added:
    incubator/stratos/site/trunk/content/images/architecture-diagram-thumbnail.jpg   (with props)
    incubator/stratos/site/trunk/content/images/overlay.png   (with props)
Modified:
    incubator/stratos/site/trunk/content/css/stratos.css
    incubator/stratos/site/trunk/content/images/architecture-diagram.jpg

Modified: incubator/stratos/site/trunk/content/css/stratos.css
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/css/stratos.css?rev=1505339&r1=1505338&r2=1505339&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/css/stratos.css (original)
+++ incubator/stratos/site/trunk/content/css/stratos.css Sun Jul 21 11:14:09 2013
@@ -111,6 +111,48 @@ td {
     vertical-align: top;
     border-bottom: 1px solid #8fe2f9;
 }
+
+/*LightBox*/
+
+#wrapper {
+    width:600px; 
+    margin:0 auto; 
+    border-radius:0 0 5px 5px;
+    -moz-border-radius:0 0 5px 5px;
+    -webkit-border-radius: 0 0 5px 5px;
+    background:#fff; 
+    border:1px solid #ccc; 
+    padding:25px; 
+    border-top:none; 
+    box-shadow:0 0 5px #ccc;
+    -moz-box-shadow:0 0 5px #ccc;
+    -webkit-box-shadow:0 0 5px #ccc;
+    text-align:left;
+}
+#lightbox {
+    position:fixed; 
+    top:0; 
+    left:0; 
+    width:100%; 
+    height:100%; 
+    background:url(/images/overlay.png) repeat; 
+    text-align:center;
+}
+#lightbox p {
+    text-align:right; 
+    color:#fff; 
+    margin-right:20px; 
+    font-size:12px; 
+}
+#lightbox img {
+    box-shadow:0 0 25px #111;
+    -webkit-box-shadow:0 0 25px #111;
+    -moz-box-shadow:0 0 25px #111;
+    max-width:940px;
+}
+
+/*Lightbox end*/
+
 /*Mobile layout*/
 
 @media screen and (max-width: 767px) {

Added: incubator/stratos/site/trunk/content/images/architecture-diagram-thumbnail.jpg
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/images/architecture-diagram-thumbnail.jpg?rev=1505339&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/stratos/site/trunk/content/images/architecture-diagram-thumbnail.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/stratos/site/trunk/content/images/architecture-diagram.jpg
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/images/architecture-diagram.jpg?rev=1505339&r1=1505338&r2=1505339&view=diff
==============================================================================
Binary files - no diff available.

Added: incubator/stratos/site/trunk/content/images/overlay.png
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/images/overlay.png?rev=1505339&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/stratos/site/trunk/content/images/overlay.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream