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

Last change on this file since 5460 was 5460, checked in by grum, 14 years ago

update clear & roma theme with generic classes, allowing to use theme colors for plugin + invert tables colors for clear theme

  • 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.gcLink { color: #005E89; }                 /* used for link */
6.gcLinkHover { color: #D54E21; }            /* used for link */
7.gcBgPage { background-color: #F9F9F9; }               /* used for page background */
8.gcBgTabSheet { background-color: #F1F1F1; }           /* used inside tabsheet & menu */
9.gcBgTableRow1 { background-color: #DDDDDD; }            /* used in for tables rows background */
10.gcBgTableRow2 { background-color: #EEEEEE; }            /* used in tables rows & some widgets background */
11.gcBorder    { border-color: #AAAAAA; }            /* used for borders */
12.gcBorder2   { border-color: #666666; }            /* used for widgets borders */
13
14/* text color */
15.theme_title { left: 15px; color: #000; text-align: left;}
16body, h3, dt, h2, .throw, .content, label,
17input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#777; }
18th { color: #888; }
19INPUT, select, textarea { color:#666; background-color: #ccc; }
20input[type="radio"], input[type="checkbox"] { background-color: transparent; }
21INPUT[type="submit"], INPUT[type="reset"]  { color:#666; border: 1px solid #777; background-color: #bbb; padding: 1px 15px; }
22input.rateButton, legend, h3 { color: #777; }
23h2 { color: #777; }
24
25
26#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
27padding-bottom: 15px; }
28.header_notes { background: transparent url(icon/note.png) no-repeat right top;
29border:0; font-weight:bold; min-height: 48px;
30padding:15px 60px 0 0; position:absolute; right:0;
31text-align:right; top:30px; width:550px;  }
32html, body { min-height: 100%; }
33body { margin: 0; padding: 0; background:#f9f9f9 }
34/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
35/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
36#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
37position:absolute; left:0px; top:0px; z-index: 0;
38background:transparent }
39#theHeader { display:none; height:40px; margin: 0; padding: 0;
40background:transparent }
41h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
42.row2 { background-color:#eeeeee; }
43.throw em { font-style: normal; color: #0cc9c; }
44#content { background: #f1f1f1; min-height: 467px;}
45.content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
46.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
47 text-align:center; background:none; border: 0; }
48.content h3 ~ h3{ margin-top: 40px; }
49.content h4 { color: #aaa; font-size:14px; text-align:center; padding:3px; margin-top: 0; margin-bottom: 10px;}
50
51.content dl, dd { margin:5px; }
52.content div.titrePage { height:40px; }
53
54.instructions { text-align:left; padding-top:5px;}
55.instructions LI { margin-bottom:5px; }
56.instructionBlock {border: 1px solid #999; margin: 5px; overflow: hidden;}
57.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#eee; background-position:15px center;
58background-repeat:no-repeat; color:#999; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
59.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: none; }
60
61.instructionBlockHeaderCollapsed { background-image: url(icon/expand.gif);}
62.instructionBlockHeaderExpanded { background-image: url(icon/collapse.gif);}
63.instructionBlockContent { padding:0 15px 15px;}
64SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
65
66.content ul.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; }
67.content ul.thumbnails span.wrap2 { border:1px solid #999; padding: 4px; }
68.content ul.thumbnails span.wrap2 { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }
69.content ul.thumbnails span.wrap1 { margin:0 12px 5px; }
70
71/* borders */
72fieldset { border: 2px solid #ddd; }
73INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
74input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#bbb;color: #666; }
75TEXTAREA { cursor:text; font-size: 13px; }
76.content UL.thumbnails SPAN.wrap2 {
77  border: 1px solid #555555;  /* thumbnails border color and style */
78  border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
79}
80.tagSelection label { padding-right:12px; }
81.tagSelection LI.tagSelected {background-color:#dbe8f3;}
82.tagSelected LABEL {color:black;}
83
84.content ul.categoryActions a img { margin-left: 10px; }
85ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
86INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
87INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
88.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #0cc9c; }
89label { cursor:pointer }
90.categoryLi { background: #ddd }
91.virtual_cat { background: #ccc !important; }
92a.Piwigo {
93  font-family: verdana, arial, helvetica, sans-serif !important;
94  font-size: 11px; font-weight: normal; letter-spacing: 0;
95  color : #0cc; text-decoration: none; border: 0; }
96a.Piwigo:hover  span.Piwigo  {
97  border-bottom: 1px solid #0cc9c;
98}
99TABLE.table2 { border: 2px solid #dddddd; }
100
101*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
102a { color:#005E89; border-width: 0; }
103a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: pointer; }
104.content .navigationBar {color:#999;}
105ul.actions, .content form#waiting  {text-align:center;}
106.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
107border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
108text-align:center; top:0; width:100%; z-index:99; }
109.HelpActions a { border:0; margin:-14px 14px 0 0; position:absolute; right:0; }
110.HelpActions li {list-style-image:none; list-style-position:outside;
111list-style-type:none; text-align:center; text-indent:0pt; }
112#content.content div.comment a.illustration{ margin-right: 30px;}
113/* tabsheets are often used in admin  pages => No specific css files */
114.tabsheet {
115background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table;
116font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
117list-style-image:none; padding: 0; position:relative; text-decoration:none;
118top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px;
119width:100%; }
120.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;}
121.tabsheet a {
122display:block; font-size:11px; border:0;
123font-weight:bold; overflow:hidden; padding:6px;
124text-align:right; text-decoration:none; margin: 0; }
125.tabsheet a:first-letter { text-transform:capitalize; }
126.tabsheet li.selected_tab  {
127  border-bottom:1px solid #f1f1f1;
128}
129.tabsheet li:hover, .tabsheet li.selected_tab  {
130margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
131 }
132/* .tabsheet a:hover */
133.tabsheet li.selected_tab  a { color: #555; }
134.tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
135
136.sort { clear: none; }
137#214ug { margin-left:248px; font-size:12px; }
138/* menubar is on all admin pages => No specific css file */
139#menubar {
140display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:475px; height:475px; /* should be 477 */
141padding:0; width:207px; z-index:99; text-align: left; }
142#menubar ul.scroll { height:163px; overflow-y:auto;
143 /* Only IE family supports colored scrollbar */
144 scrollbar-face-color: #ddd; scrollbar-shadow-color: #bbb; scrollbar-highlight-color: #fff;
145 scrollbar-3dlight-color: #d6d6d6; scrollbar-darkshadow-color: #ccc; scrollbar-track-color: #eee;
146 scrollbar-arrow-color: #0cccc; }
147
148#menubar dd { margin: 0; padding: 0; height:232px; }
149#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;}
150#menubar dl.first {border-top:1px solid #aaa;}
151#menubar dl.last {border-bottom:1px solid #aaa;}
152#menubar dt { background-color: #ddd; margin: 0; display: block; font-weight:bold;
153position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; }
154#menubar dt  span { cursor:pointer; }
155#menubar li { margin: 0; padding-left:10px; }
156#menubar li A { display:block; }
157#menubar li A:hover { border:none; }
158#menubar li:hover {background-color:#dbe8f3;}
159#menubar ul { color: #ccc; margin:0; line-height: 25px;
160  list-style-type: none; list-style-position: inside; padding: 0; }
161
162#adminHome       {background-color:#ddd;}
163#adminHome:hover {background-color:#d0d0d0;}
164
165/* jQuery tooltips */
166.cluetip-default #cluetip-outer { border-color: #999; color: #999; background-color: #ddd; }
167.cluetip-default h3#cluetip-title { color: #0cc9c; background-color: #eee; }
168/* jQuery ui resizable */
169.ui-resizable { position: relative; }
170.ui-wrapper { border: 0; }
171.ui-wrapper input, .ui-wrapper textarea { border: 0; }
172
173/* Global handle styles */
174.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
175.ui-resizable .ui-resizable-handle { display: block; }
176body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
177body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
178.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; }
179.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; }
180.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; }
181.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; }
182.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
183.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
184.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
185.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
186#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #eee; color: #08f !important;}
187#ui-datepicker-div .ui-datepicker-days-row { background-color: #bbb;}
188#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;}
189#ui-datepicker-div .ui-datepicker-title-row { background-color: #eee;}
190#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #0cc;}
191#ui-datepicker-div  a:hover { color: #0cccc !important; border: 0; background-color: #eee !important;}
192#ui-datepicker-div .ui-datepicker-header select { background-color:#bbb; color:#666; font-weight:normal;}
193#ui-datepicker-div .ui-datepicker-links { background-color:#ddd;}
194#ui-datepicker-div .ui-datepicker-header { background-color:#bbb;}
195#ui-datepicker-div .ui-datepicker-current-day { background-color: #eee !important; border-color: #bbb; border-top-color: #eee; border-left-color: #eee;}
196#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
197td img.ui-datepicker-trigger { margin:-3px 5px 2px; }
198INPUT[type="text"].large  { width: 317px; }
199input[type="button"], input[type="submit"], input[type="reset"] {
200color:#0cc9c; background-color:#ddd; border-color: #0cc9c; }
201input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
202color:#666; border-color: #999; }
203.bigbutton { background:transparent url(images/quickLocalSync.png) no-repeat scroll left top; display: block;
204color:#eee; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
205position:relative;  z-index: 50;}
206.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px;  z-index: 55; cursor:pointer; }
207.bigbutton:hover { color: #fff; }
208.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0;
209display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;}
210.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
211/* hacks */
212html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
213* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
214*+html  .bigtext { left: 70px; }
215*+html  .bigbutton input, * html  .bigbutton input  { left:0px; position:relative; top:-40px; }
216* html .bigtext { margin-right: 300px; }
217
218.themeBox {background-color:#ddd;}
219.themeBox IMG {border:1px solid white;}
220.themeName {color:black;}
221#themesContent H3 {border-bottom:1px solid #aaa;}
222.themeDefault {background-color:#dbe8f3;}
223
224#pluginsMenuSeparator {border:1px solid #ddd;}
225
226#helpContent A {border-bottom:1px dotted #005E89;}
227#helpContent A:hover {border-bottom:1px solid #d54e21;}
228
229#pwgHead, #footer {background-color:#ddd;}
230#pwgHead, #footer {color:#666;}
231#pwgHead A, #footer A {color:#444;}
232#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
Note: See TracBrowser for help on using the repository browser.