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

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

cambio css

File size: 3.3 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;
79vertical-align:bottom;
80}
81
82#footer a {
83        text-decoration: none;
84        color: #fff;
85}
86
87#footer a:hover {
88        color: #FF6600;
89        border-bottom: 1px dotted #FF6600;
90}
91
92#footer img {
93border: 0;
94padding: 3px;
95}
96
97.magusine-footer {height: 80px;
98vertical-align:text-bottom;}
99
100/* chemin */
101
102#chemin {
103        font-size: 11px;
104        color: #ada697; 
105}
106
107#chemin a {
108        color: #ada697;
109        text-decoration: none;
110}
111
112#chemin a:hover {
113        color: #000000;
114       
115}
116
117/* conteneur-texte */
118
119h1 {
120        color: #FF6600;
121        font-weight: normal;
122        margin: 4px 0 4px 0;
123}
124
125.logo {
126        border: none;
127        float: left;
128        margin: 0 10px 10px 0;
129}
130
131.sursoustitre {
132        color: #777;
133        font-size: 10px;
134        letter-spacing:0.1em;
135}
136
137.dateauteurs {
138        color: #666;
139        font-size: 11px;
140        margin: 10px 0 4px 0;
141}
142
143.chapeau {
144        clear: left;
145        font-size: 12px;
146        font-weight: bold;
147        color: #333;
148        padding: 10px 0 0 0;
149        line-height: 17px;
150}
151
152.texte {
153        clear: left;
154        font-size: 12px;
155        line-height: 17px;
156        padding: 10px 0 20px 0;
157        text-align: justify;
158}
159
160.ps {
161        font-size: 10px;
162        font-weight: bold;
163        margin-top: 10px;
164        margin-bottom: 20px;
165        border-top: 1px solid #ccc;
166        padding-top: 10px;
167}
168
169.ps strong {
170display: none;
171}
172
173.listagerepondre {
174        font-size: 10px;
175        text-align: right;
176        margin-right: 30px;
177       
178}
179
180.listagerepondre a {
181        color: #FF6600;
182}
183
184.listagerepondre a:hover {
185        color: #f00;
186}
187
188
189/* galerie */
190
191#galerie {
192        margin-top: 20px;
193}
194
195.clearer {
196        clear: left;
197}
198
199#video li, #piecesjointes li {
200        clear: left;
201}
202
203/* le forum */
204
205#forum ul ul {
206margin-left: 10px;
207padding-left: 6px;
208}
209
210/* specifique a la page rubrique */
211
212#artinrub, #rubinrub {
213        margin: 10px 0px 0px 0px;
214}
215
216#rubinrub li, #artinrub li {
217clear: left;
218        margin-bottom: 20px;
219}
220
221/* page sommaire */
222
223#edito h1 {
224        font-size: 22px;
225        margin: 10px 0 0 0;
226}
227
228#edito .texteheader {
229        margin-bottom: 20px;
230}
231
232#menuhasard ul li  {
233text-align: center; 
234}
235
236#menuhasard .spip_logos  {
237        border: 1px solid #3176AF;
238}
Note: See TracBrowser for help on using the repository browser.