Mercurial > p > roundup > code
comparison templates/classic/html/style.css @ 1824:24819ee5dfbc
First steps towards HTML4.01 Strict validation.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Oct 2003 16:00:45 +0000 |
| parents | 5fed70f96d2b |
| children | fad32dafc174 |
comparison
equal
deleted
inserted
replaced
| 1823:5f25bf57efb8 | 1824:24819ee5dfbc |
|---|---|
| 1 /* main page styles */ | 1 /* main page styles */ |
| 2 body.body { | 2 body.body { |
| 3 font-family: sans-serif, Arial, Helvetica; | 3 font-family: sans-serif, Arial, Helvetica; |
| 4 color: #333333; | 4 color: #333333; |
| 5 margin: 0px 0px 0px 0px; | |
| 5 } | 6 } |
| 6 a[href]:hover { color:blue; text-decoration: underline; } | 7 a[href]:hover { color:blue; text-decoration: underline; } |
| 7 a[href]:link { color:blue; text-decoration: none; } | 8 a[href]:link { color:blue; text-decoration: none; } |
| 8 a[href] { color:blue; text-decoration: none; } | 9 a[href] { color:blue; text-decoration: none; } |
| 9 | 10 |
| 24 border-bottom: 1px solid #444444; | 25 border-bottom: 1px solid #444444; |
| 25 } | 26 } |
| 26 | 27 |
| 27 td.sidebar { | 28 td.sidebar { |
| 28 padding: 1 0 0 1; | 29 padding: 1 0 0 1; |
| 30 white-space: nowrap; | |
| 29 } | 31 } |
| 30 td.sidebar form { | 32 td.sidebar form { |
| 31 margin: 0 0 0 0; | 33 margin: 0 0 0 0; |
| 32 } | 34 } |
| 33 | 35 |
