source: trunk/themes/clear/theme.css @ 8091

Last change on this file since 8091 was 8091, checked in by rvelices, 13 years ago

css sprites

  • Property svn:eol-style set to LF
File size: 1.5 KB
Line 
1
2/* text color */
3BODY, H1, H2, H3, DT,
4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
5        color:#696969;  /* dimgray */
6}
7
8/* backgrounds */
9BODY, H3 {
10        background-color: #ffffff;      /* white */
11}
12
13H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
14        background-color: #d3d3d3;
15}
16
17#menubar DL, .content, #imageToolBar, .header_notes {
18  background-color: #eeeeee;
19}
20
21/* borders */
22#menubar DL, .content, #imageToolBar {
23  border: 1px solid #d3d3d3;
24}
25
26#theImage IMG {
27  border: 3px solid #d3d3d3;
28}
29
30.content UL.thumbnail IMG {
31    border: 1px solid #a0a0a0;
32}
33
34FIELDSET, INPUT, SELECT, TEXTAREA,
35.content DIV.thumbnailCategory {
36  border: 1px solid gray;
37}
38
39UL.thumbnails SPAN.wrap2 {
40  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
41}
42
43UL.thumbnails SPAN.wrap2:hover,
44.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
45.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
46  background-color: #faebd7;
47  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
48  color: black;
49}
50
51/* links */
52A, INPUT.rateButton {
53        color: #005e89;
54        background: transparent;
55        border-bottom: 1px dotted #005e89;
56}
57
58A:hover, INPUT.rateButton:hover {
59    color: #858460;
60}
61
62#imageToolBar A, #imageToolBar A:hover {
63    border-bottom: none;
64}
65
66A.navThumb, A.navThumb:hover {
67    border-bottom: none;
68}
69
70/*calendar elements*/
71.calItem, .calItemEmpty
72{
73  border: 1px solid silver;
74}
75
76#qsearchInput { color: #d3d3d3; }
77#qsearchInput:focus { color: #005e89; }
Note: See TracBrowser for help on using the repository browser.