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

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

feature 2588: template modification for v2.4
-> #content on picture & slideshow page
-> class 'browsePathSeparator' on LEVEL_SEPARATOR on browsePath
-> derivativeSwitchLink replaced by pwg-size icon (with associated css modification on themes)
-> new id #theImageAndInfos that contains #theImage and #imageInfos

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