When Objects Work (Object Show) v2 Wiki
Advertisement

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.
/***** CSS placed here will be applied to all skins on the entire site. *****/
 
/* 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;
}
 
 
/* 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;
}
 
/* === Babel === */
 
div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}
 
.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}
 
.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}
 
.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}
 
/* wikitable class */
 
table.wikitable {
        margin: 4px 4px 4px 4px; 
	background: #CBCEAF;
	color: black;        
	border: thin #0C5EAE solid;
	border-collapse: collapse;
}
table.wikitable tbody {
	background: #CBCEAF;
}
 
table.wikitable th {
	border: #0C5EAE;
	background: #CBCEAF;
        padding:5px 5px 5px 5px; 
	border-style: solid;
	border-width: 1px;
}
table.wikitable td {
	border-color: #0C5EAE;
	border-style: solid;
        padding: 5px 5px 5px 5px; 
	border-width: 1px;
}
 
table.wikitable th {
	background: #CBCEAF;
	text-align: center;
}
 
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
}
 
/***Nav BOX***/
 
.navbox .navbox-title {
	padding: 0 1em 0 1em;
}
 
.navbox .navbox-group {
	width: 15%;
	padding: 0 10px 5px 10px;
	font-weight: bold;
}
 
/* Removes the added by section underneath photos */
.WikiaArticle .picture-attribution {display:none;}
 
/* Removes the read more section on the bottom of pages */
.RelatedPagesModule {display: none;}
 
/* Portable Infobox formatting */
 
.portable-infobox .pi-title { /***section header formatting ***/
    text-align:center;
}

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightblue;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}
body.page-Orro_timikio_yee {
    background: url("http://dankmaymays.com/yee/intensifies/realyee.png");
}
body.page-RETTEB_ROF_HTAED {
    background: url("http://vignette3.wikia.nocookie.net/battlefordreamislandfanfiction/images/7/76/DEATH_FOR_BETTER.png/revision/latest?cb=20170220023207");
}
@import "http://when-objects-work-object-show-v2.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"; @import url('https://fonts.googleapis.com/css?family=Lilita+One');


/* ------------------------------------------ */
/* -------------- search custom ------------- */
/* ------------------------------------------ */

a[href$="/wiki/Special:BrokenRedirects"] {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:DeadendPages"] {
    color: #FFFFEE;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:DoubleRedirects"] {
    color: #FFFFDD;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:LongPages"] {
    color: #FFFFCC;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:AncientPages"] {
    color: #FFFFBB;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:LonelyPages"] {
    color: #FFFFAA;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:FewestRevisions"] {
    color: #FFFF99;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Withoutimages"] {
    color: #FFFF88;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WithoutInterwiki"] {
    color: #FFFF77;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ProtectedPages"] {
    color: #FFFF66;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ProtectedTitles"] {
    color: #FFFF55;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ShortPages"] {
    color: #FFFF44;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:TagsReport"] {
    color: #FFFF33;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UncategorizedCategories"] {
    color: #FFFF22;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UncategorizedPages"] {
    color: #FFFF11;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UncategorizedFiles"] {
    color: #FFFF00;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UncategorizedTemplates"] {
    color: #FFEE00;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UnusedCategories"] {
    color: #FFDD00;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UnusedFiles"] {
    color: #FFCC00;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UnusedTemplates"] {
    color: #FFBB00;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UnusedVideos"] {
    color: #FFAA00;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UnwatchedPages"] {
    color: #FF9900;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WantedCategories"] {
    color: #FF8800;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WantedPages"] {
    color: #FF7700;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WantedFiles"] {
    color: #FF6600;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WantedTemplates"] {
    color: #FF5500;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:AllPages"] {
    color: #FF4400;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:PrefixIndex"] {
    color: #FF3300;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Categories"] {
    color: #FF2200;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:CategoryTree"] {
    color: #FF1100;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Disambiguations"] {
    color: #FF0000;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ListRedirects"] {
    color: #FF0011;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Block"] {
    color: #FF0022;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:BlockList"] {
    color: #FF0033;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ChangeEmail"] {
    color: #FF0044;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Contributions"] {
    color: #FF0055;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:DeletedContributions"] {
    color: #FF0066;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Editcount"] {
    color: #FF0077;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Preferences"] {
    color: #FF0088;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Unblock"] {
    color: #FF0099;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ListGroupRights"] {
    color: #FF00AA;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:UserRights"] {
    color: #FF00BB;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ListUsers"] {
    color: #FF00CC;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Following"] {
    color: #FF00DD;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Log"] {
    color: #FF00EE;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:NewPages"] {
    color: #FF00FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:RecentChanges"] {
    color: #EE00FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:RecentChangesLinked"] {
    color: #DD00FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Tags"] {
    color: #CC00FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Watchlist"] {
    color: #BB00FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:FileDuplicateSearch"] {
    color: #AA00FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ListFiles"] {
    color: #9900FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:FilePath"] {
    color: #8800FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MIMESearch"] {
    color: #7700FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MultipleUpload"] {
    color: #6600FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Upload"] {
    color: #5500FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Statistics"] {
    color: #4400FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:AllMessages"] {
    color: #3300FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Version"] {
    color: #2200FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:LinkSearch"] {
    color: #1100FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Random"] {
    color: #0000FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:RandomRedirect"] {
    color: #0011FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostLinkedCategories"] {
    color: #0022FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostLinkedPages"] {
    color: #0033FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostLinkedFiles"] {
    color: #0044FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostLinkedTemplates"] {
    color: #0055FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Mostpopularcategories"] {
    color: #0066FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostCategories"] {
    color: #0077FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostRevisions"] {
    color: #0088FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ComparePages"] {
    color: #0099FF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:CreatePage"] {
    color: #00AAFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Export"] {
    color: #00BBFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Undelete"] {
    color: #00CCFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WhatLinksHere"] {
    color: #00DDFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:CloseMyAccount"] {
    color: #00EEFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Contact"] {
    color: #00FFFF;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:CreateBlogPage"] {
    color: #00FFEE;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:CreateBlogListingPage"] {
    color: #00FFDD;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:InfoboxBuilder"] {
    color: #00FFCC;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Insights"] {
    color: #00FFBB;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:PartnerFeed"] {
    color: #00FFAA;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MapEditor"] {
    color: #00FF99;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:ApiExplorer"] {
    color: #00FF88;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Leaderboard"] {
    color: #00FF77;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:BookSources"] {
    color: #00FF66;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:MostLinkedFilesInContent"] {
    color: #00FF55;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:RandomInCategory"] {
    color: #00FF44;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:Templates"] {
    color: #00FF33;
    font-weight: bold;
    font-family: Arial;
}
a[href$="/wiki/Special:WikiFeatures"] {
    color: #00FF22;
    font-weight: bold;
    font-family: Arial;
}

.WikiaSearch input[type="text"] {
  color: #000000;
border: 1px solid  #ccc;
position: relative;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
 
.WikiaSearch button {
  border: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}

/* ------------------------------------------ */
/* ----------- end search custom ------------ */
/* ------------------------------------------ */


/*############################################################################*/
/*########################## Username Colors End #############################*/
/*############################################################################*/

/*################################# Founders #################################*/

a[href="/wiki/User:JoeJoeTheAnimator"],
 
.founder-username
{
color: #00F !important;
font-weight: bold;
}

/*################################ Bureaucrat ################################*/
 
.bureaucrat-username
{
color: #9900FF !important;
font-weight: bold;
}

/*############################# Administrators ###############################*/
 
 a[href="/wiki/Grape_Juice"],
 
.admin-username
{
color: #00FF00 !important;
font-weight: bold;
}

/*############################# Staff/Helpers ################################*/

a[href="/wiki/User:Angela"],
a[href="/wiki/User:Avatar"],
a[href="/wiki/User:BertH"],
a[href="/wiki/User:Bola"],
a[href="/wiki/User:Brandon_Rhea"],
a[href="/wiki/User:Cizagna"],
a[href="/wiki/User:DaNASCAT"],
a[href="/wiki/User:Dopp"],
a[href="/wiki/User:Grunny"],
a[href="/wiki/User:JoePlay"],
a[href="/wiki/User:Kirkburn"],
a[href="/wiki/User:KyleH"],
a[href="/wiki/User:Meighan"],
a[href="/wiki/User:Merrystar"],
a[href="/wiki/User:Mroszka"], 
a[href="/wiki/User:Ohmyn0"],
a[href="/wiki/User:Sannse"],
a[href="/wiki/User:Sarah_Manley"],
a[href="/wiki/User:Semanticdrifter"],
a[href="/wiki/User:TOR"],
a[href="/wiki/User:Toughpigs"],
a[href="/wiki/User:Uberfuzzy"],
 
.wikia-username
{
color: #009999 !important;
font-style: italic;
}

/*################################## VSTF ####################################*/

a[href="/wiki/User:Charitwo"],
a[href="/wiki/User:Deltaneos"],
a[href="/wiki/User:Eulalia459678"],
a[href="/wiki/User:Exlex"],
a[href="/wiki/User:Jaymach"],
a[href="/wiki/User:Jr_Mime"],
a[href="/wiki/User:Noreplyz"],
a[href="/wiki/User:Ose"],
a[href="/wiki/User:Peteparker"],
a[href="/wiki/User:RansomTime"],
a[href="/wiki/User:Sulfur"],
a[href="/wiki/User:VegaDark"],
a[href="/wiki/User:VSTF_Bot"],
 
.vstf-username
{
color: #FF0000 !important;
font-style: italic;
}

/*################################## Bots ####################################*/

a[href="/wiki/User:Fandom"],
a[href="/wiki/User:FandomBot"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WikiaBot"],

.vstf-username
{
color: #FFFF00 !important;
font-style: italic;
}

/*############################################################################*/
/*########################## Username Colors End #############################*/
/*############################################################################*/


/***** Custom cursor *****/
/***** shh, don't use the broken script or I'll go w3learning *****/
/* Global cursor */
body {
  cursor: url('http://vignette1.wikia.nocookie.net/whirligig-gigilrihw-object-show/images/0/01/Left_ptr.png/revision/latest?cb=20170501155111'), pointer; 
}
/* Link cursor */
a:hover {
  cursor: url('http://vignette1.wikia.nocookie.net/whirligig-gigilrihw-object-show/images/0/01/Left_ptr.png/revision/latest?cb=20170501155111'), pointer; 
}


.sprite.edit-pencil {
    background: url("http://images.wikia.com/custom/images/1/1d/Sprite-pencil.png") no-repeat !important;
}
.sprite.lock {
    background: url("https://vignette3.wikia.nocookie.net/objectlockdown4697/images/6/64/Favicon.ico/revision/latest?cb=20170517012721") no-repeat !important;
}

/* Site glow */
.WikiaPage {
    border: 2px solid #00FFFF;
    box-shadow: 0px 0px 28px #00FFFF;
}

/******************* Blackout *******************/
/* Blackout Period expired since it was meant to be only 5 days or so. */
html { filter:saturate(1.25); }
/******************* ******* *******************/

/* [[Template:Episode]] */

.portable-infobox.pi-theme-episode.pi-background {
    background-color: white;
    border: 1px solid #aaa;
    padding: .6em;
}
 
.portable-infobox.pi-theme-episode .pi-title {
    background-color: #008EC1;
    color: black;
    padding: 5px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -icab-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 18px;
}
 
.portable-infobox.pi-theme-episode .pi-secondary-background {
    background-color: #008EC1;
    color: black;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -icab-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
}
 
.portable-infobox.pi-theme-episode .pi-image-collection-tab-content {
    background-color: white;
}
 
.portable-infobox.pi-theme-episode .pi-image {
    padding: 0;
}
 
.portable-infobox.pi-theme-episode .pi-border-color {
    border-color: #ccc;
}
Advertisement