source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial.2/polices.css @ 319

Last change on this file since 319 was 319, checked in by juan, 15 years ago

cambio estilos

File size: 3.2 KB
Line 
1/*
2vert clair : #669900
3vert foncé : #365100
4bleu clair : #336799
5bleu foncé : #162D43
6orange : #FF6600
7*/
8
9/* polices */
10/* cette feuille de style definit l'affichage des polices */
11/* theme : magunews - stephane noel - dec 2005 */
12/* Décliné par Benjamin Minet */
13
14body {
15font-family: Helvetica Neue, arial, verdana, sans-serif;
16background-image: url(fond-body.png);
17background-position: top left;
18background-repeat: repeat-x;
19background-color: #ffffff;
20color: #333;
21}
22
23ul, li {
24        padding: 0;
25        margin: 0;
26        list-style-type: none;
27}
28
29a {
30        color: #222;
31}
32
33a:hover {
34        color: #FF6600;
35}
36
37a img {
38border: 0;     
39}
40
41#general {
42background-image: url(fond-general.png);
43background-position: top left;
44background-repeat: repeat-y;
45background-color: #fff;
46}
47
48#bandeau {
49background-repeat: no-repeat;
50background-color: #fff;
51}
52
53#chemin, #chemin-vide {
54background-position: top left;
55background-repeat: no-repeat;
56}
57
58#navigation {
59background-image: url(fond-navigation.png);
60background-position: bottom left;
61background-repeat: no-repeat;
62}
63
64#corps {
65
66}
67
68#contexte {
69
70}
71
72#footer {
73background-image: url(fond-footer.png);
74background-position: bottom center;
75background-repeat: no-repeat;
76text-align: center;
77font-size: 9px;
78color: #fff;
79}
80
81#footer a {
82        text-decoration: none;
83        color: #fff;
84}
85
86#footer a:hover {
87        color: #FF6600;
88        border-bottom: 1px dotted #FF6600;
89}
90
91#footer img {
92border: 0;
93padding: 3px;
94}
95
96.magusine-footer {height: 20px;}
97
98/* chemin */
99
100#chemin {
101        font-size: 11px;
102        color: #ada697; 
103}
104
105#chemin a {
106        color: #ada697;
107        text-decoration: none;
108}
109
110#chemin a:hover {
111        color: #000000;
112       
113}
114
115/* conteneur-texte */
116
117h1 {
118        color: #FF6600;
119        font-weight: normal;
120        margin: 4px 0 4px 0;
121}
122
123.logo {
124        border: none;
125        float: left;
126        margin: 0 10px 10px 0;
127}
128
129.sursoustitre {
130        color: #777;
131        font-size: 10px;
132        letter-spacing:0.1em;
133}
134
135.dateauteurs {
136        color: #666;
137        font-size: 11px;
138        margin: 10px 0 4px 0;
139}
140
141.chapeau {
142        clear: left;
143        font-size: 12px;
144        font-weight: bold;
145        color: #333;
146        padding: 10px 0 0 0;
147        line-height: 17px;
148}
149
150.texte {
151        clear: left;
152        font-size: 12px;
153        line-height: 17px;
154        padding: 10px 0 20px 0;
155        text-align: justify;
156}
157
158.ps {
159        font-size: 10px;
160        font-weight: bold;
161        margin-top: 10px;
162        margin-bottom: 20px;
163        border-top: 1px solid #ccc;
164        padding-top: 10px;
165}
166
167.ps strong {
168display: none;
169}
170
171.listagerepondre {
172        font-size: 10px;
173        text-align: right;
174        margin-right: 30px;
175       
176}
177
178.listagerepondre a {
179        color: #FF6600;
180}
181
182.listagerepondre a:hover {
183        color: #f00;
184}
185
186
187/* galerie */
188
189#galerie {
190        margin-top: 20px;
191}
192
193.clearer {
194        clear: left;
195}
196
197#video li, #piecesjointes li {
198        clear: left;
199}
200
201/* le forum */
202
203#forum ul ul {
204margin-left: 10px;
205padding-left: 6px;
206}
207
208/* specifique a la page rubrique */
209
210#artinrub, #rubinrub {
211        margin: 10px 0px 0px 0px;
212}
213
214#rubinrub li, #artinrub li {
215clear: left;
216        margin-bottom: 20px;
217}
218
219/* page sommaire */
220
221#edito h1 {
222        font-size: 22px;
223        margin: 10px 0 0 0;
224}
225
226#edito .texteheader {
227        margin-bottom: 20px;
228}
229
230#menuhasard ul li  {
231text-align: center; 
232}
233
234#menuhasard .spip_logos  {
235        border: 1px solid #3176AF;
236}
Note: See TracBrowser for help on using the repository browser.