-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontail-theme.css
67 lines (55 loc) · 1019 Bytes
/
frontail-theme.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
@import url('//stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css');
body {
padding-top: 7em;
}
.no-topbar {
padding-top: 10px;
}
.navbar {
background-color: #FF6600;
border: 0;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
padding-top: 15px;
padding-bottom: 15px;
}
.navbar .navbar-brand {
color: white;
}
.navbar .navbar-brand::before {
content: "openHAB Log Viewer (frontail)";
font-size: 150%;
padding-right: 30px;
}
.navbar .text-right::before {
color: white;
content: "Pause/Play Log";
font-size: 100%;
}
.form-control {
color: #a0a0a0;
}
.log {
white-space: pre-wrap;
color: #505050;
font-size: .95em;
background: inherit;
border: 0;
padding: 0;
}
.log .inner-line {
padding: 0 15px;
margin-left: 288pt;
text-indent: -288pt;
margin-bottom: 0;
}
.log .inner-line:empty::after {
content: '.';
visibility: hidden;
}
.log.no-indent .inner-line {
margin-left: 0;
text-indent: 0;
}
.log .line-selected {
background-color: #e0e0e0;
}