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

Last change on this file since 23275 was 23275, checked in by mistic100, 11 years ago

feature:2927 Update TokenInput to 1.6.1/mistic100

  • Property svn:eol-style set to LF
File size: 14.1 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, .throw, .content, label, LEGEND {
19        color:#666;
20}
21
22INPUT, select, textarea { color:#999; background-color: #444; }
23option[disabled] { background-color: #999; color: #444; }
24input[type="radio"], input[type="checkbox"] { background-color: transparent; }
25
26
27h2 { color: #ccc; }
28
29.header_notes {
30  background: transparent url(../default/icon/note.png) no-repeat right top;
31  border: none;
32  min-height: 48px;
33  padding: 15px 60px 0 0;
34  right: 0;
35  width: 550px;
36}
37html, body { min-height: 100%; }
38
39body {
40        background-color:#111111;
41}
42
43/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
44/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
45h3, .row2, .content { background-color: #222; }
46.throw, .row1 { background-color:#111; }
47.throw em { font-style: normal; color: #ff3363; }
48
49#content {
50        border: 1px solid #222;
51        min-height: 466px; 
52        margin-top: 15px;
53}
54
55.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
56.content h3 ~ h3{ margin-top: 40px; }
57.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
58
59.content dl, dd { margin:5px; }
60
61
62UL.thumbnails span.wrap2:hover { background-color#7CBA0F; color:#666; }
63UL.thumbnails span.wrap2 {
64        background-color:#333;
65}
66
67/* .throw, */ td h3 {
68 background-image: url(images/fillet.png); background-repeat: repeat-x; }
69/* borders */
70fieldset { border: 2px solid #333; }
71
72.buttonLike, INPUT, SELECT, TEXTAREA {
73        border: 1px solid #666;
74}
75input:focus, select:focus, textarea:focus {
76        background-color: #444;
77        color: #999;
78}
79
80TEXTAREA { cursor:text; font-size: 13px; }
81.tagSelection label { padding-right:12px; }
82.tagSelection LI.tagSelected {background-color:#aaa;}
83.tagSelected LABEL {color:#000;}
84ul.thumbnails input { color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
85INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
86INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; }
87.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; }
88label { cursor:pointer }
89.categoryLi, .menuLi { background: #333 }
90.menuLi_hidden { background: #333 !important; }
91a.Piwigo {
92  font-family: verdana, arial, helvetica, sans-serif !important;
93  font-size: 11px; font-weight: normal; letter-spacing: 0;
94  color : #F33; text-decoration: none; border: 0; }
95a.Piwigo:hover  span.Piwigo  {
96  border-bottom: 1px solid #FF3363;
97}
98
99.categoryUl>li:not(.virtual_cat) {
100  background:url(images/stripe-cat.png);
101}
102
103/* RADU - I comment this because it makes FF form controls activation very slow)
104*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
105*/
106
107a { color:#f70; }
108a:hover, a:active { color: #f33; cursor: pointer; }
109.content .navigationBar {color:#666;}
110ul.actions, .content form#waiting  {text-align:center;}
111
112.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
113border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
114text-align:center; width:100%; }
115
116/* tabsheets are often used in admin  pages => No specific css files */
117#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
118border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111111;}
119.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
120font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
121list-style-type:none; list-style-image:none; text-decoration:none; }
122.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;border-radius:5px 5px 0 0;}
123.tabsheet a {
124outline:none; color:#666; display:block; font-size:11px; border:0;
125font-weight:bold; overflow:hidden; padding:6px;
126text-align:right; text-decoration:none; margin: 0; }
127.tabsheet a:first-letter { text-transform:capitalize; }
128.tabsheet li.selected_tab  {
129  border-bottom:1px solid #222222;
130}
131.tabsheet li:hover, .tabsheet li.selected_tab  {
132margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
133 }
134.tabsheet a:hover, .tabsheet li.selected_tab  a { color: #F36; }
135.tabsheet a span { background-color:#222; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
136/* menubar is on all admin pages => No specific css file */
137#menubar {
138background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
139border:0;
140padding:0; width:207px; z-index:99; text-align: left;
141}
142
143#menubar dd {
144background: transparent url(images/menubar-detail.png) repeat-y top left;
145margin: 0; padding: 0 0 10px 0; }
146#menubar dl {
147background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top;
148width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; }
149#menubar dl.first {
150background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
151#menubar dl.last { padding: 0 0 24px 0;}
152#menubar dt { 
153        margin: 0; display: block; background: none; left:10px; font-weight:bold;
154        position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: #666;  outline:none;
155        cursor:pointer;
156}
157#menubar dt  span { background-color: #111; }
158#menubar li { margin: 0 0 0 6px; }
159#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
160#menubar li.external:hover { list-style-image:url(images/external_active.png); }
161#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px;
162  list-style-type: square; list-style-position: inside; padding: 0; }
163#menubar ul.scroll { overflow-y:auto; max-height:500px;}
164
165/* jQuery tooltips */
166.ui-tooltip {
167        color: #eee;
168        background-color: #000;
169}
170.cluetip-outer { border-color: #666; color: #666; background-color: #222; }
171.cluetip-title { color: #ff3363; background-color: #111; }
172/* jQuery ui resizable */
173.ui-resizable { position: relative; }
174.ui-wrapper { border: 0; }
175.ui-wrapper input, .ui-wrapper textarea { border: 0; }
176
177/* Global handle styles */
178.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
179.ui-resizable .ui-resizable-handle { display: block; }
180body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
181body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
182.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; }
183.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; }
184.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; }
185.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; }
186.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
187.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
188.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
189.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
190
191#ui-datepicker-div {background-color: #555; border:2px solid #333;}
192#ui-datepicker-div .ui-datepicker-title {color:white;}
193#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat;}
194#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat;}
195#ui-datepicker-div A.ui-datepicker-prev:hover,
196#ui-datepicker-div A.ui-datepicker-next:hover
197{
198  background-color:#eee;border:1px solid #aaa;
199}
200.ui-datepicker th {color:#ccc;}
201.ui-state-disabled {color:#aaa;}
202
203.ui-slider { background:#444;border-radius:2px;border:1px solid #666; }
204.ui-slider .ui-slider-handle { border:1px solid #f36;background:#222;border-radius:0.6em; }
205.ui-slider .ui-slider-range { background:#666;border-radius:2px; }
206
207#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div  a { background-color: #111; color: #f70 !important;}
208#ui-datepicker-div .ui-datepicker-days-row { background-color: #444;}
209#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;}
210#ui-datepicker-div .ui-datepicker-title-row { background-color: #111;}
211#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #f33;}
212#ui-datepicker-div  a:hover { color: #ff3333 !important; border: 0; background-color: #111 !important;}
213#ui-datepicker-div .ui-datepicker-header select { background-color:#444; color:#999; font-weight:normal;}
214#ui-datepicker-div .ui-datepicker-links { background-color:#222;}
215#ui-datepicker-div .ui-datepicker-header { background-color:#444;}
216#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;}
217#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
218INPUT[type="text"].large  { width: 317px; }
219
220.buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
221        color:#ff3363;
222        background-color:#222;
223        border-color: #ff3363;
224        padding: 1px 15px;
225}
226
227.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
228        color:#999; 
229        border-color: #666;
230        text-decoration: none;
231}
232
233.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
234color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
235position:relative;  z-index: 50;}
236.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px;  z-index: 55; cursor:pointer; }
237.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
238.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0;
239display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;
240color:transparent;}
241.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;color:transparent;}
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
247* html .bigtext { margin-right: 300px; }
248
249#adminHome       {background-color:#222;}
250#adminHome:hover {background-color:#333;}
251
252.themeBox {background-color:#333;}
253.themeBox IMG {border:1px solid #666;}
254.themeName {color:#ccc;}
255.themeActions A {border-bottom:none;}
256.themeDefault {background-color:#555;}
257
258#pluginsMenuSeparator {border:1px solid #333;}
259
260#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
261
262#pwgHead, #footer {background-color:#222;}
263#footer {background-image: url(images/piwigo_logo_small.png);}
264
265.pluginBox, .pluginMiniBox, .groups li {background-color:#333;color:#999;border-color:#333;}
266.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#ddd;}
267.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#800 !important;}
268.pluginBoxes .merged, .pluginBoxes .missing {background-color:#422;border:1px solid #800;}
269.languageBox {background-color:#333;}
270.languageName {color:#ccc;}
271.languageDefault {background-color:#555; color:#aaa;}
272
273#batchManagerGlobal .thumbSelected {background-color:#555 !important}
274#batchManagerGlobal #selectedMessage {background-color:#555; color:#ddd;}
275
276/* TokenInput (with Facebook style for ROMA) */
277ul.token-input-list {border-color:#666 !important;background-color:#444 !important;}
278ul.token-input-list li input {background-color:#444 !important;}
279li.token-input-token span {color:#878787 !important;}
280div.token-input-dropdown {background-color:#eee !important;border-color:#666 !important;}
281div.token-input-dropdown ul li {background-color:#eee !important;}
282div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800 !important;}
283
284#progressbar {border:1px solid #666; background-color:#666;}
285
286/* Album Properties */
287#albumThumbnail img, #albumLinks {
288  border-color:#333;
289}
290
291.selectedComment {background-color:#555; color:#fff;}
292
293.groups label>p {
294  color: #ccc;
295  font-size: 1.2em;
296  background-color:#111;
297}
298label>p.group_select {
299  color: #111;
300  background-color:#ccc;
301}
Note: See TracBrowser for help on using the repository browser.