]> andersk Git - sql-web.git/blame - mitsql.css
jbarnold: contact.php
[sql-web.git] / mitsql.css
CommitLineData
dc478ec8
JP
1body {
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;
dc478ec8
JP
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}
51a, a:link, a:visited, a:active {
52 color: maroon;
53 text-decoration: none;
54}
55a:hover {
56 color: white;
57 text-decoration: none;
58 border-bottom: 1px dashed #aaa;
59}
60form {
61 margin: 0;
62 display: inline;
63}
b43ab1a6
JP
64p {
65 font-family: Verdana;
66 font-size: 10pt;
dc478ec8
JP
67 text-indent: 25px;
68}
69h2 {
70 margin-top: 0;
b43ab1a6
JP
71}
72input {
73 font-family: Verdana;
74 font-size: 9pt;
75 border: 1px solid black;
76}
b43ab1a6
JP
77table,tr,td {
78 padding: 0;
79}
80td p {
81 padding-right: 10px;
82 padding-left: 10px;
83 border-left: 1px solid black;
84}
88b7d384
JP
85div.msg {
86 margin: 0px 20px 20px 20px;
87 background-color: #ccc;
88 border: 1px solid black;
88b7d384 89 font-weight: bold;
e47be57b
JP
90 position: relative;
91}
92div.msg li {
88b7d384
JP
93 list-style-type: square;
94}
dc478ec8 95div.err {
4a77eeb5 96 color: maroon;
dc478ec8
JP
97 margin: 0px 20px 20px 20px;
98 background-color: #ccc;
99 border: 1px dashed black;
dc478ec8 100 font-variant: small-caps;
b43ab1a6 101 font-weight: bold;
4a77eeb5
JP
102}
103div.err li {
dc478ec8 104 list-style-type: square;
b43ab1a6 105}
377015e0
JP
106pre {
107 font-size: 10px;
88b7d384
JP
108}
109table.bargraph {
110 border: 1px solid #ccc;
111}
112table.bargraph td.bar {
113 height: 18px;
114 background-color: #888;
115}
116table.bargraph td.fill {
117 background-color: #bbb;
118}
This page took 0.106442 seconds and 5 git commands to generate.