-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive_read.css
138 lines (117 loc) · 2.27 KB
/
live_read.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#customHeader {
padding-top: 5px;
padding-bottom: 15px;
text-align: center;
color: #2B60DE;
font-size: 30px;
}
body {
background-image: url('./assets/speedometer.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
font-family: 'Roboto', sans-serif;
}
#narrow-container {
min-height: 100vh;
margin-left: 150px;
margin-right: 150px;
background-color: white;
opacity: 90%;
}
.navbar-link {
color: #2B60DE;
}
#navbar-rule {
border: 2.5px solid #2B60DE;
border-radius: 1px;
}
a:hover {
color: #ffc107;
text-decoration: underline;
}
.column {
float: left;
width: 50%;
}
#vehicle-profile-name {
min-width: 250px;
}
.root-div {
border: solid #2B60DE;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 15px;
width: 80%;
}
.label-inline {
display: inline-block;
width: 200px;
text-align: -webkit-auto;
text-decoration-style: bold;
}
.horizontal-container {
display: flex;
text-align: center;
}
.horizontal-5050-div {
display: inline-block;
width: 50%;
text-align: center;
padding: 10px;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #2B60DE;
width: 80%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
h3 {
font-family: 'Corben', Georgia, Times, serif;
font-weight: bold;
}
h4 {
font-weight: bold;
color: #2B60DE
}
h5 {
color: #2B60DE
}
table, th, td {
border: 2px solid black
}
#log-path {
display: inline-block;
}
#filter-id {
display: inline-block;
}