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

Last change on this file since 6540 was 6540, checked in by plg, 14 years ago

new colors for form fields according to Simple 2.1

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