hledger/site/style.css
2010-07-13 22:52:32 +00:00

139 lines
2.5 KiB
CSS

body {
margin: auto;
max-width: 42em;
margin-top: 1.0em;
background-color: #fff;
font-family: "helvetica","arial", "sans serif";
}
div#navigation {
/* text-align: center; */
/* border-bottom: 4px solid #226600; */
}
div#navigation a {
color: white;
font-weight:bold;
font-family:sans-serif;
/* font-size:small; */
text-decoration: none;
background-color: #226600;
padding: 3px 10px 3px 10px;
margin: 0 5px 0 0;
}
#footer {
padding-top: 1em;
/* font-size: 70%; */
color: gray;
text-align: center;
}
code {
color: #226600;
font-weight:bold;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 {
font-size: 3em;
/* color: #49637C; */
/* color: #226600; */
margin-bottom: 3px;
text-align: left;
}
/* h1 { */
/* margin-top:1em; */
/* text-align: left; */
/* } */
/* h1 .small { */
/* font-size: 0.4em; */
/* } */
/* h1 a { */
/* text-decoration: none; */
/* } */
h2 {
font-size: 1.5em;
}
h2 a {
text-decoration: none;
}
h3 {
/* text-align: center; */
}
h3 a {
text-decoration: none;
}
h4 {
}
h4 a {
/* text-decoration: none; */
}
h5 a {
text-decoration: none;
}
a {
}
.description {
font-size: 1.2em;
margin-bottom: 30px;
margin-top: 30px;
font-style: italic;
}
.download {
float: right;
}
pre {
background: #F8F8F8; /* The same as the GitHub background color since I'm using their syntax.css */
padding: 0 2em 0 2em;
}
hr {
border: 0;
width: 80%;
border-bottom: 1px solid #aaa;
}
img {
border: 0px;
}
.footer {
text-align: center;
padding-top: 30px;
font-style: italic;
}
.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 */
}
#TOC {
float:right;
font-size:small;
margin:2em 0 1em 1em;
border:thin solid #ddd;
background-color:#f0f0f0;
}
#TOC ul {
list-style-type: none;
padding:0 1em 0 1em;
}