Style updates.
This commit is contained in:
parent
2f34a09f8a
commit
0e55b37502
33
index.html
33
index.html
|
@ -1,29 +1,32 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Unit</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Unit</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div id="logo">
|
||||
<img src="logo.svg" alt="logo">
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<img class="logo" alt="Unit logo" src="logo.svg">
|
||||
<h1>Unit</h1>
|
||||
<ul>
|
||||
<li><a href="https://wiki.unit.macaomilano.org">Wiki</a></li>
|
||||
<li><a href="https://wiki.unit.macaomilano.org/Calendario">Calendario</a></li>
|
||||
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
|
||||
<li><a href="https://wiki.unit.macaomilano.org/Calendario">
|
||||
Prossimi eventi
|
||||
</a></li>
|
||||
</ul>
|
||||
<div class="info">
|
||||
<div>Viale Molise 68, Milano</div>
|
||||
<div>#unit irc.autistici.org</div>
|
||||
<div>unit at paranoici.org</div>
|
||||
</div>
|
||||
</div>
|
||||
<section class="info">
|
||||
<p>Viale Molise 68, Milano</p>
|
||||
<p>unit at paranoici.org</p>
|
||||
<p>#unit at irc.autistici.org</p>
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<!--
|
||||
vim: tabstop=2 shiftwidth=2 expandtab:
|
||||
-->
|
||||
|
|
40
style.css
40
style.css
|
@ -1,35 +1,31 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: auto;
|
||||
html {
|
||||
font-family: monospace;
|
||||
font-size: 16;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: auto;
|
||||
width: 20em;
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.div {
|
||||
margin: auto;
|
||||
a:link, a:visited {
|
||||
text-decoration: none;
|
||||
color: #04a;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin: auto;
|
||||
margin-top: 5em;
|
||||
margin-bottom: 5em;
|
||||
width: 20em;
|
||||
a:link:active, a:visited:active,
|
||||
a:link:hover, a:visited:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
margin: auto;
|
||||
body > section {
|
||||
margin: 2rem auto 2rem auto;
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.info div {
|
||||
margin-top: 0.5em;
|
||||
section.info > p {
|
||||
margin: 0 0 0.5rem 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user