-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtimer-red.css
More file actions
executable file
·53 lines (52 loc) · 802 Bytes
/
timer-red.css
File metadata and controls
executable file
·53 lines (52 loc) · 802 Bytes
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
/* Custom Red Style CSS */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
background-color: #171C22;
padding-top: 75px;
padding-bottom: 20px;
}
th,td {
text-align:center;
}
.btn {
outline: none !important;
border: 0.25px solid #171C22;
}
.btn-primary
{
background-color: #820000 !important;
}
.btn-primary:hover
{
background-color: #a49d92 !important;
}
select,select:focus,select:active {
background-color:#FFF;
outline:none;
border:none;
box-shadow:none;
}
.navbar-brand {
color: #fff !important;
}
.panel-default>.panel-heading {
background-color: #EA003D;
color: #fff;
}
.panel
{
border-color: #EA003D;
}
h1,h2 {
margin: 0 0 20px 0;
}
table
{
table-layout: auto;
width: 100%;
}
.srchhide {
visibility: hidden;
}