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.
/* 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 */ 
ul.tabbernav {font-weight:bold !important; padding:5px 0px !important; border-bottom:5px solid #000088 !important;}
ul.tabbernav li a {padding:5px 5px !important; margin-left:0px !important; border:0 !important; background:#EEEEFF !important; border-right:1px solid #000088 !important}
ul.tabbernav li a:link {color:#006CB0 !important;}
ul.tabbernav li a:visited {color: #006CB0 !important;}
ul.tabbernav li a:hover {background-color:#000088 !important; border-color:transparent !important; color:#FFF !important;}
ul.tabbernav li.tabberactive a {color:#FFF !important; font-weight:bold !important; border:0px solid #000088 !important; background-color:#000088 !important;}
ul.tabbernav li.tabberactive a:hover {border:0px solid #000088 !important; border-bottom: 0px solid #000088 !important;}
.tabberlive .tabbertab {border:0px solid #000088 !important; border-top:0 !important;}
Advertisement