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

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

bug fixed on a:hover color (links became invisible)

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