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

Last change on this file since 7822 was 7822, checked in by rvelices, 13 years ago

removed unused css rules from admin

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