aboutsummaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/style.css99
1 files changed, 99 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000..1487497
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,99 @@
1.menu {
2 width: 100%;
3}
4
5.links {
6 text-align: right;
7 font-weight: bold;
8}
9
10.logo img {
11 width: 50px;
12 height: 50px;
13}
14
15.footer {
16 font-style: italic;
17 width: 100%;
18}
19
20.hosted {
21 text-align: right;
22}
23
24body {
25 margin: auto 8px 20px 8px;
26}
27
28img {
29 display: block;
30 margin-left: auto;
31 margin-right: auto;
32 max-width: 100%;
33}
34
35pre, code {
36 background-color: #eeeeee;
37}
38
39pre {
40 border: 2px solid;
41 padding: 6px;
42}
43
44#blob {
45 background: #ffffff;
46 border: none;
47}
48
49a {
50 color: #0f2899;
51 text-decoration: none;
52}
53
54.links a {
55 font-weight: bold;
56 color: black;
57}
58
59.hosted a,
60.contact a {
61 font-weight: bold;
62}
63
64a:hover {
65 text-decoration: underline;
66}
67
68html {
69 margin: 1em auto;
70 max-width: 42em;
71}
72
73h1 {
74 text-align: center;
75}
76
77td h1 {
78 text-align: left;
79 font-size: 1.5em;
80}
81
82table {
83 width: 100%;
84}
85
86.url td {
87 font-family: monospace;
88}
89
90.dltable th, .dltable td {
91 border: 1px solid black;
92 padding: 3px;
93}
94
95.subtitle {
96 text-align: center;
97 font-weight: bold;
98 font-size: 1.1em;
99}

Generated with cgit - Back to sebastiano.tronto.net