aboutsummaryrefslogtreecommitdiff
path: root/src/style-2.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-2.css')
-rw-r--r--src/style-2.css105
1 files changed, 105 insertions, 0 deletions
diff --git a/src/style-2.css b/src/style-2.css
new file mode 100644
index 0000000..eac9620
--- /dev/null
+++ b/src/style-2.css
@@ -0,0 +1,105 @@
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
35code {
36 background-color: #eeeeee;
37 padding: 2px;
38}
39
40pre {
41 background-color: #eeeeee;
42 border: 2px solid;
43 padding: 6px;
44}
45
46#blob {
47 background: #ffffff;
48 border: none;
49}
50
51a {
52 color: #0f2899;
53 text-decoration: none;
54}
55
56.links a {
57 font-weight: bold;
58 color: black;
59}
60
61.hosted a,
62.contact a {
63 font-weight: bold;
64}
65
66a:hover {
67 text-decoration: underline;
68}
69
70html {
71 margin: 1em auto;
72 max-width: 42em;
73}
74
75h1 {
76 text-align: center;
77}
78
79td h1 {
80 text-align: left;
81 font-size: 1.5em;
82}
83
84table {
85 width: 100%;
86}
87
88#files td {
89 font-family: monospace;
90 font-size: 1.2em;
91 min-width: 7em;
92}
93
94#log tr:hover td,
95#files tr:hover td {
96 background-color: #eeeeee;
97}
98
99.url td {
100 font-family: monospace;
101}
102
103table tr td a img {
104 min-width: 33px;
105}

Generated with cgit - Back to sebastiano.tronto.net