source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/cepetel/polices.css @ 394

Last change on this file since 394 was 394, checked in by guille, 15 years ago

se agrego theme cepetel

File size: 2.8 KB
Line 
1/* feuille de style principale de police pour le theme particip cafe */
2
3/* css de positionnement hors declinaison */
4
5body {
6font-size: 12px;
7color: #333;
8font-family: geneva, arial, verdana, sans-serif;
9}
10
11/* comportements par defaut */
12
13a {
14color: #666;
15text-decoration: none;
16}
17
18a:hover {
19color: #f60;   
20}
21
22#contextes a {
23color:#3F1C03;
24}
25
26#contextes a:hover {
27color:#ff0;
28}
29       
30ul, li {
31list-style-type: none;
32padding: 0;
33margin: 0;     
34}
35
36h1, h2, h3, h4, h5, h6 {
37margin: 0;
38font-weight: normal;   
39}
40
41p {
42margin: 2px 0; 
43}
44
45.forml {
46width: 100%;
47}
48
49a img {
50border: 0;     
51}
52
53img {
54behavior: url("win_png.htc");   
55}
56#navigation {
57background-color: #0077b3;
58padding: 8px;
59margin-bottom: 18px;   
60}
61/* contextes et corps */
62
63#contextes img {
64display: block;
65margin: 2px auto;
66}
67
68#contextes .listagebloc {
69background-color: #0077b3;
70padding: 8px;
71margin-bottom: 18px;   
72}
73
74#contextes h1 {
75font-size: 18px;
76}
77
78#contextes h2 {
79font-size: 14px;
80letter-spacing: 0.1em;
81color: #fff;
82margin: 4px 0 10px 0;
83}
84#contextes h3 {
85font-size: 12px;
86}
87#contextes h4 {
88font-size: 10px;
89}
90
91#contextes .listageinfo {
92font-size: 9px;
93}
94
95#contextes .listagetexte {
96font-size: 10px;
97color: #fff;
98margin: 10px 0 4px 0;
99}
100
101#contextes .listagetexte a:hover {
102color: #ff0;
103}
104
105#contextes .listagetexte a {
106color: #fff;
107}
108
109/* corps */
110#corps .logo {
111        margin-bottom: 10px;
112}
113
114#texteconteneur {
115margin-bottom: 2em;
116}
117
118#corps h1 {
119font-size: 28px;
120font-family: georgia, times, serif;
121margin-bottom: 6px;
122color: #f30;
123}
124
125.sursoustitre {
126font-size: 10px;
127color: #666;
128letter-spacing: 0.1em;
129}
130
131.surtitre {
132       
133}
134
135.soustitre {
136       
137}
138
139.dateauteurs {
140        font-size: 11px;
141        margin: 28px 0 0 0;
142}
143
144.chapeau {
145font-family: georgia, times, serif;
146margin-top: 18px;
147font-size: 13px;
148color: #333;
149line-height: 140%;
150margin-right: 30px;
151font-weight:bold;
152font-style: italic;
153}
154
155.texte {
156        font-size: 11px;
157        line-height: 140%;
158        margin-top: 18px;
159        text-align: justify;
160}
161
162#corps .ps, #corps .notes {
163font-size: 10px;
164margin: 20px 0 0 0;
165}
166
167.listagerepondre {
168text-align: right;     
169margin-top: 18px;
170}
171
172.listagerepondre a {
173color: #f90;   
174}
175.listagerepondre a:hover {
176color: #f30;   
177}
178
179#corps h3 {
180font-size: 18px;
181margin: 1.5em 0 0.5em 0
182}
183
184/* forum */
185
186#forum ul {
187margin-top: 20px;
188}
189
190#forum ul ul {
191padding-left: 10px;
192margin-left: 10px;
193border-left: 1px solid #ccc;
194}
195
196/* comportement des css generee par spip */
197
198p.spip {
199margin: 2em 0 0 0;
200}
201
202fieldset {
203border: none;
204padding:0;
205}
206
207legend {
208font-size: 18px;
209font-family: georgia, times, serif;
210margin-bottom: 10px;
211}
212
213fieldset p {
214margin: 6px 0 18px 0;
215}
216
217label {
218font-weight: bold;
219font-size: 12px;
220}
221
222/* cacher la traduction car prise en charge par le bandeau */
223.traductions {
224display: none;
225}
226
227#contextes .forml {
228width:94%;
229border:0;
230font-size:10px;
231color:#333;
232padding:2px;
233}
234
235/* formulaire proposer site */
236
237#proposer-site legend {
238display:none;
239}
Note: See TracBrowser for help on using the repository browser.