source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/falleaves/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: 2.9 KB
Line 
1/* CSS Document */
2
3body{
4background-image: url(images/bg_01.jpg);
5background-repeat:repeat-x;
6background-color:#7b5e33;}
7
8.niveau2, .niveau3, #contexte1, #contexte2{display:none;}
9
10#bandeau{display:none;}
11
12#general{
13width:1000px;
14margin:auto auto;
15position:relative;
16}
17
18#chemin{display:none;}
19
20#corps{
21position:absolute;
22top:30px;
23left:50%;
24margin-left:-255px;
25width:440px;
26height:440px;
27background-image: url(images/bg_03.jpg);
28background-repeat:no-repeat;
29overflow: hidden;
30padding:35px; 
31}
32
33#corps h2{
34font-size:12px;
35font-family:Arial, Helvetica, sans-serif;
36font-weight:bold;
37color:#ffc874;
38margin-bottom:15px;
39}
40#corps{
41font-size:11px;
42font-family:Arial, Helvetica, sans-serif;
43font-weight: normal;
44color:#f5d8ac;
45margin-bottom:10px;
46}
47#corps a{
48font-size:11px;
49font-family:Arial, Helvetica, sans-serif;
50font-weight:lighter;
51color:#f5d8ac;
52margin-bottom:10px;
53
54}
55.listageconteneur li {margin-bottom:25px;}
56
57.listagetitre a{
58font-size:13px;
59font-family:Arial, Helvetica, sans-serif;
60text-transform:uppercase;
61color:#ffefd7;
62text-decoration:none;
63}
64
65.listageinfo, .dateauteurs{
66font-size:9px;
67font-family:Arial, Helvetica, sans-serif;
68font-weight:lighter;
69color:#f5d8ac;
70margin-bottom:10px;
71}
72
73.listageinfo a, .dateauteurs a{
74text-decoration:none;
75color:#ffc874;
76}
77.chapeau{
78font-size:13px;
79font-family:Arial, Helvetica, sans-serif;
80font-weight:lighter;
81color:#f5d8ac;
82margin-bottom:15px;
83}
84
85
86
87.listagetexte, .texte{
88font-size:12px;
89font-family:Arial, Helvetica, sans-serif;
90font-weight:lighter;
91color:#f5d8ac;
92text-align:justify;
93}
94
95#corps .listagetexte{
96font-size:11px;}
97.listagesuite, .listagerepondre{
98float:right;
99clear:left;
100}
101.listagerepondre{ display:none;}
102
103.listagesuite a, .listagerepondre a{
104font-size:9px;
105font-family:Arial, Helvetica, sans-serif;
106text-decoration:none;
107color:#ffc874;}
108
109
110.listagelogo{
111float:left;
112margin-right:10px;
113}
114
115#edito{
116font-family:Arial, Helvetica, sans-serif;
117font-size:13px;
118color:#f5d8ac;
119margin-bottom:15px;
120}
121
122h1{
123font-family:Arial, Helvetica, sans-serif;
124font-size:16px;
125font-weight:bold;
126color:#ffc874;
127margin-bottom:10px;
128}
129
130#navigation{
131position:absolute;
132left:120px;
133top:50px;
134}
135
136#navigation li{
137width:103px;
138height:103px;
139margin-bottom:20px;
140}
141
142#navigation li a{
143font-size:12px;
144font-family:Verdana, Arial, Helvetica, sans-serif;
145font-weight:bold;
146color:#c18851;
147display:block;
148background-image:url(images/bg_09.png);
149width:103px;
150height:103px;
151text-decoration:none;
152text-align:center;
153padding-top:75px;
154background-repeat:no-repeat;
155}
156
157#navigation li a:hover{
158background-image:url(images/bg_06.png);
159background-repeat: no-repeat;
160color:#dcad66;
161}
162
163
164.item1, .item2, .item3, .item4{position:absolute;}
165
166.item5, .item6, .item7, .item8{
167position:absolute;
168left:655px;}
169
170
171
172.item1, .item5{top:0px;}
173.item2, .item6{top:123px;}
174.item3, .item7{top:246px;}
175.item4, .item8{top:369px;}
176
177#footer{
178position: absolute;
179top:550px;
180left:50%;
181text-align:center;
182margin-left:-255px;
183width:510px;
184font-size:10px;
185color:#f5d8ac;
186}
187#footer a{
188text-decoration:none;
189color:#ffc874;}
190
Note: See TracBrowser for help on using the repository browser.