2008-10-03 20:14:14 +00:00
|
|
|
/*
|
|
|
|
:Author: Christian Dywan
|
|
|
|
:Contact: christian@twotoasts.de
|
2008-10-11 05:27:52 +00:00
|
|
|
:Copyright: This file is licensed under the terms of the expat license, see the file EXPAT.
|
2008-10-03 20:14:14 +00:00
|
|
|
|
|
|
|
Stylesheet for Midori's documentation based on a version of Enrico Troeger.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@media screen {
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #f6fff3;
|
|
|
|
color: #404040;
|
|
|
|
margin-left: 0.4em;
|
|
|
|
width: 60em;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #013100;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #7E558E;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #002a00;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
border-top: 1px dotted;
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.title {
|
|
|
|
text-align: left }
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.subtitle {
|
|
|
|
text-align: left }
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote, pre {
|
|
|
|
border: 1px solid;
|
|
|
|
padding: 0.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
font-family: sans-serif;
|
|
|
|
background-color: #DBEDD5;
|
|
|
|
border: 1px dotted;
|
|
|
|
border-left: 4px solid;
|
|
|
|
border-color: #9FD98C;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: #deefd4;
|
|
|
|
border: 1px dotted;
|
|
|
|
border-left: 4px solid;
|
|
|
|
border-color: #9acb7d;
|
|
|
|
}
|
|
|
|
|
|
|
|
tt, pre, code {
|
|
|
|
color: #002a00;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border: 1px solid #9acb7f;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
border: none;
|
|
|
|
background-color: #9acb7d;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(even) {
|
|
|
|
background-color: #d3eac6;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docinfo-name {
|
|
|
|
color: #002a00;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.admonition-title {
|
|
|
|
color: #990000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.note {
|
|
|
|
margin: 1em 3em;
|
|
|
|
padding: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|