Skip to content

Instantly share code, notes, and snippets.

@ThomasWallace
Created February 20, 2013 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasWallace/daffc52400935fe79f96 to your computer and use it in GitHub Desktop.
Save ThomasWallace/daffc52400935fe79f96 to your computer and use it in GitHub Desktop.
/* Default Styles
--------------------------------------------------- */
body {}
a:link {}
a:visited {}
a:hover {}
a:active{}
#wrapper{}
#content{}
.clear{}
/* Header
--------------------------------------------------- */
#contact-details .header_1 {}
#contact-details .header_1 img {}
#contact-details .header_2 {}
#contact-details .header_2 a {}
#contact-details h1 {}
#contact-details h3 {}
/* Icons
----------------------------------------------------*/
#contact-details ul.info_1 {list-style: none;margin: 0px 0px 0px -25px;font-size: 18px;}
#contact-details ul.info_2 {list-style: none;margin: 0px 0px 15px -25px;font-size: 18px;}
#contact-details li.address {background: url("../images/home.png") no-repeat;background-position: 0px 0px;padding: 0px 0px 12px 40px;}
#contact-details li.phone {background: url("../images/phone.png") no-repeat;background-position: 0px 0px;padding: 0px 0px 12px 40px;}
#contact-details li.email {background: url("../images/mail.png") no-repeat;background-position: 0px 0px;padding: 0px 0px 12px 40px;}
#contact-details li.site_url{background: url("../images/computer.png") no-repeat;background-position: 0px 2px;padding: 0px 0px 12px 40px;}
#contact-details li.twitter {background: url("../images/twitter_sm.png") no-repeat;background-position: 0px 0px;padding: 0px 0px 12px 40px;}
/* Main Content
--------------------------------------------------- */
h2.top {}
h2 {}
dl {}
dt {}
dd {}
dl#contact{}
dt#contact {}
dd#contact{}
p.bus1 {}
p.edu-info {}
p.edu-info a {}
p.edu-info a:hover{}
p.time{}
p.summary{}
#skills ul.list1{}
#skills ul.list2{}
#skills li {}
abbr {}
/* Footer
--------------------------------------------------- */
#footer {}
#footer img {}
#footer .footer_content {}
#footer ul.icons_1 {}
#footer ul.icons_2 {}
#footer .icons_1 li, #footer .icons_2 li {}
#footer a{}
#footer a:hover {}
#footer .credits {}
#footer .credits a{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment