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

Last change on this file since 15577 was 15577, checked in by plg, 12 years ago

bug fixed: rounded corners with Firefox 13

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