diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reservr/styles.css')
-rw-r--r-- | WebContent/VAADIN/themes/reservr/styles.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/WebContent/VAADIN/themes/reservr/styles.css b/WebContent/VAADIN/themes/reservr/styles.css deleted file mode 100644 index 380df00591..0000000000 --- a/WebContent/VAADIN/themes/reservr/styles.css +++ /dev/null @@ -1,56 +0,0 @@ -@import url(../runo/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; - padding-top: 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;
-}
|