1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-29 10:36:48 +02:00
muflax65ngodyewp.onion/styles/default.css
2010-05-06 10:56:28 +02:00

178 lines
2.6 KiB
CSS

body {
background: #ffffcc;
color: #222;
font-size: 1em;
font-weight: normal;
font-family: serif;
line-height: 1.3;
text-align: justify;
}
div.main {
margin: 3.5em auto auto;
max-width: 40em;
padding: 0;
}
div.crumb {
background: #562D6F;
color: #d9d9d9;
left: 0;
line-height: 2em;
position: fixed;
text-align: center;
top: 0;
width: 100%;
}
a:link.crumb, a:hover.crumb, a:visited.crumb, a:active.crumb {
color: #d9d9d9;
font-size: 1.3em;
font-weight: bold;
}
a:hover {
background: #057dff;
color: #fff;
}
p {
margin: 1em;
}
em {
color: #562D6F;
font-style: italic;
}
strong {
color: green;
font-weight: bold;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
div.figure {
text-align: center;
}
h1 {
background: #7D9B3E;
color: #000000;
font-size: 2em;
line-height: 1.3;
text-align: center;
}
h1 a:link, h1 a:visited, h1 a:active {
color: #000;
}
h2 {
background: #AAd398;
color: #000000;
font-size: 1.3em;
font-weight:normal;
line-height: 1.3;
margin-left: 0.2em;
margin-right: 0.2em;
padding-left: 0.5em;
}
blockquote {
border-left: 10px solid #A6A542;
border-right: 10px solid #A6A542;
margin-left: 1em;
margin-right: 1em;
padding-left: 0;
}
ol {
margin-left: 1em;
padding-left: 1em;
}
ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
ul li:before {
content: "\00BB \0020";
}
a.footnoteRef {
margin-left: 0.1em;
font-size: 1.3em;
}
pre {
background: #FFF8D9;
border: 1px dashed green;
font-family: monospace !important;
line-height: 1.3em;
overflow: auto;
padding: 0.5em 1em;
}
pre.sourceCode span.Keyword {
color: #007020;
font-weight: bold;
}
pre.sourceCode span.DataType {
color: #902000;
}
pre.sourceCode span.DecVal {
color: red;
}
pre.sourceCode span.BaseN {
color: red;
}
pre.sourceCode span.Float {
color: red;
}
pre.sourceCode span.Char {
color: #562D6F;
}
pre.sourceCode span.String {
color: #4070a0;
}
pre.sourceCode span.Comment {
color: #843563;
font-style: italic;
}
pre.sourceCode span.Others {
color: #007020;
}
pre.sourceCode span.Alert {
color: red;
font-weight: bold;
}
pre.sourceCode span.Function {
color: #06287e;
}
pre.sourceCode span.Error {
color: red;
font-weight: bold;
}
pre.sourceCode span.RegionMarker { }