33 lines
862 B
Sass
33 lines
862 B
Sass
=content-top-background
|
|
.left
|
|
position: absolute
|
|
bottom: 0
|
|
left: 0
|
|
background-image: image-url('theme1/floor-left.jpg')
|
|
background-position: right
|
|
height: $cth-height
|
|
width: 50%
|
|
.right
|
|
position: absolute
|
|
bottom: 0
|
|
right: 0
|
|
background-image: image-url('theme1/floor-right.jpg')
|
|
background-position: left
|
|
height: $cth-height
|
|
width: 50%
|
|
.content-container
|
|
position: relative
|
|
max-width: $content-max-width
|
|
=theme-button
|
|
border: none
|
|
background: image-url('theme1/button-wood-right.png') 100% 0 no-repeat, image-url('theme1/button-wood-left.png') 0 0 no-repeat, image-url('theme1/button-wood-middle.png') 9px 0 repeat-x
|
|
color: white
|
|
height: 31px
|
|
display: inline-block
|
|
padding-left: 8px
|
|
padding-right: 8px
|
|
line-height: 30px
|
|
&:hover
|
|
color: white
|
|
text-decoration: underline
|