source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/punta/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: 2.2 KB
Line 
1/* css general de metices */
2
3/* comportements par defaut */
4body {
5font-family:Arial,Helvetica,sans-serif;
6font-size:12px;
7margin:0;
8color:#000;
9}
10
11a {
12color:#000;
13}
14
15a:hover {
16color: #333;
17text-decoration:underline;
18}
19
20/* positionnement */
21
22#general {
23width:940px;
24margin:0 auto;
25padding: 25px 30px;
26border-left:1px solid #E3E3E3;
27border-right:1px solid #E3E3E3;
28}
29
30#contenus {
31background:url(images/contenu-fond.gif) repeat-y top left;     
32}
33
34#bandeau {
35height:60px;
36background:url(images/bandeau.jpg) no-repeat center center;     
37margin-bottom:9px;
38}
39
40/* contextes */
41#contextes {
42float:right;
43width:550px;   
44}
45
46#contexte1 {
47float:left;
48width:220px;
49margin-right:20px;     
50}
51
52#contexte2 {
53float:left;
54width:300px;
55padding-left:10px;     
56}
57
58
59/* chemin */
60
61#chemin-vide, #chemin {
62min-height:14px;
63_height:14px;
64padding:8px 10px;
65border-bottom:1px solid #DDDDDD;
66border-left:1px solid #DDDDDD;
67border-right:1px solid #DDDDDD;
68background:url(images/chemin-fond.jpg) repeat-x bottom left;
69color:#333;
70margin-bottom: 18px;   
71}
72
73#chemin img {
74vertical-align:baseline;
75}
76
77#chemin a {
78color:#333;
79text-decoration:none;
80}
81
82#chemin a:hover {
83color:#000;
84text-decoration:underline;
85}
86
87
88/* corps de la page */
89
90#corps {
91width:360px;
92}
93
94#header {
95margin-bottom:12px;     
96}
97
98.logo {
99float:left;
100margin:0 0 2em 0;
101}
102
103.sursoustitre {
104font-size:10px;
105color:#666;
106margin:6px 0;
107}
108
109h1 {
110font-family:Georgia,"Times New Roman",Times,serif;
111font-size:36px;
112font-weight:normal;
113margin:2px 0 4px 0;
114}
115
116.clearer_header {
117clear:left;     
118}
119
120#texteconteneur {
121margin-bottom:30px;
122color:#3F3F3F;
123}
124
125.chapeau {
126clear:left;
127line-height:140%;
128margin-bottom:2em;
129padding:0.6em 0;
130border-top:1px solid #e5e5e5;
131border-bottom:1px solid #e5e5e5;
132font-family:Arial,Helvetica,sans-serif;
133font-size:14px;
134font-style:italic;
135}
136
137.texte {
138clear:left;
139line-height:140%;
140color:#333;
141font-size:16px;
142}
143
144h3 {
145margin:2em 0 0 0;
146}
147
148#fin-corps {
149clear:both;
150}
151
152/* footer */
153
154#footer {
155clear:both;
156border-top:2px solid #CC0000;
157padding-top:20px;
158text-align:center;
159margin: 10px 0 10px 0;
160font-size:9px;
161color:#535353;
162}
163
164#footer #magusine-footer, #footer #logos-bailleurs, #footer #site-footer {
165margin:2px auto;       
166}
167
168#footer a {
169color:#c00;
170text-decoration:none;
171}
172
173#footer a:hover {
174text-decoration:undeline;       
175}
Note: See TracBrowser for help on using the repository browser.