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.1 KB
|
Line | |
---|
1 | /* redefinition de tgs de spip */ |
---|
2 | |
---|
3 | spip_logos { |
---|
4 | border: 4px 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 #666; |
---|
12 | background-color: #efefef; |
---|
13 | padding: 0px; |
---|
14 | } |
---|
15 | |
---|
16 | .spip_documents_left { |
---|
17 | float: left; |
---|
18 | } |
---|
19 | |
---|
20 | .spip_documents_right { |
---|
21 | float: right; |
---|
22 | margin: 0 0 0 0.8em; |
---|
23 | } |
---|
24 | |
---|
25 | .spip_documents_center { |
---|
26 | display: block; |
---|
27 | text-align: center |
---|
28 | } |
---|
29 | |
---|
30 | .spip_doc_titre { |
---|
31 | margin: 3px; |
---|
32 | font-size: 10px; |
---|
33 | text-align: center; |
---|
34 | } |
---|
35 | |
---|
36 | .spip_doc_descriptif { |
---|
37 | font-size: 9px; |
---|
38 | text-align: center; |
---|
39 | line-height: 120%; |
---|
40 | } |
---|
41 | |
---|
42 | |
---|
43 | div.spip_code { |
---|
44 | font-family: courier, sans-serif; |
---|
45 | font-size: 100%; |
---|
46 | padding: 10px 10px 10px 10px; |
---|
47 | margin: 10px 5px 10px 5px; |
---|
48 | border: 1px solid #ccc; |
---|
49 | background-color: #efefef; |
---|
50 | } |
---|
51 | |
---|
52 | span.spip_code { |
---|
53 | font-family: courier, sans-serif; |
---|
54 | font-size: 100%; |
---|
55 | } |
---|
56 | |
---|
57 | .spip_surligne { |
---|
58 | background-color: yellow; |
---|
59 | } |
---|
60 | /* comportement des css generee par spip */ |
---|
61 | |
---|
62 | p.spip { |
---|
63 | margin: 1em 0 2em 0; |
---|
64 | } |
---|
65 | |
---|
66 | fieldset { |
---|
67 | border: none; |
---|
68 | } |
---|
69 | |
---|
70 | legend { |
---|
71 | font-size: 18px; |
---|
72 | font-family: georgia, times, serif; |
---|
73 | margin-bottom: 10px; |
---|
74 | } |
---|
75 | |
---|
76 | fieldset p { |
---|
77 | margin: 6px 0 18px 0; |
---|
78 | } |
---|
79 | |
---|
80 | label { |
---|
81 | font-weight: bold; |
---|
82 | font-size: 12px; |
---|
83 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.