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

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

el plugin completo

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