-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
84 lines (70 loc) · 1.2 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
.padding-default{
padding: 20px;
}
.background-default{
background-color: #dee2e629 !important;
}
.no-background{
background-image: none !important;
}
.container-fluid {
padding: 0px;
height: 100%;
position: fixed;
}
.border-left-default{
border-left: 1px dashed #e1e1e1;
}
.fill {
min-height: 91%;
overflow: auto;
padding-left: 15px;
padding-right: 15px;
height: 91%;
}
.footer {
position: fixed;
bottom: 0px;
width: 100%;
background-color: #e1e1e1e1;
padding: 15px 10px;
text-align: center;
}
.progress {
margin-top: 10px;
}
.alert.alert-info.explanation {
position: fixed;
bottom: 38px;
border-radius: 0px;
width: 100%;
overflow: auto;
max-height: 50%;
}
pre.prettyprint.prettyprinted {
border: 0px;
}
.float-right{
float:right;
}
.margin-top-10{
margin-top: 10px;
}
.clock{
display: initial;
float: right;
padding: 7px 15px;
min-width: 130px;
}
/* Image transictions */
* {
box-sizing: border-box;
}
html {
margin: 0;
background-size: cover;
background: url("") no-repeat center center fixed;
background-blend-mode: darken;
transition: 3s;
}
body { margin: 0; }