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

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

Initial revision

  • Property svn:keywords set to Author Date Id Revision
File size: 1007 bytes
Line 
1A {
2 color: #3333CC;
3}
4
5BODY {
6 font-family: sans-serif;
7}
8
9IMG {
10 border: 0pt;
11}
12
13P {
14 font-size: 10pt;
15 line-height: 100%;
16}
17
18TD {
19 font-size: 10pt;
20}
21
22.cicheading {
23 font-size: 13.5pt;
24 font-weight: bold;
25}
26
27.cicnavbarlink {
28 font-size: 11pt;
29}
30
31.cicnavbarlinkselected {
32 font-size: 11pt;
33 font-weight: bold;
34}
35
36.cicsubheading {
37 font-size: 11pt;
38 font-weight: bold;
39}
40
41.cictext {
42 font-size: 10pt;
43 line-height: 100%;
44}
45
46.cictexthalf {
47 font-size: 10pt;
48 line-height: 150%;
49}
50
51#dropmenudiv {
52 position:absolute;
53 border:1px solid black;
54 border-bottom-width: 0;
55 font: normal 12px Verdana;
56 line-height:18px;
57 z-index:100;
58}
59
60#dropmenudiv a {
61 width: 100%;
62 display: block;
63 text-indent: 3px;
64 border-bottom: 1px solid black;
65 padding: 1px 0;
66 text-decoration: none;
67 font-weight: bold;
68}
69
70#dropmenudiv a:hover { /*hover background color*/
71 background-color: yellow;
72}
Note: See TracBrowser for help on using the repository browser.