Medaka Box Wiki
Advertisement
Medaka Box Wiki

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.
/* PortableInfobox Theme */

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

.tabberlive ul.tabbernav {
border-bottom: none;
padding: 5px;
text-align: center;
}

/* Yes PortableInfobox Theme */
.pi-theme-yes {
    width: 300px;
    background-color:transparent;
}

.pi-theme-yes .pi-title {
    text-align: center;
    color:#FFFFFF;
    background-color:#000088;
}

.pi-theme-yes .pi-secondary-background {
    text-align: center;
    color:#FFFFFF;
    background-color:#000088;
}

.pi-theme-yes .pi-data:not(:last-of-type) {
    border-color:#000088;
}

.pi-theme-yes > div:first-of-type {
    padding: 0px 0px;
}

.pi-theme-yes section:last-child div:first-of-type {
    display: none;
}

/* Blue PortableInfobox Theme */
.pi-theme-blue {
    width: 300px;
    background-color:transparent;
}

.pi-theme-blue .pi-title {
    text-align: center;
    color:#FFFFFF;
    background-color:#000088;
}

.pi-theme-blue .pi-secondary-background {
    text-align: center;
    color:#FFFFFF;
    background-color:#000088;
}

.pi-theme-blue .pi-data:not(:last-of-type) {
    border-color:#000088;
}

.pi-theme-blue > div:first-of-type {
    padding: 0px 0px;
}

/* Red PortableInfobox Theme */
.pi-theme-red {
    width: 300px;
    background-color:transparent;
}

.pi-theme-red .pi-title {
    text-align: center;
    color:#FFFFFF;
    background-color:#FF0000;
}

.pi-theme-red .pi-secondary-background {
    text-align: center;
    color:#FFFFFF;
    background-color:#FF0000;
}

.pi-theme-red .pi-data:not(:last-of-type) {
    border-color:#FF0000;
}

.pi-theme-red > div:first-of-type {
    padding: 0px 0px;
}

.pi-theme-red section:last-child div:first-of-type {
    display: none;
}

/* Purple PortableInfobox Theme */
.pi-theme-purple {
    width: 300px;
    background-color:transparent;
}

.pi-theme-purple .pi-title {
    text-align: center;
    color:#FFFFFF;
    background-color:#4B0082;
}

.pi-theme-purple .pi-secondary-background {
    text-align: center;
    color:#FFFFFF;
    background-color:#4B0082;
}

.pi-theme-purple .pi-data:not(:last-of-type) {
    border-color:#4B0082;
}

.pi-theme-purple > div:first-of-type {
    padding: 0px 0px;
}

/* Hides Picture Attribution */
.attribution { display:none }

/* AutoEditDropdown pure CSS implementation */
/* http://dev.wikia.com/wiki/AutoEditDropdown */
#WikiHeader nav.wikia-menu-button:hover ul,
#WikiaMainContent nav.wikia-menu-button:hover ul {
    min-width: 100%;
    display: block;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Custom Slideshow */
.slideshow-sizing-hack-200px .wikia-slideshow-wrapper {
    width: 210px !important;
}
.slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images {
    width: 200px !important;
}
.slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images .wikia-slideshow-image {
    left: 25px;
    width: 150px !important;
}

/* Make collapsible table's link white/normal font */
.mw-collapsible-toggle a {
    color: #ffffff;
    font-weight: normal;
}

/* For special mwCollapsibleAltered tables */
.mwCollapsibleAltered .mw-collapsible-toggle a {
    color: #006cb0;
    font-weight: normal;
}

/* For poll mwCollapsibleAltered tables */
.mwCollapsibleAlteredPoll .mw-collapsible-toggle a {
    color: #000000;
    font-weight: normal;
}

/* User Tags */
#WikiaUserPagesHeader .UserProfileMasthead .masthead-info .tag + .tag {
	margin-left: 5px;
}
a.tag {
	color: inherit;
}

/* Tabber Styling */

.tabber {
    display: none;
}

div.tabberlive {
    margin-top: 0;
}

.tabberlive ul.tabbernav {
    border-bottom: none;
    padding: 5px;
}

.tabberlive ul.tabbernav li a:link {
    border: none;
    background: transparent;
    color: #006cb0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0;
}

.tabberlive ul.tabbernav li a:hover {
    background: none;
    text-decoration: underline;
}

.tabberlive ul.tabbernav li.tabberactive a {
    border: none;
    background: transparent;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0;
}

.tabberlive ul.tabbernav li.tabberactive a:hover {
    border: none;
    background: transparent;
    color: #000000;
    text-decoration: none;
}

.tabberlive div.tabbertab {
    padding: 0;
    border: none;
}

.tabberlive div.tabbertab p {
   margin: 0;
}
Advertisement