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

Last change on this file since 5366 was 5366, checked in by plg, 14 years ago

feature 1529: make the checked tags more obvious (distinct background color)

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