source: extensions/simple_themes/simple-white/theme.css @ 29361

Last change on this file since 29361 was 19422, checked in by plg, 11 years ago

compatible with Simple version 4.0

  • Property svn:eol-style set to LF
File size: 1.5 KB
Line 
1.pwg-icon                                                                       { background-image: url(icons_sprite.png);}
2A:hover .pwg-icon                                                       { background-image: url(icons_sprite_hover.png);}
3
4body {
5  background-color: #f0f0f0;
6  color: #999999;
7}
8
9a:hover, #menuswitcher:hover, #theComments h3:hover {
10  color: #707070;
11}
12 
13#content {
14  background-color: #ffffff;
15  border-color: #cdcdcd;
16}
17
18#theImageAndInfos, #thePicturePage #comments {
19  background-color: #ffffff;
20  border-top: 2px solid #cdcdcd;
21}
22
23.thumbnail {
24  border-color: #cdcdcd;
25}
26
27.thumbnail:hover {
28  border-color: #707070;
29}
30
31.illustration img {
32  border-color: #cdcdcd;
33}
34
35.illustration img:hover {
36  border-color: #707070;
37}
38 
39.thumbCatDesc {
40  border-top: 1px #666666 dotted;
41}
42 
43input[type="text"], input[type="password"], select, textarea, file {
44  background:#ececea;
45  color: #666666;
46}
47 
48.imageNumber {
49  border: 1px #cdcdcd solid;
50}
51 
52#theImage img {
53  border: 2px #cdcdcd solid;
54}
55
56#imageInfos .navThumbs a img {
57    border: 2px solid #CDCDCD;
58}
59
60#theComments h3 {
61  border-top: 2px solid #cdcdcd;
62}
63 
64#fullTagCloud a:hover {
65  background: #ececea;
66}
67
68#quicksearch #q {
69  background-color: #eee;
70  border-color:#cdcdcd;
71  color:#777;
72}
73
74input[type="text"], input[type="password"], select, textarea, file {
75  background:#eee;
76  color: #777;
77  border: 1px solid #cdcdcd;
78  margin: 0;
79}
80
81input[type="submit"], input[type="reset"] {
82  background-color: #eee;
83  border: 1px solid #cdcdcd;
84  color: #777;
85}
86
87input[type="submit"]:hover, input[type="reset"]:hover {
88  background-color: #666;
89  border: 1px solid #999;
90  color: #F0F0F0;
91}
Note: See TracBrowser for help on using the repository browser.