aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-25 22:11:40 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-25 22:11:40 +0100
commitc926ebcfb49891c848d4fe7085f9bff969c23855 (patch)
tree6179d790693e6225088f5c00555e8cdf114ca888
parent6174aa76ee061818a8ca6b0d952e90257ca3b5d4 (diff)
downloadsebastiano.tronto.net-c926ebcfb49891c848d4fe7085f9bff969c23855.tar.gz
sebastiano.tronto.net-c926ebcfb49891c848d4fe7085f9bff969c23855.zip
CSS: squish
-rw-r--r--src/style-5.css29
-rw-r--r--top.html2
2 files changed, 30 insertions, 1 deletions
diff --git a/src/style-5.css b/src/style-5.css
new file mode 100644
index 0000000..78f0319
--- /dev/null
+++ b/src/style-5.css
@@ -0,0 +1,29 @@
1/* Header and footer */
2header nav table { width: 100%; }
3.logo img { max-width: 3em; margin: 0 0 0 0; }
4.links { text-align: right; font-weight: bold; }
5.links a { font-weight: bold; color: black; }
6footer table { font-style: italic; width: 100%; }
7.hosted { text-align: right; }
8.hosted a, .contact a { font-weight: bold; }
9
10/* Content */
11html { margin: 1em auto; max-width: 42em; }
12h1 { text-align: center; }
13body { margin: auto 8px 20px 8px; }
14a { color: #0f2899; text-decoration: none; }
15a:hover { text-decoration: underline; }
16img { display: block; margin-left: auto; margin-right: auto; max-width: 100%; }
17pre { background-color: #eeeeee; border: 2px solid; padding:
18 6px; overflow-x: auto; }
19pre code { padding: 0px; }
20code { background-color: #eeeeee; padding: 2px; }
21#blob { background: #ffffff; border: none; }
22
23/* Tables */
24table { width: 100%; }
25td h1 { text-align: left; font-size: 1.5em; }
26#files td { font-family: monospace; font-size: 1.2em; min-width: 7em; }
27#log tr:hover td, #files tr:hover td { background-color: #eeeeee; }
28.url td { font-family: monospace; }
29table tr td a img { min-width: 33px; }
diff --git a/top.html b/top.html
index 941c641..ebfcc17 100644
--- a/top.html
+++ b/top.html
@@ -3,7 +3,7 @@
3<head> 3<head>
4 <title> TITLE | Sebastiano Tronto </title> 4 <title> TITLE | Sebastiano Tronto </title>
5 <meta name="viewport" content="width=device-width" /> 5 <meta name="viewport" content="width=device-width" />
6 <link rel="stylesheet" type="text/css" href="/style-4.css"> 6 <link rel="stylesheet" type="text/css" href="/style-5.css">
7 <link rel="icon" href="/favicon.png"> 7 <link rel="icon" href="/favicon.png">
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9</head> 9</head>

Generated with cgit - Back to sebastiano.tronto.net