source: dashboard/css/style.css@ 344

Last change on this file since 344 was 334, checked in by Rick van der Zwet, 13 years ago

Tweak dashboard, make nicer display.

File size: 1.3 KB
Line 
1html, body {
2 min-height: 100%;
3 height: auto !important;
4 height: 100%;
5}
6
7body {
8 font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
9 color: #333;
10 padding: 0;
11}
12
13body * {
14 line-height:1.22em;
15}
16
17h1, h2, h3, h4, h5, h6 {
18 font-family: Georgia, "Times New Roman", Times, serif;
19 color:#4088b8;
20 clear: both;
21}
22
23h1 {
24}
25
26h2 {
27 color: #c8c8c8;
28 margin-top: -25px;
29}
30
31h3 {
32}
33
34h4 {
35 color: #333;
36 margin-bottom: -10px;
37}
38
39p {
40 margin: 10px 0;
41 clear: both;
42}
43
44ul, ol {
45 margin-left 0;
46}
47
48ul ul {
49 margin-bottom: 20px;
50}
51
52#wrap {
53 color: #404040;
54 /*margin: 0 12%;*/
55 margin: 20px 40px;
56}
57
58a {
59 color: #4088b8;
60}
61
62table {
63 font-size: inherit;
64 border: 1px solid #c8c8c8;
65}
66
67th {
68 background: #d8d8d8;
69 text-align: left;
70 padding: 5px;
71 white-space: nowrap;
72}
73
74td {
75 background: #f8f8f8;
76 text-align: left;
77 padding: 5px;
78 vertical-align: top;
79}
80
81select, input, textarea {
82 font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
83}
84
85pre, code, tt, dt {
86 font: 100% monospace;
87 margin: 20px 0;
88}
89
90pre, blockquote {
91 padding: 15px;
92 background-color: #f0f0f0;
93 margin: 20px 0;
94 -moz-border-radius: 10px;
95}
96
97td pre {
98 font: 85% monospace;
99 padding: 5px;
100 margin: 5px 0;
101}
Note: See TracBrowser for help on using the repository browser.