blog/theme/bootstrapdark/static/local.css

93 lines
1.9 KiB
CSS
Raw Permalink Normal View History

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');}
2013-07-30 09:42:35 +02:00
code {
2013-10-02 22:35:00 +02:00
/* color: #208050; */
color: #00a5b0;
2013-10-02 22:35:00 +02:00
background-color: #010101;
border: none;
}
div.highlight pre {
/* background-color: #fefbf3; */
color: #00a5b0;
2013-10-02 22:35:00 +02:00
background-color: #010101;
margin: 0 0 10px;
2013-07-30 09:42:35 +02:00
}
table {
color: #00a5b0;
background-color: #010101;
}
td {
padding-right: 2em;
}
2013-12-05 02:01:20 +01:00
h1,h2,h3,h4,h5,h6 {
color: #4455FF;
}
2013-12-05 02:15:57 +01:00
.navbar .brand {
color: #4455FF;
}