aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-11-20 23:31:40 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-11-20 23:31:40 +0100
commit52b0be81663df26b56002533ec93f8008db04d1a (patch)
treead72ba13e6159d647b0bf2619c88c57924a19b82 /style.css
downloadgit-hooks-52b0be81663df26b56002533ec93f8008db04d1a.tar.gz
git-hooks-52b0be81663df26b56002533ec93f8008db04d1a.zip
First commit
Diffstat (limited to 'style.css')
-rw-r--r--style.css99
1 files changed, 99 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..567ef26
--- /dev/null
+++ b/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
10footer table {
11 font-style: italic;
12 width: 100%;
13}
14
15.hosted {
16 text-align: right;
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