1 | /* flop25 $ */ |
---|
2 | /* text color */ |
---|
3 | BODY, H1, H3, DT, |
---|
4 | INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { |
---|
5 | color:#e0e0e0; |
---|
6 | } |
---|
7 | |
---|
8 | H2, #menubar DT, .throw { |
---|
9 | color: #FFFFFF; |
---|
10 | } |
---|
11 | |
---|
12 | #content .navigationBar { |
---|
13 | color: #aaaaaa; |
---|
14 | } |
---|
15 | #content .pageNumberSelected, #comments DIV.comment BLOCKQUOTE { |
---|
16 | color: #000000; |
---|
17 | } |
---|
18 | |
---|
19 | .tabsheet li, |
---|
20 | .tabsheet li a { color: #fff; } |
---|
21 | .tabsheet li a:hover { color: #fff48e; } |
---|
22 | |
---|
23 | /* positionnement */ |
---|
24 | #menubar DL, #menubar DT, #the_page, BODY { |
---|
25 | margin: 0px; |
---|
26 | padding: 0px; |
---|
27 | } |
---|
28 | |
---|
29 | #content { |
---|
30 | margin-top:0; |
---|
31 | } |
---|
32 | /* backgrounds */ |
---|
33 | BODY, .throw, #content { |
---|
34 | background-color: #414141; |
---|
35 | } |
---|
36 | |
---|
37 | H2, #imageHeaderBar, #imageToolBar A:hover, .row1 { |
---|
38 | background-color: #676767 |
---|
39 | } |
---|
40 | |
---|
41 | #imageToolBar, #admin_content { |
---|
42 | background-color: #676767; |
---|
43 | } |
---|
44 | .header_notes, .content, #autre_content { |
---|
45 | background-color: #676767; |
---|
46 | } |
---|
47 | #theHeader { |
---|
48 | background-color:#282828; |
---|
49 | color:#9d9d9d; |
---|
50 | margin-top: 0px; |
---|
51 | } |
---|
52 | #imageToolBar, H2 { |
---|
53 | background-image: url(images/boutonh.jpg); |
---|
54 | background-repeat:repeat-x; |
---|
55 | background-position:center; |
---|
56 | } |
---|
57 | |
---|
58 | /*--------menu--------------*/ |
---|
59 | #table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification { |
---|
60 | width:100%; |
---|
61 | border:0; |
---|
62 | padding:0; |
---|
63 | margin:0; |
---|
64 | } |
---|
65 | #table_content { |
---|
66 | background-color: #414141; |
---|
67 | } |
---|
68 | /* backgrounds menu */ |
---|
69 | |
---|
70 | .blocmenu_up_right, #section_up_right{ |
---|
71 | background-image: url(images/c2_haut_droit.jpg); |
---|
72 | background-position:bottom; |
---|
73 | background-repeat:no-repeat; |
---|
74 | width:15px; height:25px; |
---|
75 | } |
---|
76 | .blocmenu_up_left, #section_up_left{ |
---|
77 | background-image: url(images/c2_haut_gauche.jpg); |
---|
78 | background-position:bottom; |
---|
79 | background-repeat:no-repeat; |
---|
80 | width:15px; height:25px; |
---|
81 | } |
---|
82 | .blocmenu_up, #section_up{ |
---|
83 | background-image: url(images/c2_haut_milieu.jpg); |
---|
84 | background-position:bottom; |
---|
85 | background-repeat:repeat-x; height:25px; |
---|
86 | } |
---|
87 | |
---|
88 | .blocmenu_in, #section_in{ |
---|
89 | background-color:#676767; |
---|
90 | } |
---|
91 | .blocmenu_left, #section_left{ |
---|
92 | background-image: url(images/c2_milieu_gauche.jpg); |
---|
93 | background-position:right; |
---|
94 | background-repeat:repeat-y; |
---|
95 | width:15px; |
---|
96 | } |
---|
97 | .blocmenu_right, #section_right{ |
---|
98 | background-image: url(images/c2_milieu_droit.jpg); |
---|
99 | background-position:left; |
---|
100 | background-repeat:repeat-y; |
---|
101 | width:15px; |
---|
102 | } |
---|
103 | .blocmenu_bottom_right, #section_bottom_right{ |
---|
104 | background-image: url(images/c2_bas_droit.jpg); |
---|
105 | background-position:top; |
---|
106 | background-repeat:no-repeat; |
---|
107 | width:15px; |
---|
108 | height:15px; |
---|
109 | } |
---|
110 | .blocmenu_bottom_left, #section_bottom_left{ |
---|
111 | background-image: url(images/c2_bas_gauche.jpg); |
---|
112 | background-position:top; |
---|
113 | background-repeat:no-repeat; |
---|
114 | width:15px; |
---|
115 | height:15px; |
---|
116 | } |
---|
117 | .blocmenu_bottom, #section_bottom{ |
---|
118 | background-image: url(images/c2_bas_milieu.jpg); |
---|
119 | background-position:top; |
---|
120 | background-repeat:repeat-x; |
---|
121 | height:15px; |
---|
122 | } |
---|
123 | /* borders */ |
---|
124 | /*#menubar DL, #content, |
---|
125 | #imageToolBar, */ |
---|
126 | #comments DIV.comment BLOCKQUOTE { |
---|
127 | border: 1px solid #d3d3d3; |
---|
128 | } |
---|
129 | |
---|
130 | #theImage IMG { |
---|
131 | border-color: #d3d3d3; |
---|
132 | } |
---|
133 | |
---|
134 | #content UL.thumbnail IMG { |
---|
135 | border: 1px solid #a0a0a0; |
---|
136 | } |
---|
137 | |
---|
138 | FIELDSET, INPUT, SELECT, TEXTAREA, |
---|
139 | #content DIV.comment A.illustration IMG, #infos, |
---|
140 | #content DIV.thumbnailCategory { |
---|
141 | border: 1px solid gray; |
---|
142 | } |
---|
143 | |
---|
144 | #comments DIV.comment BLOCKQUOTE { |
---|
145 | border-left: 2px solid #696969; |
---|
146 | background-color: #eee; |
---|
147 | } |
---|
148 | |
---|
149 | #content UL.thumbnails SPAN.wrap2 { |
---|
150 | border: 1px solid #aaaaaa; /* thumbnails border color and style */ |
---|
151 | border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ |
---|
152 | } |
---|
153 | |
---|
154 | #content UL.thumbnails SPAN.wrap2:hover, |
---|
155 | #content UL.thumbnailCategories DIV.thumbnailCategory:hover, |
---|
156 | #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
157 | background-color: #90949a; |
---|
158 | border-color: #76717B; /* thumbnails border color when mouse cursor is over it */ |
---|
159 | color: black; |
---|
160 | } |
---|
161 | |
---|
162 | ul.tabsheet { border-color: #fff48e; } |
---|
163 | .tabsheet li { border: 1px solid #fff; } |
---|
164 | .tabsheet li:hover { border-color: #fff48e !important; } |
---|
165 | |
---|
166 | |
---|
167 | /* links */ |
---|
168 | A, INPUT.rateButton { |
---|
169 | color: #FFFFFF; |
---|
170 | } |
---|
171 | |
---|
172 | A:hover { |
---|
173 | color: #CCCCCC; |
---|
174 | } |
---|
175 | |
---|
176 | #imageToolBar A, #imageToolBar A:hover, |
---|
177 | A.navThumb, A.navThumb:hover { |
---|
178 | border-bottom: none; |
---|
179 | } |
---|
180 | |
---|
181 | /* others */ |
---|
182 | .pleaseNote { |
---|
183 | background: #9c9c9c; |
---|
184 | color: #CCCCCC; |
---|
185 | padding: 1ex; |
---|
186 | font-weight: bold; |
---|
187 | } |
---|
188 | #the_page { |
---|
189 | border: 1px solid #e0e0e0; |
---|
190 | padding-bottom:30px; |
---|
191 | display:block; |
---|
192 | } |
---|
193 | #content { |
---|
194 | padding-right:5px; |
---|
195 | } |
---|
196 | /*calendar elements*/ |
---|
197 | SPAN.calItemEmpty { color: silver; } |
---|
198 | |
---|
199 | SPAN.calItem, SPAN.calItemEmpty |
---|
200 | { |
---|
201 | border: 1px solid silver; |
---|
202 | } |
---|
203 | |
---|
204 | /* nice looking month calendar*/ |
---|
205 | TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;} |
---|
206 | |
---|
207 | TD.calDayCellEmpty { color: silver; } |
---|
208 | |
---|
209 | .calBackDate { color: #000; } |
---|
210 | .calForeDate { color: #fff; } |
---|
211 | .virtual_cat { background: #fff !important; } |
---|
212 | .qsearch { font-size: 80%; font-style: normal; } |
---|
213 | #mbMenu #quicksearch > p { text-align: left; } |
---|
214 | #qsearchInput { |
---|
215 | color: #000; |
---|
216 | } |
---|
217 | #qsearchInput:focus { |
---|
218 | color: #000; |
---|
219 | } |
---|
220 | .tabsheet li, |
---|
221 | .tabsheet li a { color: #FFFFFF;} |
---|
222 | .tabsheet li a:hover { color: #484848; } |
---|
223 | .tabsheet li { background-color: #807d76; } |
---|
224 | .selected_tab { background-color: #9e9c96!important; } |
---|
225 | ul.tabsheet { border-color: #807d76; } |
---|
226 | .tabsheet li { border: 1px solid #696969; } |
---|
227 | .tabsheet li:hover { border-color: #484848 !important; } |
---|