blag/theme-fred/static/css/main.css

236 lines
3.1 KiB
CSS

/*
Theme Name: mnmlist
Theme URI: http://mathieu.agopian.info/mnmlist/theme.html
Description: Theme adapted from http://mnmlist.com/theme/ from Leo Babauta, a very clean minimalist theme, without comments, search, archives or other features.
Author: Mathieu Agopian
Autor URI: http://mathieu.agopian.info
This theme is uncopyrighted, free, and offered as is.
Update (inverted colors, minor changes) by Tastalian, 2013-03-20.
*/
@import url("pygment.css");
body {
background: #1e1e1e;
color: #eee;
font: 15px Hoefler Text, bodyfont, serif;
max-width: 50em;
margin: 20px 20px 0 64px;
}
h1 {
color: #f00;
font-family: Helvetica, sans-serif;
font-size: 1.5em;
font-weight: normal;
margin-bottom: 0;
}
h2 {
color: #ddd;
font-family: Helvetica, sans-serif;
font-size: 1.3em;
}
h3 {
color: #ccc;
font-family: Helvetica, sans-serif;
font-size: 1em;
}
h4 {
color: #ccc;
font-family: Helvetica, sans-serif;
font-size: 0.9em;
}
time {
color: #c0c0c0;
font-size: 75%;
font-variant: small-caps;
}
#site-title,
#site-title:visited {
color: #ddd;
font-size: 150%;
}
#site-title:hover {
color: #fff;
background-color: transparent;
font-size: 150%;
}
#sitesubtitle {
color: #aaa;
font-size: 80%;
}
img {
display: block;
margin: auto;
margin-bottom: 15px;
max-width: 75%;
height: auto;
border: none;
}
blockquote {
border-left: 1px solid #a5abab;
margin: 0px;
padding: 0 12px 0 12px;
}
p {
line-height: 30px;
margin-top: auto;
text-indent: 0px;
}
p.caption {
font-size: 80%;
margin-top: 0;
}
a {
color: #a47815;
text-decoration: none;
}
a:hover,
a:visited:hover {
color: hsl(300, 33%, 60%);
}
a:visited {
color: #6f6144;
}
ul,
ol {
padding: 0.5em 0em 1em 3.2em;
}
ul li,
ol li {
line-height: 30px;
padding: 6px 0 0 0;
}
strong {
color: #999;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}
tt,
pre {
background-color: #2a2a2a;
font-family: Inconsolata, Monaco, monospace;
line-height: 1.2em;
}
pre {
font-size: 0.8em;
overflow: auto;
padding: 10px;
}
header {
padding-bottom: 15px;
}
header a {
border-bottom: none;
}
header a#page-title {
font-weight: bold;
}
#article-list {
margin-top: 100px;
}
#article-list ol li {
line-height: 1.2em;
list-style-type: none;
padding-bottom: 10px;
}
footer {
background: #2a2a2a;
color: #ccc;
font-family: helvetica, sans-serif;
font-size: 13px;
letter-spacing: 4px;
margin-left: 20px;
}
footer li {
display: inline;
}
footer p {
text-align: right;
}
#cat-tags {
font-size: 75%;
color: #999;
}
@media (prefers-color-scheme: light) {
body {
background: #eee;
color: #1e1e1e;
}
h2 {
color: #222;
}
h3,
h4 {
color: #333;
}
time {
color: #444;
}
#site-title,
#site-title:visited {
color: #222;
}
#site-title:hover {
color: #444;
}
#sitesubtitle {
color: #666;
}
blockquote {
border-left: 1px solid #555;
}
a:hover,
a:visited:hover{
color: hsl(300, 33%, 40%);
}
a:visited {
color: #6f6144;
}
footer {
background: #e2e2e2;
color: #222;
}
}