source: trunk/cic-hcap/macros/style.css@ 13087

Last change on this file since 13087 was 13087, checked in by mdewsnip, 18 years ago

Removed an unused style definition.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1A {
2 color: #3333CC;
3}
4
5IMG {
6 border: 0px;
7}
8
9
10#cichomephotoarea {
11 padding-left: 12px;
12 padding-right: 12px;
13 padding-top: 0px;
14 padding-bottom: 0px;
15}
16
17#cichomephoto {
18 width: 457px;
19 height: 368px;
20}
21
22#cichometext {
23 font-size: 1.1em;
24 line-height: 1.6em;
25}
26
27#cicaboutphotoarea {
28 float: right;
29 padding-left: 12px;
30 padding-bottom: 12px;
31}
32
33.cicglossaryentry {
34 clear: both;
35 padding-top: 12px;
36}
37
38.cicglossaryphoto {
39 float: right;
40 padding-left: 12px;
41}
42
43.cicheading {
44 font-size: 13.5pt;
45 font-weight: bold;
46}
47
48.cicplaceconstructiondatetd {
49 padding-right: 1em;
50 white-space: nowrap;
51}
52
53.cicplacefunctionyeartd {
54 padding-right: 1em;
55 white-space: nowrap;
56}
57
58.cicreference {
59 margin-left: 40px;
60 text-indent: -40px;
61}
62
63.cicsubheading {
64 font-size: 11pt;
65 font-weight: bold;
66}
67
68#dropmenudiv {
69 position:absolute;
70 border:1px solid black;
71 border-bottom-width: 0;
72 font: normal 12px Verdana;
73 line-height:18px;
74 z-index:100;
75}
76
77#dropmenudiv a {
78 width: 100%;
79 display: block;
80 text-indent: 3px;
81 border-bottom: 1px solid black;
82 padding: 1px 0;
83 text-decoration: none;
84 font-weight: bold;
85}
86
87#dropmenudiv a:hover { /*hover background color*/
88 background-color: yellow;
89}
90
91
92
93
94
95html, body {
96 background: #fff;
97 color: #212474;
98}
99
100html, body, form, textarea, input, select {
101 margin: 0;
102 padding: 0;
103 font: 12px/1.4em Arial, Verdana, Helvetica, sans-serif;
104}
105
106#interface {
107 width: 947px;
108 margin: 0 auto;
109}
110
111#topnav {
112 position: relative;
113 left: 0px;
114 height: 3.7em;
115 margin: 0;
116 padding: 0;
117}
118
119#topnav li {
120 list-style: none;
121 margin: 0;
122 padding: 0;
123}
124
125#topnav li a, #topnav li form {
126 position: absolute;
127 display: block;
128 top: 0px;
129 width: 216px;
130 padding: 0.4em 0 0.4em 17px;
131 border: 1px solid #22228c;
132 color: #192077;
133 text-decoration: none;
134 font-size: 0.95em;
135 font-weight: bold;
136 letter-spacing: 0.1em;
137 text-transform: uppercase;
138}
139
140#topnav li a:hover {
141 color: #000;
142}
143
144#btn_about {
145 left: 0;
146 background: #7e9e53;
147}
148
149#btn_browse {
150 left: 234px;
151 background: #7ed0e0;
152}
153
154#btn_search {
155 left: 468px;
156 background: #e89419;
157}
158
159#btn_quick form {
160 left: 713px;
161 background: #d4be55;
162 padding: 0;
163}
164
165#search_query {
166 margin: -1px 3px 0 0;
167 float: left;
168 width: 130px;
169 font-size: 1em;
170}
171
172.inputfocus {
173 color: #000;
174}
175
176.inputblur {
177 color: #555;
178}
179
180#search_submit {
181 border: none;
182 background: transparent;
183 color: #192077;
184}
Note: See TracBrowser for help on using the repository browser.