aboutsummaryrefslogtreecommitdiff
path: root/src/style-5.css
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 /src/style-5.css
parent6174aa76ee061818a8ca6b0d952e90257ca3b5d4 (diff)
downloadsebastiano.tronto.net-c926ebcfb49891c848d4fe7085f9bff969c23855.tar.gz
sebastiano.tronto.net-c926ebcfb49891c848d4fe7085f9bff969c23855.zip
CSS: squish
Diffstat (limited to 'src/style-5.css')
-rw-r--r--src/style-5.css29
1 files changed, 29 insertions, 0 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; }

Generated with cgit - Back to sebastiano.tronto.net