forked from LC100E/lc100e.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
disp.css
executable file
·106 lines (95 loc) · 1.52 KB
/
disp.css
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
103
104
105
106
html, body {
margin: 0;
box-sizing: border-box;
height: 100%;
}
body {
color:#000000;
font-size:10pt;
/* margin-top:5pt;
margin-left:5pt;
margin-bottom:0pt;
margin-right:0pt; */
background-color:#CCD5DA;
}
body.blank{
background-color:#FFFFFF;
color: #000000;
}
a:link {
color: #0000ff;
}
a:visited {
color: #0000ff;
}
a:active {
color: #ff0000;
}
a:hover {
color: #ff0000;
}
body.browserr {
background-color:#ffffff;
}
body.header {
width:100%;
margin-top:0px;
margin-left:0px;
margin-right:0px;
background-color:#BBC7CD;
font-size:10pt;
}
body.main {
width:100%;
margin-left:6px;
margin-right:6px;
background-color:#CCD5DA;
font-size:10pt;
}
body.bg01 {
background-color:#ffffff;
background-image: url(images/back_a.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
td.sepa {
background-color:#FF0000;
height: 1;
}
td.sepabtm {
background-color:#FF0000;
height: 2;
}
td.titlebg {
background-color:#BBC7CD;
}
table {
font-family:Arial;
}
font {
color: #000000;
font-family:Arial;
}
font.highlight {
color: #FF0000;
font-family:Arial;
}
font.cartitle {
color: #de0000;
font-family:Arial;
font-size: large;
}
font.footer {
color: #000000;
font-family:Arial;
font-size: x-small;
}
font.titlebg {
color: #990000;
font-family:Arial;
font-size: xx-small;
}
font.wait{
font-family:Arial;
font-size: large;
}