Revision 3731:3770620079d4,
636 bytes
checked in by franck <carnet.franck.paul@…>, 8 years ago
(diff) |
Simplify licence block at the beginning of each file
|
Rev | Line | |
---|
[2804] | 1 | body { |
---|
| 2 | font : 10pt serif; |
---|
| 3 | margin: 0; |
---|
| 4 | color: #000; |
---|
| 5 | background: #fff; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | #prelude, #sidebar, .pagination, #comment-form { |
---|
| 9 | display: none; |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | p { |
---|
| 13 | margin: 0.2em 0 0.8em 0; |
---|
| 14 | line-height: 1.3em; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | h1,h2,h3,h4,h5, h6 { |
---|
| 18 | margin: 1em 0 0.2em 0; |
---|
| 19 | font-weight: bold; |
---|
| 20 | } |
---|
| 21 | h1 { font-size: 160%; } |
---|
| 22 | h2 { font-size: 140%; } |
---|
| 23 | h3 { font-size: 120%; } |
---|
| 24 | h4 { font-size: 100%; } |
---|
| 25 | h5 { font-size: 90%; } |
---|
| 26 | h6 { font-size: 80%; } |
---|
| 27 | |
---|
| 28 | a { |
---|
| 29 | color: #00f; |
---|
| 30 | text-decoration: none; |
---|
| 31 | border-bottom: 1px solid #999; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | .post-content a[href^="http"]:after, #comments a[href^="http"]:after, |
---|
| 35 | #trackbacks a[href^="http"]:after { |
---|
| 36 | content: " ("attr(href)") "; |
---|
| 37 | color: #333; |
---|
| 38 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.