forked from alemi/upub
29 lines
533 B
HTML
29 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>upub</title>
|
|
<link crossorigin rel="stylesheet" href="https://cdn.alemi.dev/web/alemi.css">
|
|
<style>
|
|
.hidden { display: none; }
|
|
img.avatar-circle {
|
|
display: inline;
|
|
max-height: 2em;
|
|
border-radius: 50%;
|
|
}
|
|
table.align {
|
|
line-height: 1rem;
|
|
}
|
|
td.top {
|
|
vertical-align: top;
|
|
}
|
|
input[type="submit"].active {
|
|
background-color: var(--accent);
|
|
border-color: var(--accent);
|
|
color: var(--background);
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|