Created
August 29, 2013 21:12
-
-
Save timlockridge/6383475 to your computer and use it in GitHub Desktop.
For future reference: Our changes to the WooThemes Teamster CSS.
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
/* Let's get rid of the dotted borders -- yuck */ | |
#wrapper { width: 960px; margin: 30px auto; background: #fff; border: 1px solid #333; } | |
#header{padding:0;clear:both;position:relative;border-bottom: 1px solid #333;} | |
#header-left { float: left; width: 250px; background: #a40000; border-right: 1px solid #fff; } | |
.section { border-bottom: 1px solid #333; } | |
.section-left { float: left; width: 250px; border-right: 1px solid #333; } | |
#author-slides-holder.open { display: block; border-top: 4px solid #d6d6d6; border-bottom: 1px solid #333; } | |
.author-description h3 { border-bottom:1px solid #333; padding: 0 0 15px; margin: 0 0 15px; } | |
#slides { border-bottom: 1px solid #333; } | |
#slides h3 { padding: 30px; border-bottom: 1px solid #333; } | |
#slide-nav { width: 250px; height: 363px; border-right: 1px solid #fff; background: #333; } | |
#slide-nav li a { height: 120px; display: block; border-top: 1px solid #fff; } | |
#post-author .profile-social { border-bottom: 1px solid #333; margin:0 0 30px; } | |
.author h3#recent-by { font-family:Georgia, serif; font-size: 14px; font-style: italic; color: #666; border-bottom: 1px solid #333; padding: 0 0 20px; margin: 0 0 20px; } | |
.author .post { border-bottom: 1px solid #333; overflow: hidden; } | |
.post .post-header { border-bottom: 1px solid #333; margin: 0 0 20px; padding: 0 0 20px; } | |
#comments .comment.thread-even .comment-entry { border-bottom:1px solid #333; } | |
#comments .comment.thread-odd .comment-entry { border-bottom:1px solid #333; } | |
#comments .comment.bypostauthor .comment-entry { background: #fef6d2; border-bottom:1px solid #333; } | |
/* Fixing the font problems -- forcing Droid Sans where the theme options don't offer control */ | |
#slide-nav li a span.info .title { font-family: inherit; } | |
#logo .site-title a {font: normal 45px/1em 'Droid Sans', sans-serif;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment