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

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

References now have a hanging indent of 40px.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
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.cicreference {
37 margin-left: 40px;
38 text-indent: -40px;
39}
40
41.cicsubheading {
42 font-size: 11pt;
43 font-weight: bold;
44}
45
46.cictext {
47 font-size: 10pt;
48 line-height: 100%;
49}
50
51.cictexthalf {
52 font-size: 10pt;
53 line-height: 150%;
54}
55
56#dropmenudiv {
57 position:absolute;
58 border:1px solid black;
59 border-bottom-width: 0;
60 font: normal 12px Verdana;
61 line-height:18px;
62 z-index:100;
63}
64
65#dropmenudiv a {
66 width: 100%;
67 display: block;
68 text-indent: 3px;
69 border-bottom: 1px solid black;
70 padding: 1px 0;
71 text-decoration: none;
72 font-weight: bold;
73}
74
75#dropmenudiv a:hover { /*hover background color*/
76 background-color: yellow;
77}
Note: See TracBrowser for help on using the repository browser.