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

Last change on this file since 12881 was 12881, checked in by rvelices, 12 years ago

revert css name change from previous commit

  • Property svn:eol-style set to LF
File size: 1.7 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, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox, .header_notes {
18  background-color: #eeeeee;
19}
20
21/* borders */
22#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox, #sortOrderBox {
23  border: 1px solid #d3d3d3;
24}
25
26#theImage IMG {
27  border: 3px solid #d3d3d3;
28}
29
30/*I think this rule is never used*/
31.content UL.thumbnail IMG {
32    border: 1px solid #a0a0a0;
33}
34
35FIELDSET, INPUT, SELECT, TEXTAREA,
36.content .thumbnailCategory {
37  border: 1px solid gray;
38}
39
40.thumbnails .wrap2 {
41  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
42}
43
44.thumbnails .wrap2:hover,
45.content .thumbnailCategories .thumbnailCategory:hover,
46.content .thumbnailCategories .thumbnailCategory:hover A {
47  background-color: #faebd7;
48  border-color: yellow;         /* thumbnails border color when mouse cursor is over it */
49  color: black;
50}
51
52/* links */
53A, INPUT.rateButton {
54        color: #005e89;
55        background: transparent;
56        border-bottom: 1px dotted #005e89;
57}
58
59A:hover, INPUT.rateButton:hover {
60    color: #808060;
61}
62
63A.pwg-state-default {
64        border: 0;
65}
66
67A.navThumb, A.navThumb:hover {
68    border-bottom: none;
69}
70
71/*calendar elements*/
72.calItem, .calItemEmpty
73{
74  border: 1px solid silver;
75}
76
77#qsearchInput { color: #005e89; }
78
79.pwg-icon {
80        background-image: url(../default/s26/outline_005e89.png);
81}
82
83A:hover .pwg-icon {
84        background-image: url(../default/s26/outline_808060.png);
85}
86
Note: See TracBrowser for help on using the repository browser.