1.2 released
[unleashed-web.git] / main.css
blob3f16da9a99484008c5dc1e12158740648af4a495
1 html {
2 background-color: #fefefe;
5 body {
6 font-family: Times, "Times New Roman", "Liberation Serif", serif;
7 font-size: 14.5pt;
8 text-align: justify;
11 h1, h2, h3, h4, h5, h6 {
12 font-family: Helvetica, Arial, "Liberation Sans", sans-serif;
15 h1 {
16 padding-top: 1em;
17 font-size: 140%;
18 border-bottom: 1pt solid black;
21 h2 {
22 font-size: 110%;
25 code {
26 font-family: Courier, "Courier New", "Liberation Mono", monospace;
27 font-size: 90%;
30 .small {
31 font-size: 80%;
34 .title {
35 font-size: 200%;
38 @media screen {
39 a {
40 color: #0a70a7;
42 a:visited {
43 color: #991155;