docs/static/media/css/typography.css @ 4568cfa05d21
Document the --angle-brackets option.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 08 Jan 2010 20:10:23 -0500 |
parents |
a6ec48f03985 |
children |
9509c1e45f8c |
html {
font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.6em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.1em;
font-weight: bold;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
a {
font-weight: bold;
text-decoration: none;
}
table#files a:hover, table#subdirs a:hover, table#pages a:hover {
color: #a00000;
}
p#footer a {
text-decoration: none;
}
p code, ul code, ol code, dl code, blockquote code, tbody code, thead code {
font-size: 8pt;
}
pre, code, tt, table#subdirs tr td.name, table#files tr td.name, table tr td.size {
font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Menlo, Inconsolata, Consolas, Monaco, "Courier New", Courier;
}
table#subdirs code, table#files code {
font-size: 10pt;
}
table.codehilitetable div.linenodiv {
color: #777;
}
blockquote {
color: #222;
font-style: italic;
}
pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
/* width: 99%; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table thead th {
font-weight: bold;
}
.list-crumb {
color: #777;
font-variant: italic;
}