aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-25 22:31:43 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-25 22:31:43 +0100
commit391065f33078e004ee3ff3614331631e5dc68584 (patch)
tree23d015352c397637813e6ddd9e69a85ff915cf00
parent07e4caa39d68d6bea50bc1314d09ca7961915556 (diff)
downloadgit-hooks-391065f33078e004ee3ff3614331631e5dc68584.tar.gz
git-hooks-391065f33078e004ee3ff3614331631e5dc68584.zip
Updated css
-rw-r--r--style.css126
1 files changed, 29 insertions, 97 deletions
diff --git a/style.css b/style.css
index 567ef26..81cde7f 100644
--- a/style.css
+++ b/style.css
@@ -1,99 +1,31 @@
1.menu { 1/* Header and footer */
2 width: 100%; 2header nav table { width: 100%; }
3} 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; }
4 9
5.links { 10/* Content */
6 text-align: right; 11html { margin: 1em auto; max-width: 42em; font-family: sans-serif }
7 font-weight: bold; 12h1 { font-size: 1.8em; text-align: center; }
8} 13h2 { font-size: 1.6em; }
14h3 { font-size: 1.05em; }
15body { margin: auto 8px 20px 8px; }
16a { color: #0f2899; text-decoration: none; }
17a:hover { text-decoration: underline; }
18img { display: block; margin-left: auto; margin-right: auto; max-width: 100%; }
19pre { background-color: #eeeeee; border: 2px solid; padding:
20 6px; overflow-x: auto; }
21pre code { padding: 0px; }
22code { background-color: #eeeeee; padding: 2px; }
23#blob { background: #ffffff; border: none; }
9 24
10footer table { 25/* Tables */
11 font-style: italic; 26table { width: 100%; }
12 width: 100%; 27td h1 { text-align: left; font-size: 1.5em; }
13} 28#files td { font-family: monospace; font-size: 1.2em; min-width: 7em; }
14 29#log tr:hover td, #files tr:hover td { background-color: #eeeeee; }
15.hosted { 30.url td { font-family: monospace; }
16 text-align: right; 31table tr td a img { min-width: 33px; }
17}
18
19body {
20 margin: auto 8px 20px 8px;
21}
22
23img {
24 display: block;
25 margin-left: auto;
26 margin-right: auto;
27 max-width: 100%;
28}
29
30pre, code {
31 background-color: #eeeeee;
32}
33
34pre {
35 border: 2px solid;
36 padding: 6px;
37}
38
39#blob {
40 background: #ffffff;
41 border: none;
42}
43
44a {
45 color: #0f2899;
46 text-decoration: none;
47}
48
49.links a {
50 font-weight: bold;
51 color: black;
52}
53
54.hosted a,
55.contact a {
56 font-weight: bold;
57}
58
59a:hover {
60 text-decoration: underline;
61}
62
63html {
64 margin: 1em auto;
65 max-width: 42em;
66}
67
68h1 {
69 text-align: center;
70}
71
72td h1 {
73 text-align: left;
74 font-size: 1.5em;
75}
76
77table {
78 width: 100%;
79}
80
81#files td {
82 font-family: monospace;
83 font-size: 1.2em;
84 min-width: 7em;
85}
86
87#log tr:hover td,
88#files tr:hover td,
89#index tr:hover td {
90 background-color: #eeeeee;
91}
92
93.url td {
94 font-family: monospace;
95}
96
97table tr td a img {
98 min-width: 33px;
99}

Generated with cgit - Back to sebastiano.tronto.net