-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (98 loc) · 1.53 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
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
label {
margin-left: 20px;
}
a{
color: #000000;
text-decoration: none;
}
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
text-align: center;
font-family: "MS ゴシック", sans-serif;
}
header {
height: 50%;
width: 100%;
}
footer {
height: 15%;
width: 100%;
}
#main {
height: 35%;
width: 100%;
}
#bg {
height: 150px;
background-color: mediumseagreen;
}
#title {
margin-top: 2%;;
font-size: 40px;
border-bottom: medium solid #a9a9a9;
}
#bus_stop {
font-size: 60px;
margin-top: 2%;
margin-bottom: 2%;
border-bottom: medium solid #a9a9a9;
font-weight: bold;
}
#bus {
margin: 0 auto;
text-align: center;
}
#bus_area {
font-size: 100px;
}
#bus_stop_form {
font-size: 30px;
margin-top: 2%;
margin-bottom: 2%;
border-bottom: medium solid #a9a9a9;
}
.bus_text {
font-size: 40px;
}
#bus_left {
margin-right: 25%;
}
#bus_right {
margin-left: 25%;
}
.time-table-text-right {
font-size: 40px;
margin-left: 25%;
}
.time-table-text-left {
font-size: 40px;
margin-right: 25%;
}
#bus_stop_select {
width: 100%;
font-size: 40px;
text-align: center;
}
#cycle_form {
font-size: 30px;
margin-top: 2%;
margin-bottom: 2%;
border-bottom: medium solid #a9a9a9;
}
#bus_cycle_select {
width: 100%;
font-size: 40px;
text-align: center;
}
.time-text {
font-size: 40px;
}
#button_refresh {
color: dimgray;
}
#button_refresh:active {
color: darkgrey;
}