MediaWiki:Common.css

From DEGwiki
Revision as of 02:09, 28 December 2020 by Inartistic (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Debug */

body { background: red !important; }

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

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* .toc, #toc { display: none; } */

/* Wikia.css starts here */

.portable-infobox.type-release {
    background-color: #000000;
    color: white;
    border: thin solid #000000;
}

.portable-infobox.type-release .pi-border-color {
   border-style: none;
   border-color: #000000;
   border-width: 0.5px;
}

.portable-infobox.type-release .pi-title {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release tbody [data-source=romaji] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release tbody [data-source=translation] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release .pi-item[data-source=regcat] {
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release .pi-item[data-source=limcat] {
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release .pi-item[data-source=delcat] {
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release .pi-item[data-source=singles] {
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-release .pi-section-tab:hover .pi-section-label {
   color: unset;
}

.portable-infobox.type-live {
    background-color: #000000;
    color: white;
    border: thin solid #000000;
}

.portable-infobox.type-live .pi-border-color {
   border-style: none;
   border-color: #000000;
   border-width: 0.5px;
}

.portable-infobox.type-live .pi-title {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song {
    background-color: black;
    color: white;
    border: thin solid #000000;
    float:left;
    margin-left: 0px;
}

.portable-infobox.type-song .pi-border-color {
   border-style: none;
   border-color: #000000;
   border-width: 0.5px;
}

.portable-infobox.type-song .pi-title {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song .pi-header {
    background-color: black;
    text-align: center;
    border-top: 0.5px solid #000000;
    font-weight: normal;
}

.portable-infobox.type-song tbody [data-source=romaji] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song tbody [data-source=translation] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}
.portable-infobox.type-song tbody [data-source=release] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song tbody [data-source=length] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song tbody [data-source=lyrics] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song tbody [data-source=composer] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song .pi-item[data-source=PV] {
    text-align: center;
    border-bottom: 0.5px solid #000000;
}

.portable-infobox.type-song .pi-section-tab:hover .pi-section-label {
   color: unset;
}

/* Mirroring used in Template:Mirror */

.mirror {
  transform: scaleX(-1);
  display:inline-block;
}