Created
July 30, 2012 13:05
-
-
Save dayanand-sourcebits/3206731 to your computer and use it in GitHub Desktop.
css
This file contains hidden or 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
body | |
{ | |
background-color:#000000; | |
background: url(wide-blue-wallpaper.jpg) no-repeat; | |
size:2080px 1960px; | |
/*background-position: 100px 100px;*/ | |
} | |
#page wrapper | |
{ | |
} | |
#header | |
{ | |
font: small-caps bold 50px/70px Courier New,serif ; | |
background: url(frosted-ferns.jpg) repeat-x; | |
color:#FFE4E1; | |
margin-bottom:60px; | |
} | |
.side_bar | |
{ | |
font: oblique normal 15px/20px arial,sans-serif; | |
width:20%; | |
color:#CCFFFF; | |
float: left; | |
text-align:center; | |
} | |
#contents | |
{ | |
font: normal normal normal 35px/50x arial,sans-serif ; | |
color:#F5FFFA; | |
width:50%; | |
padding:10px; | |
float: left; | |
height:800; | |
overflow:scroll; | |
} | |
#contents_head | |
{ | |
font: small-caps bolder 45px/70px Lucida Console, serif; | |
} | |
#footer | |
{ | |
font: italic normal 30px/40px times,serif ; | |
color:#191970; | |
clear:both; | |
text-align:center; | |
} | |
#pics | |
{ | |
background-color:#000; | |
margin:10px 63px 10px 10px; | |
border: thick solid black; | |
} | |
a:link {color:#6B8E23;} | |
a:visited{color:#B8860B;} | |
a:hover {color:#800080;} | |
img | |
{ | |
height:300px; | |
width: 300px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment