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