MediaWiki:Common.css: Difference between revisions

From PRCLive 100% Speedrun Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 29: Line 29:
     background: #D7B4ED;
     background: #D7B4ED;
     font-family: verdana, sans-serif;
     font-family: verdana, sans-serif;
     font-size: 14px;
     font-size: 12px;
     text-align: center;
     text-align: center;
     margin-bottom: 8px;
     margin-bottom: 8px;

Revision as of 03:40, 30 November 2021

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

body {
  background: #68AA63;
  font-family: "Segoe UI";
}

#mw-page-base {
  background: #68AA63;
}

.glitchbox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.glitchbox-title {
    background: #D7B4ED;
    font-family: verdana, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}
.glitchbox-subTitle {
    background: #D7B4ED;
    font-family: verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}
.glitchbox-image {
    text-align: center;
}
.glitchboxvTh {
    text-align: center;
    vertical-align: center;
    border:1px solid black;
}
.glitchboxvTd {
    border:1px solid black;
    text-align: center;
    vertical-align: center;
}
.glitchboxvTable {
    border:1px solid black;
}