dotemacs/contrapunctus/org.css

51 lines
1.0 KiB
CSS

/* made to resemble Firefox's reader mode, dark setting */
<style type=text/css>
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #eeeeee !important;
padding: 0 10px;
background-color: #333333;
font-family: sans-serif;
}
h1,h2,h3 {
line-height: 1.2;
}
a,a:visited {
color: #07a;
}
img {
max-width: 80%;
height: auto;
width: auto\9; /* ie8 */
}
</style>
/* mix of motherfuckingwebsite.com + bettermotherfuckingwebsite.com + thebestmotherfucking.website */
/* <style type=text/css> */
/* body { */
/* margin: 40px auto; */
/* max-width: 650px; */
/* line-height: 1.6; */
/* font-size: 18px; */
/* color: #444; */
/* padding: 0 10px; */
/* background-color: #eeeeee; */
/* font-family: sans-serif; */
/* } */
/* h1,h2,h3 { */
/* line-height: 1.2; */
/* } */
/* a,a:visited { */
/* color: #07a; */
/* } */
/* img { */
/* max-width: 80%; */
/* height: auto; */
/* width: auto\9; /\* ie8 *\/ */
/* } */
/* </style> */