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

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1/* css general de metices */
2
3/* comportements par defaut */
4body {
5font-family:"Lucida Grande", arial, geneva, sans-serif;
6font-size:11px;
7color:#2c2c2d;
8background:url(images/body_fond.png) top left repeat-x;
9margin:0;
10}
11
12a {
13color:#000;
14}
15
16a:hover {
17color: #000;
18}
19
20/* positionnement */
21
22#general {
23width:900px;
24margin:0 auto;
25}
26
27#bandeau {
28position:absolute;
29width:200px;
30height:100px;
31top: 34px;
32z-index:10000;
33background:url(images/ulb_logo.png) no-repeat top left;
34}
35
36#baseline {
37position:absolute;
38top:138px;
39width:196px;
40font-size:9px;
41}
42/* contexte 1 */
43#contexte1 {
44position:absolute;
45top:186px;
46width:196px;           
47}
48
49/* contexte 2 */
50
51#contexte2 {
52float:right;
53width:150px;
54font-size:10px;
55color: #333;
56}
57
58#contexte2 a {
59text-decoration:none;   
60}
61
62/*
63
64#chemin {
65font-size:9px;
66color:#333;
67margin-bottom: 16px;
68}
69
70#chemin a {
71color:#333;
72}
73
74#chemin a:hover {
75color:#000;
76}
77
78*/
79
80/* corps de la page */
81
82#corps {
83margin: 30px 180px 20px 215px;
84border-left:2px solid #ededed;
85padding:12px 0 12px 25px;
86min-height:700px;
87_height:700px;
88}
89
90#header {
91margin-bottom:12px;     
92}
93
94.logo {
95float:left;
96margin:0 1em 0.4em 0;
97}
98
99.sursoustitre {
100font-size:10px;
101color:#666;
102margin:6px 0;
103}
104
105h1 {
106font-size:26px;
107color:#9f011a;
108font-weight:normal;
109margin:2px 0 4px 0;
110}
111
112.clearer_header {
113clear:left;     
114}
115
116#texteconteneur {
117        margin-bottom:30px;
118}
119
120.chapeau {
121clear:left;
122font-weight:bold;
123font-size:12px;
124line-height:140%;
125margin-bottom:2em;
126}
127
128.texte {
129clear:left;
130line-height:140%;
131font-size:12px;
132}
133
134h3 {
135margin:2em 0 0 0;
136}
137
138/* footer */
139
140#footer {
141clear:both;
142margin: 30px 0 0 0;
143font-family:geneva, arial, sans-serif;
144font-size:9px;
145padding-top:4px;
146color:#fff;
147padding:6px;
148background-color:#ae001a;
149}
150
151#footer #magusine-footer, #footer #logos-bailleurs, #footer #site-footer {
152width:900px;
153margin:2px auto;       
154}
155
156#footer a {
157color:#fff;
158}
Note: See TracBrowser for help on using the repository browser.