source: trunk/admin/template/goto/theme/roma/theme.css @ 2609

Last change on this file since 2609 was 2609, checked in by vdigital, 16 years ago

buttonButterfly 2 - Last Graphic and CSS feedback (focus on buttons)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 9.3 KB
Line 
1/* $Id: theme.css 2609 2008-09-27 11:53:06Z vdigital $ */
2/* text color */
3body, h3, dt, h2, .throw, .content, label,
4input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
5INPUT, select, textarea { color:#999; background-color: #444; } 
6/* INPUT[type="checkbox"], INPUT[type="radio"]
7{ color:#999; background-color: #eee; }  */
8INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
9input.rateButton, legend, #theAdminPage h3 { color: #666; }
10#theAdminPage h2 { color: #333; }
11.content .infos { color: #f70; border:0; background-color: transparent;
12padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; }
13.content .infos li, .content .errors li { list-style-type:none; }
14.content .errors { color: #f30; border:0; background-color: transparent;
15padding:5px 0px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
16#copyright { color:#666; margin:60px auto 0px 240px; text-align:center; 
17padding-bottom: 15px; }
18.header_notes { background: transparent url(../../icon/note.png) no-repeat right top;
19border:0; font-weight:bold; min-height: 48px;
20padding:15px 60px 0 0; position:absolute; right:0;
21text-align:right; top:90px; width:550px;  }
22html, body { min-height: 100%; }
23body { margin: 0; padding: 0;
24background:#111111 url(images/bottom-left-bg.png) no-repeat fixed left bottom; }
25#the_page { margin: 0; padding: 0; z-index: 1; top:0px;
26padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; }
27#headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
28position:absolute; left:0px; top:0px; z-index: 0; 
29background:transparent url(images/top-left-bg.png) no-repeat scroll left top; }
30#theHeader { min-height:105px; margin: 0; padding: 0;
31background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; }
32h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
33.throw, .row1 { background-color:#111; }
34.throw em { font-style: normal; color: #ff3363; }
35#content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; margin-top: 9px; }
36.content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
37.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
38 text-align:right; background:none; border: 0; }
39.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
40/*.content h2:before, .content h2:after, */ 
41.content h2 { 
42letter-spacing:2px; margin-right:30px; text-align:right; color: #666; 
43text-transform:none; font-weight:bold; padding-left:20px; width:54%; }
44.content dl, dd { margin:5px; }
45.content div.titrePage { height:55px; }
46.instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px;
47font-size:14px; line-height:21px; }
48.instructions { overflow-y:scroll; overflow-x:hidden; }
49.instructions  h3 { text-align: center; margin: 30px 0 0 0; }
50/* .throw, */ td h3 {
51 background-image: url(images/fillet.png); background-repeat: repeat-x; }
52/* borders */ 
53fieldset { border: 1px solid #999; }
54INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
55input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
56TEXTAREA { cursor:text; font-size: 13px; }
57.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
58color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; 
59position:relative;  z-index: 50;}
60.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px;  z-index: 55; cursor:pointer; }
61.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
62.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0;
63display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;}
64.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
65.content UL.thumbnails SPAN.wrap2 {
66  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
67  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
68}
69.tagSelection label { padding-right:12px; }
70ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
71INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
72INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; }
73.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; }
74label { cursor:pointer }
75.categoryLi { background: #222 }
76.virtual_cat { background: #333 !important; }
77a.Piwigo {
78  font-family: verdana, arial, helvetica, sans-serif !important;
79  font-size: 11px; font-weight: normal; letter-spacing: 0;
80  color : #f36; text-decoration: none; border: 0; color: #f36; }
81input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
82a { color:#f70; border-color: #f70; }
83a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; }
84
85h2 { display:block; font-size:28px; letter-spacing:-1px; 
86margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute; 
87right:0; text-align:right; top:0; width:770px; }
88.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
89border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
90text-align:center; top:0; width:100%; z-index:99; }
91.HelpActions a { border:0; margin:-14px 14px 0 0; position:absolute; right:0; }
92.HelpActions li {list-style-image:none; list-style-position:outside; 
93list-style-type:none; text-align:center; text-indent:0pt; }
94#content.content div.comment a.illustration{ margin-right: 30px;}
95/* tabsheets are often used in admin  pages => No specific css files */
96.tabsheet { 
97background-color:transparent; border:0; display:table; float:right; 
98font-family:verdana,arial,helvetica,sans-serif; font-size:8px; line-height:14px; 
99list-style-image:none; padding: 0; position:relative; text-decoration:none;
100top:-2px; white-space:nowrap; margin: 0 28px 0 0;}
101.tabsheet li { background:transparent url(images/inactive_tab.png) no-repeat scroll left 0;
102float:left; margin:0 2px 0 5px; overflow:hidden; text-align:right; }
103.tabsheet a { 
104background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px;
105color:#666; display:block; font-size:11px; text-transform:capitalize; border:0;
106font-weight:bold; height:18px; overflow:hidden; padding:8px 7px 5px 18px; line-height: 18px;
107text-align:right; text-decoration:none; margin: 0; }
108.tabsheet li:hover, .tabsheet li.selected_tab  { 
109background:transparent url(images/active_tab.png) no-repeat scroll left 0px; }
110.tabsheet a:hover, .tabsheet li.selected_tab  a { color: #F36;
111background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; }
112.tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
113#debug { margin-left:248px; font-size:12px; }
114/* menubar is on all admin pages => No specific css file */
115#menubar {
116background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
117border:0; display:inline; float:left; left:0; margin: 0 0 0 35px; min-height:475px; height:475px; /* should be 477 */
118padding:0; width:207px; z-index:99; text-align: left; }
119#menubar ul.scroll { height:185px; margin-right:10px; overflow-y:auto; 
120 /* Only IE family supports colored scrollbar */
121 scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
122 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
123 scrollbar-arrow-color: #ff3333; }
124#menubar .selected a { color: #f70; }
125#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f33;}
126#menubar dd { 
127background: transparent url(images/menubar-detail.png) repeat-y top left; 
128margin: 10px 0 0 0; padding: 0; height:232px; }
129#menubar dl {
130background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top; 
131width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; }
132#menubar dl.first { 
133background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
134#menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold;
135position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666; }
136#menubar dt  span { background-color: #111; cursor:pointer; }
137#menubar a { text-decoration:none; font-size: 12px;
138color: #F70; border-bottom: 1px dotted #F70;}
139#menubar li { margin: 0 0 0 6px; }
140#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
141#menubar li.external:hover { list-style-image:url(images/external_active.png); }
142#menubar ul { color: #333; margin:10px 0pt 3px 9px; 
143  list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; }
144 
145/* jQuery tooltips */
146.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }
147.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; }
148
149/* hacks */
150html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
151*+html  .bigtext { left: 65px; }
152*+html  .bigbutton input, * html  .bigbutton input  { left:0px; position:relative; top:-40px; }
Note: See TracBrowser for help on using the repository browser.