Created
April 21, 2012 04:03
-
-
Save hugogrochau/2433790 to your computer and use it in GitHub Desktop.
futurology 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
div.titlebox span.word { | |
display: block | |
} | |
div.titlebox span.number:after { | |
content: " Learned Doctors." | |
} | |
/*Makes header image*/ | |
#header-bottom-left { | |
background: url(http://c.thumbs.redditmedia.com/lCi5aNeBS749d0Tn.jpg); | |
font-size: 20px; | |
} | |
.pagename { | |
font-size: 30px; | |
background-color: white; | |
border: 1px solid black; | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
.tabmenu { | |
margin-bottom: -3px; | |
} | |
.menuarea, #header-bottom-left { | |
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); | |
font-weight: normal; | |
font-family: Tahoma, Geneva, sans-serif; | |
} | |
/*Moves the Submit a link button to the top*/ | |
.side { | |
position: relative | |
} | |
.sidebox.submit { | |
position: absolute; | |
top: 30px; | |
/*Moves the button to the top*/ | |
left: 0px | |
} | |
.side #search { | |
margin-top: 10em | |
} | |
/* get search box outta the way */ | |
/* Controls Body*/ | |
.thing { | |
background-color: #ffffff; | |
opacity: 1; | |
width: 70%; | |
padding: 10px; | |
margin: 20px; | |
color: #ebece4 | |
} | |
/*Controls Text*/ | |
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe { | |
font-family: Helvetica, Arial, sans-serif; | |
line-height: 1.4; | |
color: #000000; | |
} | |
#sr-header-area { | |
font-size: 12px; | |
padding-left: 10px; | |
} | |
.footer-parent { | |
height: 500px; | |
padding-top: 0px; | |
padding-bottom: 0px; | |
clear: both; | |
text-align: center; | |
width: 100%; | |
background-image: url(http://f.thumbs.redditmedia.com/n_kVaHY8dwUTWzow.jpg); | |
background-position: bottom; | |
background-position-y: 200px; | |
background-repeat: no-repeat | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment