Initial check-in
[dygraphs.git] / mochikit_v14 / include / css / general.css
1 body { font-size: 76%; color: #5C5D5F; margin: 0; font-family: Verdana, Helvetica, sans-serif; }
2
3 /* ---- TYPOGRAPHY ----------------------*/
4
5 h1, h2, h3, h4, h5, h6 { margin: 0; color: #4B81BC; font-family: Trebuchet MS, verdana, sans-serif; }
6 h1 { font-size: 2em; margin-bottom: .5em; }
7 h1 em { color: #00C5E8; font-style: normal; background: none; }
8
9 h2 { font-size: 1.4em; margin-bottom: .3em; font-weight: normal; }
10 h3 { font-size: 1.2em; }
11 h4 { font-size: 1.1em; font-family: Verdana, Helvetica, sans-serif; }
12
13 a { color: #4b81bc; }
14 a:hover { color: #abd038; }
15 a.email { background: url(../../images/icon_email.gif) no-repeat left center; padding-left: 15px; }
16 p a { font-weight: bold; }
17 p { line-height: 1.5em; margin: 0em 0em 1em; color: #5C5D5F; }
18 em { font-style: normal; background-color: #FFFDD4; }
19
20 ul, ol { line-height: 1.5em; }
21 ul { list-style: none; margin: 0em 0em 1em 1.8em; padding: 0; }
22
23 dl { }
24 dt { font-weight: bold; margin-bottom: .2em; color: #4B4545; }
25 dd { margin-left: 2em; margin-bottom: 2em; }
26 tt { font-size: 120%; }
27
28 strong { color: #4b81bc; font-weight: bold; }
29 .weak { font-size: .9em; font-weight: normal; }
30 .contextual { font-size: .9em; color: #888; }
31
32
33 .img {
34 letter-spacing: -1000em; text-indent : -999em; overflow: hidden; display: block;
35 background-repeat: repeat; background-color: transparent; /* IE FLICKER FIX - no background position! */
36 }
37 /* Just for Opera, but hide from MacIE */
38 /*\*/html>body .img { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
39 /* End of hack */
40
41
42 /* ---- GENERAL ELEMENTS ----------------*/
43
44 hr { border: none; border-bottom: 1px solid #aaa; background: none; height: 1px; }
45 a img { border: none; }
46 .clear { clear: both; }
47
48 .invisible { display: none; }