Using Stylesheets for Booking Server Design and Styling
We have now removed the embedded stylesheets from the tour.php, accommodations.php, packages.php, itinerary_builder.php. If you would like to style the search results, forms, buttons, etc. you should embed the stylesheet information directly into your template. The following stylesheet classes are supported. We will post additional classes as they come up.
background-color: #DDDDDD;
font-weight: bold;
border-bottom: 1px dotted #000000;
padding-top: 10px;
}
.titleBooking {
background-color: #CCCCCC;
color: #000000;
font-weight: bold;
}
.titleSubmit {
background-color: #CCCCCC;
font-size: 11px;
color: #000000;
font-weight: normal;
}
.tableContent {
background-color: #FFFFFF;
}
h1 {
font-size: 24px;
font-weight: normal;
margin-bottom: 0px;
}
h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 0px;
}
.formButton {
padding:3px;
font-size: 8pt;
background: #FF9900;
font-weight: normal;
color: #333333;
border-width: 1;
}
.bookNowButton {
font-family: Georgia,Serif;
padding:5px;
font-size: 11px;
background: #333300;
font-weight: bold;
color: #FFFFFF;
border-width: 1;
}
.agreeBox {
border-style: solid;
border-width: 1px;
border-color: #999999;
background: #FFFFCC;
padding:5px;
top:0px;
left:0px;
font-size: 11px;
font-weight: normal;
color: #000000;
}
.messageBox {
border-style: dotted;
border-width: 1px;
background: #FFFFCC;
padding:10px;
top:0px;
left:0px;
font-size: 8pt;
font-weight: bold;
color: #CC0000;
}
Comments
Got something to say?
