111 lines
1.0 KiB
Plaintext
111 lines
1.0 KiB
Plaintext
|
|
|
|
@import "compass";
|
|
@import "foundation";
|
|
|
|
@import "shared/formtastic";
|
|
|
|
@import "public/gallery";
|
|
@import "public/portlets";
|
|
@import "public/slider";
|
|
|
|
.row{
|
|
|
|
width:1100px;
|
|
|
|
|
|
.left_shadow{
|
|
background: url('/assets/front/left_shadow.png');
|
|
|
|
position:absolute;
|
|
z-index:100;
|
|
top:0px;
|
|
bottom:0px;
|
|
margin-left:-22px;
|
|
height:1000px;
|
|
width:22px;
|
|
}
|
|
.right_shadow{
|
|
background: url('/assets/front/right_shadow.png');
|
|
float:right;
|
|
position:absolute;
|
|
height:1000px;
|
|
z-index:100;
|
|
top:0px;
|
|
bottom:0px;
|
|
right:0px;
|
|
margin-right:-22px;
|
|
|
|
width:22px;
|
|
}
|
|
|
|
}
|
|
|
|
#shadow{
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
body{
|
|
font-family : 'OpenSansRegular','helvetica', 'san-serif';
|
|
|
|
color:#333333;
|
|
|
|
|
|
|
|
#top_anchor{
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
display:none;
|
|
}
|
|
|
|
.green{
|
|
background:rgb(154,179,84);
|
|
}
|
|
|
|
#top{
|
|
|
|
|
|
#logo{
|
|
|
|
width:100%;
|
|
max-width:305px;
|
|
margin:10px;
|
|
}
|
|
|
|
#menu{
|
|
|
|
a{
|
|
color:#383838;
|
|
text-decoration:none;
|
|
display:block;
|
|
float:left;
|
|
padding-left:15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#main{
|
|
background:white;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|