]> git.wh0rd.org Git - tt-rss.git/blob - lib/dojo/resources/dojo.css
add dijit/dojo stuff; initial ui mockup
[tt-rss.git] / lib / 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: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; 
24         *font-size: 75%;
25 }
26 h1 {
27         font-size: 1.5em; 
28         font-weight: normal;
29         line-height: 1em; 
30         margin-top: 1em;
31         margin-bottom:0;
32 }
33 h2 { 
34         font-size: 1.1667em; 
35         font-weight: bold; 
36         line-height: 1.286em; 
37         margin-top: 1.929em; 
38         margin-bottom:0.643em;
39 }
40 h3, h4, h5, h6 {
41         font-size: 1em; 
42         font-weight: bold; 
43         line-height: 1.5em; 
44         margin-top: 1.5em; 
45         margin-bottom: 0;
46 }
47 p { 
48         font-size: 1em; 
49         margin-top: 1.5em; 
50         margin-bottom: 1.5em; 
51         line-height: 1.5em;
52 }
53 blockquote { 
54         font-size: 0.916em; 
55         margin-top: 3.272em; 
56         margin-bottom: 3.272em; 
57         line-height: 1.636em; 
58         padding: 1.636em; 
59         border-top: 1px solid #ccc; 
60         border-bottom: 1px solid #ccc;
61 }
62 ol li, ul li { 
63         font-size: 1em; 
64         line-height: 1.5em; 
65         margin: 0;
66 }
67 pre, code { 
68         font-size:115%;
69         *font-size:100%;
70         font-family: Courier, "Courier New"; 
71         background-color: #efefef; 
72         border: 1px solid #ccc;
73 }
74 pre { 
75         border-width: 1px 0; 
76         padding: 1.5em;
77 }
78 table {  font-size:100%; }
79 .dojoTabular { 
80         border-collapse: collapse; 
81         border-spacing: 0; 
82         border: 1px solid #ccc; 
83         margin: 0 1.5em;
84 }
85 .dojoTabular th { 
86         text-align: center; 
87         font-weight: bold;
88 }
89 .dojoTabular thead,
90 .dojoTabular tfoot { 
91         background-color: #efefef; 
92         border: 1px solid #ccc; 
93         border-width: 1px 0; 
94 }
95 .dojoTabular th,
96 .dojoTabular td { 
97         padding: 0.25em 0.5em;
98 }