Tue, 27 Jul 2010 19:52:20 +0200
Added new CSS default file.
CSSs/default.css | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CSSs/default.css Tue Jul 27 19:52:20 2010 +0200 @@ -0,0 +1,12 @@ +body { + background: white; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: black; background: #C1BBA4; } +h4 { color: black; background: #C1BBA4; } + +a { color: #C07037; }