switch to YUI compressor for making packed JS -- 49k -> 42k
[dygraphs.git] / mochikit_v14 / include / css / general.css
CommitLineData
6a1aa64f
DV
1body { font-size: 76%; color: #5C5D5F; margin: 0; font-family: Verdana, Helvetica, sans-serif; }
2
3/* ---- TYPOGRAPHY ----------------------*/
4
5h1, h2, h3, h4, h5, h6 { margin: 0; color: #4B81BC; font-family: Trebuchet MS, verdana, sans-serif; }
6h1 { font-size: 2em; margin-bottom: .5em; }
7h1 em { color: #00C5E8; font-style: normal; background: none; }
8
9h2 { font-size: 1.4em; margin-bottom: .3em; font-weight: normal; }
10h3 { font-size: 1.2em; }
11h4 { font-size: 1.1em; font-family: Verdana, Helvetica, sans-serif; }
12
13a { color: #4b81bc; }
14a:hover { color: #abd038; }
15a.email { background: url(../../images/icon_email.gif) no-repeat left center; padding-left: 15px; }
16p a { font-weight: bold; }
17p { line-height: 1.5em; margin: 0em 0em 1em; color: #5C5D5F; }
18em { font-style: normal; background-color: #FFFDD4; }
19
20ul, ol { line-height: 1.5em; }
21ul { list-style: none; margin: 0em 0em 1em 1.8em; padding: 0; }
22
23dl { }
24dt { font-weight: bold; margin-bottom: .2em; color: #4B4545; }
25dd { margin-left: 2em; margin-bottom: 2em; }
26tt { font-size: 120%; }
27
28strong { 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
44hr { border: none; border-bottom: 1px solid #aaa; background: none; height: 1px; }
45a img { border: none; }
46.clear { clear: both; }
47
48.invisible { display: none; }