source: extensions/PaysonsPlaces/theme.css @ 11305

Last change on this file since 11305 was 11305, checked in by tearran, 13 years ago
File size: 2.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, .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/*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
87/*  */
88    #footer {
89        text-align: center;
90        padding: 10px;
91}
92
93        body {
94        height: 100%;
95        width: 100%;
96        background-attachment: fixed;
97        background-repeat: no-repeat;
98        background-image: url(images/bg_c.JPG);
99        margin: 0px;
100        padding: 0px;
101}
102        table {
103        position: relative;
104        /*height: 100%;*/
105        width: 100%;
106        padding-left: 25px;
107        padding-right: 25px;
108        padding-bottom: 20px;
109}
110
111
112        html {
113
114        width: 100%;
115        height: 100%;
116
117        }
118       
119
120        #headercontainer {
121        width: 100%;
122        -moz-border-radius: 18px;
123        border-radius: 8px;
124        -webkit-box-shadow: 1px 1px 2px;
125        -moz-box-shadow: 1px 1px 2px;
126        box-shadow: 1px 1px 2px;
127        background-image: url(images/bg_bw.JPG);
128        background-attachment: fixed;
129        background-repeat: no-repeat;
130 }
131       
132
133       
134        #shadow {
135        -moz-border-radius: 18px;
136        border-radius: 8px;
137        -webkit-box-shadow: 1px 1px 2px;
138        -moz-box-shadow: 1px 1px 2px;
139        box-shadow: 1px 1px 2px;
140        background-image: url(images/bg_bw.JPG);
141        background-attachment: fixed;
142        background-repeat: no-repeat;
143        height: 100%;
144}
145        #banner    {
146        text-align: center;
147}
148
149H2 {
150       
151}
Note: See TracBrowser for help on using the repository browser.