-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
99 lines (85 loc) · 1.31 KB
/
main.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
/* ADD YOUR STYLES HERE */
.data tr{
border-bottom: 1px solid #ccc;
}
.data tr:last-child{
border-bottom: none;
}
.data td{
padding: 10px 120px 10px 0px;
}
.data td:first-child{
padding-right: 60px;
}
.data th{
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.stats tr{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center;
}
.stats .big-number{
font-size: 32px;
font-weight: bold;
padding: 20px 0px 0px 0px;
}
.stats .sm-label{
font-size: 12px;
color: #ccc;
padding: 0 10px 20px 10px;
}
.bar-chart{
width: 100%;
}
.bar-chart th{
text-align: right;
padding-right: 8px;
width:90px;
}
.bar-chart div{
background-color: #69e;
border-radius: 0 3px 3px 0;
font-size: 14px;
color: white;
padding: 3px 0 3px 5px;
}
/*.lightbox{
display: block;
position:fixed;
top:0;
left:0;
width: 100%;
height: 100%;
z-index: 99;
background: black;
background: rgba(0,0,0,0.8);
}
.box{
background-color: white;
width: 500px;
height: 250px;
padding: 20px;
margin: auto;
margin-top: 100px;
border-radius: 12px;
}
.close-btn{
height: 17px;
width: 100px;
background-color: #f77;
float: right;
text-align: center;
color: white;
border-radius: 4px;
padding: 10px;
}*/
.float-left{
float:left;
padding-right: 10px;
}
.txt-movin{
margin-left: 65px;
}