Revision 681:4a4d866f3b8c,
1.5 KB
checked in by Franck <carnet.franck.paul@…>, 14 years ago
(diff) |
Merge branche themes dans la branche default
|
Rev | Line | |
---|
[681] | 1 | @charset "UTF-8"; |
---|
| 2 | /* -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
| 3 | # |
---|
| 4 | # Copyright (c) 2007-2011 - Kozlika http://www.kozlika.org |
---|
| 5 | # Licensed under the GPL version 2.0 license. |
---|
| 6 | # See LICENSE file or |
---|
| 7 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
| 8 | # |
---|
| 9 | # -- END LICENSE BLOCK ----------------------------------------- */ |
---|
| 10 | |
---|
| 11 | html, |
---|
| 12 | body { |
---|
| 13 | margin: 0; |
---|
| 14 | padding: 0; |
---|
| 15 | font-size: 100.1%; |
---|
| 16 | line-height: 1.5; |
---|
| 17 | } |
---|
| 18 | div, form, fieldset { |
---|
| 19 | margin: 0; |
---|
| 20 | padding: 0; |
---|
| 21 | border: none; |
---|
| 22 | } |
---|
| 23 | h2, h3, h4, h5, h6 { |
---|
| 24 | line-height: 1.2; |
---|
| 25 | font-weight: bold; |
---|
| 26 | margin: 1em 0 .5em 0; |
---|
| 27 | } |
---|
| 28 | h1 { |
---|
| 29 | margin: 0; |
---|
| 30 | font-weight: normal; |
---|
| 31 | } |
---|
| 32 | h2 { |
---|
| 33 | font-size: 1.6em; |
---|
| 34 | } |
---|
| 35 | h3 { |
---|
| 36 | font-size: 1.33em; |
---|
| 37 | } |
---|
| 38 | h4 { |
---|
| 39 | font-size: 1.2em; |
---|
| 40 | } |
---|
| 41 | h5 { |
---|
| 42 | font-size: 1.1em; |
---|
| 43 | } |
---|
| 44 | h6 { |
---|
| 45 | font-size: 1.5em; |
---|
| 46 | } |
---|
| 47 | p { |
---|
| 48 | margin: 1em 0 .5em 0; |
---|
| 49 | } |
---|
| 50 | img a { |
---|
| 51 | border: none; |
---|
| 52 | } |
---|
| 53 | sup, sub { |
---|
| 54 | font-size: .7em; |
---|
| 55 | line-height: .7em; |
---|
| 56 | } |
---|
| 57 | abbr, acronym { |
---|
| 58 | border-bottom: 1px dotted; |
---|
| 59 | cursor: help; |
---|
| 60 | } |
---|
| 61 | strong { |
---|
| 62 | font-size: .94em; |
---|
| 63 | } |
---|
| 64 | blockquote, q { |
---|
| 65 | font-style: italic; |
---|
| 66 | } |
---|
| 67 | blockquote em, q em { |
---|
| 68 | font-style: normal; |
---|
| 69 | } |
---|
| 70 | cite { |
---|
| 71 | font-size: .9em; |
---|
| 72 | } |
---|
| 73 | ul, ol, dd { |
---|
| 74 | margin: 1em 0 .5em 1.5em; |
---|
| 75 | } |
---|
| 76 | ul ul, ol ol { |
---|
| 77 | margin-top: .5em; |
---|
| 78 | } |
---|
| 79 | code, pre { |
---|
| 80 | font-family: "Andale mono","Courier New", Courier, mono; |
---|
| 81 | font-size: .875em; |
---|
| 82 | } |
---|
| 83 | code { |
---|
| 84 | padding: 0 2px; |
---|
| 85 | } |
---|
| 86 | pre { |
---|
| 87 | margin: 1em; |
---|
| 88 | overflow: auto; |
---|
| 89 | padding: 1px .5em; |
---|
| 90 | line-height: 1.2; |
---|
| 91 | } |
---|
| 92 | hr { |
---|
| 93 | height: 1px; |
---|
| 94 | border: 0; |
---|
| 95 | border-top: 1px solid #aaa; |
---|
| 96 | width: 60%; |
---|
| 97 | height: 1px; |
---|
| 98 | } |
---|
| 99 | input, button, select { |
---|
| 100 | vertical-align: middle; |
---|
| 101 | } |
---|
| 102 | em, i { |
---|
| 103 | font-style: italic; |
---|
| 104 | } |
---|
| 105 | strong, b { |
---|
| 106 | font-weight: bold; |
---|
| 107 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.