aboutsummaryrefslogtreecommitdiff
path: root/src/style-4.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-10-14 21:28:19 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-10-14 21:28:19 +0200
commit8158f66bb4842defd222b0989af3a6f621be212b (patch)
tree5564e440dde2fe491acf265a30234252bece4989 /src/style-4.css
parent63d34b144553b7a5c683125588912bea075ef6a9 (diff)
downloadsebastiano.tronto.net-8158f66bb4842defd222b0989af3a6f621be212b.tar.gz
sebastiano.tronto.net-8158f66bb4842defd222b0989af3a6f621be212b.zip
Added Alta Via 2 pages (hidden)
Diffstat (limited to 'src/style-4.css')
-rw-r--r--src/style-4.css110
1 files changed, 0 insertions, 110 deletions
diff --git a/src/style-4.css b/src/style-4.css
deleted file mode 100644
index 67cc926..0000000
--- a/src/style-4.css
+++ /dev/null
@@ -1,110 +0,0 @@
1header nav table {
2 width: 100%;
3}
4
5.logo img {
6 max-width: 3em;
7 margin: 0 0 0 0;
8}
9
10.links {
11 text-align: right;
12 font-weight: bold;
13}
14
15footer table {
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
35code {
36 background-color: #eeeeee;
37 padding: 2px;
38}
39
40pre code {
41 padding: 0px;
42}
43
44pre {
45 background-color: #eeeeee;
46 border: 2px solid;
47 padding: 6px;
48 overflow-x: auto;
49}
50
51#blob {
52 background: #ffffff;
53 border: none;
54}
55
56a {
57 color: #0f2899;
58 text-decoration: none;
59}
60
61.links a {
62 font-weight: bold;
63 color: black;
64}
65
66.hosted a,
67.contact a {
68 font-weight: bold;
69}
70
71a:hover {
72 text-decoration: underline;
73}
74
75html {
76 margin: 1em auto;
77 max-width: 42em;
78}
79
80h1 {
81 text-align: center;
82}
83
84td h1 {
85 text-align: left;
86 font-size: 1.5em;
87}
88
89table {
90 width: 100%;
91}
92
93#files td {
94 font-family: monospace;
95 font-size: 1.2em;
96 min-width: 7em;
97}
98
99#log tr:hover td,
100#files tr:hover td {
101 background-color: #eeeeee;
102}
103
104.url td {
105 font-family: monospace;
106}
107
108table tr td a img {
109 min-width: 33px;
110}

Generated with cgit - Back to sebastiano.tronto.net