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