source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA/disposition.css @ 89

Last change on this file since 89 was 89, checked in by guille, 15 years ago

se cambio el themes para menu en columna y actualizaron estilos

File size: 2.4 KB
Line 
1/* css de positionnement hors declinaison */
2
3body {
4margin: 23px 0 15px 0;
5background: url('images/fond.jpg') repeat-x top left #f90;
6}
7
8#general {
9width: 750px;
10margin: 0 auto;
11padding: 15px;
12background-color:#fff;
13
14}
15
16#bandeau {
17height: 77px;
18}
19
20#bandeau img {
21display: block;
22position: relative;
23top: -8px;     
24}
25
26#onglets {
27height: 20px;
28padding: 0 10px 20px 10px;
29}
30
31#onglets li {
32float: left;
33background: url('images/onglet.gif') no-repeat bottom center;
34width: 136px;
35padding: 2px;
36margin-right: 2px;
37font-size: 12px;
38font-family: arial, verdana, sans-serif;
39color: #fff;
40text-align: center;
41}
42
43#onglets li a {
44color: #fff;   
45}
46
47#onglets li:hover {
48background: url('images/onglet-hover.gif') no-repeat bottom center;
49}
50
51#switcherlangue {
52float: right;   
53}
54
55
56#switcherlangue li {
57display: inline;
58font-family: arial, verdana, sans-serif;
59font-size: 10px;
60color: #5c3705;
61}
62
63#switcherlangue li a {
64color: #5c3705;
65text-decoration: none;
66}
67
68#switcherlangue li a:hover {
69        color: #f60;
70text-decoration: underline;
71}
72
73
74/* navigation */
75
76#navigation ul, #navigation li {
77list-style-type: none;
78padding:0;
79margin: 0;
80}
81
82#navigation {
83width: 130px;
84}
85
86#navigation li {
87font-size: 12px;
88text-align: left;
89line-height: 140%;
90}
91
92#navigation li a {
93color: #3d1f04;
94text-decoration: none; 
95}
96#navigation li a:hover {
97color: #f90;   
98}
99#navigation .niveau1 {
100margin-left: 4px;
101border-bottom:1px solid #ccc;
102}
103#navigation .niveau2 {
104margin-left: 8px;
105}
106
107/* ajout du bloc rechercher pa jquery */
108#bloccherche .forml {
109margin-top: 4px;
110font-size: 9px;
111border: 1px solid #333;
112padding: 2px;
113}
114
115/* contextes */
116
117#contexte1 {
118float: left;
119width: 140px;
120}
121#contexte2 {
122float: right;
123width: 140px;
124}
125
126/* chemin */
127
128#chemin {
129font-size: 9px;
130color: #aaa;
131margin: 0 0 18px 0;
132padding: 0 0 4px 0;
133border-bottom: 1px solid #aaa; 
134}
135
136#chemin a {
137color: #aaa;   
138}
139
140#chemin a:hover {
141color: #777;
142text-decoration: underline;     
143}
144
145#corps {
146margin:0 150px 0 150px;
147min-height: 400px;
148_height: 400px;
149}
150
151#footer {
152border-top: 1px solid #666;
153padding: 5px;
154clear: both;
155margin-top: 18px;
156
157font-size: 10px;
158color: #444;
159
160text-align: center
161}
162
163#footer a {
164color: #444;
165text-decoration: none;
166border-bottom: 1px dashed #333; 
167}
168
169#footer a:hover {
170color: #f60;
171text-decoration: none;
172border-bottom: 1px dashed #f60; 
173}
174
175#arty-footer {
176font-size: 9px;
177color: #ccc;
178margin: 8px 0 0 0;
179height: 0px;   
180}
181
182#arty-footer a {
183color: #ccc;
184border-bottom: 1px dotted #ccc; 
185}
186
187#arty-footer a:hover {
188color: #999;
189border-bottom: 1px dotted #999; 
190}
Note: See TracBrowser for help on using the repository browser.