forked from Ada-C9/trek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
137 lines (110 loc) · 1.93 KB
/
index.css
File metadata and controls
137 lines (110 loc) · 1.93 KB
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
/* blink top button: */
.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0.2;
}
}
/* hide main part for before loading trips: */
.cell.medium-auto.medium-cell-block-container {
display: none;
}
div.trip-info, ul#trip-list {
background-color: rgba(215,236,250);
border: solid 20px rgba(255,255,255, 0.9);
padding: 20px;
}
.make-reser-btn {
display: none;
}
header {
margin: 0px;
}
#starting-text {
list-style: none;
margin-top: 30%
}
img{
width: 100%;
min-width: 100%;
opacity: .9;
}
.reserve-trip{
padding: 30%;
padding-top: 5px;
}
h2, .callout, h3, #reserve-block div{
text-align: center;
}
li.trip, #reservation-message li{
list-style: none;
padding-bottom: 10px;
color: #1779ba;
}
ul#single-trip div, ul#single-trip, ul#single-trip h5{
display: inline-block;
padding: 15px;
position: center;
text-align: center;
}
ul#single-trip div p:first-letter, li.trip {
text-transform:capitalize;
}
ul#single-trip div:last-of-type{
display: inline;
text-align: left;
}
li.trip:hover, #starting-text{
color: #1779ba;
font-weight: bold;
font-size: 120%;
}
#load.button{
margin-left: 35%;
margin-right: 35%;
}
div.header.medium-cell-block-container{
margin-top: 12px;
}
div.make-reser-btn {
text-align: center;
}
#reservation-message {
font-weight: bold;
}
div#makeReservation.reveal.reserve-trip{
background-color: white;
text-align: center;
}
.trip-info {
text-align: center;
}
#trip-id-confirm{
color: #1779ba;
}
.top-button.button {
position: absolute;
top: 10%;
left: 15%;
font-size: 2em;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
padding: 12px 24px;
cursor: pointer;
size: 100%;
border: #d7ecfa;
opacity: .7;
}
.top-button.button:hover {
background-color: #fefefe;
color: #1779ba;
radius: 30%;
}
h4#reservation-message{
padding: 20px;
}
.blue-text {
color: #1779ba;
}