-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles3.css
More file actions
190 lines (188 loc) · 3.18 KB
/
Copy pathstyles3.css
File metadata and controls
190 lines (188 loc) · 3.18 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
@charset "UTF-8";
body {
font-family: 'Oswald';
padding:0px;
margin:0px;
min-height:100%;
background: SkyBlue;
}
.content {
top:5px;
bottom:0px;
left:0px;
right:0px;
margin-bottom:20px;
}
.footer {
position:fixed;
height:18px;
left:0px;
right:0px;
bottom:20px;
background: white;
color:#888;
text-align:center;
padding:0px 0px 0px 0px;
border-top:5px solid black;
border-bottom:5px solid black;
font-size:12px;
}
.card {
background:white;
border:1px solid black;
border-bottom:3px solid black;
padding:0px;
margin:20px;
}
.card h2, h3, h5{
text-align:center;
margin:0px;
padding:10px;
padding-bottom:0px;
}
.card p {
margin:0px;
padding:10px;
}
.card-image {
width:100%;
height:350px;
padding:0px;
margin:0px;
background-position:center;
background-repeat:no-repeat;
background-color:silver;
position:relative;
}
.card-image h1,
.card-image h2,
.card-image h3,
.card-image h4,
.card-image h5,
.card-image h6
.card-image h7,
.card-image h8,
.card-image h9,
.card-image h10,
.card-image h11,
.card-image h12,
.card-image h13,
.card-image h14,
.card-image h15,
.card-image h16,
.card-image h17,
.card-image h18,
.card-image h19,
.card-image h20,
.card-image h21,
.card-image h22,
.card-image h23,
.card-image h24,
.card-image h25,
.card-image h26,
.card-image h27,
.card-image h28,
.card-image h29,
.card-image h30,
.card-image h31,
.card-image h32,
.card-image h33,
.card-image h34,
.card-image h35,
.card-image h36,
.card-image h37,
.card-image h38,
.card-image h39,
.card-image h40,
.card-image h41
{
position:absolute;
bottom:0px;
width:100%;
color:white;
background:rgba(0,0,0,0.65);
margin:0px;
padding:6px;
border:none;
}
.image1 {
background-image:url('royal2.jpg');
}
.image2 {
background-image:url('torch.JPG');
}
.image3 {
background-image:url('stagecoach.JPG');
}
.image4 {
background-image:url('may71952.JPG');
}
.image5 {
background-image:url('feb1053.JPG');
}
.image6 {
background-image:url('march154.JPG');
}
.image7 {
background-image:url('oct1156.JPG');
}
.image8 {
background-image:url('oct2656x.JPG');
}
.image9 {
background-image:url('royal6.JPG');
}
.image10 {
background-image:url('royal5.JPG');
}
.image11 {
background-image:url('royal4.JPG');
}
.image12 {
background-image:url('coachgrand1.JPG');
}
.image13 {
background-image:url('coachgrand2.JPG');
}
.image14 {
background-image:url('coachmeal.JPG');
}
.image15 {
background-image:url('clock.JPG');
}
.image16 {
background-image:url('royalgrandx.JPG');
}
.image17 {
background-image:url('glendell5137.JPG');
}
.image18 {
background-image:url('comet102043.JPG');
}
.image19 {
background-image:url('firstadd.JPG');
}
button {
background-color: white;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius:10px;
color: black;
font-family: 'Oswald';
font-size: 10px;
text-decoration: none;
cursor: pointer;
border-style:solid
}
button:hover {
border: none;
background: white;
box-shadow: 0px 0px 1px #777;
}
table{background-color:silver;
font-size:16px;
font-weight: bold;}
img {
max-width: 100%;
height: auto;
}