Jump to content

Template:LokiPage/base.css: Difference between revisions

From RetroMUX
No edit summary
No edit summary
Line 60: Line 60:
.loki-middle.headline {
.loki-middle.headline {
   gap: 0;
   gap: 0;
}
.loki-cell {
  border: 1px solid {{{cell border}}};
  border-radius: 5px;
  background-color: {{{cell color}}};
  margin-bottom: 0.5em;
  width: 100%;
  position: relative;
}
}


.loki-cell.queen {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  width: auto;
  border-radius: revert;
  border: none;
}
.loki-cell.skyline {
  border: none;
  border-radius: revert;
  font-size:12pt;
}
.loki-cell.headline {
  border: none;
  border-radius: revert;
  margin-bottom: 0;
}
.loki-cell.headline a {
  color: #794D33;
}
.loki-cell-left {
  vertical-align: top;
  width: 70%;
  padding-right: 5px;
}
.loki-cell-left.headline {
  border-right: 1px dotted #102f45;
  padding: 0;
}
.loki-cell-top.skyline, .loki-cell-left.skyline, .loki-cell-right.skyline, .loki-cell-bottom.skyline {
  border: 1px dashed #87CEFA;
  padding: 10px;
  margin-bottom: 0.5em;
  background-color: #000
}
.loki-cell-right.skyline {
  border-radius: 20px;
}
.loki-cell-right {
  vertical-align: top;
  width: 30%;
}
<noinclude>
<noinclude>
[[Category:Character Template]]
[[Category:Character Template]]
</noinclude>
</noinclude>

Revision as of 18:16, 21 April 2025

  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;

} .loki-cell {

 border: 1px solid {{{cell border}}};
 border-radius: 5px;
 background-color: {{{cell color}}};
 margin-bottom: 0.5em; 
 width: 100%;
 position: relative;

}

.loki-cell.queen {

 text-align: left; 
 vertical-align: top; 
 padding: 10px;
 width: auto;
 border-radius: revert;
 border: none;

}

.loki-cell.skyline {

 border: none;
 border-radius: revert;
 font-size:12pt;

}

.loki-cell.headline {

 border: none;
 border-radius: revert;
 margin-bottom: 0;

}

.loki-cell.headline a {

 color: #794D33;

}

.loki-cell-left {

 vertical-align: top;
 width: 70%;
 padding-right: 5px;

}

.loki-cell-left.headline {

 border-right: 1px dotted #102f45;
 padding: 0;

}

.loki-cell-top.skyline, .loki-cell-left.skyline, .loki-cell-right.skyline, .loki-cell-bottom.skyline {

 border: 1px dashed #87CEFA;
 padding: 10px;
 margin-bottom: 0.5em;
 background-color: #000

}

.loki-cell-right.skyline {

 border-radius: 20px;

}

.loki-cell-right {

 vertical-align: top;
 width: 30%;

}