The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

76 lines
1.1 KiB

div.tags-page {
h1 {
font-weight: 100;
text-align: center;
}
p {
text-align: center;
}
div.groups {
column-count: 5;
padding: 0.5em;
div.group {
padding: 0.5em 0em;
vertical-align: top;
h2 {
font-weight: 100;
padding-bottom: 0.125em;
border-bottom: 0.5px solid;
margin-bottom: 0.25em;
margin-top: 0;
}
ul {
margin: 0;
padding: 0;
li {
list-style: none;
a:hover {
text-decoration: underline;
}
}
}
}
div.group:first-of-type {
padding: 0;
}
}
}
@media screen and (max-width: 2000px) {
div.tags-page {
div.groups {
column-count: 4;
}
}
}
@media screen and (max-width: 1400px) {
div.tags-page {
div.groups {
column-count: 3;
}
}
}
@media screen and (max-width: 1000px) {
div.tags-page {
div.groups {
column-count: 2;
}
}
}
@media screen and (max-width: 900px) {
div.tags-page {
div.groups {
column-count: 1;
}
}
}