Last change
on this file since 84 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
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:0; |
---|
| 38 | margin-top:5px; |
---|
| 39 | } |
---|
| 40 | |
---|
| 41 | .spip_documents_left { |
---|
| 42 | float: left; |
---|
| 43 | margin: 0 1em 1em 0; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | .spip_documents_right { |
---|
| 47 | float: right; |
---|
| 48 | margin: 0 0 1em 1em; |
---|
| 49 | } |
---|
| 50 | |
---|
| 51 | .spip_documents_center { |
---|
| 52 | display: block; |
---|
| 53 | text-align: center; |
---|
| 54 | margin: 1em 0; |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | .spip_doc_titre { |
---|
| 58 | margin: 3px; |
---|
| 59 | font-size: 10px; |
---|
| 60 | text-align: center; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | .spip_doc_descriptif { |
---|
| 64 | font-size: 9px; |
---|
| 65 | text-align: center; |
---|
| 66 | line-height: 120%; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | |
---|
| 70 | div.spip_code { |
---|
| 71 | font-family: courier, sans-serif; |
---|
| 72 | font-size: 100%; |
---|
| 73 | padding: 10px 10px 10px 10px; |
---|
| 74 | margin: 10px 5px 10px 5px; |
---|
| 75 | border: 1px solid #ccc; |
---|
| 76 | background-color: #efefef; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | span.spip_code { |
---|
| 80 | font-family: courier, sans-serif; |
---|
| 81 | font-size: 100%; |
---|
| 82 | } |
---|
| 83 | |
---|
| 84 | .spip_surligne { |
---|
| 85 | background-color: yellow; |
---|
| 86 | } |
---|
| 87 | /* comportement des css generee par spip */ |
---|
| 88 | |
---|
| 89 | p.spip { |
---|
| 90 | margin: 1em 0 2em 0; |
---|
| 91 | } |
---|
| 92 | |
---|
| 93 | fieldset { |
---|
| 94 | border: none; |
---|
| 95 | } |
---|
| 96 | |
---|
| 97 | legend { |
---|
| 98 | font-size: 18px; |
---|
| 99 | font-family: courier, monospace; |
---|
| 100 | margin-bottom: 10px; |
---|
| 101 | } |
---|
| 102 | |
---|
| 103 | fieldset p { |
---|
| 104 | margin: 6px 0 18px 0; |
---|
| 105 | } |
---|
| 106 | |
---|
| 107 | label { |
---|
| 108 | font-weight: bold; |
---|
| 109 | font-size: 12px; |
---|
| 110 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.