-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (81 loc) · 1.62 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
85
86
/*css stylesheet*/
#body{
background-color:#e5eaed;
}
.affix {
top: 0;
width: 100%;
}
.affix + .container-fluid {
padding-top: 70px;
}
h2{
text-align: center;
padding-bottom:2%;
}
#banner{
background-color:#36454f;
box-shadow: 0 .5px 0 #666, 0 6px 0 #444, 2px 7px 7px rgba(0,0,0,0.6);
z-index:1;
}
#navButton{
background-color:#36454f;
border-color: #36454f;
border-radius: 0mm;
position:relative;
}
#navButton:hover{
outline:none;
box-shadow: 0 2px 0 #36454f, 0 3px 0 #001, 0 8.5px 0px #91b0ae;
}
#navButton:active{
background-color: #40525e;
border-color: #40525e;
outline:none;
box-shadow: 0 2px 0 #36454f, 0 3px 0 #001, 0 8.5px 0px #91b0ae;
}
#navButton:focus{
outline:none;
}
.buttonBox{
margin-left:auto;
margin-right:auto;
display: -webkit-flex; /* Safari */
-webkit-justify-content: space-around; /* Safari 6.1+ */
display: flex;
justify-content: space-around;
}
#pBody{
padding:0px;
}
#trainGif{
top:0;
width:100%;
max-height:520px;
height:auto;
box-shadow: 6px 5px 12px #36454f;
z-index: 0;
}
#gifBackground1{
position:relative;
max-height:500px;
}
.timeTable{
top: 33%;
left: 9%;
position:absolute;
text-align:center;
font-size:130%;
height:auto;
margin-right:2%;
font-style: bold;
color: #f9fafb;
text-shadow: 1px 0px 6px #1a2225, 6px 5px 4px #303d43;
}
.affix {
top: 0;
width: 100%;
}
.affix + .container-fluid {
padding-top: 70px;
}