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

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

Made the page maximum 720 pixels wide when printed, so hopefully IE deals with it OK.

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