MediaWiki:Monobook.css

From Little Tail Wiki
Revision as of 23:25, 6 March 2025 by Zoltier (talk | contribs)
Jump to navigationJump 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the MonoBook skin */
.pi-title {
  text-align: center;
}

/* Custom Colors */
/* Fuga */
.portable-infobox.pi-theme-Fuga {
    width: 270px;
    border: 2px solid #6c2c2f;
}
.portable-infobox.pi-theme-Fuga .pi-title, .portable-infobox.pi-theme-Fuga .pi-header {
    background-color: #6c2c2f;
    color: white;
}
.portable-infobox.pi-theme-Fuga .pi-data .pi-data-label {
    background-color: #ddc295;
}
.portable-infobox.pi-theme-Fuga .pi-horizontal-group-item.pi-data-label {
    background-color: #6c2c2f;
    border: 2px solid white;
    border-top: none;
}
.portable-infobox.pi-theme-Fuga .pi-image-collection-tabs li.current {
    background: #eae4d1;
}
.portable-infobox.pi-theme-Fuga .pi-navigation {
    background: #6c2c2f !important;
}