Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Wikia.css

MediaWiki interface page

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.
@import 'https://fonts.googleapis.com/css?family=Karla';
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:MinimalistSliderText/code.css&only=styles";
@import url("/load.php?mode=articles&only=styles&articles=u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css");
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedActivityFeed.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ModernPolls.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ModernRail.css&only=styles";


body {
    font-family: 'Karla', sans-serif;
}

.songbox {
    display: flex;
    justify-content: center;
}
 
a[href="/wiki/User:Scrapbook"]  {
    color:#FF55AA !important;
    font-weight: bold !important;
}

.WikiaArticle ul {
  list-style-image: url('https://vignette.wikia.nocookie.net/projectsekai/images/0/08/Listicon.png/revision/latest?cb=20200216142251');
}

.portable-infobox {
    background-color: white;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    color: black;
}

.pi-europa .pi-item-spacing {
    padding: 0px;
}


.pi-europa.pi-background {
    background-color: #F5F3F3;
}
 
.pi-secondary-background {
    background-color: white;
}
 
.portable-infobox .pi-data {
    margin: 2px 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
}
 
.pi-data:last-of-type + .pi-group {
    border-top-width: 0;
}
 
.portable-infobox .pi-header,
.portable-infobox .pi-title,
.pi-theme-chapterbox .pi-secondary-background {
    text-align: center;
    background-color: #00cdba;
    padding: 5px;
}
 
.pi-item.pi-group.pi-border-color {
    border: 0;
}
 
.pi-navigation {
    text-align: center;
}

th.headerSort {
    background-color: #00CDBA;
    color: white;
}

.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #00CDBA !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #00CDBA !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(42,161,152, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.