]> andersk Git - sql-web.git/blob - mitsql.css
new templates
[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 }
12 #body {
13         padding: 5px 2px 2px 2px;
14 }
15 #content0 {
16         position: relative;
17         padding: 5px 0 5px 0;
18 }
19 #sitename {
20         font-size: 24pt;
21         font-weight: bold;
22 }
23 #contact {
24         position: absolute;
25         right: 0;
26         font-size: 10pt;
27         margin-top: 20px;
28 }
29 #content1 {
30         background-color: #aaa;
31         border: 1px outset #aaa;
32         padding: 3px;
33         font-size: 9pt;
34         text-align: right;
35 }
36 #content2 {
37         padding: 10px;
38         background-color: #aaa;
39         border: 1px inset #999;
40         font-size: 9pt;
41         text-align: left;
42         display: block;
43         padding-bottom: auto;
44 }
45 #content3 {
46         background-color: #aaa;
47         padding: 3px;
48         font-size: 7pt;
49         text-align: right;
50         border: 1px outset #999;
51         font-style: italic;
52 }
53 a, a:link, a:visited, a:active {
54         color: maroon;
55         text-decoration: none;
56 }
57 a:hover {
58         color: white;
59         text-decoration: none;
60         border-bottom: 1px dashed #aaa;
61 }
62 form {
63         margin: 0;
64         display: inline;
65 }
66 p {
67         font-family: Verdana;
68         font-size: 10pt;
69         text-indent: 25px;
70 }
71 h2 {
72         margin-top: 0;
73 }
74 input {
75         font-family: Verdana;
76         font-size: 9pt;
77         border: 1px solid black;
78 }
79 table,tr,td {
80         padding: 0;
81 }
82 td p {
83         padding-right: 10px;
84         padding-left: 10px;
85         border-left: 1px solid black;
86 }
87 div.err {
88         margin: 0px 20px 20px 20px;
89         background-color: #ccc;
90         border: 1px dashed black;
91 }
92 div.err li {
93         color: maroon;
94         font-variant: small-caps;
95         font-weight: bold;
96         list-style-type: square;
97 }
98 pre {
99         font-size: 10px;
100 }
This page took 0.677289 seconds and 5 git commands to generate.