source: extensions/simple_themes/simple-sunset/theme.css @ 10779

Last change on this file since 10779 was 10779, checked in by plg, 13 years ago

add Simple Sunset into SVN (current version 2.1.b, compatible with Piwigo 2.1/2.2)

File size: 3.0 KB
Line 
1/*  orginal version -    GRUM: GRAPHITE   author:  grum at grum.dnsalias.com  */
2
3/* Theme Sunset 2.1.b (Ex-ftb)   for template "Simple"   from  Boudle  */
4
5/* page */
6
7body {
8  background-color: #111;
9  color: #666666;
10  font-size:0.82em;
11}
12
13#content {
14  background-color: #222;
15  border: 2px #606060 solid;
16  border-width: 2px 0;
17}
18
19#menubar p.totalImages {
20  font-style: italic;
21  margin-top: 0;
22}
23
24a {
25  color: #ff7700;
26}
27
28 .titrePage,  .titrePage a {
29  font-weight: bold;
30  text-transform: uppercase;
31}
32
33h2, h3 {
34    font-variant: small-caps;
35        color: #ff7700;
36}
37
38#copyright a , #mycopyright a{
39  color: #606060;
40}
41
42#copyright a ,#mycopyright a:hover{
43        color: #ff7700;
44}
45/* page content :  thumbnails */
46
47
48#thumbnails {
49  font-weight: bold;
50}
51
52#thumbnails li a img {
53  border: 2px #707070 solid;
54}
55#thumbnails li a:hover img {
56  border: 2px #f0f0f0 solid;
57}
58#thumbnails li p {
59  margin: 0;
60}
61
62/* page content :  categories thumbnails */
63
64.illustration a img {
65  border: 1px #606060 solid;
66}
67
68.illustration a:hover img {
69  border: 1px #f0f0f0 solid;
70}
71
72p.thumbCatDesc {
73  border-top: 1px #606060 dotted;
74  text-align: justify;
75}
76
77/* inputs */
78
79input[type="text"], input[type="password"], select, textarea, file {
80 background:#f0f0f0;
81 color: #333;
82 border: 1px solid;
83 margin: 0;
84}
85
86fieldset {
87  border: 1px #606060 dotted;
88  margin: 0 0 1em;
89  padding: 1em;
90}
91
92fieldset legend {
93  background-color: #333;
94  padding: 0 3px;
95}
96
97/* picture page */
98
99.imageNumber {
100  border: 1px #999 solid;
101}
102
103#theImage {
104padding:0
105}
106#theImage img {
107  border: 8px #fff solid;
108}
109#theImage p {
110  margin: 1em;
111  display:block;
112}
113#thePicturePage h1 {display:none}
114
115#navThumbPrev a img, #navThumbNext a img {
116  border: 2px #606060 solid;
117}
118#navThumbPrev a:hover img, #navThumbNext a:hover img {
119  border: 2px #f0f0f0 solid;
120}
121/*for screen  in 1024*768  and max width = 700*/
122#imageInfoBar {
123  width: 17%;
124}
125
126/* Chrome  */
127#theImage {
128  margin:auto
129}
130
131
132
133.commentList .author, .commentList .date {
134  font-weight: bold;
135}
136
137/* tags */
138
139#fullTagCloud span a:hover {
140  background: #606060;
141}
142
143#menuTagCloud span {
144  margin: 0;
145}
146
147.nbEntries {
148  text-align: right;
149}
150
151.tagaddbutton {
152}
153
154.mandatorystar {
155  color: #e04040;
156}
157
158/* help */
159
160.errors div {
161  background: #FFB0B0;
162  border: 4px solid #A04040;
163  color: #A04040;
164}
165.errors div a {
166  color: #FF0000;
167  font-weight: bold;
168}
169
170.infos div {
171  background: #B0FFB0;
172  border: 4px solid #40A040;
173  color: #40A040;
174}
175.infos div a {
176  color: #00FF00;
177  font-weight: bold;
178}
179
180.errors ul, .infos ul {
181  text-align: justify;
182}
183
184
185/* pwg stuff   */
186.right_block {
187  float: right;
188}
189
190.left_block {
191  float: left;
192}
193#stuffs_block_1, #stuffs_block_2, #stuffs_block_3{
194margin:.3em 0 0 .3em;
195padding:.5em;
196height:150px;
197overflow:hidden;}
198 
199
200#stuffs_block_4{
201padding:.5em;
202}
203#stuffs_block_2  ul {
204margin:0;
205padding:0;
206} 
207
208.content .stuffs_block .titrePage {
209margin:.5em 0; 
210font-size:88%;
211}
212.content .stuffs_block {
213border-color:#606060;
214border-style:solid;
215border-width:2px 0;
216background-color:#222;
217} 
218
219
220
221#comments ul.thumbnailCategories  .actions li {
222  margin: .8em;
223  width: 28px;
224}
225 */
226 
Note: See TracBrowser for help on using the repository browser.