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