[mapserver-commits] r8350 - trunk/docs/_static

svn at osgeo.org svn at osgeo.org
Tue Dec 30 12:55:46 EST 2008


Author: jmckenna
Date: 2008-12-30 12:55:46 -0500 (Tue, 30 Dec 2008)
New Revision: 8350

Modified:
   trunk/docs/_static/sphinx.css
Log:
change headings to mapserver blue color.  no changes to body background color, because i prefer white

Modified: trunk/docs/_static/sphinx.css
===================================================================
--- trunk/docs/_static/sphinx.css	2008-12-30 17:43:21 UTC (rev 8349)
+++ trunk/docs/_static/sphinx.css	2008-12-30 17:55:46 UTC (rev 8350)
@@ -9,8 +9,9 @@
     letter-spacing: -0.01em;
     line-height: 150%;
     text-align: center;
-    /*background-color: #AFC1C4; */
+    /*background-color: #AFC1C4;*/
     background-color: #BFD1D4;
+    /*background-color: white;*/
     color: black;
     padding: 0;
     border: 1px solid #aaa;
@@ -309,22 +310,30 @@
     margin: 1.3em 0 0.2em 0;
     font-size: 1.35em;
     padding: 0;
+    color: #11557C;
 }
 
 h3 {
     margin: 1em 0 -0.3em 0;
     font-size: 1.2em;
+    color: #11557C;
 }
 
+h4, h5, h6 {
+    color: #11557C;
+}
+
 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
-    color: black!important;
+    /*color: black!important;*/
+    color: #11557C;
 }
 
 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
     display: none;
     margin: 0 0 0 0.3em;
     padding: 0 0.2em 0 0.2em;
-    color: #aaa!important;
+    /*color: #aaa!important;*/
+    color: #11557C;
 }
 
 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
@@ -446,7 +455,8 @@
 
 
 a.headerlink {
-    color: #c60f0f!important;
+    /*color: #c60f0f!important;*/
+    color: #11557C;
     font-size: 1em;
     margin-left: 6px;
     padding: 0 4px 0 4px;



More information about the mapserver-commits mailing list