aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/main.css
blob: cc081282644c4a96b63aa0bcc9224202d3d7295c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body{font:1em Droid Sans,Verdana,Arial,sans-serif,FreeSans;color:#272828}
#content{max-width:45em;margin:auto}
a{text-decoration:underline;color:#272828}
a:hover{color:black}
h1, h2{margin:0;color:#272828;font-weight:bold}
h1 a, h2 a{text-decoration:none}
h3{font-size:1.2em;color:#F80;font-weight:bold;margin-bottom:.2em;border-bottom:.1em solid #e3e8e8}
h3 span{font-size:0.9em;color:#272828;font-weight:normal}
h3 a{text-decoration:none}
p{margin:0 0 .5em 0;text-align:justify}
ul{margin:0;text-align:justify}
ul li{list-style-type:circle}
code{margin:0 .1em;padding:0 .5em;border:.1em solid #e3e8e8;background-color:#f8f8f8;border-radius:.3em}
.info{font-size:.8em;margin-bottom:.5em;display:block}
.info a{margin:0 .1em 0 .1em}
.large{font-size:1.8em}
.normal{font-size:1.2em}
.menuhead{border-bottom:0.2em solid #e3e8e8;overflow:hidden;padding:1.5em 0 .2em}
.menuhead h1{float:left;font-size:1em}
.menuhead h2{float:left;font-size:1em}
.menuhead ul {float:right}
.menuhead ul li{font-size:.9em;float:left;list-style-type:none;padding:0 0 0 .2em}
.menuhead ul li a{text-decoration:none;color:#272828;background:#e3e8e8;border-radius:.3em;padding:.2em}
.menuhead ul li a:hover{text-decoration:underline}