-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
75 lines (62 loc) · 1.11 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
body, html {
height: 100%;
}
.bg {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,.2) 100%), url(imgs/bg.jpg);
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.page {
overflow: auto;
height: 100%;
}
.green {
color: green;
}
.s1 {
font-size: 20px;
}
.bold {
font-weight: bold;
}
.red {
color: red;
}
.greentblrow{
background: rgb(17,168,39,0.5) !important;
}
.redtblrow{
background: rgb(255,4,4,0.5) !important;
}
.tblrow{
background: rgb(255, 255, 255, 0.5);
}
.footer{ background-color: rgb(255, 255, 255, 0.3);
padding: 10px 30px;
}
.fotertext{
color: black;
font-size: 28px;
}
.foterlink{
color: black;
font-size: 28px;
}
.foterlink:hover{
color: black;
text-decoration: none;
font-weight: bold;
}
.table tbody tr:hover td, .table tbody tr:hover th {
background-color: rgb(255, 255, 255, 0.6);
}
.table > tbody > tr > td {
vertical-align: middle;
}
.dot { color: rgb(0, 0, 0, 0.3);
padding: 0px 10px;
}