[MKDoc-commit] Various tewaks to remove the grey colour scheme

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Thu Feb 3 16:42:07 GMT 2005


Log Message:
-----------
Various tewaks to remove the grey colour scheme

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/skin:
        colours.css

-------------- next part --------------
Index: colours.css
===================================================================
RCS file: /var/spool/cvs/mkd/skin/Attic/colours.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -Lskin/colours.css -Lskin/colours.css -u -r1.1.2.4 -r1.1.2.5
--- skin/colours.css
+++ skin/colours.css
@@ -3,7 +3,7 @@
 /* Content */
 body {
   background: #FFF;
-  color: #333;
+  color: #003;
 }
 
 body.not-showable {
@@ -17,15 +17,9 @@
 /* IE 6 on XP need the legend text colour setting */
 legend {
   background: transparent;
-  color: #333;
-}
-
-div.content {
-  color: #333;
-  background: transparent;
+  color: #003;
 }
 
-
 /* Misc */
 table caption {
   background: #666;
@@ -69,11 +63,6 @@
   color: #333;
 }
 
-div.breadcrumb {
-  background: #FFF;
-  color: #333; 
-}
-
 /* The following CSS is for the divs within the sidebar. 
    If it's needed to have different settings for different 
    boxes then the unique class bames that each div has can 
@@ -90,7 +79,7 @@
 }
 div.sidebar div h2 a:link, 
 div.sidebar div h2 a:visited {
-  color: #FFF;
+  color: #007;
   background: transparent;
 }
 
@@ -100,7 +89,7 @@
   color: red;
 }
 div.footnote {
-  border-top-color: #333; 
+  border-top-color: #008; 
 }
 a:link {
   background: transparent;


More information about the MKDoc-commit mailing list