aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css98
1 files changed, 98 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..0078590
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,98 @@
1.menu {
2 width: 100%;
3}
4
5.links {
6 text-align: right;
7 font-weight: bold;
8}
9
10.footer {
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 background-color: #eeeeee;
90}
91
92.url td {
93 font-family: monospace;
94}
95
96table tr td a img {
97 min-width: 33px;
98}

Generated with cgit - Back to sebastiano.tronto.net