source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/thinner/general.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

File size: 1.6 KB
Line 
1/* css general de metices */
2
3/* comportements par defaut */
4body {
5font-family:Georgia,"Times New Roman",Times,serif;
6font-size:11px;
7margin:0;
8}
9
10a {
11color:#8A4B4B;
12}
13
14a:hover {
15color: #000;
16}
17
18/* positionnement */
19
20#general {
21width:960px;
22margin:16px auto;
23padding:10px;
24border:1px solid #ccc;
25}
26
27#bandeau {
28position:absolute;
29width:261px;
30height:330px;
31z-index:20;
32background:url(images/bandeau.jpg) no-repeat top left;
33border:1px solid #ccc; 
34}
35
36/* contextes */
37#contextes {
38position:absolute;
39top:369px;
40width:241px;
41padding:10px;
42border:1px solid #ccc;         
43}
44
45
46
47/* chemin */
48
49#chemin {
50font-size:9px;
51color:#333;
52margin-bottom: 18px;
53}
54
55#chemin a {
56color:#333;
57}
58
59#chemin a:hover {
60color:#000;
61}
62
63
64/* corps de la page */
65
66#corps {
67margin: 0 0 0 273px;
68padding:10px;
69border:1px solid #ccc;
70min-height:700px;
71_height:700px;
72}
73
74#header {
75margin-bottom:12px;     
76}
77
78.logo {
79float:left;
80margin:0 1em 0.4em 0;
81}
82
83.sursoustitre {
84font-size:10px;
85color:#666;
86margin:6px 0;
87}
88
89h1 {
90font-family:"Lucida Grande", arial, geneva, sans-serif;
91font-size:32px;
92color:#8A4B4B;
93font-weight:normal;
94margin:2px 0 4px 0;
95}
96
97.clearer_header {
98clear:left;     
99}
100
101#texteconteneur {
102        margin-bottom:30px;
103}
104
105.chapeau {
106clear:left;
107font-weight:bold;
108font-size:12px;
109line-height:140%;
110margin-bottom:2em;
111}
112
113.texte {
114clear:left;
115line-height:140%;
116font-size:12px;
117}
118
119h3 {
120margin:2em 0 0 0;
121}
122
123/* footer */
124
125#footer {
126clear:both;
127text-align:center;
128margin: 10px 0 10px 0;
129font-size:9px;
130color:#535353;
131}
132
133#footer #magusine-footer, #footer #logos-bailleurs, #footer #site-footer {
134width:962px;
135margin:2px auto;       
136}
137
138#footer a {
139color:#535353;
140}
Note: See TracBrowser for help on using the repository browser.