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

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

cambi css

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