[Checkins] SVN: buildout-website/trunk/source/_static/default.css Added few css class used in main page

Baiju M baiju.m.mail at gmail.com
Thu Apr 23 12:04:04 EDT 2009


Log message for revision 99423:
  Added few css class used in main page
  

Changed:
  U   buildout-website/trunk/source/_static/default.css

-=-
Modified: buildout-website/trunk/source/_static/default.css
===================================================================
--- buildout-website/trunk/source/_static/default.css	2009-04-23 16:04:00 UTC (rev 99422)
+++ buildout-website/trunk/source/_static/default.css	2009-04-23 16:04:03 UTC (rev 99423)
@@ -74,7 +74,7 @@
 {%- if theme_stickysidebar|tobool %}
 /* this is nice, but it it leads to hidden headings when jumping
    to an anchor */
-/*
+
 div.related {
     position: fixed;
 }
@@ -82,7 +82,7 @@
 div.documentwrapper {
     margin-top: 30px;
 }
-*/
+
 {%- endif %}
 
 div.sphinxsidebar h3 {
@@ -233,6 +233,40 @@
     font-size: 0.95em;
 }
 
+div.mainbody {
+  background-color: #ffffff;
+  color: #000000;
+  padding: 0 20px 30px 20px;
+  background-image: url(grad1.jpg);
+  background-repeat: repeat-x;
+}
+
+div.maintitle { 
+  padding-top: 15px;
+  font-size: 29px;
+  text-align: center;
+  font-weight: bold;
+}
+
+div.maindescription {
+  font-size: 19px;
+  font-weight: bold;
+}
+
+div.maindescription p {
+  text-align: center;
+  color: gray;
+}
+
+ul.mainlinks {
+  margin: 0;
+  list-style-type: none;
+}
+
+ul.mainlinks li {
+  display: inline;
+}
+
 ul.mainlinks li a {
   float: left;
   padding: 15px;
@@ -290,10 +324,6 @@
   padding: 10px;
 }
 
-div.documentwrapper {
-    background-image: url(img/blueprint.jpg) !important;
-}
-
 div#searchbox .searchtip {
     background-color: #272D7B; /* blueprint blue */
     padding: 4px 4px 4px 4px;



More information about the Checkins mailing list