source: trunk/admin/themes/clear/theme.css @ 12626

Last change on this file since 12626 was 12626, checked in by rvelices, 12 years ago

remove some useless css admin clear rules

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