Created
August 28, 2012 19:54
-
-
Save otarza/3503467 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a:focus { | |
outline: none; | |
} | |
body > header { | |
margin-left: 0px; | |
background: url("../img/bg_header.png"); | |
border-bottom-style: solid; | |
border-bottom-width: 4px; | |
border-bottom-color: #769af2; | |
} | |
div#shell { | |
background: url("../img/taro_elements.png") repeat scroll -2px -14px transparent; | |
height: 268px; | |
margin: 0 auto; | |
width: 776px; | |
} | |
a#home-link { | |
background: url("../img/taro_elements.png") repeat scroll -333px -360px transparent; | |
height: 70px; | |
margin-left: 72px; | |
margin-top: 113px; | |
width: 128px; | |
} | |
a#home-link:hover { | |
background: url("../img/taro_elements.png") repeat scroll -333px -444px transparent; | |
height: 80px; | |
margin-left: 72px; | |
margin-top: 108px; | |
width: 128px; | |
} | |
a#mobile-link { | |
background: url("../img/taro_elements.png") repeat scroll -239px -361px transparent; | |
height: 130px; | |
margin-left: -14px; | |
margin-top: 48px; | |
width: 90px; | |
} | |
a#mobile-link:hover { | |
background: url("../img/taro_elements.png") repeat scroll -239px -506px transparent; | |
height: 130px; | |
margin-left: -14px; | |
margin-top: 48px; | |
width: 90px; | |
} | |
a#web-link { | |
background: url("../img/taro_elements.png") repeat scroll -3px -361px transparent; | |
height: 150px; | |
margin-left: 38px; | |
margin-top: 34px; | |
width: 231px; | |
} | |
a#web-link:hover { | |
background: url("../img/taro_elements.png") repeat scroll -3px -526px transparent; | |
height: 160px; | |
margin-left: 38px; | |
margin-top: 28px; | |
width: 231px; | |
} | |
a#fb-link { | |
background: url("../img/taro_elements.png") repeat scroll -465px -360px transparent; | |
height: 82px; | |
margin-left: -4px; | |
margin-top: 97px; | |
width: 109px; | |
} | |
a#fb-link:hover { | |
background: url("../img/taro_elements.png") repeat scroll -465px -456px transparent; | |
height: 82px; | |
margin-left: -4px; | |
margin-top: 97px; | |
width: 109px; | |
} | |
div#text-links { | |
position: absolute; | |
width: 770px; | |
top: 225px; | |
} | |
div#text-links a { | |
color: #ffffff; | |
font-weight: lighter; | |
font-size: 24px; | |
text-decoration: none; | |
} | |
a#home-link-txt { | |
width: 100px; | |
margin-left: 11px; | |
margin-top: -9px; | |
} | |
a#mobile-link-txt { | |
margin-top: 8px; | |
margin-left: 127px; | |
} | |
a#web-link-txt { | |
margin-top: -6px; | |
margin-left: 7px; | |
} | |
a#fb-link-txt { | |
margin-top: -6px; | |
margin-left: 95px; | |
} | |
div#link-connections { | |
position: absolute; | |
top: 269px; | |
} | |
a#home-connect { | |
background: url("../img/taro_elements.png") repeat scroll -578px -360px transparent; | |
height: 47px; | |
margin-left: -28px; | |
margin-top: -44px; | |
width: 33px; | |
} | |
a#mobile-connect { | |
background: url("../img/taro_elements.png") repeat scroll -578px -425px transparent; | |
height: 31px; | |
margin-left: 304px; | |
margin-top: -28px; | |
width: 38px; | |
} | |
a#web-connect { | |
background: url("../img/taro_elements.png") repeat scroll -578px -475px transparent; | |
height: 47px; | |
margin-left: 1px; | |
margin-top: -44px; | |
width: 38px; | |
} | |
a#fb-connect { | |
background: url("../img/taro_elements.png") repeat scroll -579px -541px transparent; | |
height: 47px; | |
margin-left: 342px; | |
margin-top: -45px; | |
width: 37px; | |
} | |
#content { | |
margin-left: 0; | |
background-color: #d8d8d8; | |
} | |
body > section > aside { | |
margin-left: 0 !important; | |
} | |
body > footer { | |
background: whiteSmoke; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment