Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

133 lines
2.8 KiB

body {
font-family: Tahoma, sans-serif;
margin: 1em 2em 1em 2em;
font-size: 100%;
line-height: 130%;
background-color: #FEFEF2;
}
h1, h2, h3, h4, h5, h6 {font-family: Trebuchet MS, serif; margin-top: 1.5em; margin-bottom: 0.5em;}
h1 {font-size: 2.0em; color: #8B8878;}
h2 {font-size: 1.6em; color: #779977;}
h3 {font-size: 1.3em; color: #555577;}
h4 {font-size: 1.2em; color: #222244;}
h5 {font-size: 1.1em; color: #222244;}
h6 {font-size: 1.0em; color: #222244;}
p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;}
ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;}
li {margin: 0.3em auto;}
ul {margin-left: 2em; padding-left: 0.5em;}
dt {font-weight: bold;}
img {border: none;}
pre {
font: 14px/22px normal helvetica, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
}
blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 40px;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
background-color: #FDFCDC;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -7px;
top: -20px;
color: #7a7a7a;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
text-align: right;
}
blockquote cite:before {
content: "\2014 \2009";
}
table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #fff;
margin: 45px;
width: 480px;
border-collapse: collapse;
text-align: left;
}
th
{
font-size: 14px;
font-weight: normal;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
td
{
color: #669;
padding: 9px 8px 0px 8px;
}
tbody tr:hover td
{
color: #009;
}
a {
color: #8B2500;
}
hr {border: none; border-top: 1px solid #ccc; width: 100%;}
del {text-decoration: line-through; color: #777777;}
.toc li {list-style-type: none;}
.justleft {text-align: left;}
.justright {text-align: right;}
.justcenter {text-align: center;}
.center {margin-left: auto; margin-right: auto;}
.done0:before {content: "\2610"; font-size: 18px; color: #c00000;}
.done1:before {content: "\2611"; font-size: 18px; color: green;}
.done2:before {content: "\2611"; font-size: 18px; color: green;}
.done3:before {content: "\2611"; font-size: 18px; color: green;}
.done4:before {content: "\2611"; font-size: 18px; color: green;}
.done0 {color: #c00000;}
.done1 {color: #c08000;}
.done2 {color: #80a000;}
.done3 {color: #00c000;}
.done4 {color: #7f7f7f; text-decoration: line-through;}
.todo {
font-weight: bold;
background-color: #f0ece8;
color: #a03020;
}
.yesterday, .tomorrow {
color: #EDEDED;
font-size: 80px;
text-decoration: none;
}
.yesterday:hover, .tomorrow:hover {
color: #8B8878;
font-size: 80px;
text-decoration: none;
}