hledger/site/css/style.css
2015-11-05 19:32:17 -08:00

227 lines
4.5 KiB
CSS

code {
background-color:inherit;
color: inherit;
}
pre {
/* clear:both; */
background-color:inherit;
border:none;
margin-left:1em;
margin-right:2em;
border-radius:6px;
display:inline-block;
/* display:table; */
/* background-color:#e0e0e0; */
}
.clear, h3, h4, h5, h6 {
clear:both;
}
.display-table {
display:table;
}
.journal {
background-color:#efe;
border:thin solid #cec;
/* border:none; */
}
.timelog {
background-color:#ffe;
border:thin solid #eec;
/* border:none; */
}
.csv {
background-color:#cce;
border:thin solid #aad;
/* border:none; */
}
.rules {
background-color:#eef;
border:thin solid #cce;
/* border:none; */
}
.shell {
background-color:white;
border:none;
border-left:2px solid black;
border-top:2px solid black;
border-top-right-radius:0;
border-bottom-left-radius:0;
/* padding-top:0; */
/* padding-bottom:0; */
}
.shell::first-line {
font-weight:bold;
}
.shell.continued {
background-color:white;
border-top:none;
border-top-left-radius:0;
}
.shell.continued::first-line, .nobold::first-line {
font-weight:normal;
}
.bold {
font-weight:bold;
}
.right {
float:right;
}
.navbar-brand {font-weight:bold;}
/* from https://github.com/blaenk/blaenk.github.io/blob/source/provider/scss/_article.scss */
#toc {
max-width:40%;
margin-top: 1em;
}
#toc p {
font-weight: bold;
margin-top: 0;
}
#toc > ol {
margin-left: 0;
margin-top: 5px;
/* font-size: 14px; */
}
#toc ol {
padding-left:0;
/* margin-left:1em; */
}
#toc > ol > li > a {
display:none;
}
#toc > ol (@media screen and (max-width: 600px)) {
font-size: 13px;
}
#toc > ol ol {
counter-reset: item;
}
#toc > ol > li > ol ol {
font-size:95%;
}
#toc li {
margin-top: 0;
display: block;
}
#toc li (@media screen and (max-width: 600px)) {
line-height: 1.69;
}
#toc > ol > li > ol > li:before {
content: counters(item, ".") ". ";
counter-increment: item;
}
#toc > ol > li > ol > li > ol > li {
padding-left:2em;
}
#toc > ol > li > ol > li > ol > li > ol li {
padding-left:1em;
}
#toc.right-toc {
float: right;
/* margin-left: 15px; */
margin:0 0 2em 2em;
padding: 0;
}
#toc.right-toc (@media screen and (max-width: 600px)) {
float: none;
padding: 0;
margin-left: 0;
margin-top: 10px;
}
#toc:after {
clear: both;
}
/* */
h2 {
margin-top:1.5em;
}
footer {
padding: 1em;
color: gray;
text-align: center;
/* font-size: 70%; */
}
/* div.container { max-width: 75em; } */
/* /\* ul > li > ul > li { *\/ */
/* /\* list-style-type:none; *\/ */
/* /\* } *\/ */
/* div#nav { padding-top: 2em; } */
/* /\* div#nav ul { margin-top: 0; margin-left: 1em; margin-bottom: 0; } *\/ */
/* /\* div#nav ul li { list-style: none; padding-bottom: 0.1em; } *\/ */
/* div#nav ul li.current { */
/* /\* list-style: square; *\/ */
/* font-weight:bold; */
/* } */
/* div#nav ul li.current { */
/* /\* list-style: square; *\/ */
/* font-weight:bold; */
/* } */
/* ul.nav ul { */
/* padding-left:30px; */
/* } */
/* /\* ul.nav ul li { *\/ */
/* /\* list-style:none; *\/ */
/* /\* } *\/ */
/* ul.nav li a { */
/* padding:4px 10px; */
/* } */
/* code { */
/* color: #226600; */
/* font-weight:bold; */
/* } */
/* pre { */
/* background: #F8F8F8; /\* The same as the GitHub background color since I'm using their syntax.css *\/ */
/* padding: 0 2em 0 2em; */
/* } */
/* .description { */
/* font-size: 1.2em; */
/* margin-bottom: 30px; */
/* margin-top: 30px; */
/* font-style: italic; */
/* } */
/* .download { */
/* float: right; */
/* } */
/* .downloadoption { */
/* background: #eee; */
/* padding: 10px 0 10px 0; /\* Keep image and text away from top and bottom *\/ */
/* margin-bottom: 10px; /\* Ensure there is some whitespace between options *\/ */
/* } */
/* .downloadoptionimage { */
/* float: left; */
/* width: 90px; */
/* margin-left: 10px; /\* Offset from left border a little *\/ */
/* } */
/* .downloadoptiontext { */
/* padding-left: 110px; /\* Offset from image *\/ */
/* padding-right: 10px; /\* Offset from right border of the download option *\/ */
/* } */
/* .screenshotframe { */
/* text-align: center; /\* The screenshot and it's border should be in the center of the page *\/ */
/* } */
/* .screenshot { */
/* border: 10px solid #F8F8F8; /\* Soft grey border *\/ */
/* } */
/* .alert { */
/* width:50%; */
/* margin:1em; */
/* padding:1em; */
/* font-size:smaller; */
/* border:thin solid hsl(0,100%,50%); */
/* background-color:hsl(0,100%,95%); */
/* font-style:italic;" */
/* } */