aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css103
1 files changed, 0 insertions, 103 deletions
diff --git a/src/style.css b/src/style.css
deleted file mode 100644
index d40758f..0000000
--- a/src/style.css
+++ /dev/null
@@ -1,103 +0,0 @@
1header nav table {
2 width: 100%;
3}
4
5.logo img {
6 max-width: 3em;
7 margin: 0 0 0 0;
8}
9
10.links {
11 text-align: right;
12 font-weight: bold;
13}
14
15footer table {
16 font-style: italic;
17 width: 100%;
18}
19
20.hosted {
21 text-align: right;
22}
23
24body {
25 margin: auto 8px 20px 8px;
26}
27
28img {
29 display: block;
30 margin-left: auto;
31 margin-right: auto;
32 max-width: 100%;
33}
34
35pre, code {
36 background-color: #eeeeee;
37}
38
39pre {
40 border: 2px solid;
41 padding: 6px;
42}
43
44#blob {
45 background: #ffffff;
46 border: none;
47}
48
49a {
50 color: #0f2899;
51 text-decoration: none;
52}
53
54.links a {
55 font-weight: bold;
56 color: black;
57}
58
59.hosted a,
60.contact a {
61 font-weight: bold;
62}
63
64a:hover {
65 text-decoration: underline;
66}
67
68html {
69 margin: 1em auto;
70 max-width: 42em;
71}
72
73h1 {
74 text-align: center;
75}
76
77td h1 {
78 text-align: left;
79 font-size: 1.5em;
80}
81
82table {
83 width: 100%;
84}
85
86#files td {
87 font-family: monospace;
88 font-size: 1.2em;
89 min-width: 7em;
90}
91
92#log tr:hover td,
93#files tr:hover td {
94 background-color: #eeeeee;
95}
96
97.url td {
98 font-family: monospace;
99}
100
101table tr td a img {
102 min-width: 33px;
103}

Generated with cgit - Back to sebastiano.tronto.net