Files
9minutes/public/stylesheets/sass/_home.scss
T

63 lines
1.2 KiB
SCSS
Raw Normal View History

2011-06-06 14:25:16 +02:00
/*********************************/
/************ LAYOUT *************/
/*********************************/
#top_artist {
position: relative;
width: 500px;
height: 270px;
background: url('#{$ico-url}/loading.gif') no-repeat 50% 50%;
overflow: hidden;
2011-06-29 00:24:41 +02:00
float: left;
2011-06-06 14:25:16 +02:00
2011-06-06 14:25:16 +02:00
img {
position: absolute;
top: 0;
right: 0;
2011-06-06 14:25:16 +02:00
display: none;
max-width: 500px;
max-height: 270px; overflow: hidden;
2011-06-06 14:25:16 +02:00
}
.nivo-controlNav {
position:absolute;
bottom:-70px; /* Put the nav below the slider */
}
.nivo-controlNav img {
display:inline; /* Unhide the thumbnails */
position:relative;
margin-right:10px;
}
2011-06-29 00:24:41 +02:00
}
#top_artist_nav {
float: right;
li, a, img {
width: 150px;
height: 199px;
display: inline-block;
float: left;
}
a, img { position: absolute; }
.ll img, .rr img { opacity: 0.4 }
.ll { background: url('#{$ico-url}/home-left.png') }
.rr { background: url('#{$ico-url}/home-right.png') }
2011-06-30 06:50:38 +02:00
}
#search_home {
width: 428px;
height: 43px;
background: #fff;
float: right;
padding: 14px 11px;
}
#home_foot {
display: block;
width: 950px;
height: 200px;
@include stripe-bg();
.right {
width: 300px;
height: 200px;
@include stripe-bg();
float: right;
}
2011-06-06 14:25:16 +02:00
}