This repository was archived by the owner on Nov 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
102 lines (102 loc) · 1.6 KB
/
default.css
File metadata and controls
102 lines (102 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
TD.title{
font-size: 16px;
color: white;
font-weight: bold;
padding-left: 5px;
width: 150px;
}
TD.subtitle{
font-weight: bold;
color: maroon;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
background-color: #99cc99;
}
TD.contents{
padding: 10px;
}
TABLE.newtable
{
margin-bottom: 20px;
}
BODY{
font-family: Verdana;
font-size: 75%;
background-color: #EAEDE6;
line-height: 12pt;
}
A
{
color: blue;
text-decoration: none;
}
A:hover
{
text-decoration: underline;
color: Red;
}
H1
{
text-align: center;
}
TH
{
color: white;
background-color: #006699;
}
TABLE
{
font-family: Verdana;
font-size: 100%;
line-height: 12pt;
}
DIV.Error
{
color: red;
}
P.Error
{
color: red;
text-align: center;
}
INPUT.button
{
border-right: gray 1px solid;
border-top: gray 1px solid;
font-size: 10pt;
border-left: gray 1px solid;
cursor: hand;
cursor: pointer;
color: buttontext;
border-bottom: gray 1px solid;
background-color: buttonface;
}
INPUT
{
border-right: activecaption 1px solid;
border-top: activecaption 1px solid;
border-left: activecaption 1px solid;
color: buttontext;
border-bottom: activecaption 1px solid;
background-color: window;
font-family: Verdana;
}
TEXTAREA
{
border-right: activecaption 1px solid;
border-top: activecaption 1px solid;
border-left: activecaption 1px solid;
color: buttontext;
border-bottom: activecaption 1px solid;
background-color: window;
font-family: 'Courier New';
}
TR.oddrow
{
background-color: #c9d9b9;
}
TR.evenrow
{
background-color: #c6d9ce;
}