Jump to content

Template:LokiPage/base.css

From RetroMUX
  1. loki-table {
 background-color: {{{page color}}};
 border: 1px solid {{{page border}}};
 border-radius: 7px;
 width: 100%;

}

  1. loki-table.skyline {
 padding: 5px;
 border-radius: revert;
 border: none;

}

  1. 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;

}