goals: the UNIX env change item shouldn't be split into two
[unleashed-web.git] / main.css
blob4b445b6f453a1016f0ee84c6fceb7a6b9db772a8
1 html {
2 background-color: #fefefe;
5 body {
6 font-family: Times, "Times New Roman", "Liberation Serif", serif;
7 line-height: 1.3em;
8 font-size: 14.5pt;
9 text-align: justify;
10 margin: 2em auto;
11 max-width: 768px;
14 h1, h2, h3, h4, h5, h6 {
15 font-family: Helvetica, Arial, "Liberation Sans", sans-serif;
18 h1 {
19 padding-top: 1em;
20 font-size: 140%;
21 margin-left: 1.4em;
22 border-bottom: 1pt solid black;
25 h2 {
26 font-size: 110%;
29 code {
30 font-family: Courier, "Courier New", "Liberation Mono", monospace;
31 font-size: 90%;
34 .small {
35 font-size: 80%;
38 .title {
39 font-size: 200%;
42 @media screen {
43 a {
44 color: #0a70a7;
46 a:visited {
47 color: #991155;