]> andersk Git - sql-web.git/blob - mitsql.css
cron scripts dont run if offline
[sql-web.git] / mitsql.css
1 body {
2         margin: 1px;
3         font: 12pt verdana, arial, helvetica, sans-serif;
4         background-color: #bbb;
5 }
6 #body {
7         position: relative;
8         width: 640px;
9         margin-left: auto;
10         margin-right: auto;
11         padding: 5px 2px 2px 2px;
12 }
13 #content0 {
14         position: relative;
15         padding: 5px 0 5px 0;
16 }
17 #sitename {
18         font-size: 24pt;
19         font-weight: bold;
20 }
21 #contact {
22         position: absolute;
23         right: 0;
24         font-size: 10pt;
25         margin-top: 20px;
26 }
27 #content1 {
28         background-color: #aaa;
29         border: 1px outset #aaa;
30         padding: 3px;
31         font-size: 9pt;
32         text-align: right;
33 }
34 #content2 {
35         padding: 10px;
36         background-color: #aaa;
37         border: 1px inset #999;
38         font-size: 9pt;
39         text-align: left;
40         display: block;
41         padding-bottom: auto;
42 }
43 #content3 {
44         background-color: #aaa;
45         padding: 3px;
46         font-size: 7pt;
47         text-align: right;
48         border: 1px outset #999;
49         font-style: italic;
50 }
51 a, a:link, a:visited, a:active {
52         color: maroon;
53         text-decoration: none;
54 }
55 a:hover {
56         color: white;
57         text-decoration: none;
58         border-bottom: 1px dashed #aaa;
59 }
60 form {
61         margin: 0;
62         display: inline;
63 }
64 p {
65         font-family: Verdana;
66         font-size: 10pt;
67         text-indent: 25px;
68 }
69 h2 {
70         margin-top: 0;
71 }
72 input {
73         font-family: Verdana;
74         font-size: 9pt;
75         border: 1px solid black;
76 }
77 table,tr,td {
78         padding: 0;
79 }
80 td p {
81         padding-right: 10px;
82         padding-left: 10px;
83         border-left: 1px solid black;
84 }
85 div.msg {
86         margin: 0px 20px 20px 20px;
87         background-color: #ccc;
88         border: 1px solid black;
89         font-weight: bold;
90         position: relative;
91 }
92 div.msg li {
93         list-style-type: square;
94 }
95 div.err {
96         color: maroon;
97         margin: 0px 20px 20px 20px;
98         background-color: #ccc;
99         border: 1px dashed black;
100         font-variant: small-caps;
101         font-weight: bold;
102 }
103 div.err li {
104         list-style-type: square;
105 }
106 pre {
107         font-size: 10px;
108 }
109 table.bargraph {
110         border: 1px solid #ccc;
111 }
112 table.bargraph td.bar {
113         height: 18px;
114         background-color: #888;
115 }
116 table.bargraph td.fill {
117         background-color: #bbb;
118 }
This page took 0.036685 seconds and 5 git commands to generate.