can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / templates / jsdoc / static / default.css
CommitLineData
629a09ae
DV
1/* default.css */
2body
3{
4 font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
5 width: 800px;
6}
7
8.header
9{
10 clear: both;
11 background-color: #ccc;
12 padding: 8px;
13}
14
15h1
16{
17 font-size: 150%;
18 font-weight: bold;
19 padding: 0;
20 margin: 1em 0 0 .3em;
21}
22
23hr
24{
25 border: none 0;
26 border-top: 1px solid #7F8FB1;
27 height: 1px;
28}
29
30pre.code
31{
32 display: block;
33 padding: 8px;
34 border: 1px dashed #ccc;
35}
36
37#index
38{
39 margin-top: 24px;
40 float: left;
41 width: 160px;
42 position: absolute;
43 left: 8px;
44 background-color: #F3F3F3;
45 padding: 8px;
46}
47
48#content
49{
50 margin-left: 190px;
51 width: 600px;
52}
53
54.classList
55{
56 list-style-type: none;
57 padding: 0;
58 margin: 0 0 0 8px;
59 font-family: arial, sans-serif;
60 font-size: 1em;
61 overflow: auto;
62}
63
64.classList li
65{
66 padding: 0;
67 margin: 0 0 8px 0;
68}
69
70.summaryTable { width: 100%; }
71
72h1.classTitle
73{
74 font-size:170%;
75 line-height:130%;
76}
77
78h2 { font-size: 110%; }
79caption, div.sectionTitle
80{
81 background-color: #7F8FB1;
82 color: #fff;
83 font-size:130%;
84 text-align: left;
85 padding: 2px 6px 2px 6px;
86 border: 1px #7F8FB1 solid;
87}
88
89div.sectionTitle { margin-bottom: 8px; }
90.summaryTable thead { display: none; }
91
92.summaryTable td
93{
94 vertical-align: top;
95 padding: 4px;
96 border-bottom: 1px #7F8FB1 solid;
97 border-right: 1px #7F8FB1 solid;
98}
99
100/*col#summaryAttributes {}*/
101.summaryTable td.attributes
102{
103 border-left: 1px #7F8FB1 solid;
104 width: 140px;
105 text-align: right;
106}
107
108td.attributes, .fixedFont
109{
110 line-height: 15px;
111 color: #002EBE;
112 font-family: "Courier New",Courier,monospace;
113 font-size: 13px;
114}
115
116.summaryTable td.nameDescription
117{
118 text-align: left;
119 font-size: 13px;
120 line-height: 15px;
121}
122
123.summaryTable td.nameDescription, .description
124{
125 line-height: 15px;
126 padding: 4px;
127 padding-left: 4px;
128}
129
130.summaryTable { margin-bottom: 8px; }
131
132ul.inheritsList
133{
134 list-style: square;
135 margin-left: 20px;
136 padding-left: 0;
137}
138
139.detailList {
140 margin-left: 20px;
141 line-height: 15px;
142}
143.detailList dt { margin-left: 20px; }
144
145.detailList .heading
146{
147 font-weight: bold;
148 padding-bottom: 6px;
149 margin-left: 0;
150}
151
152.light, td.attributes, .light a:link, .light a:visited
153{
154 color: #777;
155 font-style: italic;
156}
157
158.fineprint
159{
160 text-align: right;
161 font-size: 10px;
162}