MediaWiki:Common.css: Difference between revisions

From Dragonsphere Wiki, a Drakengard & NieR project
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
  font-family: Angelic;
  src: url('fonts/ANGELIC.woff') format('woff'),
      url('fonts/ANGELIC.woff2') format('woff2');
}


.chronology td {
.chronology td {

Revision as of 10:34, 1 February 2024

/* CSS placed here will be applied to all skins */

@font-face {
  font-family: Angelic;
  src: url('fonts/ANGELIC.woff') format('woff'),
       url('fonts/ANGELIC.woff2') format('woff2');
}

.chronology td {
    vertical-align: top;
}

div.thumbinner {
    border: 1px solid #f8f9fa;
}

.noticebox {
    background-color: #f8f9fa;
    color: #202122;
    margin: 1em 0;
}

.infobox {
    font-size: 0.85em;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    padding: 10px;
}

.infobox {
   margin-left: 15px;
   float: right;
}

.infobox th {
    font-size: 1.25em;
}