-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (51 loc) · 981 Bytes
/
style.css
File metadata and controls
86 lines (51 loc) · 981 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
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
@media screen and (max-width: 640px) {
html {
padding: 40px;
text-align: center;
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
background-size: cover;
}
.blackBg {
background: rgba(0, 0, 0, 0.65);
color: rgba(250, 250, 250, 0.9);
}
.formTop {
background: rgba(250, 200, 70, 0.8);
}
}
body {
background: url('assets/images/mb.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.topBox {
background: rgba(0, 0, 0, 0.65);
padding: 10px 17px 10px 17px;
display: inline-block;
border-radius: 12px;
}
.whiteText {
text-align: center;
color: white;
}
.jumbotron {
}
.blackBg {
background: rgba(0, 0, 0, 0.65);
color: rgba(250, 250, 250, 0.9);
}
.formTop {
background: rgba(250, 200, 70, 0.8);
}
.spacing {
margin-top: 15px;
}
tr:hover {
background: rgba(250, 215, 70, 0.8);
}
.train {
width: 30px; /* Width of new image */
height: 30px; /* Height of new image */
}