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

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

Improvements to the formatting of the place constructions dates, materials and function tables.

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