source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/hopper/style.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.2 KB
Line 
1body{
2background-image:url(images/bg_02.png);
3background-repeat:repeat-x;
4background-color:#084f91;
5}
6
7#bandeau{
8position:absolute;
9left:450px;
10top:45px;
11height:70px;
12width:490px;
13background-color:#084f91;}
14
15#general{
16width:1000px;
17background-image: url(images/bgwater_03.png);
18background-repeat:repeat-y;}
19
20#contextes{
21display:none;}
22
23#corps{
24width:490px;
25padding:135px 60px  20px 450px;
26background-image:url(images/bgwater_01.png);
27background-repeat:no-repeat;
28min-height:415px;
29_height:415px;
30}
31
32h1{
33font-family:Arial, Helvetica, sans-serif;
34font-size:20px;
35font-weight:bold;
36color:#003362;
37}
38
39#edito h1{
40margin-bottom:10px;}
41
42
43h2{
44font-family:Arial, Helvetica, sans-serif;
45font-size:12px;
46font-weight:bold;
47color:#7cccfb;
48margin-top:40px;
49margin-bottom:15px;
50clear:both;
51}
52
53h4{
54font-family:Arial, Helvetica, sans-serif;
55font-size:12px;
56font-weight:bold;
57color:#2b88d9;
58text-decoration:none;
59}
60.listagetitre {
61margin-bottom:2px;
62}
63
64.listagetitre a{
65font-family:Arial, Helvetica, sans-serif;
66font-size:16px;
67font-weight:bold;
68color:#2b88d9;
69text-decoration:none;
70}
71
72.listageinfo, .dateauteurs{
73font-family:Arial, Helvetica, sans-serif;
74font-size:10px;
75color:#2b88d9;
76border-bottom:#2b88d9 1px solid;
77margin-bottom:20px;
78padding-bottom:4px;
79}
80#corps .dateauteurs{
81border:none;
82margin-bottom:6px;}
83
84.listageinfo a, .dateauteurs a{
85color:#3ea6fe;
86text-decoration:none;
87font-weight:bold;}
88
89.listagetexte{
90font-family:Verdana, Arial, Helvetica, sans-serif;
91font-size:12px;
92color:#084f91;
93margin-bottom:10px;
94
95}
96.chapeau{
97font-family:Verdana, Arial, Helvetica, sans-serif;
98font-size:14px;
99color:#084f91;
100margin-bottom:10px;}
101
102.texte{
103font-family:Verdana, Arial, Helvetica, sans-serif;
104font-size:13px;
105color:#084f91;
106margin-bottom:10px;
107}
108
109.listagesuite, .listagerepondre{
110font-family:Arial, Helvetica, sans-serif;
111font-size:10px;
112font-weight:bold;
113text-align:right;
114font-style:italic;
115}
116.listagesuite a, .listagerepondre a{
117color:#3ea6fe;
118text-decoration:none;}
119
120.listagesuite a:hover, .listagerepondre a:hover{
121color:#3ea6fe;
122text-decoration: underline;}
123
124.listageconteneur li{
125margin-bottom:25px;}
126
127#chemin{
128font-family:Arial, Helvetica, sans-serif;
129font-size:11px;
130color:#2b88d9;
131margin-bottom:20px;
132}
133
134#chemin a{
135color:#ff8b2d;
136text-decoration:none;}
137
138#chemin a:hover{
139color:#ff8b2d;
140text-decoration: underline;}
141
142#navigation{
143position:absolute;
144left:450px;
145top:10px;
146width:490px;
147}
148
149#navigation li{
150font-family:Arial, Helvetica, sans-serif;
151font-size:11px;
152font-weight:bold;
153text-decoration:none;
154padding:5px 0px;
155float:left;
156}
157
158#navigation li a{
159padding:5px 10px;
160color:#a0cd28;
161text-decoration:none;
162
163}
164
165#navigation .courante a, #navigation li a:hover{
166background-color:#a0cd28;
167color:#FFFFFF;
168}
169.niveau2, .niveau3{
170display:none;
171}
172
173#rubinrub .listagetitre{
174margin-bottom:30px;}
175
176.spip_logos{
177float:left;
178margin:0 20px 10px 0;
179}
180
181.item7, .item8, .item9, .item10{
182display:none;}
183
184#footer{
185font-size:10px;
186font-family:Arial, Helvetica, sans-serif;
187color:#084f91;
188margin:10px 0 1px 0;
189padding-top:30px;
190text-align:center;
191
192}
193#footer a{
194color:#17abff;
195font-weight:bold;
196text-decoration:none
197}
198
199#footer a:hover{
200text-decoration:underline}
201
202
203#rubinrub h2{
204margin-bottom:5px;}
205
206#rubinrub .listageconteneur li{
207background-color:#cbe7ff;
208padding:20px 15px;
209border:#eef7ff 10px solid;
210}
211
Note: See TracBrowser for help on using the repository browser.