-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (89 loc) · 1.93 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
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
107
108
109
110
111
html {
scroll-behavior: smooth;
}
em {
font-style: italic;
}
.big-number {
font-size: 100px;
}
.title-number {
font-weight: bold;
float: left;
width: 20%;
}
.title-text {
float: left;
}
.panel-heading {
clear: both;
}
.break {
word-break:break-all;
}
.panel-body h4, .panel-body h5 {
margin-top: 24px;
}
.panel-body h4:first-of-type, .panel-body h5:first-of-type {
margin-top: 10px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
vertical-align: middle;
}
.tablesorter-default .tablesorter-header {
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
background-position: center left;
background-repeat: no-repeat;
cursor: pointer;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
border-bottom: #000 2px solid;
}
.tablesorter-header-inner {
margin-left:10px;
}
.tablesorter-headerRow {
background-color:white;
}
html,body {
height:100%;
}
#wrap {
min-height:100%;
height:auto;
margin:0 auto -60px;
padding:0 0 60px;
}
#footer {
background-color:#f5f5f5;
margin-top: 30px
}
.container .text-muted {
margin: 20px 0;
}
.navbar-default {
margin-bottom: 0px;
}
.navbar-brand {
padding: 10px;
}
.navbar-brand img {
height: 30px;
}
a.popover-html:focus {
outline: none;
}