Toriko Wiki
Advertisement
Toriko 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.
.WikiHeader {
   background: url(https://images.wikia.nocookie.net/toriko/images/a/a1/WikiHeader8.png);
}

/*====================================\
|Toriko Wikia.css Version 1.1.5 copied from communitypedia css.1 |
\------------------------------------*/

/* Fixed background image */
body {
background: transparent url(http://widescreen.qkype.com/wallpapers/abstract_1/green_network_widescreen_wallpaper_51558.jpg) no-repeat;
background-attachment: fixed;
}

/* Basic Wikia page design (Rounded corners) */
.WikiaPage { 
   background:white;
   border: 1px solid #6CEE6C; 
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius:8px;
} 

/* Mainpage theme (Set for holidays) */
body.mainpage .WikiaPage { 
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -ms-border-radius: 8px;
   border-radius:8px;
} 

/* Timer CSS */
#displayTimer { font-size: 12px !important; } 

#showdate a { color: white !important; }

/* Rounded search bar */
.WikiaSearch input[type="text"] { 
  background-image: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 40%); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d3d3d3), color-stop(40%, #ffffff)); 
  border: 1px solid #d3d3d3; 
  color: #008000;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; 
}

/* Rounding every other corner */
.wikia-menu-button.secondary ul, 
.modalWrapper, 
.AccountNavigation .subnav, 
.WikiaSpotlight, 
.WikiaPageHeader .history.hover, 
.WikiaFooter .my-tools-menu {
  background-image: -moz-linear-gradient(top, #000000 0%, #ffffff 40%); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #000000), color-stop(40%, #ffffff)); 
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
 
.GlobalNavigation .subnav {
  background-image: -moz-linear-gradient(top, #000000 0%, #ffffff 20%); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #000000), color-stop(20%, #ffffff)); 
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}  

.WikiaPageHeader details {
  background: transparent;
}
 
.WikiHeader li:hover {
  background: #ffffff;
  border: #d3d3d3 !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius:6px;
}
 
.WikiaPagesOnWikiModule, 
.WikiaActivityModule, 
.WikiaImageModule, 
#WikiaSpotlightsModule, 
.WikiaArticle .thumbinner, 
.WikiaBlogListingBox, 
.HotSpotsModule, 
.CommunityCornerModule, 
.LatestPhotosModule, 
.RelatedVideosModule,
.ChatModule,
.activityfeed .activityfeed-inserted-media li,
.WikiaPage,
.WikiaPage .WikiaPageBackground,
.WikiHeader nav,
.WikiHeader .navbackground,
.WikiHeader > nav .subnav-2,
.WikiHeader > nav .subnav-3, 
.WikiHeader nav li.marked,
.WikiaArticle pre, 
.WikiaArticleCategories {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius:6px;
}

/* Remove external link symbols */
 
.WikiaArticle a.external::after, .WikiaArticle a[href^="gopher://"]::after {
    background-image: none !important;
    padding: 0 !important;
    width: 0px !important;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://images.wikia.nocookie.net/central/images/5/5d/Checker-16x16.png") repeat;
}

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

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #aaa;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}
/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}
div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}

#article div.thumb {
   color:inherit;
}

/* Enable polls */
div.ajax-poll {
   width:auto !important;
}

/* Navigation boxes */
div.Boxmerge, div.NavFrame {
   margin: 0px;
   padding: 4px;
   border: 1px solid #aaa;
   text-align: center;
   border-collapse: collapse;
   font-size: 95%;
}
div.Boxmerge div.NavFrame {
   border-style: none;
   border-style: hidden;
}
div.NavFrame + div.NavFrame {
   border-top-style: none;
   border-top-style: hidden;
}
div.NavPic {
   background-color: #fff;
   margin: 0px;
   padding: 2px;
   float: left;
}
div.NavFrame div.NavHead {
   height: 1.6em;
   font-weight: bold;
   background-color: #ccccff;
   position:relative;
}
div.NavFrame p { font-size: 100%; }
div.NavFrame div.NavContent { font-size: 100%; }
div.NavFrame div.NavContent p { font-size: 100%; }
div.NavEnd {
   margin: 0px;
   padding: 0px;
   line-height: 1px;
   clear: both;
}
a.NavToggle {
   position:absolute;
   top:0px;
   font-weight:normal;
   font-size:smaller;
}

/* Title hack */
#title-meta i { font-style: italic !important; }

/* WikiRail */
.WikiaRail .module {
    border-radius:1em;
}
 
/* Thumb Restyling by User:Bereisgreat */
.thumbinner, .gallerybox, .gallerybox div.thumb, ul.activityfeed-inserted-media li {
   -moz-border-radius:7px;
   -webkit-border-radius:7px;
   border-radius:7px;
}

.thumbinner a img, .gallerybox a img, .gallerybox div.thumb a img, ul.activityfeed-inserted-media li a img {
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
   overflow:hidden;
}

.thumbinner:hover, .gallerybox:hover {
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    -moz-border-radius:1ex;
    border-radius:1ex;
}

.gallerybox div.thumb {
    width:140px;
}


/* WidgetNewPages */
div.widgetTag dl.WidgetNewPages dt.widget_title {
    background-color:#40E0D0;
    color:black;
    border-bottom-right-radius:1em;
    border-top-right-radius:1em;
}

/* Profile tabs */
.tabs .selected a {
display: inline-block;
}
 
.tabs li a {
display: inline-block;
}

/* Reference Pop Ups */
.refpopups-box, .refpopups-popup { border-radius: 1ex; }

.WikiaRail .module h1,
.WikiaRail .module h2,
.WikiaRail .module h3,
.WikiaActivityModule h1.activity-heading,
.WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1,
.LatestPhotosModule > h1.tight,
.ChatModule h1.chat-headline,
.WikiaBlogListingBox h3,
.HotSpotsModule h1,
.WikiaRail .ForumActivityModule h1 {
   background: green !important;
   color: white !important;
   border-radius: 0.7ex !important;
   -moz-border-radius: 0.7ex !important;
   -webkit-border-radius: 0.7ex !important;
}

.WikiaArticle .toc {
   border-radius: 1ex !important;
   -moz-border-radius: 1ex !important;
   -webkit-border-radius: 1ex !important;
}

.WikiaArticle {
    background: url("https://images.wikia.nocookie.net/toriko/images/a/ad/Fork-knife-header2.png") top no-repeat;
    background-size: contain;
}

.mw-content-ltr {
    padding-top: 4%;
}

.mainpage .mw-content-ltr {
    padding-top: 0;
}

.activityfeed>li:not(:first-child) {
   border: none !important;
   padding-bottom: 2%;
   background: url("https://images.wikia.nocookie.net/toriko/images/3/3a/Fork-knife-header_MP.png") bottom no-repeat;
   background-size: contain;
}

.activityfeed>li {
    border-bottom: none;
    background: url("https://images.wikia.nocookie.net/toriko/images/3/3a/Fork-knife-header_MP.png") bottom no-repeat;
    background-size: contain;
    padding-bottom: 2%;
}

#wikiactivity-main {
    padding-top: 2%;
}

.mainpage .WikiaArticle {
    background: transparent !important;
    border-top: solid 1px #c1c1c1 !important;
}

.WikiaArticleComments .comments .article-comm-text {
    background: transparent !important;
}

.fullImageLink {
    padding-top: 4%;
}

.BreadCrumbs {
    padding-top: 3%;
}

.wikinav2 .WikiaPageHeader {
    border-bottom: none;
    margin: 0;
}

/* Masthead-info background banner */
.UserProfileMasthead .masthead-info {
    background:#FFFFFF url('/wiki/Special:FilePath?file=Backuser.png') no-repeat top right;
    overflow:hidden;
}

.WikiaSearch input[type="text"] {
   background: #FFFFFF url(https://images.wikia.nocookie.net/toriko/images/4/45/SearchBox.png) no-repeat right top !important;
   border: 1px solid #CACACA;
   border-radius: 6px;
   color: #008000;
   margin-right: 4px !important;
}

/* Make collapsible table's link white/normal font */
.collapseButton {
    color: white;
    font-weight: normal;
}

.collapseButton-altered span.collapseButton {
    color: black;
    font-weight: normal;
}

.technique a:link{
    color:#DEDFE1;
}

/************************************************/
/* Image Module Used in [[es:]], Fixed by Staw */
/************************************************/
/* Remove attribution */
.WikiaArticle .article-thumb .attribution { display: none; !important }
 
/* Putting Color */
div.article-thumb, .WikiaArticle .article-thumb {
	background-color:#fb9c3d;
	border:3px solid #DC381F;
	border-radius:5px;
	box-shadow:4px 4px 7px Gray;
	padding-top:3px;
	padding-left:3px;
    padding-right:3px;
}
 
.article-thumb a, .article-thumb a:visited { color:brown; }
 
.WikiaArticle .article-thumb .caption { color:white; }
 
.thumbimage {
	background-color:transparent;
	color:Black;
}

/************************/
/* Admin colorized stuff*/
/************************/
/*Zonge*/
.comments li[data-user="Zangetsukakashi"] blockquote {
   background:#064982!important;
border:2px solid #ffffff;
}
.comments li[data-user="Zangetsukakashi"] blockquote:after {
   border-color: transparent #ffffff #ffffff transparent !important;
}
.comments li[data-user="Zangetsukakashi"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Zangetsukakashi"] blockquote {color:white!important; font-weight:normal !important;
}
/*TFBeast */
.comments li[data-user="The Forgotten Beast"] blockquote {
   background:#800000!important;
border:2px solid #ffffff;
}
.comments li[data-user="The Forgotten Beast"] blockquote:after {
   border-color: transparent #ffffff #ffffff transparent !important;
}
.comments li[data-user="The Forgotten Beast"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="The Forgotten Beast"] blockquote {color:white!important; font-weight:normal !important;
}
/*Brunch */
.comments li[data-user="Buranchi"] blockquote {
   background:#e32636!important;
border:2px solid #cb2130;
}
.comments li[data-user="Buranchi"] blockquote:after {
   border-color: transparent #cb2130 #cb2130 transparent !important;
}
.comments li[data-user="Buranchi"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Buranchi"] blockquote {color:#FFD700!important; font-weight:normal !important;
}

/**********************************************/
/* Bullet change thing*/
/**********************************************/
.wiki-content ul { 
    list-style-image: url(https://images.wikia.nocookie.net/__cb20140811142245/toriko/images/d/d6/MeatBullet.png); 
    }
    
html body.skin-monobook ul {list-style-image: url(https://images.wikia.nocookie.net/__cb20140811142245/toriko/images/d/d6/MeatBullet.png);}
Advertisement