source: extensions/floPure/theme/grey_light/theme.css @ 3333

Last change on this file since 3333 was 3333, checked in by flop25, 15 years ago

first commit

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