Rev | Line | |
---|
[80] | 1 | /* comportements par defaut */ |
---|
| 2 | |
---|
| 3 | ul, li { |
---|
| 4 | list-style-type: none; |
---|
| 5 | margin: 0; |
---|
| 6 | padding: 0; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | p { |
---|
| 10 | margin: 0; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | a img { |
---|
| 14 | border: none; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | img { |
---|
| 18 | behavior: url("win_png.htc"); |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | h1, h2, h3, h4, h5, h6 { |
---|
| 22 | margin: 0; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | /* redefinition de tgs de spip */ |
---|
| 26 | |
---|
| 27 | spip_logos { |
---|
| 28 | border: 1px solid #ccc; |
---|
| 29 | margin: 0; |
---|
| 30 | padding: 0; |
---|
| 31 | background-color: #FFF; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | .spip_documents_left img, .spip_documents_right img, .spip_documents_center img { |
---|
| 35 | border: 1px solid #ccc; |
---|
| 36 | background-color: #efefef; |
---|
| 37 | padding: 0px; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | .spip_documents_left { |
---|
| 41 | float: left; |
---|
| 42 | margin: 0 1em 1em 0; |
---|
| 43 | text-align: center; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | .spip_documents_right { |
---|
| 47 | float: right; |
---|
| 48 | margin: 0 0 1em 1em; |
---|
| 49 | text-align: center; |
---|
| 50 | } |
---|
| 51 | |
---|
| 52 | .spip_documents_center { |
---|
| 53 | display: block; |
---|
| 54 | text-align: center; |
---|
| 55 | margin: 1em 0; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | .spip_doc_titre { |
---|
| 59 | margin: 3px; |
---|
| 60 | font-size: 10px; |
---|
| 61 | text-align: center; |
---|
| 62 | margin:0 auto; |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | .spip_doc_descriptif { |
---|
| 66 | font-size: 9px; |
---|
| 67 | text-align: center; |
---|
| 68 | line-height: 120%; |
---|
| 69 | margin:0 auto; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | |
---|
| 73 | div.spip_code { |
---|
| 74 | font-family: courier, sans-serif; |
---|
| 75 | font-size: 100%; |
---|
| 76 | padding: 10px 10px 10px 10px; |
---|
| 77 | margin: 10px 5px 10px 5px; |
---|
| 78 | border: 1px solid #ccc; |
---|
| 79 | background-color: #efefef; |
---|
| 80 | } |
---|
| 81 | |
---|
| 82 | span.spip_code { |
---|
| 83 | font-family: courier, sans-serif; |
---|
| 84 | font-size: 100%; |
---|
| 85 | } |
---|
| 86 | |
---|
| 87 | .spip_surligne { |
---|
| 88 | background-color: yellow; |
---|
| 89 | } |
---|
| 90 | /* comportement des css generee par spip */ |
---|
| 91 | |
---|
| 92 | p.spip { |
---|
| 93 | margin: 1em 0 2em 0; |
---|
| 94 | } |
---|
| 95 | |
---|
| 96 | fieldset { |
---|
| 97 | border: none; |
---|
| 98 | } |
---|
| 99 | |
---|
| 100 | legend { |
---|
| 101 | font-size: 18px; |
---|
| 102 | font-family: courier, monospace; |
---|
| 103 | margin-bottom: 10px; |
---|
| 104 | } |
---|
| 105 | |
---|
| 106 | fieldset p { |
---|
| 107 | margin: 6px 0 18px 0; |
---|
| 108 | } |
---|
| 109 | |
---|
| 110 | label { |
---|
| 111 | font-weight: bold; |
---|
| 112 | font-size: 12px; |
---|
| 113 | } |
---|
| 114 | |
---|
| 115 | #proposer-site legend { |
---|
| 116 | display:none; |
---|
| 117 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.