Initial check-in
[dygraphs.git] / mochikit_v14 / include / css / documentation.css
CommitLineData
6a1aa64f
DV
1/**************************
2**** GENERAL ****
3***************************/
4body {
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
14h1, h2, h3, h4, h5, h6 {
15 margin: 0;
16 color: #8ba726;
17 font-family: Trebuchet MS, verdana, sans-serif;
18}
19
20h1 { font-size: 2em; margin-bottom: .5em; border-bottom: 1px dotted #aaaaaa; }
21
22h1 em { color: #8ba726; font-style: normal; background: none; }
23
24h1 a { color: #8ba726; }
25h1 a:hover { background: none; border: none; color: #8ba726; }
26
27
28h2 { font-size: 1.4em; margin-bottom: .3em; font-weight: normal; }
29h3 { font-size: 1.2em; }
30h4 { font-size: 1.1em; font-family: Verdana, Helvetica, sans-serif; }
31
32a { color: #8ba726; }
33a:hover {
34 text-decoration: none;
35 background: #faffe9;
36 padding: .1;
37 border-bottom: 1px dotted #8ba726;
38}
39a.email {
40 background: url(../../images/icon_email.gif) no-repeat left center;
41 padding-left: 15px;
42}
43p a { font-weight: bold; }
44p { line-height: 1.5em; margin: 0em 0em 1em; color: #5C5D5F; }
45em { font-weight: bold; background-color: transparent; }
46
47ul, ol { line-height: 1.5em; }
48ul { list-style: none; margin: 0em 0em 1em 1.8em; padding: 0; }
49
50
51dl { }
52dt { font-weight: bold; margin-bottom: .2em; color: #4B4545; }
53dd { margin-left: 2em; margin-bottom: 2em; }
54tt { font-size: 120%; }
55
56strong { color: #4b81bc; font-weight: bold; }
57.weak { font-size: .9em; font-weight: normal; }
58.contextual { font-size: .9em; color: #888; }
59
60div.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}
66div.section { margin-bottom: 2em; }
67
68
69a.footnote-reference {
70 vertical-align: super;
71 font-size: 50%;
72 text-decoration: none;
73}
74
75pre.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
84ul.simple { list-style: none; margin: 0em 0em 1em 1.3em; padding: 0; }
85ul.simple li {
86 background: url("../_img/g_bullet.gif") no-repeat left .5em;
87 padding-left: 12px;
88}
89
90tt { color: #1C1D1F; }
91table { border: 0px; }
92table th { border: 0px; border-bottom: 1px solid #aaaaaa; }
93table td { border: 0px; }
94table 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
112hr {
113 border: none;
114 border-bottom: 1px solid #aaa;
115 background: none;
116 height: 1px;
117}
118a img { border: none; text-decoration: none; }
119.clear { clear: both; }
120.invisible { display: none; }