source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/nlike/polices.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1/* feuille de style POLICES.CSS - theme : nlike */
2/* version 10 octobre 2005 */
3/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
4/* Except where otherwise noted, this theme
5licensed under a Creative Commons Attribution 2.5 License */
6/* cette feuille de style definit l'affichage des polices */
7
8/* blocs de premier niveau */
9
10body {
11        font-family: arial, helvetica, sans-serif;
12        color: #666;
13        line-height: 120%;
14        margin: 0px;
15        background-image: url('fondnlike.gif');
16        background-position: center;
17        background-repeat: repeat-y;
18}
19
20a img {
21border: none;
22}
23
24img {
25behavior: url("win_png.htc");   
26}
27
28a {
29        color: #5483BC; 
30        text-decoration: none;
31        border-bottom: 1px solid #aac1de;
32}
33
34a:hover {
35        background-color: #EAEFF7;
36        text-decoration: underline;
37}       
38
39ul, li {
40        list-style-type: none;
41        padding: 0;
42        margin: 0;
43}
44
45p {
46        margin: 0;
47        }
48
49/* fond du bloc principal */
50#general {
51        background-color: #FFFFFF;
52        }
53       
54#chemin {
55        font-size: 71%;
56        font-family: avant-garde, gillsans, helvetica, sans-serif;
57        color: #666666;
58        line-height: 130%;
59}
60
61#chemin a:link, #chemin a:hover, #chemin a:active, #chemin a:visited {
62        color: #666666;
63        font-weight: normal;
64        border: none;
65}
66
67#footer {
68font-family: verdana;
69margin-top: 20px;
70        border-top: 1px solid #666;
71        font-size: 59%;
72        text-align: center;
73        text-transform: lowercase;
74}       
75
76#footer a {
77        color: #666;
78}
79
80#footer img {
81border: 0;
82margin: 3px;
83}
84
85/* listage contextuel */
86
87
88#contextes {
89        border: 1px solid #ddd;
90        background-color: #F9F9F9;
91        font-family: helvetica;
92        color: #333;
93        margin: 0;
94        padding: 0;
95        font-size: 10px;
96}
97
98#contextes div ul  {
99       
100        list-style: none;
101        margin: 0 0 18px 0;
102        padding: 0px 10px 8px 10px;
103       
104}
105
106#menuhasard ul {
107       
108        text-align: center;
109       
110}
111
112#contextes ul ul li {
113        padding: 2px 0pc 2px 0px;
114}
115
116#recherche {
117
118}
119
120.formrecherche {
121margin: 0;
122padding: 0;
123}
124
125/* corps du texte */
126#header {       
127margin-top: 20px;       
128}
129
130.logo {
131        float: left;
132        margin: 0 10px 10px 0;
133        border: 1px solid #5483BC;
134}
135
136.sursoustitre {
137        font-size: 10px;
138        color: #333333;
139        letter-spacing: 0.2em;
140        line-height: 12px;
141}
142
143h1 {
144        font-family: lucida grande, verdana, arial, sans-serif;
145        font-style: normal;
146        color: #5483BC;
147        text-transform: none;
148        line-height: 130%;
149}
150
151#corps h1 {
152font-size: 21px;       
153}
154
155#contextes h1 {
156font-size: 14px;
157}
158
159.dateauteurs {
160        font-size: 11px;
161        color: #999999;
162}
163
164.chapeau {
165        margin: 10px 30px 10px 0px;
166        font-size: 12px;
167        font-weight: bold;
168}
169
170#corps .chapeau, #corps .texte {
171clear: left;
172}
173
174.texte {
175        line-height: 150%;
176        font-size: 11px;
177        text-align: justify;
178        clear: left;
179}
180
181.ps {
182        font-size: 9px;
183        margin: 6px 0px 6px 0px;
184}
185
186h3 {
187        font-weight: normal;
188        line-height: 120%;
189        text-align: left;
190}
191
192#corps h3 {
193font-size: 18px;
194margin: 24px 0 12px 0;
195}
196
197#contextes h3 {
198font-size: 13px;
199margin: 12px 0 6px 0;
200}
201
202strong.spip {
203        font-size: 110%;
204}
205
206
207/* specifique a la page sommaire */
208
209#edito h1 {
210font-size: 120%;
211margin: 0px 0px 2px 0px;
212letter-spacing: -1px;
213}
214
215#edito h2 {
216background-image: none;
217       
218}
219
220#edito .texte {
221        font-size: 11px;
222        text-align: justify;
223}
224
225#edito .chapeau {
226font-size: 10px;
227margin: 0px 0px 2px 0px;
228
229}
230
231#edito .autreseditos {
232font-variant: normal;
233font-size: 9px;
234text-align: right;
235}
236
237.listagetexte {
238        font-size: 10px;
239        text-align: justify;
240        line-height: 120%;
241}
242
243
244/* specifique a la page auteur */
245
246.formauteur {
247        width: 350px;
248        background-color: #eee;
249        text-align: right;
250        padding: 2px 12px 10px 12px;
251        margin: 20px auto;
252        border: 1px solid #ddd;
253}
254
255.formauteur h4 {
256        text-align: left;
257}
258
Note: See TracBrowser for help on using the repository browser.