blog/theme/bootstrapdark/static/local.css
kleph e10a67428d Initial import
- first content
- modded theme, based on wraithani'thme, which is based on bootstrap
2013-07-05 00:07:25 +02:00

65 lines
1.6 KiB
CSS

div.highlight pre {
background-color: #fefbf3;
margin: 0 0 10px;
}
strong { color: rgb(200, 200, 200) }
.well.small {
padding: 6px 6px 4px;
}
.btn.xsmall {
padding: 1px 3px 1px;
font-size: 11px;
}
footer {
border-top: 1px solid rgb(34, 34, 34);
}
.summary * { display: inline; }
.summary pre { display: none; }
h2 > a { color: rgb(200, 200, 200) }
.article:first-of-type .page-header { margin-top: 0px; }
.article:first-of-type .page-header h1,h2 { margin-top: 0px; }
.page-header {
margin-bottom: 10px;
padding-bottom: 3px;
}
.page-header h2 { margin-bottom: 2px; }
.page-header > h1 + div {
position: relative;
left: 3px;
}
.page-header > h2 + div {
position: relative;
left: 2px;
}
.article { margin-bottom: 10px; }
.league {
float: left;
text-align: center;
margin-right: 10px;
}
.league-icon {
height: 64px;
}
.social a[href*='atom.xml']:before {content: url('./images/icons/rss.png');}
.social a[href*='bitbucket.org']:before {content: url('./images/icons/bitbucket.png');}
.social a[href*='facebook.com']:before {content: url('./images/icons/facebook.png');}
.social a[href*='github.com']:before {content: url('./images/icons/github.png');}
.social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('./images/icons/lastfm.png');}
.social a[href*='rss.xml']:before {content: url('./images/icons/rss.png');}
.social a[href*='stackoverflow.com']:before {content: url('./images/icons/stackoverflow.png');}
.social a[href*='twitch.tv']:before {content: url('./images/icons/twitch.png');}
.social a[href*='twitter.com']:before {content: url('./images/icons/twitter.png');}