Main website responsiveness
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
#header-wrap
|
||||
#ceiling
|
||||
position: relative
|
||||
width: 100%
|
||||
background-image: image-url('theme1/ceiling-center.jpg')
|
||||
background-position: top center
|
||||
background-repeat: no-repeat
|
||||
overflow: hidden
|
||||
.left
|
||||
background-image: image-url('theme1/ceiling-left.jpg')
|
||||
background-position: right top
|
||||
background-repeat: repeat-x
|
||||
height: 25px
|
||||
position: absolute
|
||||
left: 0
|
||||
width: 50%
|
||||
.right
|
||||
background-image: image-url('theme1/ceiling-right.jpg')
|
||||
background-position: left top
|
||||
background-repeat: repeat-x
|
||||
height: 25px
|
||||
position: absolute
|
||||
right: 0
|
||||
width: 50%
|
||||
.lights
|
||||
position: absolute
|
||||
height: 140px
|
||||
width: 990px
|
||||
left: 50%
|
||||
margin-left: -495px
|
||||
div
|
||||
position: relative
|
||||
background-repeat: no-repeat
|
||||
width: 315px
|
||||
height: 140px
|
||||
float: left
|
||||
&.light1
|
||||
background-image: image-url('theme1/light-1.jpg')
|
||||
margin-left: 15px
|
||||
margin-right: 2px
|
||||
&.light2
|
||||
background-image: image-url('theme1/light-2.jpg')
|
||||
margin-right: 3px
|
||||
&.light3
|
||||
background-image: image-url('theme1/light-3.jpg')
|
||||
.container
|
||||
max-width: 960px
|
||||
padding-top: 40px
|
||||
position: relative
|
||||
margin: 0 auto
|
||||
#header
|
||||
margin-bottom: 10px
|
||||
#logo
|
||||
max-width: 80%
|
||||
a
|
||||
margin: 20px
|
||||
#header-right
|
||||
padding-right: 30px
|
||||
.social
|
||||
float: right
|
||||
width: 222px
|
||||
text-align: right
|
||||
a
|
||||
background-image: image-url('theme1/social.png')
|
||||
margin: 0 0 0 3px
|
||||
width: 32px
|
||||
height: 56px
|
||||
display: inline-block
|
||||
&.wsite-social-facebook
|
||||
background-position: 0 0
|
||||
&.wsite-social-twitter
|
||||
background-position: -35px 0
|
||||
&.wsite-social-linkedin
|
||||
background-position: -70px 0
|
||||
&.wsite-social-rss
|
||||
background-position: -141px 0
|
||||
Reference in New Issue
Block a user