]> git.donarmstrong.com Git - lilypond.git/commitdiff
Redesign CSS for HTML documentation
authorAndrew Hawryluk <ahawryluk@gmail.com>
Fri, 12 Sep 2008 21:54:01 +0000 (23:54 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 12 Sep 2008 22:38:59 +0000 (00:38 +0200)
Documentation/lilypond.css

index 3fd59d3675d1ecfa04a87faf62a30e625325dd56..6ceede90be610ebfe75153c547e4cc23ae8af4d0 100644 (file)
@@ -11,6 +11,7 @@ body {
   padding: 0;
   height: 100%;
   font-size: 100%;
+  font-family: "Century Schoolbook L", Georgia, serif;
   margin-right: auto;
   margin-left: auto;
 }
@@ -18,31 +19,29 @@ body {
 /***********************************************************/
 /*                      HEADERS                            */
 /***********************************************************/
+h4 {
+  color: #151959;
+}
+
+h3 {
+    color: #151959;
+}
+
 h2 {
   font-size: x-large;
-  color: #1d7b85;
+  color: #151959;
 }
 .unnumberedsubsubsec, .subsubheading {
   font-size: large;
-  color: #1d7b85;
+  color: #151959;
 }
 
 /***********************************************************/
 /*                       LINKS                             */
 /***********************************************************/
-a {
-  color: #344242;
-}
-a:visited {
-  color: #666666;
-}
-a:active {
-  color: #00cccc;
-}
-a:hover {
-  color: #1d7b85;
-  text-decoration:underline;
-}
+a:link, a:visited, a:hover, a:active {color:#2E5479; text-decoration: none;}
+a:hover {text-decoration: underline;}
+a:active {color:#CCF;}
 
 /***********************************************************/
 /*                  BLOCK FORMATTING                       */
@@ -104,7 +103,7 @@ div#tocframe {
   padding-bottom: 0;
   margin: 0;
   overflow:      auto;
-  background-color: #FFFACD;
+  background-color: #E7EFE3;
   z-index:100;
   list-style-type: none;
 }
@@ -124,6 +123,16 @@ div#tocframe {
   list-style-type: none;
 }
 
+#tocframe a, #tocframe a:visited, #tocframe a:active {
+  color: #1B3313;
+  text-decoration: none;
+}
+
+#tocframe a:hover {
+  color: #2E5479;
+  text-decoration:underline;
+}
+
 #tocframe ul.toc {
   padding-left: 0px;
   margin-left: 0px;
@@ -159,7 +168,7 @@ li.toc_current ul {
 
 .nav_table {
   width: 100%;
-  background-color: #CCC;
+  background-color: #CCD3CC;
   border: 0;
   margin-top: 4px;
   left: auto;