blob: 305532abbd4159d846b4ea1c2bc0487056ffe6fd (
plain)
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
|
@import url(../default/styles.css);
/* Reservr styles */
.v-app-ReservationApplication {
background-color: #E9ECED;
background-image: url(bmw.jpg);
background-repeat: no-repeat;
background-position: top right;
}
.v-app-ReservationApplication .v-label-logo {
font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
padding-left: 13px;
padding-bottom: 10px;
color: #F14C1A;
font-size: 22px;
letter-spacing: -0.03em;
}
.v-app-ReservationApplication .v-label-slogan {
color: black;
padding-left: 15px;
padding-bottom: 10px;
font-style: italic;
}
.v-caption {
color: #F14C1A;
font-size: 16px;
}
.v-label-arrow {
line-height: 160px;
font-family: Times New Roman;
color: #F14C1A;
font-size: 65px;
margin: 0 20px 0 12px;
}
.v-button-important-link {
border: 0px;
text-align: left;
text-decoration: none;
background: none;
font-weight: bold;
}
.v-app-ReservationApplication .v-button-selected-link {
border: 0px;
text-align: left;
text-decoration: none;
background: #5daee8;
font-weight: bold;
color: #fff;
}
|