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

Last change on this file since 6531 was 6531, checked in by rvelices, 14 years ago

moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css

  • 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
39.content UL.thumbnails SPAN.wrap2 {
40  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
41}
42
43.content UL.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}
56
57A:hover, INPUT.rateButton:hover {
58    color: #858460;
59}
60
61#imageToolBar A, #imageToolBar A:hover {
62    border-bottom: none;
63}
64
65A.navThumb, A.navThumb:hover {
66    border-bottom: none;
67}
68
69/*calendar elements*/
70SPAN.calItem, SPAN.calItemEmpty
71{
72  border: 1px solid silver;
73}
74
75#qsearchInput { color: #d3d3d3; }
76#qsearchInput:focus { color: #005e89; }
Note: See TracBrowser for help on using the repository browser.