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