rosa-build/app/assets/stylesheets/tour.scss

459 lines
7.5 KiB
SCSS
Raw Normal View History

2012-05-11 18:58:51 +01:00
html, body {
2012-05-12 10:09:11 +01:00
margin: 0;
padding: 0;
font-family: Tahoma, Geneva, Helvetica, sans-serif;
color: #292929;
background: #1f60a1 image-url("bg.png") repeat-x;
2012-05-12 10:09:11 +01:00
min-width: 940px;
min-height: 600px;
text-align: center;
height: 100%;
2012-05-11 18:58:51 +01:00
}
header, section, footer, aside, nav, article, menu {
2012-05-12 10:09:11 +01:00
display: block;
2012-05-11 18:58:51 +01:00
}
input[type="text"]:focus { outline: none; }
2012-05-11 18:58:51 +01:00
input[type="password"]:focus { outline: none; }
2012-05-11 18:58:51 +01:00
input:focus { outline: none; }
2012-05-11 18:58:51 +01:00
select:focus { outline: none; }
a img { border: none; }
2012-05-11 18:58:51 +01:00
.wrap {
2012-05-12 10:09:11 +01:00
width: 940px;
margin: 0 auto;
text-align: center;
border: 1px solid #3f668c;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
2012-05-12 10:09:11 +01:00
background: #FFF;
min-height: 92%;
2012-05-11 18:58:51 +01:00
}
2012-05-12 10:09:11 +01:00
2012-05-11 18:58:51 +01:00
.both {
2012-05-12 10:09:11 +01:00
clear: both;
2012-05-11 18:58:51 +01:00
}
/* Top menu */
header {
2012-05-12 10:09:11 +01:00
-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4);
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.4);
2012-05-12 10:09:11 +01:00
position: relative;
z-index: 1000;
2012-05-11 18:58:51 +01:00
}
header div.left {
2012-05-12 10:09:11 +01:00
background: image-url("top-left-tour.png");
height: 46px;
width: 14px;
float: left;
2012-05-11 18:58:51 +01:00
}
header div.middle {
2012-05-12 10:09:11 +01:00
background: image-url("top-middle.png");
float: left;
height: 46px;
width: 912px;
2012-05-11 18:58:51 +01:00
}
header div.right {
2012-05-12 10:09:11 +01:00
background: image-url("top-right-tour.png");
height: 46px;
width: 14px;
float: right;
2012-05-11 18:58:51 +01:00
}
/* Left part of top menu*/
header menu {
2012-05-12 10:09:11 +01:00
float: left;
margin: 0;
padding: 0;
2012-05-11 18:58:51 +01:00
}
header menu ul {
2012-05-12 10:09:11 +01:00
list-style: none;
margin: 0;
padding-top: 10px;
2012-05-11 18:58:51 +01:00
}
header menu ul li {
2012-05-12 10:09:11 +01:00
display: inline;
2012-05-11 18:58:51 +01:00
}
header menu ul li a {
2012-05-12 10:09:11 +01:00
font-size: 12px;
color: #FFF;
text-decoration: none;
height: 43px;
padding: 15px 10px 15px 10px;
2012-05-11 18:58:51 +01:00
}
header menu ul li a:hover {
2012-05-12 10:09:11 +01:00
color: #cee7ff;
2012-05-11 18:58:51 +01:00
}
header menu ul li a.first {
2012-05-11 18:58:51 +01:00
}
header menu ul li a.active {
2012-05-12 10:09:11 +01:00
background: image-url("menu-hover.png") repeat-x;
2012-05-11 18:58:51 +01:00
}
header div.logo {
2012-05-12 10:09:11 +01:00
float: left;
margin-top: 5px;
padding-left: 0px;
padding-right: 0px;
2012-05-11 18:58:51 +01:00
}
/* Right part of top menu */
header div.information {
2012-05-12 10:09:11 +01:00
float: right;
2012-05-11 18:58:51 +01:00
}
header div.search {
2012-05-12 10:09:11 +01:00
float: left;
margin: 10px 0px 0px 0px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background: #FFF;
border: 1px solid #7691aa;
2012-05-11 18:58:51 +01:00
}
header div.search div.pic {
2012-05-12 10:09:11 +01:00
background: image-url("search-button.png");
height: 22px;
width: 24px;
float: left;
2012-05-11 18:58:51 +01:00
}
header div.search div.field {
2012-05-12 10:09:11 +01:00
float: left;
margin: -1px 0px 0px 0px;
2012-05-11 18:58:51 +01:00
}
header div.search div.field input {
2012-05-12 10:09:11 +01:00
border: none;
height: 18px;
background: none;
width: 132px;
font-size: 12px;
font-family: Arial;
padding: 2px 0px 0px 0px;
2012-05-11 18:58:51 +01:00
}
header div.search div.field input.gray {
2012-05-12 10:09:11 +01:00
color: #cfcfcf;
2012-05-11 18:58:51 +01:00
}
header div.search div.field input.black {
2012-05-12 10:09:11 +01:00
color: #333333;
2012-05-11 18:58:51 +01:00
}
header div.avatar {
2012-05-12 10:09:11 +01:00
float:left;
padding: 6px 10px 10px 10px;
2012-05-11 18:58:51 +01:00
}
header div.information div.active {
2012-05-12 10:09:11 +01:00
background: image-url("menu-hover.png") repeat-x;
2012-05-11 18:58:51 +01:00
}
header div.information div.user {
2012-05-12 10:09:11 +01:00
float: left;
margin-left: 14px;
2012-05-11 18:58:51 +01:00
}
header div.profile {
2012-05-12 10:09:11 +01:00
float: left;
text-align: right;
color: #FFF;
font-size: 12px;
padding-top: 12px;
2012-05-11 18:58:51 +01:00
}
header div.profile a {
2012-05-12 10:09:11 +01:00
color: #FFF;
text-decoration: none;
padding-right: 10px;
2012-05-11 18:58:51 +01:00
}
header div.profile a:hover {
2012-05-12 10:09:11 +01:00
text-decoration: underline;
2012-05-11 18:58:51 +01:00
}
header div.droplist-wrap {
2012-05-12 10:09:11 +01:00
margin: -4px 0px 0px 0px;
width: 151px;
float: right;
2012-05-11 18:58:51 +01:00
}
header div.droplist {
2012-05-12 10:09:11 +01:00
background: image-url("bg-droplist.png") repeat-x;
height: 91px;
width: 151px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
position: absolute;
margin-top: 0px;
border-radius: 0px 0px 4px 4px;
display: none;
text-align: right;
z-index: 9999;
2012-05-11 18:58:51 +01:00
}
header div.droplist-wrap div.a {
2012-05-12 10:09:11 +01:00
margin-top: 5px;
2012-05-11 18:58:51 +01:00
}
header div.droplist a{
2012-05-12 10:09:11 +01:00
position: relative;
padding-left: 15px;
font-size: 12px;
color: #447cae;
text-decoration: none;
padding-right: 15px;
margin-top: 10px;
2012-05-11 18:58:51 +01:00
}
header div.droplist a:hover{
2012-05-12 10:09:11 +01:00
text-decoration: underline;
2012-05-11 18:58:51 +01:00
}
/* Submenu */
.sub-menu {
2012-05-12 10:09:11 +01:00
height: 38px;
margin: -7px 0px 0px 0px;
padding: 0px 0px 0px 15px;
background: #ededed;
position: relative;
z-index: 100;
border-bottom: 1px solid #FFF;
-webkit-box-shadow: 0px 5px 3px -3px rgba(18, 86, 135, 0.2);
-moz-box-shadow: 0px 5px 3px -3px rgba(18, 86, 135, 0.2);
box-shadow: 0px 5px 3px -3px rgba(18, 86, 135, 0.2);
2012-05-11 18:58:51 +01:00
}
.sub-menu div.left {
2012-05-12 10:09:11 +01:00
float: left;
width: 200px;
border-right: 1px solid #dcdcdc;
font-size: 12px;
text-align: left;
font-weight: 700;
padding: 10px 0px 0px 0px;
height: 21px;
2012-05-11 18:58:51 +01:00
}
.sub-menu div.right {
2012-05-12 10:09:11 +01:00
float: left;
2012-05-11 18:58:51 +01:00
}
.sub-menu nav {
2012-05-12 10:09:11 +01:00
float: left;
margin: 0px 0px 0px 0px;
2012-05-11 18:58:51 +01:00
}
.sub-menu nav ul {
2012-05-12 10:09:11 +01:00
list-style: none;
text-align: left;
padding: 0;
margin: 0;
padding-top: 4px;
2012-05-11 18:58:51 +01:00
}
.sub-menu nav ul li {
2012-05-12 10:09:11 +01:00
display: inline;
2012-05-11 18:58:51 +01:00
}
.sub-menu nav ul li a {
2012-05-12 10:09:11 +01:00
font-size: 12px;
color: #292929;
text-decoration: none;
height: 34px;
padding: 0px 20px 9px 20px;
2012-05-11 18:58:51 +01:00
}
.sub-menu nav ul li a.active {
2012-05-12 10:09:11 +01:00
background: image-url("submenu-hover.png") repeat-x scroll 0 100% transparent;
2012-05-11 18:58:51 +01:00
}
.sub-menu nav ul li a:hover {
2012-05-12 10:09:11 +01:00
color: #2b6daf;
2012-05-11 18:58:51 +01:00
}
/* Page markup */
article {
2012-05-12 10:09:11 +01:00
font-size: 12px;
2012-05-11 18:58:51 +01:00
}
article a{
2012-05-12 10:09:11 +01:00
color: #447cae;
font-size: 12px;
text-decoration: none;
padding: 0px 0px;
2012-05-11 18:58:51 +01:00
}
article a:hover{
2012-05-12 10:09:11 +01:00
text-decoration: underline;
2012-05-11 18:58:51 +01:00
}
/* Footer */
footer {
2012-05-12 10:09:11 +01:00
height: 32px;
padding-left: 15px;
width: 900px;
margin: 0 auto;
text-align: center;
2012-05-11 18:58:51 +01:00
}
footer ul {
2012-05-12 10:09:11 +01:00
margin: 0;
padding: 0;
list-style: none;
font-size: 12px;
color: #FFF;
padding-top: 10px;
text-align: left;
2012-05-11 18:58:51 +01:00
}
footer ul li {
2012-05-12 10:09:11 +01:00
display: inline;
2012-05-11 18:58:51 +01:00
}
footer ul li a {
2012-05-12 10:09:11 +01:00
font-size: 12px;
color: #FFF;
text-decoration: none;
2012-05-11 18:58:51 +01:00
}
footer ul li a:hover {
2012-05-12 10:09:11 +01:00
text-decoration: underline;
2012-05-11 18:58:51 +01:00
}
2012-05-12 10:09:11 +01:00
/*TOUR*/
2012-05-11 18:58:51 +01:00
2012-05-12 10:09:11 +01:00
header.top {
position: relative;
z-index: 3;
background: none;
background: image-url("tour-top.png") no-repeat 0 0;
2012-05-11 18:58:51 +01:00
}
header.tour {
2012-05-12 10:09:11 +01:00
height: 194px;
position: relative;
z-index: 2;
2012-05-11 18:58:51 +01:00
}
div.sub-menu.tour {
2012-05-12 10:09:11 +01:00
padding: 10px 0 0 0;
height: 35px;
text-align: center;
position: relative;
z-index: 1;
2012-05-11 18:58:51 +01:00
}
div.sub-menu.tour nav {
2012-05-12 10:09:11 +01:00
float: none;
2012-05-11 18:58:51 +01:00
}
div.sub-menu.tour nav ul {
2012-05-12 10:09:11 +01:00
text-align: center;
2012-05-11 18:58:51 +01:00
}
div.sub-menu.tour nav li a {
2012-05-12 10:09:11 +01:00
font-size: 18px;
color: #575756;
2012-05-11 18:58:51 +01:00
}
article div.feature-wrap {
2012-05-12 10:09:11 +01:00
background: image-url("tour-bg.png") repeat-x 0 100%;
text-align: center;
margin-top: 20px;
2012-05-11 18:58:51 +01:00
}
article div.feature {
2012-05-12 10:09:11 +01:00
width: 744px;
text-align: center;
margin: 0 auto;
2012-05-11 18:58:51 +01:00
}
article div.feature div {
2012-05-12 10:09:11 +01:00
width: 362px;
text-align: left;
2012-05-11 18:58:51 +01:00
}
article div.feature div img{
2012-05-12 10:09:11 +01:00
padding-bottom: 50px;
2012-05-11 18:58:51 +01:00
}
article div.feature div h1 {
2012-05-12 10:09:11 +01:00
font-size: 24px;
color: #7eb7ed;
margin: -4px 0 10px 0;
padding: 0;
2012-05-11 18:58:51 +01:00
}
article div.feature div p {
2012-05-12 10:09:11 +01:00
font-size: 12px;
color: #58595b;
padding-bottom: 50px;
2012-05-11 18:58:51 +01:00
}
article div.feature div.left {
2012-05-12 10:09:11 +01:00
float: left;
2012-05-11 18:58:51 +01:00
}
article div.feature div.right {
2012-05-12 10:09:11 +01:00
float: right;
padding: 0;
2012-05-11 18:58:51 +01:00
}
article div.tour-gap {
2012-05-12 10:09:11 +01:00
height: 330px;
width: 10px;
2012-05-11 18:58:51 +01:00
}
2012-05-12 14:15:15 +01:00
@import "pirobox";
2012-05-11 18:58:51 +01:00
/* Custom */
header menu ul li a {
padding: 15px 8px 15px 8px;
}
@import "design/common";