Contents of /www/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 273 - (show annotations)
Tue May 18 18:17:56 2010 UTC (14 years ago) by harbaum
File MIME type: text/css
File size: 273 byte(s)
style work
1 /* style.css - a simple style sheet */
2 body {
3 margin-left: 5%; margin-right: 5%;
4 color: white; background: #181818;
5 font-family: Verdana, sans-serif;
6 }
7
8 h2,h3,h4,h5,h6 { margin-left: -2%; }
9
10
11 a:link {color: lightblue}
12 a:visited {color: #ff77ff}
13 a:active {color: red}