source: trunk/themes/elegant/theme.css @ 13479

Last change on this file since 13479 was 13479, checked in by Zaphod, 12 years ago

feature 2587: theme elegant, script & theme update

File size: 4.1 KB
Line 
1/* colors & backgrounds */
2
3html, body {background-color:#111;}
4
5body {margin: 5px 0;}
6
7a:hover {border-bottom:none;}
8
9#menuswitcher {
10        display:block;
11        font-size:200%;
12        text-align:center;
13        float:left;
14        height:33px;
15        cursor:pointer;
16        margin: 28px 0 0 -35px;
17}
18
19#menubar,
20#menuswitcher.menuhidden {
21        border-radius : 0 10px 10px 0;
22        background-color: #222;
23        border: solid 1px #333;
24        border-width: 2px 2px 2px 0;
25}
26
27#menuswitcher.menuhidden {
28        width:25px;
29        margin-left:0;
30}
31
32/* content */
33
34#content.menushown, #the_page > .content.menushown { margin-left:240px;}
35#content.menuhidden, #the_page > .content.menuhidden { margin-left:35px;}
36#content, #the_page > .content { margin-right:0;}
37
38#content,.content {
39        background-color: #222;
40        border-bottom: 2px solid #444;
41        margin-bottom: 4px;
42        padding-bottom: 4px;
43}
44
45#thePicturePage #content {padding-bottom:0;}
46
47.content .titrePage {
48        background-color: #111;
49        border-bottom: 2px solid #444;
50        padding:0;
51        margin-bottom:4px;
52}
53
54.content .titrePage H2 {
55        line-height: 20px;
56        margin: 0;
57        padding: 8px 0 0 2px;
58}
59
60
61body { color: #999;}
62a { color: #ccc;}
63a:hover { color: #fff;}
64
65
66
67/* menubar */
68
69#menubar {
70        float: left;
71        margin: 28px 13px 10px 0;
72        padding: 0;
73        display: inline;
74        width: 225px;
75}
76
77#menubar DT { color: #999; text-align:left;}
78#menubar DT a { color: #ccc;}
79#menubar DT a:hover { color: #fff;}
80#menubar dd { padding: 0 0 1em 1em;}
81
82/* text color */
83BODY, H1, H3,
84INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
85        color:#d0d0d0;
86}
87
88#menubar .pwg-icon-filter {display:none;}
89
90
91
92
93/* backgrounds */
94
95
96#imageToolBar, #imageHeaderBar, #derivativeSwitchBox, #sortOrderBox, .header_notes {
97        background-color: #505050;
98}
99
100#imageHeaderBar H2 {
101        background-image: none;
102}
103
104#imageHeaderBar {
105        border-top: 1px solid #000;
106}
107
108/* borders */
109#derivativeSwitchBox, #sortOrderBox{
110        border: 1px solid #000;
111}
112
113FIELDSET, INPUT, SELECT, TEXTAREA {
114        border: 1px solid gray;
115}
116
117
118.thumbnails IMG {margin-bottom:0; vertical-align:middle;}
119.thumbnailCategory DIV.illustration {margin: 2px; text-align:center;}
120
121/* picture page */
122#thePicturePage {background-color:#111;}
123#imageHeaderBar { border: solid 0 #444; padding:0 0 0 10px;}
124.contentWithMenu #imageHeaderBar {padding:0;}
125#copyright {border-top-width:2px;}
126#imageHeaderBar {border-bottom-width:2px; width:auto; background:#111}
127#imageToolBar   {background:none;}
128#imageToolBar {margin-top: -28px; margin-bottom:0;}
129#theImage {padding-top:10px;}
130#imageHeaderBar .browsePath {display:inline-block; float:none; font-size:120%; line-height:20px; padding: 8px 0 0 2px; font-weight:bold; margin:0;}
131#imageHeaderBar .imageNumber {display:inline-block; float:none; line-height:20px; padding: 8px 0 0 12px; font-weight:bold; margin:0;}
132#imageHeaderBar .imageNumber:before {content:'['}
133#imageHeaderBar .imageNumber:after {content:']'}
134#imageHeaderBar h2 {font-size:100%;}
135#thePicturePage .pwg-button {width:26px;}
136#thePicturePage .actionButtons {margin-right: 26px;}
137#imageToolBar {float:right;}
138
139#thePicturePage #comments {padding-top:12px; padding-bottom:12px;}
140#thePicturePage #comments h3 {margin-top:10px; margin-bottom:10px;}
141#thePicturePage #comments form { margin-bottom:10px;}
142#thePicturePage #comments fieldset{margin-top: 0; margin-bottom:0;}
143.noCommentText {display:block;}
144#copyright {padding:4px 4px 0 0; text-align:right;}
145
146#thePicturePage .comments_toggle_on:before {content:'(+) '}
147#thePicturePage .comments_toggle_off:before {content:'(-) '}
148
149.comments_hidden ul, .comments_hidden form {display:none;}
150.thumbnailCategory {background-color: #333;}
151.comments_toggle {cursor: pointer;}
152.comments_toggle:hover {color:#fff;}
153
154#the_page .content .stuffs {margin:0!important}
155
156#thumbnails  {padding-top: 5px;}
157
158INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {background-color:#999;}
159INPUT:focus, SELECT:focus, TEXTAREA:focus {background-color:#ccc;}
160
161/* links */
162INPUT.rateButton {
163        color: #fff;
164}
165
166.pwg-icon {
167        background-image: url(../default/s26/outline_808080.png);
168}
169
170A:hover .pwg-icon {
171        background-image: url(../default/s26/outline_ffffff.png);
172}
173
174.message {
175  color:white;
176  background-color:#666;
177}
Note: See TracBrowser for help on using the repository browser.