source: extensions/floPure/Pure_grey/theme.css @ 28566

Last change on this file since 28566 was 16034, checked in by flop25, 12 years ago

multiple changes for 2.4
adding the pattern system
border radius css3 added

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