-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·81 lines (75 loc) · 1.56 KB
/
style.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
a:link {
color: #84414A;
text-decoration: underline;
}
a:visited {
color: #84414A;
text-decoration: underline;
}
a:hover {
color: #666666;
text-decoration: underline;
}
a:active {
color: #84414A;
text-decoration: underline;
}
.textVerd {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
line-height:14px;
}
.textVerdBold {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
color:#112269;
line-height:14px;
font-weight: bold;
}
.textVerdBold2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 19px;
color:#112269;
line-height:14px;
font-weight: bold;
}
td.box4grey
{
border-style: solid;
background-color:#FFFFFF;
border-top-width: 1px;
border-top-color: #D5D5D5;
border-right-width: 1px;
border-right-color: #D5D5D5;
border-left-width: 1px;
border-left-color: #D5D5D5;
border-bottom-width: 1px;
border-bottom-color: #D5D5D5;
}
td.box4green
{
border-style: solid;
background-color:#D7E8A1;
border-top-width: 1px;
border-top-color: #B0D144;
border-right-width: 1px;
border-right-color: #B0D144;
border-left-width: 1px;
border-left-color: #B0D144;
border-bottom-width: 1px;
border-bottom-color: #B0D144;
}
td.boxBlack
{
border-style: solid;
background-color:#EEF7D0;
border-top-width: 0px;
border-top-color: #000000;
border-right-width: 1px;
border-right-color: #000000;
border-left-width: 0px;
border-left-color: #000000;
border-bottom-width: 0px;
border-bottom-color: #000000;
}