source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/metices/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.7 KB
Line 
1/* css general de metices */
2
3/* comportements par défaut */
4body {
5font-family:arial, geneva, sans-serif;
6font-size:11px;
7color:#2c2c2d;
8}
9
10a {
11color:#2c2c2d;
12}
13
14a:hover {
15color: #000;
16}
17
18/* positionnement */
19
20#general {
21width:900px;
22margin-top:44px;
23}
24
25#bandeau {
26position:absolute;
27width:107px;
28height:150px;
29top: 40px;
30left: 54px;
31z-index:10000;
32}
33
34#baseline {
35position:absolute;
36top:20px;
37left:245px;
38width:665px;
39border-bottom: 1px solid #333;
40padding-bottom:3px;
41letter-spacing:0.1em;
42text-transform:uppercase;
43font-size:9px;
44}
45
46#contexte1 .listageconteneur, #contexte1 h2 {
47padding:0 14px;
48}
49
50#contexte1 {
51position:absolute;
52left:20px;
53top:20px;
54width:180px;   
55background: url(images/cartouche-corps.gif) repeat-y top left; 
56}
57
58#contexte1 #fin-contexte1 {
59background: url(images/cartouche-bottom.gif) no-repeat bottom left;
60height:14px;           
61}
62
63#contexte2 {
64float:right;
65width:128px;
66padding:0 12px;
67}
68
69#corps {
70margin: 0px 175px 20px 235px;
71}
72
73#footer {
74margin: 30px 175px 0 235px;
75font-family:geneva, arial, sans-serif;
76font-size:9px;
77border-top:1px solid #222;
78padding-top:4px;
79}
80
81#footer a {
82color
83}
84
85#contexte1 #navigation {
86padding-top:194px;
87background: url(images/cartouche-head.gif) no-repeat top left;
88}
89
90/* comportement du corps */
91
92
93#chemin {
94font-size:9px;
95color:#333;
96margin-bottom: 16px;
97}
98
99#chemin a {
100color:#333;
101}
102
103#chemin a:hover {
104color:#000;
105}
106
107#header {
108margin-bottom:12px;     
109}
110
111.logo {
112float:left;
113margin:0 1em 0.4em 0;
114}
115
116.sursoustitre {
117font-size:10px;
118color:#666;
119margin:6px 0;
120}
121
122h1 {
123font-size:28px;
124color:#000;
125font-weight:normal;
126margin:2px 0 4px 0;
127}
128
129#texteconteneur {
130        margin-bottom:30px;
131}
132
133.chapeau {
134clear:left;
135font-weight:bold;
136line-height:140%;
137}
138
139.texte {
140clear:left;
141line-height:140%;
142}
143
144h3 {
145margin:2em 0 0 0;
146}
147
Note: See TracBrowser for help on using the repository browser.