]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojo/resources/dojo.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojo / resources / dojo.css
1
2 body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
3         margin: 0;
4         padding: 0;
5 }
6 fieldset, img {
7         border: 0 none;
8 }
9 address, caption, cite, code, dfn, th, var {
10         font-style: normal; 
11         font-weight: normal;
12 }
13 caption, th {
14         text-align: left;
15 }
16 q:before, q:after {
17         content:"";
18 }
19 abbr, acronym {
20         border:0;
21 }
22 body { 
23         font: 13px Myriad,Arial,Helvetica,clean,sans-serif; 
24         *font-size: small;
25         *font: x-small;
26 }
27 h1 {
28         font-size: 1.5em; 
29         font-weight: normal;
30         line-height: 1em; 
31         margin-top: 1em;
32         margin-bottom:0;
33 }
34 h2 { 
35         font-size: 1.1667em; 
36         font-weight: bold; 
37         line-height: 1.286em; 
38         margin-top: 1.929em; 
39         margin-bottom:0.643em;
40 }
41 h3, h4, h5, h6 {
42         font-size: 1em; 
43         font-weight: bold; 
44         line-height: 1.5em; 
45         margin-top: 1.5em; 
46         margin-bottom: 0;
47 }
48 p { 
49         font-size: 1em; 
50         margin-top: 1.5em; 
51         margin-bottom: 1.5em; 
52         line-height: 1.5em;
53 }
54 blockquote { 
55         font-size: 0.916em; 
56         margin-top: 3.272em; 
57         margin-bottom: 3.272em; 
58         line-height: 1.636em; 
59         padding: 1.636em; 
60         border-top: 1px solid #ccc; 
61         border-bottom: 1px solid #ccc;
62 }
63 ol li, ul li { 
64         font-size: 1em; 
65         line-height: 1.5em; 
66         margin: 0;
67 }
68 pre, code { 
69         font-size:115%;
70         *font-size:100%;
71         font-family: Courier, "Courier New"; 
72         background-color: #efefef; 
73         border: 1px solid #ccc;
74 }
75 pre { 
76         border-width: 1px 0; 
77         padding: 1.5em;
78 }
79 table {  font-size:100%; }
80 table.dojoTabular { 
81         border-collapse: collapse; 
82         border-spacing: 0; 
83         border: 1px solid #ccc; 
84         margin: 0 1.5em;
85 }
86 .dojoTabular th { 
87         text-align: center; 
88         font-weight: bold;
89 }
90 table.dojoTabular thead, table.dojoTabular tfoot { 
91         background-color: #efefef; 
92         border: 1px solid #ccc; 
93         border-width: 1px 0; 
94 }
95 table.dojoTabular thead tr th,
96 table.dojoTabular thead tr td,
97 table.dojoTabular tbody tr td,
98 table.dojoTabular tfoot tr td { 
99         padding: 0.25em 0.5em;
100 }