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