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

Last change on this file since 15907 was 10799, checked in by gbo, 13 years ago

version 2.2.a with calendar

File size: 2.6 KB
Line 
1/*  orginal version -    GRUM: GRAPHITE   author:  grum at grum.dnsalias.com  */
2
3/* Theme Sunset 2.2.a (Gbo)   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.commentList .author, .commentList .date {
132  font-weight: bold;
133}
134
135/* tags */
136
137#fullTagCloud span a:hover {
138  background: #606060;
139}
140
141#menuTagCloud span {
142  margin: 0;
143}
144
145.nbEntries {
146  text-align: right;
147}
148
149.tagaddbutton {
150}
151
152.mandatorystar {
153  color: #e04040;
154}
155
156/* help */
157
158.errors div {
159  background: #FFB0B0;
160  border: 4px solid #A04040;
161  color: #A04040;
162}
163.errors div a {
164  color: #FF0000;
165  font-weight: bold;
166}
167
168.infos div {
169  background: #B0FFB0;
170  border: 4px solid #40A040;
171  color: #40A040;
172}
173.infos div a {
174  color: #00FF00;
175  font-weight: bold;
176}
177
178.errors ul, .infos ul {
179  text-align: justify;
180}
181
182#comments ul.thumbnailCategories  .actions li {
183  margin: .8em;
184  width: 28px;
185}
186 */
187 
Note: See TracBrowser for help on using the repository browser.