Revision 3731:3770620079d4,
1.2 KB
checked in by franck <carnet.franck.paul@…>, 8 years ago
(diff) |
Simplify licence block at the beginning of each file
|
Rev | Line | |
---|
[300] | 1 | @charset "UTF-8"; |
---|
[304] | 2 | |
---|
[2566] | 3 | html, |
---|
[300] | 4 | body { |
---|
| 5 | margin: 0; |
---|
[304] | 6 | padding: 0; |
---|
[300] | 7 | font-size: 100.1%; |
---|
| 8 | line-height: 1.5; |
---|
| 9 | } |
---|
| 10 | div, form, fieldset { |
---|
| 11 | margin: 0; |
---|
| 12 | padding: 0; |
---|
| 13 | border: none; |
---|
| 14 | } |
---|
[304] | 15 | h2, h3, h4, h5, h6 { |
---|
| 16 | line-height: 1.2; |
---|
[300] | 17 | font-weight: bold; |
---|
| 18 | margin: 1em 0 .5em 0; |
---|
| 19 | } |
---|
| 20 | h1 { |
---|
| 21 | margin: 0; |
---|
[304] | 22 | font-weight: normal; |
---|
[300] | 23 | } |
---|
| 24 | h2 { |
---|
| 25 | font-size: 1.6em; |
---|
| 26 | } |
---|
| 27 | h3 { |
---|
| 28 | font-size: 1.33em; |
---|
| 29 | } |
---|
| 30 | h4 { |
---|
| 31 | font-size: 1.2em; |
---|
| 32 | } |
---|
| 33 | h5 { |
---|
| 34 | font-size: 1.1em; |
---|
| 35 | } |
---|
| 36 | h6 { |
---|
| 37 | font-size: 1.5em; |
---|
| 38 | } |
---|
| 39 | p { |
---|
| 40 | margin: 1em 0 .5em 0; |
---|
| 41 | } |
---|
| 42 | img a { |
---|
| 43 | border: none; |
---|
| 44 | } |
---|
| 45 | sup, sub { |
---|
| 46 | font-size: .7em; |
---|
| 47 | line-height: .7em; |
---|
| 48 | } |
---|
| 49 | abbr, acronym { |
---|
| 50 | border-bottom: 1px dotted; |
---|
| 51 | cursor: help; |
---|
| 52 | } |
---|
| 53 | strong { |
---|
[308] | 54 | font-size: .94em; |
---|
[300] | 55 | } |
---|
| 56 | blockquote, q { |
---|
| 57 | font-style: italic; |
---|
| 58 | } |
---|
| 59 | blockquote em, q em { |
---|
| 60 | font-style: normal; |
---|
| 61 | } |
---|
| 62 | cite { |
---|
| 63 | font-size: .9em; |
---|
| 64 | } |
---|
| 65 | ul, ol, dd { |
---|
[308] | 66 | margin: 1em 0 .5em 1.5em; |
---|
[300] | 67 | } |
---|
[304] | 68 | ul ul, ol ol { |
---|
| 69 | margin-top: .5em; |
---|
| 70 | } |
---|
[300] | 71 | code, pre { |
---|
| 72 | font-family: "Andale mono","Courier New", Courier, mono; |
---|
[305] | 73 | font-size: .875em; |
---|
[300] | 74 | } |
---|
[308] | 75 | code { |
---|
| 76 | padding: 0 2px; |
---|
| 77 | } |
---|
[300] | 78 | pre { |
---|
| 79 | margin: 1em; |
---|
| 80 | overflow: auto; |
---|
[308] | 81 | padding: 1px .5em; |
---|
[305] | 82 | line-height: 1.2; |
---|
[300] | 83 | } |
---|
| 84 | hr { |
---|
| 85 | height: 1px; |
---|
| 86 | border: 0; |
---|
[308] | 87 | border-top: 1px solid #aaa; |
---|
| 88 | width: 60%; |
---|
[300] | 89 | height: 1px; |
---|
| 90 | } |
---|
| 91 | input, button, select { |
---|
| 92 | vertical-align: middle; |
---|
| 93 | } |
---|
| 94 | em, i { |
---|
| 95 | font-style: italic; |
---|
| 96 | } |
---|
| 97 | strong, b { |
---|
| 98 | font-weight: bold; |
---|
[2566] | 99 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.