-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtransmit.css
68 lines (58 loc) · 1.11 KB
/
transmit.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
#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%;
}
#centerAlign {
text-align: center;
}
#transmitBody {
border: solid #2B60DE;
align-self: center;
margin: auto;
width: 700px;
padding-top: 20px !important;
padding: 100px;
padding-bottom: 30px;
}
label {
display: inline-block;
width: 200px;
text-align: -webkit-auto;
text-decoration-style: bold;
}
.navbar-link {
color: #2B60DE;
}
#navbar-rule {
border: 2.5px solid #2B60DE;
border-radius: 1px;
}
a:hover {
color: #ffc107;
text-decoration: underline;
}
h3 {
font-family: 'Corben', Georgia, Times, serif;
font-weight: bold;
}
h4 {
font-weight: bold;
color: #2B60DE
}