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