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

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

cambio estilos

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