/* 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; 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: auto; text-indent: 0px; } p.caption { font-size: 80%; margin-top: 0; } a { color: #a47815; text-decoration: none; } a:hover { color: #fff; color: white; } a:visited { color: #6F6144; } a:visited:hover { background-color: #F60; color: white; } ul, ol { padding: .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; }