switch to YUI compressor for making packed JS -- 49k -> 42k
[dygraphs.git] / mochikit_v14 / include / css / documentation.css
1 /**************************
2 **** GENERAL ****
3 ***************************/
4 body {
5 font-size: 76%;
6 color: #5C5D5F;
7 margin: 0;
8 font-family: Verdana, Helvetica, sans-serif;
9 background: url("../_img/bg_docheader.gif") repeat-x;
10 }
11
12 /* ---- TYPOGRAPHY ----------------------*/
13
14 h1, h2, h3, h4, h5, h6 {
15 margin: 0;
16 color: #8ba726;
17 font-family: Trebuchet MS, verdana, sans-serif;
18 }
19
20 h1 { font-size: 2em; margin-bottom: .5em; border-bottom: 1px dotted #aaaaaa; }
21
22 h1 em { color: #8ba726; font-style: normal; background: none; }
23
24 h1 a { color: #8ba726; }
25 h1 a:hover { background: none; border: none; color: #8ba726; }
26
27
28 h2 { font-size: 1.4em; margin-bottom: .3em; font-weight: normal; }
29 h3 { font-size: 1.2em; }
30 h4 { font-size: 1.1em; font-family: Verdana, Helvetica, sans-serif; }
31
32 a { color: #8ba726; }
33 a:hover {
34 text-decoration: none;
35 background: #faffe9;
36 padding: .1;
37 border-bottom: 1px dotted #8ba726;
38 }
39 a.email {
40 background: url(../../images/icon_email.gif) no-repeat left center;
41 padding-left: 15px;
42 }
43 p a { font-weight: bold; }
44 p { line-height: 1.5em; margin: 0em 0em 1em; color: #5C5D5F; }
45 em { font-weight: bold; background-color: transparent; }
46
47 ul, ol { line-height: 1.5em; }
48 ul { list-style: none; margin: 0em 0em 1em 1.8em; padding: 0; }
49
50
51 dl { }
52 dt { font-weight: bold; margin-bottom: .2em; color: #4B4545; }
53 dd { margin-left: 2em; margin-bottom: 2em; }
54 tt { font-size: 120%; }
55
56 strong { color: #4b81bc; font-weight: bold; }
57 .weak { font-size: .9em; font-weight: normal; }
58 .contextual { font-size: .9em; color: #888; }
59
60 div.document {
61 margin: 0em 20px 1em;
62 padding-top: 155px;
63 background: url(../_img/g_logo_doc.gif) no-repeat 0px 34px;
64 padding-left: 10px;
65 }
66 div.section { margin-bottom: 2em; }
67
68
69 a.footnote-reference {
70 vertical-align: super;
71 font-size: 50%;
72 text-decoration: none;
73 }
74
75 pre.literal-block {
76 padding: 5px;
77 font-size: 120%;
78 color: #1C1D1F;
79 background: #f3f3f3;
80 padding: 1em 2em;
81 border-left: 3px solid #ccc;
82 }
83
84 ul.simple { list-style: none; margin: 0em 0em 1em 1.3em; padding: 0; }
85 ul.simple li {
86 background: url("../_img/g_bullet.gif") no-repeat left .5em;
87 padding-left: 12px;
88 }
89
90 tt { color: #1C1D1F; }
91 table { border: 0px; }
92 table th { border: 0px; border-bottom: 1px solid #aaaaaa; }
93 table td { border: 0px; }
94 table th, table td { padding: 3px; }
95
96 .img {
97 letter-spacing: -1000em;
98 text-indent : -999em;
99 overflow: hidden;
100 display: block;
101 background-repeat: repeat;
102 background-color: transparent;
103 /* IE FLICKER FIX - no background position! */
104 }
105 /* Just for Opera, but hide from MacIE */
106 /*\*/html>body .img { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
107 /* End of hack */
108
109
110 /* ---- GENERAL ELEMENTS ----------------*/
111
112 hr {
113 border: none;
114 border-bottom: 1px solid #aaa;
115 background: none;
116 height: 1px;
117 }
118 a img { border: none; text-decoration: none; }
119 .clear { clear: both; }
120 .invisible { display: none; }