source: trunk/admin/themes/roma/theme.css @ 8732

Last change on this file since 8732 was 8732, checked in by plg, 13 years ago

feature 2113: new logo on administration screen

  • Property svn:eol-style set to LF
File size: 13.7 KB
Line 
1/* generic colors - roma
2.gcText { color: #666666; }                 used for text
3.gcText2 { color: #FF3366; }                used for table header
4.gcText3 { color: #FF3366; }                used for tabs text
5.gcTextInput { color:#999999; }             used for inputs
6.gcLink { color: #FF7700; }                 used for link
7.gcLinkHover { color: #FF3333; }            used for link
8.gcBgPage { background-color: #111111; }               used for page background
9.gcBgTabSheet { background-color: #222222; }           used inside tabsheet & menu
10.gcBgTableRow1 { background-color: #111111; }            used in for tables rows background
11.gcBgTableRow2 { background-color: #222222; }            used in tables rows & some widgets background
12.gcBgInput { background-color:#444444; }                      used for inputs
13.gcBorder    { border-color: #FF3363; }            used for borders
14.gcBorder2   { border-color: #666666; }            used for widgets borders
15.gcBorderInput { border-color:#666666; }           used for inputs
16*/
17/* text color */
18body, h3, dt, h2, .throw, .content, label { color:#666; }
19INPUT, select, textarea { color:#999; background-color: #444; }
20option[disabled] { background-color: #999; color: #444; }
21input[type="radio"], input[type="checkbox"] { background-color: transparent; }
22/* INPUT[type="checkbox"], INPUT[type="radio"]
23{ color:#999; background-color: #eee; }  */
24INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
25legend, h3 { color: #666; }
26h2 { color: #ccc; }
27
28.header_notes { 
29  background: transparent url(../default/icon/note.png) no-repeat right top;
30  border: none; 
31  min-height: 48px;
32  padding: 15px 60px 0 0; 
33  right: 0;
34  width: 550px; 
35}
36html, body { min-height: 100%; }
37
38body { margin: 0; padding: 0;
39background-color:#111111; }
40/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
41/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
42#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
43position:absolute; left:0px; top:0px; z-index: 0;
44}
45h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
46.throw, .row1 { background-color:#111; }
47.throw em { font-style: normal; color: #ff3363; }
48
49#content { min-height: 466px; margin-top: 15px; }
50.content { padding:0 5px 5px; margin: 0 10px 0 248px; z-index:99; }
51
52.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
53.content h3 ~ h3{ margin-top: 40px; }
54.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
55
56.content dl, dd { margin:5px; }
57.content div.titrePage {}
58
59
60UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
61UL.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
62UL.thumbnails span.wrap2 { -moz-border-radius:4px;  }
63UL.thumbnails span.wrap1 { margin:0 12px 5px; }
64/* .throw, */ td h3 {
65 background-image: url(images/fillet.png); background-repeat: repeat-x; }
66/* borders */
67fieldset { border: 2px solid #333; }
68INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
69input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
70TEXTAREA { cursor:text; font-size: 13px; }
71UL.thumbnails SPAN.wrap2 {
72  border: 1px solid #aaaaaa;  /* thumbnails border color and style */
73  border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
74}
75.tagSelection label { padding-right:12px; }
76.tagSelection LI.tagSelected {background-color:#aaa;}
77.tagSelected LABEL {color:#000;}
78.content ul.categoryActions a img { margin-left: 10px; }
79ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
80INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
81INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; }
82.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; }
83label { cursor:pointer }
84.categoryLi, .menuLi { background: #222 }
85.virtual_cat, .menuLi_hidden { background: #333 !important; }
86a.Piwigo {
87  font-family: verdana, arial, helvetica, sans-serif !important;
88  font-size: 11px; font-weight: normal; letter-spacing: 0;
89  color : #F33; text-decoration: none; border: 0; }
90a.Piwigo:hover  span.Piwigo  {
91  border-bottom: 1px solid #FF3363;
92}
93
94/* RADU - I comment this because it makes FF form controls activation very slow)
95*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
96*/
97
98a { color:#f70; border-width: 0; }
99a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; }
100.content .navigationBar {color:#666;}
101ul.actions, .content form#waiting  {text-align:center;}
102
103.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
104border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
105text-align:center; top:0; width:100%; z-index:99; }
106#content.content div.comment a.illustration{ margin-right: 30px;}
107/* tabsheets are often used in admin  pages => No specific css files */
108.tabsheet {
109background-color:#111111; border:0px none; border-bottom:1px solid #ff3363; display:table;
110font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
111list-style-type:none; list-style-image:none; padding: 0; position:relative; text-decoration:none;
112top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
113width:100%; }
114.tabsheet li { background:#222222; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #ff3363; 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;}
115.tabsheet a {
116outline:none; color:#666; display:block; font-size:11px; border:0;
117font-weight:bold; overflow:hidden; padding:6px;
118text-align:right; text-decoration:none; margin: 0; }
119.tabsheet a:first-letter { text-transform:capitalize; }
120.tabsheet li.selected_tab  {
121  border-bottom:1px solid #222222;
122}
123.tabsheet li:hover, .tabsheet li.selected_tab  {
124margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
125 }
126.tabsheet a:hover, .tabsheet li.selected_tab  a { color: #F36; }
127.tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
128#debug { margin-left:248px; font-size:12px; }
129/* menubar is on all admin pages => No specific css file */
130#menubar {
131background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
132border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; 
133padding:0; width:230px; z-index:99; text-align: left; }
134#menubar ul.scroll { overflow-y:auto;
135 /* Only IE family supports colored scrollbar */
136 scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
137 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
138 scrollbar-arrow-color: #ff3333; }
139#menubar dd {
140background: transparent url(images/menubar-detail.png) repeat-y top left;
141margin: 0; padding: 0 0 10px 0; }
142#menubar dl {
143background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top;
144width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; }
145#menubar dl.first {
146background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
147#menubar dl.last { padding: 0 0 24px 0;}
148#menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold;
149position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: #666;  outline:none;}
150#menubar dt  span { background-color: #111; cursor:pointer; }
151#menubar li { margin: 0 0 0 6px; }
152#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
153#menubar li.external:hover { list-style-image:url(images/external_active.png); }
154#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px;
155  list-style-type: square; list-style-position: inside; padding: 0; }
156/* jQuery tooltips */
157.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }
158.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; }
159/* jQuery ui resizable */
160.ui-resizable { position: relative; }
161.ui-wrapper { border: 0; }
162.ui-wrapper input, .ui-wrapper textarea { border: 0; }
163
164/* Global handle styles */
165.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
166.ui-resizable .ui-resizable-handle { display: block; }
167body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
168body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
169.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; }
170.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; }
171.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; }
172.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; }
173.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
174.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
175.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
176.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
177
178#ui-datepicker-div {background-color: #555; border:2px solid #333;}
179#ui-datepicker-div .ui-datepicker-title {color:white;}
180#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat;}
181#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat;}
182#ui-datepicker-div A.ui-datepicker-prev:hover,
183#ui-datepicker-div A.ui-datepicker-next:hover
184{
185  background-color:#eee;border:1px solid #aaa;
186}
187.ui-datepicker th {color:#ccc;}
188.ui-state-disabled {color:#aaa;}
189
190#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #111; color: #f70 !important;}
191#ui-datepicker-div .ui-datepicker-days-row { background-color: #444;}
192#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell  a { background-color: #222; color: #f33; border-color: #444; border-top-color: #222; border-left-color: #222;}
193#ui-datepicker-div .ui-datepicker-title-row { background-color: #111;}
194#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #f33;}
195#ui-datepicker-div  a:hover { color: #ff3333 !important; border: 0; background-color: #111 !important;}
196#ui-datepicker-div .ui-datepicker-header select { background-color:#444; color:#999; font-weight:normal;}
197#ui-datepicker-div .ui-datepicker-links { background-color:#222;}
198#ui-datepicker-div .ui-datepicker-header { background-color:#444;}
199#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;}
200#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
201INPUT[type="text"].large  { width: 317px; }
202input[type="button"], input[type="submit"], input[type="reset"] {
203color:#ff3363; background-color:#222; border-color: #ff3363; }
204input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
205color:#999; border-color: #666; }
206.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
207color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
208position:relative;  z-index: 50;}
209.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px;  z-index: 55; cursor:pointer; }
210.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
211.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0;
212display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;}
213.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
214/* hacks */
215* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
216*+html  .bigtext { left: 70px; }
217*+html  .bigbutton input, * html  .bigbutton input  { left:0px; position:relative; top:-40px; }
218
219* html .bigtext { margin-right: 300px; }
220
221#adminHome       {background-color:#222;}
222#adminHome:hover {background-color:#333;}
223
224.themeBox {background-color:#333;}
225.themeBox IMG {border:1px solid #666;}
226.themeName {color:#ccc;}
227.themeActions A {border-bottom:none;}
228.themeDefault {background-color:#555;}
229
230#pluginsMenuSeparator {border:1px solid #333;}
231
232#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
233
234#pwgHead, #footer {background-color:#222;}
235#footer {background-image: url(images/piwigo_logo_small.png);}
236
237.pluginBox {background-color:#333;color:#999}
238.pluginBoxNameCell {color:#ccc;}
239
240.languageBox {background-color:#333;}
241.languageName {color:#ccc;}
242.languageDefault {background-color:#555; color:#aaa;}
Note: See TracBrowser for help on using the repository browser.