Last change
on this file since 251 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Line | |
---|
1 | /* redefinition de tgs de spip */ |
---|
2 | |
---|
3 | spip_logos { |
---|
4 | border: 1px solid #ccc; |
---|
5 | margin: 0; |
---|
6 | padding: 0; |
---|
7 | background-color: #FFF; |
---|
8 | } |
---|
9 | |
---|
10 | .spip_documents_left img, .spip_documents_right img, .spip_documents_center img { |
---|
11 | border: 1px solid #ccc; |
---|
12 | background-color: #efefef; |
---|
13 | padding: 4px; |
---|
14 | } |
---|
15 | |
---|
16 | .spip_documents_left { |
---|
17 | float: left; |
---|
18 | |
---|
19 | margin: 0 2em 1em 0; |
---|
20 | } |
---|
21 | |
---|
22 | .spip_documents_right { |
---|
23 | float: right; |
---|
24 | margin: 0 0 1em 1em; |
---|
25 | } |
---|
26 | |
---|
27 | .spip_documents_center { |
---|
28 | display: block; |
---|
29 | text-align: center; |
---|
30 | margin: 1em auto; |
---|
31 | } |
---|
32 | |
---|
33 | .spip_doc_titre { |
---|
34 | margin: 3px; |
---|
35 | font-size: 10px; |
---|
36 | text-align: center; |
---|
37 | } |
---|
38 | |
---|
39 | .spip_doc_descriptif { |
---|
40 | font-size: 9px; |
---|
41 | text-align: center; |
---|
42 | line-height: 120%; |
---|
43 | } |
---|
44 | |
---|
45 | |
---|
46 | div.spip_code { |
---|
47 | font-family: courier, monospace; |
---|
48 | font-size: 100%; |
---|
49 | padding: 10px 10px 10px 10px; |
---|
50 | margin: 10px 5px 10px 5px; |
---|
51 | border: 1px solid #ccc; |
---|
52 | background-color: #efefef; |
---|
53 | } |
---|
54 | |
---|
55 | span.spip_code { |
---|
56 | font-family: courier, sans-serif; |
---|
57 | font-size: 100%; |
---|
58 | } |
---|
59 | |
---|
60 | .spip_surligne { |
---|
61 | background-color: yellow; |
---|
62 | } |
---|
63 | /* comportement des css generee par spip */ |
---|
64 | |
---|
65 | p.spip { |
---|
66 | margin: 1em 0 2em 0; |
---|
67 | } |
---|
68 | |
---|
69 | fieldset { |
---|
70 | border: none; |
---|
71 | margin-top: 1em; |
---|
72 | } |
---|
73 | |
---|
74 | legend { |
---|
75 | font-size: 12px; |
---|
76 | font-weight: bold; |
---|
77 | } |
---|
78 | |
---|
79 | fieldset p { |
---|
80 | margin: 6px 0 18px 0; |
---|
81 | } |
---|
82 | |
---|
83 | label { |
---|
84 | |
---|
85 | font-size: 10px; |
---|
86 | } |
---|
87 | |
---|
88 | #contextes .forml { |
---|
89 | width: 98%; |
---|
90 | font-size: 10px; |
---|
91 | } |
---|
92 | |
---|
93 | #contextes .spip_bouton input { |
---|
94 | font-size: 10px; |
---|
95 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.