-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.html
108 lines (87 loc) · 2.36 KB
/
theme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type='text/css'>
@font-face {
font-family: ComradFont;
src: url("assets/overpass-mono-regular.otf") format("opentype");
}
@font-face {
font-family: ComradFontII;
src: url("assets/Strengthen.ttf");
}
body {
font-family: ComradFont;
/* text-align:center; */
font-size: 1em;
}
code {
margin-left: 1em;
font-family: monospace;
}
a {
color: black;
text-decoration: underline;
}
/* Globally */
/* Each state */
a:visited {
text-decoration: underline;
color: black;
}
a:hover {
text-decoration: underline;
color: red;
}
a:focus {
text-decoration: underline;
color: black;
}
a:hover,
a:active {
text-decoration: underline;
color: red
}
img {
display: block;
margin: 0 auto;
max-width: 600px;
}
h1 {
text-align: center;
font-family: ComradFontII;
font-size: 4em;
margin: 0 auto;
padding: 0;
}
h1 a { text-decoration: none; }
h1 a:visited { text-decoration: none; }
h1 a:hover { text-decoration: none; }
h1 a:focus { text-decoration: none; }
h1 a:hover, a:active { text-decoration: none; }
#content {
max-width: 600px;
margin: 0 auto;
}
p {
text-align: justify
}
</style>
<title>Comrad: a socialist network</title>
</head>
<body>
<div id="content">
<h1 id="comrad"><a href="http://github.com/ComradOrg/Comrad">Comrad</a></h1>
<center>
<small><i>
<a href="https://github.com/ComradOrg/Comrad">Help develop</a> |
<a href="https://matrix.to/#/!YojbxvZclfEsvIeeUi:matrix.org?via=matrix.org">Help
conceptualize</a> |
<a href="#install">Help test</a>
</i></small>
</center>
[[CONTENT]]
</div>
</body>
</html>