comparison doc/readme.css @ 674:650e7a5c74c5

Add homepage and adjust Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Dec 2016 19:01:27 +0200
parents
children
comparison
equal deleted inserted replaced
673:358cdc4c9178 674:650e7a5c74c5
1 body {
2 margin: 1em;
3 background-color: #604;
4 color: #ddd;
5 text-shadow: 1px 1px 1px #000;
6 }
7
8
9 body, p, ul, td, th {
10 font-family: Verdana, Arial, helvetica, sans-serif;
11 font-size: 10pt;
12 }
13
14
15 a, a:visited, a:active {
16 text-decoration: underline;
17 color: #fc0;
18 }
19
20 a:hover {
21 text-decoration: none;
22 background-color: black;
23 color: white;
24 }
25
26
27 .icenter {
28 text-align: center;
29 }
30
31 .noborder {
32 border: none;
33 padding: 0pt;
34 }
35
36
37 h1, h2, h3 {
38 font-family: Arial, sans-serif;
39 font-weight: normal;
40 color: #efe;
41 background: rgba(200,200,200,0.1);
42 padding: 4pt;
43 padding-bottom: 8px;
44 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
45 -moz-border-radius: 5pt;
46 border-radius: 5pt;
47 }
48
49
50
51 th {
52 padding: 2px;
53 margin: 2px;
54 background: #705;
55 color: #fc0;
56 text-align: center;
57 }
58
59 td {
60 padding: 4px;
61 margin: 2px;
62 }
63
64 td > a, td > a:visited, td > a:active {
65 text-decoration: none;
66 }
67
68 td > a:hover {
69 background: black;
70 color: white;
71 text-decoration: none;
72 }
73
74 #header {
75 text-align: center;
76 }
77
78 #license {
79 border: 1px solid rgba(255,255,255,0.3);
80 margin: 1em;
81 padding: 1em;
82 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
83 }