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

Generated with cgit - Back to sebastiano.tronto.net