/* the ratfactor.com/repos stylesheet */

body {
	margin: 40px auto;
	max-width: 900px;
	line-height: 1.4;
	color: #222;
	padding: 0 1em;
	background: #FEFEEE;
}
h1, h2, h3 { font-family: sans-serif; }
h1 { font-size: 1.8em; color: #444; }
h2 { line-height:1.2; color: #333; }
pre, code { 
    font-size: 1.1em;
	font-family: monospace; 
	background-color: #FFFFDE;
	color: #000; 
} 
code { color: #A028D7; }
pre { overflow-x: auto; padding: 1em; } 
pre code { color: #000; background-color: default; border: none; }
header h1 { margin: 0; }
header .description { color: #666; font-size: 1.2em; }
header img { width: 100px; }
nav {
    font-size: 1.2em;
    margin: 10px;
    border-bottom: 2px dashed #bbb;
}
nav a { padding-right: .5em; }
footer { margin: 1em; font-size: .9em; color: #666; }

/* specific elements */
.readme, .source-file, .commits { background: #FFF; padding: 1em; border-top: 1px solid #000; }
.readme .filename { color: #666; font-family: monospace; }
.source-file { font-family: monospace; font-size: 1.1em; white-space: pre-wrap; }
.source-file a { margin-right: 1em; color: #BBB; text-decoration: none; user-select: none; }
.source-file a:hover { color: revert; text-decoration: underline; }
.file-list { list-style-type: none; margin: 0; padding: 0; }

/* Really skinny views */
@media only screen and (max-width: 600px) { article { padding: 2em 1em; } }
@media only screen and (max-width: 400px) { body { padding: 0; } }
