Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / docs / resources / print.css
1 body {
2         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
3         color: #000000;
4         background-color:#FFFFFF;
5         margin: 0px;
6         padding: 10px;
7 }
8 .body-wrap{
9         width:95%;
10 }
11 .list {list-style:inside square;margin-bottom:10px;}
12 .list li{padding:2px;}
13 body, td, th {
14         font-size: 13px;
15 }
16 code {
17         font-family: "Lucida Console", "Courier New", Courier, monospace; 
18         font-size: 12px;
19 }
20 pre {
21         font-family: "Lucida Console", "Courier New", Courier, monospace; 
22         font-size: 12px;
23 }
24 th      {
25         text-align: left;
26         font-weight: bold;
27         vertical-align: bottom;
28         color:black;
29         padding:3px;
30     font-weight:bold;
31     border:1px solid #cccccc;
32     border-collapse: collapse;
33 }
34 .top-tools{
35         display:none;
36 }
37 table {
38         background-color: white;
39 }
40 a {
41         color: #083772;
42 }
43 a:link {
44         color: #083772;
45         text-decoration: none;
46 }
47
48 a:visited {
49    color: #1e4e8f;
50         text-decoration: none;
51 }
52
53 a:hover {
54         text-decoration: underline;
55         color: #0000CC;
56 }
57
58 a:active {
59         text-decoration: none;
60         color: #1e4e8f;
61 }
62
63 /* Headings */
64 h1, h2, h3, h4, h5, h6  {
65         font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
66         font-weight: bold;
67         margin-top: 3px;
68         margin-bottom: 3px;
69         letter-spacing: 1px;
70         width: 90%;
71 }
72
73 h1 {
74         font-size: 18px;
75 }
76
77 h2 {
78         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
79         font-weight: bold;
80         font-size: 18px;
81         padding-top: 20px;
82         padding-bottom: 5px;
83 }
84
85 h3 {
86         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
87         font-weight: bold;
88         font-size: 16px;
89 }
90
91 h4 {
92         font-size: 12px;
93         color: #666666;
94 }
95
96 h5 {
97         font-size: 11px;
98 }
99
100 .label {
101         font-weight: bold;
102         padding-right: 15px;
103 }
104 .description{
105         margin: 10px 0px;
106 }
107 .member-table{
108         width:100%;
109         margin-bottom:10px;
110 }
111 .member-table td{
112         padding:2px;
113         vertical-align:top;
114         padding-right:15px;
115 }
116 body .alt{
117         background:#f1f1f1;
118 }
119 .member-table td.micon{
120         width:20px;
121         padding:0px;
122         border-left:1px solid #bbbbbb;
123 }
124 .member-table td.msource{
125         border-right:1px solid #bbbbbb;
126         width:100px;
127 }
128 .mlink{
129         font-weight:bold;
130 }
131 .member-table td.inherited{
132         background-image: url(inherited.gif);
133         background-position:2px 2px;
134         background-repeat: no-repeat;
135 }
136 .member-table td.mdesc{
137         padding-top:0px;
138 }
139 .member-table td.micon,.member-table td.mdesc,.member-table td.msource{
140         border-bottom:1px solid #bbbbbb;
141 }
142 .optional{
143         color:#555555;
144 }
145
146 pre {
147         background: #F8F8F8;
148         border: 1px solid #e8e8e8;
149         border-left-width: 8px;
150         padding: 0.8em;
151         margin: 1em ;
152         margin-right: 0;
153 }
154 pre {
155         font-size: 12px !important;
156         line-height:14px !important;
157         padding:5px;
158         margin-left:0;
159 }
160 .detail-wrap{
161         border:1px solid #bbbbbb;
162         border-bottom:0px none;
163 }
164 .mdetail-head{
165         margin-top:10px;
166 }
167 .mdetail{
168         padding:7px;
169         border-bottom:1px solid #bbbbbb;
170 }
171 .mdetail h3{
172         margin: 5px 0px;
173         font-size:14px;
174         color:#083772;
175 }
176 .mdetail-desc{
177         margin:8px;
178 }
179 .mdetail-def{
180         font-style: italic;
181         font-size: 12px;
182         margin-top:10px;
183         margin-left:8px;
184         display:block;
185 }
186 .sub-desc{
187         margin:5px;
188         margin-left:16px;
189 }
190 .mdetail-params{
191         margin-top:10px;
192 }
193 .mdetail-params strong{
194         font-weight:bold;
195         display: block;
196         margin-bottom:3px;
197 }
198 .mdetail-params ul{
199         list-style: inside;
200         list-style-type: disc;
201         margin-left:12px;
202 }
203 .mdetail-params li{
204         list-style: inside;
205         list-style-type: disc;
206 }