source: branches/2.4/admin/themes/clear/theme.css @ 17929

Last change on this file since 17929 was 17929, checked in by mistic100, 12 years ago

Merged revision(s) r17928 from trunk:
small css fixes:

make disabled options visible with clear,
remove border on .showInfo:hover, avoiding clipping on some pages with roma

  • Property svn:eol-style set to LF
File size: 14.0 KB
Line 
1/* generic colors - clear
2.gcText { color: #777777; }                 used for text
3.gcText2 { color: #777777; }                used for table header
4.gcText3 { color: #555555; }                used for tabs text
5.gcTextInput { color:#666666; }             used for inputs
6.gcLink { color: #005E89; }                 used for link
7.gcLinkHover { color: #D54E21; }            used for link
8.gcBgPage { background-color: #F9F9F9; }               used for page background
9.gcBgTabSheet { background-color: #F1F1F1; }           used inside tabsheet & menu
10.gcBgTableRow1 { background-color: #DDDDDD; }            used in for tables rows background
11.gcBgTableRow2 { background-color: #EEEEEE; }            used in tables rows & some widgets background
12.gcBgInput { background-color:#CCCCCC; }                      used for inputs
13.gcBorder    { border-color: #AAAAAA; }            used for borders
14.gcBorder2   { border-color: #666666; }            used for widgets borders
15.gcBorderInput { border-color:#777777; }           used for inputs
16*/
17/* text color */
18
19body, h3, dt, h2, .throw, .content, label , LEGEND  {
20        color:#777;
21}
22
23th { color: #888; }
24INPUT, select, textarea { color:#666; background-color: #ccc; }
25option[disabled] { background-color: #ccc; }
26input[type="radio"], input[type="checkbox"] { background-color: transparent; }
27
28INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"] {
29        color:#666;
30        border: 1px solid #777;
31        background-color: #ddd;
32        padding: 1px 15px;
33}
34
35
36INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
37INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {
38        background-color: #ddd;
39}
40
41INPUT.text, INPUT.password, INPUT.button,
42INPUT.submit, INPUT.reset, INPUT.file,
43SELECT, TEXTAREA {
44        background-color: #ddd;
45}
46
47INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus, INPUT.submit:hover {
48  background-color: #eee;
49  color: #666;
50}
51
52INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
53
54
55INPUT[type="button"]:hover, INPUT[type="submit"]:hover, INPUT[type="reset"]:hover {
56  cursor:pointer;
57  color:#666;
58  border-color: #999;
59}
60
61
62#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
63padding-bottom: 15px; }
64.header_notes {
65  background: transparent url(../default/icon/note.png) no-repeat right top;
66  border: none;
67  min-height: 48px;
68  padding: 15px 60px 0 0;
69  right: 0;
70  width: 550px;
71  top: 70px;
72}
73html, body { min-height: 100%; }
74body { margin: 0; padding: 0; background:#f9f9f9 }
75/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
76/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
77#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
78position:absolute; left:0px; top:0px; z-index: 0;
79background:transparent }
80h3, .content, .throw, .row1 { background-color: #ddd; }
81.row2 { background-color:#eeeeee; }
82#content { background: #f1f1f1; min-height: 467px;}
83
84.content {
85  border: 1px solid #aaa;
86  margin-left:217px;
87  margin-top: 7px;
88}
89
90.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
91 text-align:center; background:none; border: 0; }
92.content h3 ~ h3{ margin-top: 40px; }
93.content h4 { color: #aaa; font-size:14px; text-align:center; padding:3px; margin-top: 0; margin-bottom: 10px;}
94
95.content dl, dd { margin:5px; }
96.content div.titrePage { height:40px; }
97
98
99UL.thumbnails span.wrap2:hover { background-color:#7CBA0F; color:#999; }
100UL.thumbnails span.wrap2 {
101        background-color:#ddd;
102}
103
104
105/* borders */
106fieldset { border: 2px solid #ddd; }
107TEXTAREA { cursor:text; font-size: 13px; }
108.tagSelection label { padding-right:12px; }
109.tagSelection LI.tagSelected {background-color:#dbe8f3;}
110.tagSelected LABEL {color:black;}
111
112.content ul.categoryActions a img { margin-left: 10px; }
113ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
114INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
115.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
116label { cursor:pointer }
117.categoryLi, .menuLi { background: #ddd }
118.menuLi_hidden { background: #ccc !important; }
119a.Piwigo {
120  font-family: verdana, arial, helvetica, sans-serif !important;
121  font-size: 11px; font-weight: normal; letter-spacing: 0;
122  color : #0cc; text-decoration: none; border: 0; }
123a.Piwigo:hover  span.Piwigo  {
124  border-bottom: 1px solid #0cc9c;
125}
126TABLE.table2 { border: 2px solid #dddddd; }
127
128*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
129a { color:#005E89; border-width: 0; }
130a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: pointer; }
131.content .navigationBar {color:#999;}
132ul.actions, .content form#waiting  {text-align:center;}
133
134.header_msgs {
135        border:0;
136        color:#ccc;
137        font-size:24px;
138        height:30px;
139        margin:0; padding:10px 0 0;
140        text-align:center; width:100%;
141}
142
143/* tabsheets are often used in admin  pages => No specific css files */
144#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
145border:1px solid #f9f9f9; border-bottom:1px solid #aaa; background-color:#f9f9f9;margin-top:-7px;}
146.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
147font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
148list-style-type:none; list-style-image:none; text-decoration:none; }
149.tabsheet li { background:#f1f1f1; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #aaa; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;border-radius:5px 5px 0 0;}
150.tabsheet a {
151display:block; font-size:11px; border:0;
152font-weight:bold; overflow:hidden; padding:6px;
153text-align:right; text-decoration:none; margin: 0; }
154.tabsheet a:first-letter { text-transform:capitalize; }
155.tabsheet li.selected_tab  {
156  border-bottom:1px solid #f1f1f1;
157}
158.tabsheet li:hover, .tabsheet li.selected_tab  {
159margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
160 }
161/* .tabsheet a:hover */
162.tabsheet li.selected_tab  a { color: #555; }
163.tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
164
165.sort { clear: none; }
166/* menubar is on all admin pages => No specific css file */
167#menubar {
168  padding:0; width:207px; z-index:99; text-align: left;margin-top:7px;
169  margin-left:0;
170}
171
172#menubar ul.scroll { overflow-y:auto;
173 /* Only IE family supports colored scrollbar */
174 scrollbar-face-color: #ddd; scrollbar-shadow-color: #bbb; scrollbar-highlight-color: #fff;
175 scrollbar-3dlight-color: #d6d6d6; scrollbar-darkshadow-color: #ccc; scrollbar-track-color: #eee;
176 scrollbar-arrow-color: #0cccc; }
177#menubar dd { margin: 0; padding: 0;}
178#menubar dl { width: 200px; border:0; margin: 0; padding: 0; display: block; min-height:35px; border:1px solid #ddd; background-color:#f1f1f1; border-left:none; border-right:1px solid #ddd;}
179#menubar dl.first {border-top:none;border-radius:0 6px 0 0;}
180#menubar dl.first dt {border-radius:0 6px 0 0;}
181#menubar dl.last {border-bottom:1px solid #ddd; border-radius:0 0 6px 0;}
182#menubar dt { background-color: #ddd; margin: 0; display: block; font-weight:bold;
183position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; }
184#menubar dt  span { cursor:pointer; }
185#menubar li { margin: 0; padding-left:10px; }
186#menubar li A { display:block; }
187#menubar li A:hover { border:none; color:black;}
188#menubar li:hover {background-color:#dbe8f3;}
189#menubar ul { color: #ccc; margin:0; line-height: 25px;
190  list-style-type: none; list-style-position: inside; padding: 0; }
191#adminHome       {background-color:#ddd;border-radius: 0 6px 6px 0;margin-left:0;margin-bottom:17px;}
192#adminHome:hover {background-color:#d0d0d0;}
193
194/* jQuery tooltips */
195.cluetip-default #cluetip-outer { border-color:#999; color: #777; background-color: #eee; }
196.cluetip-default h3#cluetip-title { background-color: #ddd; }
197/* jQuery ui resizable */
198.ui-resizable { position: relative; }
199.ui-wrapper { border: 0; }
200.ui-wrapper input, .ui-wrapper textarea { border: 0; }
201/* jQuery tiptip */
202#tiptip_holder a { color:#42B0FF; }
203
204/* Global handle styles */
205.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
206.ui-resizable .ui-resizable-handle { display: block; }
207body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
208body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
209.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(images/resizable-n.gif) no-repeat scroll center top; }
210.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(images/resizable-s.gif) no-repeat scroll center top; }
211.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-e.gif) no-repeat scroll right center; }
212.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-w.gif) no-repeat scroll right center; }
213.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
214.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
215.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
216.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
217
218#ui-datepicker-div {background-color: #fff; border:2px solid #aaa;}
219#ui-datepicker-div .ui-datepicker-title {color:black;}
220#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat;}
221#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat;}
222#ui-datepicker-div A.ui-datepicker-prev:hover,
223#ui-datepicker-div A.ui-datepicker-next:hover
224{
225  background-color:#eee;border:1px solid #aaa;
226}
227
228#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #eee; color: #08f !important;}
229#ui-datepicker-div .ui-datepicker-days-row { background-color: #bbb;}
230#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell  a { background-color: #ddd; color: #0cc; border-color: #bbb; border-top-color: #ddd; border-left-color: #ddd;}
231#ui-datepicker-div .ui-datepicker-title-row { background-color: #eee;}
232#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #0cc;}
233#ui-datepicker-div  a:hover { color: #0cccc !important; border: 0; background-color: #eee !important;}
234#ui-datepicker-div .ui-datepicker-header select { background-color:#bbb; color:#666; font-weight:normal;}
235#ui-datepicker-div .ui-datepicker-links { background-color:#ddd;}
236#ui-datepicker-div .ui-datepicker-header { background-color:#bbb;}
237#ui-datepicker-div .ui-datepicker-current-day { background-color: #eee !important; border-color: #bbb; border-top-color: #eee; border-left-color: #eee;}
238#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
239img.ui-datepicker-trigger{margin:-2px 10px 1px -2px;}
240
241.ui-slider { background:#ddd;border-radius:2px;border:1px solid #999; }
242.ui-slider .ui-slider-handle { border:1px solid #005e89;background:#fff;border-radius:0.6em; }
243.ui-slider .ui-slider-range { background:#999;border-radius:2px; }
244
245INPUT[type="text"].large  { width: 317px; }
246
247.bigbutton {background:none;margin-right:-5px; padding: 10px;height:auto;position:static;width:auto;text-align:right;}
248.bigtext {display:none;position:static;}
249.bigbutton input[type="submit"] {display:inline;position:static;height:auto;width:auto;font-size:18px;padding:10px;}
250
251
252/* hacks */
253* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
254*+html  .bigtext { left: 70px; }
255*+html  .bigbutton input, * html  .bigbutton input  { left:0px; position:relative; top:-40px; }
256* html .bigtext { margin-right: 300px; }
257
258.themeBox {background-color:#ddd;}
259.themeBox IMG {border:1px solid white;}
260.themeName {color:black;}
261#themesContent H3 {border-bottom:1px solid #aaa;}
262.themeDefault {background-color:#dbe8f3;}
263
264#pluginsMenuSeparator {border:1px solid #ddd;}
265
266#helpContent A {border-bottom:1px dotted #005E89;}
267#helpContent A:hover {border-bottom:1px solid #d54e21;}
268
269#pwgHead, #footer {
270        background-color: #ddd;
271        color: #666;
272}
273
274
275#pwgHead A, #footer A {color:#444;}
276#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
277#footer { background-image: url(images/piwigo_logo_small.png);}
278
279.pluginBox, .pluginMiniBox {background-color:#ddd;color:#353535;border-color:#ddd;}
280.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#111;}
281.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#a00 !important;}
282.pluginBoxes .merged, .pluginBoxes .missing  {background-color:#d99;border:1px solid #a00;}
283.showInfo {color:#fff;background-color:#999; }
284.showInfo:hover {color:#fff;border:none;background-color:#333}
285
286.languageBox {background-color:#ddd;}
287.languageName {color:black;}
288.languageDefault {background-color:#dbe8f3;}
289
290UL.thumbnails li.rank-of-image {background-color: #ddd;}
291
292#batchManagerGlobal .thumbSelected {background-color:#C2F5C2 !important}
293#batchManagerGlobal #selectedMessage {background-color:#C2F5C2;}
294
295.selectedComment {background-color:#C2F5C2;}
296
297#pwgMain {padding-left:0}
298
299input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
300  font-size:12px;
301  font-weight:bold;
302  letter-spacing:1px;
303  border:none;
304  background-color:#666666;
305  color:#fff;
306  padding:2px 5px;
307  -moz-border-radius:5px;
308  -webkit-border-radius:5px;
309  border-radius:5px;
310  margin-left:0;
311}
312
313input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
314  background-color:#ff7700;
315  color:white;
316}
317
318p.albumTitle img {margin-bottom:-3px;}
Note: See TracBrowser for help on using the repository browser.