Template:LokiPage/base.css
Appearance
- loki-table {
background-color: {{{page color}}}; border: 1px solid {{{page border}}}; border-radius: 7px; width: 100%;
}
- loki-table.skyline {
padding: 5px; border-radius: revert; border: none;
}
- loki-table.headline {
padding: 0; border-radius: revert;
}
.loki-table {
padding: 5px 5px 0; margin: 0px;
}
.loki-table.headline {
padding: 0; background: none;
}
.loki-middle {
gap: 10px;
}
.loki-middle.headline {
gap: 0;
}