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

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

Incorporated Catalone design CSS and all sorts of changes over the last three days.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 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.cicsubsubheading {
49 padding-top: 1em;
50 font-weight: bold;
51}
52
53.cicplaceconstructiondatetd {
54 padding-right: 1em;
55}
56
57.cicplacefunctionyeartd {
58 padding-right: 1em;
59}
60
61.cicreference {
62 margin-left: 40px;
63 text-indent: -40px;
64}
65
66.cicsubheading {
67 font-size: 11pt;
68 font-weight: bold;
69}
70
71#dropmenudiv {
72 position:absolute;
73 border:1px solid black;
74 border-bottom-width: 0;
75 font: normal 12px Verdana;
76 line-height:18px;
77 z-index:100;
78}
79
80#dropmenudiv a {
81 width: 100%;
82 display: block;
83 text-indent: 3px;
84 border-bottom: 1px solid black;
85 padding: 1px 0;
86 text-decoration: none;
87 font-weight: bold;
88}
89
90#dropmenudiv a:hover { /*hover background color*/
91 background-color: yellow;
92}
93
94
95
96
97
98html, body {
99 background: #fff;
100 color: #212474;
101}
102
103html, body, form, textarea, input, select {
104 margin: 0;
105 padding: 0;
106 font: 12px/1.4em Arial, Verdana, Helvetica, sans-serif;
107}
108
109#interface {
110 width: 947px;
111 margin: 0 auto;
112}
113
114#topnav {
115 position: relative;
116 left: 0px;
117 height: 3.7em;
118 margin: 0;
119 padding: 0;
120}
121
122#topnav li {
123 list-style: none;
124 margin: 0;
125 padding: 0;
126}
127
128#topnav li a, #topnav li form {
129 position: absolute;
130 display: block;
131 top: 0px;
132 width: 216px;
133 padding: 0.4em 0 0.4em 17px;
134 border: 1px solid #22228c;
135 color: #192077;
136 text-decoration: none;
137 font-size: 0.95em;
138 font-weight: bold;
139 letter-spacing: 0.1em;
140 text-transform: uppercase;
141}
142
143#topnav li a:hover {
144 color: #000;
145}
146
147#btn_about {
148 left: 0;
149 background: #7e9e53;
150}
151
152#btn_browse {
153 left: 234px;
154 background: #7ed0e0;
155}
156
157#btn_search {
158 left: 468px;
159 background: #e89419;
160}
161
162#btn_quick form {
163 left: 713px;
164 background: #d4be55;
165 padding: 0;
166}
167
168#search_query {
169 margin: -1px 3px 0 0;
170 float: left;
171 width: 130px;
172 font-size: 1em;
173}
174
175.inputfocus {
176 color: #000;
177}
178
179.inputblur {
180 color: #555;
181}
182
183#search_submit {
184 border: none;
185 background: transparent;
186 color: #192077;
187}
Note: See TracBrowser for help on using the repository browser.