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:
2.1 KB
|
Line | |
---|
1 | /* feuille de style theme : Tob */ |
---|
2 | |
---|
3 | /* blocs de premier niveau */ |
---|
4 | |
---|
5 | body { |
---|
6 | background-color: #000; |
---|
7 | font-family:Arial,Helvetica,sans-serif; |
---|
8 | color: #999; |
---|
9 | } |
---|
10 | |
---|
11 | a img { |
---|
12 | border: none; |
---|
13 | } |
---|
14 | |
---|
15 | img { |
---|
16 | behavior: url("win_png.htc"); |
---|
17 | } |
---|
18 | |
---|
19 | a { |
---|
20 | text-decoration: none; |
---|
21 | } |
---|
22 | |
---|
23 | a:hover { |
---|
24 | text-decoration: underline; |
---|
25 | } |
---|
26 | |
---|
27 | ul, li { |
---|
28 | list-style-type: none; |
---|
29 | padding: 0; |
---|
30 | margin: 0; |
---|
31 | } |
---|
32 | |
---|
33 | p { |
---|
34 | margin: 0; |
---|
35 | } |
---|
36 | |
---|
37 | /* fond du bloc principal */ |
---|
38 | #general { |
---|
39 | } |
---|
40 | |
---|
41 | #chemin { |
---|
42 | font-size:10px; |
---|
43 | color:#555; |
---|
44 | } |
---|
45 | |
---|
46 | #chemin a { |
---|
47 | color: #555; |
---|
48 | } |
---|
49 | |
---|
50 | #chemin a:hover { |
---|
51 | color:#ccc; |
---|
52 | } |
---|
53 | |
---|
54 | #footer { |
---|
55 | color: #555; |
---|
56 | } |
---|
57 | |
---|
58 | #footer a { |
---|
59 | color: #aaa; |
---|
60 | } |
---|
61 | |
---|
62 | |
---|
63 | #footer img { |
---|
64 | border: 0; |
---|
65 | margin: 3px; |
---|
66 | } |
---|
67 | |
---|
68 | |
---|
69 | /* corps du texte */ |
---|
70 | |
---|
71 | #texteconteneur { |
---|
72 | margin: 6px 0 28px 0; |
---|
73 | } |
---|
74 | |
---|
75 | #header { |
---|
76 | margin-top: 20px; |
---|
77 | } |
---|
78 | |
---|
79 | .logo { |
---|
80 | float: left; |
---|
81 | margin: 0 10px 10px 0; |
---|
82 | border:1px solid #292929; |
---|
83 | } |
---|
84 | |
---|
85 | .sursoustitre { |
---|
86 | font-size: 10px; |
---|
87 | color: #333333; |
---|
88 | letter-spacing: 0.2em; |
---|
89 | line-height: 12px; |
---|
90 | } |
---|
91 | |
---|
92 | h1 { |
---|
93 | font-family: lucida grande, verdana, arial, sans-serif; |
---|
94 | font-style: normal; |
---|
95 | } |
---|
96 | |
---|
97 | #corps h1 { |
---|
98 | font-size: 24px; |
---|
99 | font-weight:bold; |
---|
100 | color:#fff; |
---|
101 | } |
---|
102 | |
---|
103 | #contextes h1 { |
---|
104 | font-size: 14px; |
---|
105 | } |
---|
106 | |
---|
107 | .dateauteurs { |
---|
108 | font-size: 10px; |
---|
109 | color: #999999; |
---|
110 | margin-top:4px; |
---|
111 | } |
---|
112 | |
---|
113 | .chapeau { |
---|
114 | font-size: 11px; |
---|
115 | font-weight: bold; |
---|
116 | line-height: 150%; |
---|
117 | margin-right: 10em; |
---|
118 | color: #888101; |
---|
119 | margin-bottom: 1em; |
---|
120 | } |
---|
121 | |
---|
122 | #corps .chapeau, #corps .texte { |
---|
123 | clear: left; |
---|
124 | } |
---|
125 | |
---|
126 | .texte { |
---|
127 | color: #999999; |
---|
128 | line-height: 150%; |
---|
129 | font-size: 11px; |
---|
130 | text-align: justify; |
---|
131 | clear: left; |
---|
132 | } |
---|
133 | |
---|
134 | .ps { |
---|
135 | clear: left; |
---|
136 | font-size: 9px; |
---|
137 | margin: 6px 0px 6px 0px; |
---|
138 | } |
---|
139 | |
---|
140 | h3 { |
---|
141 | font-weight: normal; |
---|
142 | line-height: 120%; |
---|
143 | text-align: left; |
---|
144 | } |
---|
145 | |
---|
146 | #corps h3 { |
---|
147 | font-size: 18px; |
---|
148 | margin: 24px 0 12px 0; |
---|
149 | } |
---|
150 | |
---|
151 | #contextes h3 { |
---|
152 | font-size: 13px; |
---|
153 | margin: 12px 0 6px 0; |
---|
154 | } |
---|
155 | |
---|
156 | strong.spip { |
---|
157 | font-size: 110%; |
---|
158 | } |
---|
159 | |
---|
160 | |
---|
161 | /* specifique a la page sommaire */ |
---|
162 | |
---|
163 | #corps .listagebloc#edito { |
---|
164 | margin-bottom: 36px; |
---|
165 | } |
---|
166 | |
---|
167 | #edito h1 { |
---|
168 | font-size: 24px; |
---|
169 | margin: 0px 0px 6px 0px; |
---|
170 | letter-spacing: -1px; |
---|
171 | font-weight: normal; |
---|
172 | } |
---|
173 | |
---|
174 | #edito h2 { |
---|
175 | display:none; |
---|
176 | } |
---|
177 | |
---|
178 | #edito .texte { |
---|
179 | font-size: 12px; |
---|
180 | text-align: justify; |
---|
181 | } |
---|
182 | |
---|
183 | #edito .chapeau { |
---|
184 | font-size: 10px; |
---|
185 | margin: 0px 0px 2px 0px; |
---|
186 | |
---|
187 | } |
---|
188 | |
---|
189 | #edito .autreseditos { |
---|
190 | font-variant: normal; |
---|
191 | font-size: 9px; |
---|
192 | text-align: right; |
---|
193 | } |
---|
194 | |
---|
195 | |
---|
Note: See
TracBrowser
for help on using the repository browser.