source: trunk/template/yoga/theme/clear/theme.css @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 1.6 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  border-radius: 4px 4px;       /* round corners with CSS3 compliant browsers */
42}
43
44.content UL.thumbnails SPAN.wrap2:hover,
45.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
46.content UL.thumbnailCategories DIV.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}
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*/
71SPAN.calItem, SPAN.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.