summaryrefslogtreecommitdiff
path: root/http/style.css
blob: 44394de90ccd048a348ea119423cdb402884b387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {background-color: #FFFFCC; background-image: url("images/bkg.JPG")}
a:link { color: #336699; font-family: Arial; text-decoration: underline; }
a:visited { color: #336699; font-family: Arial; text-decoration: underline; }
a:hover { color: #990000; font-family: Arial; text-decoration: underline; }
a:active { color: #336699; font-family: Arial; text-decoration: underline; }
input, textarea, select { font-size: 10pt; font-family: Arial }
td {padding: 1px 12px 1px 12px; font-family: Arial; font-size: 10pt; white-space: nowrap}
td.t {padding: 1px; border: 1px solid #008000; text-align: center; font-size: 10pt; white-space: nowrap}
td.s {padding: 1px; border: 1px solid #A0A0A0; text-align: center; font-size: 10pt; white-space: nowrap; color: #A0A0A0}
td.p {padding: 1px; font-size: 10pt}
hr {color: #0000A0}
#loader {font-family: Arial;width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(255, 255, 255, 0.7); display: none; text-align: center; font-size: 64px;}
#pkltablebox, #sqlbuttons {display:none}
/* Copyright */
.copyright {padding: 0px; color: #555555; font-size: 8pt; font-family: Arial; text-align: center; border: 1px dotted #004000}