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

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

simple-white theme for Piwigo 2.1 and higher

  • Property svn:eol-style set to LF
File size: 834 bytes
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}
Note: See TracBrowser for help on using the repository browser.