Encyclopedia SpongeBobia
Register
Advertisement
Encyclopedia SpongeBobia

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.
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/*wiki-background*/

#WikiaPage {
    background: rgba(255,255,255,0.6);
}

#WikiaPageBackground, #WikiaPage > #WikiaMainContent {
	background: linear-gradient( rgba(255,255,255,0.75), rgba(255,255,255,0.75) ), url("http://img2.wikia.nocookie.net/__cb20150809160127/spongebob/images/5/5a/Wiki-background-seed.jpg");
	box-shadow: 0px 0px 5px 7px #3232ff;
	background-size: 100% auto;
}

/* default skin for infoboxes */
table.infobox {
vertical-align:middle;
clear:both;
}

/*toc-customize*/

#toc, .toc {
    background-color: white !important;
}

/* main page blocks */
.mpblock {
   position:relative;
   background:#ffffcc; /* for non-css3 browsers */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#ffffcc'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffcc)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  white,  #ffffcc); /* for firefox 3.6+ */ 
   padding: 10px;
   border:1px solid #ccc;
   -webkit-box-shadow: 0 3px 3px #DADADA; /* Safari and Chrome */
   -moz-box-shadow: 0 1px 3px #DADADA;
   box-shadow: 0 1px 3px #DADADA;
}

/* tabber */
.tabbertab {
   border-top: 2px solid black !important;
   border-bottom: none !important;
   border-left: none !important;
   border-right: none !important;
   padding:0px !important;
}

/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
        margin-right: 2px;
}
/* not applying on the last tabview tabs */
.tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0px;
}
 
.tabbernav {
   background: transparent;
   border-bottom: none !important;
   padding: 3px 0 !important;
}
 
ul.tabbernav li a {
   color: black !important;
   padding: 3px 0.5em !important;
   margin-left: 0px !important;
   background: #F8D030 !important;
   border: 2px solid black !important;
   font-weight: normal !important;
   -moz-border-radius-topright: 10px !important;
   border-top-right-radius: 10px !important;
   -moz-border-radius-topleft: 10px !important;
   border-top-left-radius: 10px !important;
   position: relative;
}

ul.tabbernav li a:hover{
   font-weight: normal !important;
   background-color: #F8D030 !important;
   border-color: white !important;
   border-bottom: none !important;
}

ul.tabbernav li.tabberactive a {
   border: 2px solid black !important;
   color: #000 !important;
   font-weight: bold !important;
   border-bottom: 2px solid black !important;
   background-color: #f2b850 !important;
   cursor: default;
}

ul.tabbernav li.tabberactive a:hover {
   font-weight: bold !important;
   background-color: #f2b850 !important;
   border-color: black !important;
   border-bottom: 2px solid black !important;
}
 
ul.tabbernav li.tabberactive {
    line-height: 0px !important;
}
 
ul.tabbernav li.tabberactive:first-child a {
   margin-left: 0px !important;
}
 
.tabbertab  .ajax-poll {
   border: none !important;
}

.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 {
   display:block !important;
}

/*drop down*/

.custom-dropdown {
     padding: 1px 8px;
}

.custom-dropdown > :first-child:after {
     background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
     border-color: white transparent transparent;
     border-style: solid;
     border-width: 4px;
     content: "";
     display: inline-block;
     height: 1px;
     margin-left: 4px;
     margin-top: 2px;
     position: relative;
     vertical-align: middle;
     width: 1px;
}

.custom-dropdown:hover {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     margin-bottom: -1px;
     padding-bottom: 2px;
}

.custom-dropdown ul {
     list-style: none outside none;
     min-width: 100%;
     top: 23px;
}

.custom-dropdown:hover ul {
     display: block;
}

.custom-dropdown li a {
     font-size: 12px;
     height: 14px;
     line-height: 14px;
}

/* BEGIN: List tabs */

.tableDiv {
  display:table;
}

.tableDiv > div {
  display:table-cell;
}

.list-tab {
    float: left;
    font-weight: normal !important;
    text-align: center;
    background: none !important;
    margin-right: 2px !important;
}

.list-tab.selected {
    padding:3px;
    font-weight: bold !important;
    border-radius: 10px 10px 0 0;
    border:2px solid black;
    border-bottom: 0px;
    background-color: #f2b850 !important;
}

.list-tab.last {
    margin-right: 0 !important;
}

.list-tab a {
    display: block;
    font-weight:normal !important;
    padding:3px;
    color: black;
    border-radius: 10px 10px 0 0;
    border:2px solid black;
    border-bottom:0px;
    background-color: #F8D030 !important;
}

.list-tab.extra a, .list-tab.selected.extra {
    padding-left:10px !important;
    padding-right:10px !important;
}

.list-tab a:hover {
   text-decoration: none !important;
   font-weight: normal !important;
   background-color: #F8D030 !important;
   border-color: white !important;
}

@media screen and (max-width: 1023px) {
  .list-tab a, .list-tab.selected  {
    padding:1px !important;
  }
  
  .list-tab.extra a, .list-tab.selected.extra {
    padding-left:8px !important;
    padding-right:8px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
  .list-tab a, .list-tab.selected {
    padding:3px !important;
  }
  
  .list-tab.extra a, .list-tab.selected.extra {
    padding-left:10px !important;
    padding-right:10px !important;
  }
}

@media screen and (min-width: 1600px) {
  .list-tab a, .list-tab.selected {
    padding:5px !important;
  }
  
  .list-tab.extra a, .list-tab.selected.extra {
    padding-left:12px !important;
    padding-right:12px !important;
  }
}

/* END: List tabs */

/* Color Links For Admins */

a[href="/wiki/User:120d"], 
a[href="http://spongebob.wikia.com/wiki/User:120d"], 
a[href="/wiki/Message_Wall:120d"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:120d"], 
a[href="/wiki/User_blog:120d"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:120d"], 
a[href="/wiki/Special:Contributions/120d"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/120d"], 
a[href="/wiki/Special:Editcount/120d"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/120d"], 

a[href="/wiki/User:AW10"], 
a[href="http://spongebob.wikia.com/wiki/User:AW10"], 
a[href="/wiki/Message_Wall:AW10"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:AW10"], 
a[href="/wiki/User_blog:AW10"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:AW10"], 
a[href="/wiki/Special:Contributions/AW10"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/AW10"], 
a[href="/wiki/Special:Editcount/AW10"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/AW10"], 

a[href="/wiki/User:Tanhamman"], 
a[href="http://spongebob.wikia.com/wiki/User:Tanhamman"], 
a[href="/wiki/Message_Wall:Tanhamman"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:Tanhamman"], 
a[href="/wiki/User_blog:Tanhamman"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:Tanhamman"], 
a[href="/wiki/Special:Contributions/Tanhamman"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/Tanhamman"], 
a[href="/wiki/Special:Editcount/Tanhamman"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/Tanhamman"], 

a[href="/wiki/User:Nicko756"], 
a[href="http://spongebob.wikia.com/wiki/User:Nicko756"], 
a[href="/wiki/Message_Wall:Nicko756"], 
a[href="http://spongebob.wikia.com/wiki/Message_Wall:Nicko756"], 
a[href="/wiki/User_blog:Nicko756"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:Nicko756"], 
a[href="/wiki/Special:Contributions/Nicko756"], 
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/Nicko756"], 
a[href="/wiki/Special:Editcount/Nicko756"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/Nicko756"], 

a[href="/wiki/User:Spongebob2567"], 
a[href="http://spongebob.wikia.com/wiki/User:Spongebob2567"], 
a[href="/wiki/Message_Wall:Spongebob2567"], 
a[href="http://spongebob.wikia.com/wiki/Message_Wall:Spongebob2567"], 
a[href="/wiki/User_blog:Spongebob2567"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:Spongebob2567"], 
a[href="/wiki/Special:Contributions/Spongebob2567"], 
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/Spongebob2567"], 
a[href="/wiki/Special:Editcount/Spongebob2567"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/Spongebob2567"],

a[href="/wiki/User:Tominator777"], 
a[href="http://spongebob.wikia.com/wiki/User:Tominator777"], 
a[href="/wiki/Message_Wall:Tominator777"], 
a[href="http://spongebob.wikia.com/wiki/Message_Wall:Tominator777"], 
a[href="/wiki/User_blog:Tominator777"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:Tominator777"], 
a[href="/wiki/Special:Contributions/Tominator777"], 
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/Tominator777"], 
a[href="/wiki/Special:Editcount/Tominator777"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/Tominator777"],

a[href="/wiki/User:President_Dubstep"], 
a[href="http://spongebob.wikia.com/wiki/User:President_Dubstep"], 
a[href="/wiki/Message_Wall:President_Dubstep"], 
a[href="http://spongebob.wikia.com/wiki/Message_Wall:President_Dubstep"], 
a[href="/wiki/User_blog:President_Dubstep"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:President_Dubstep"], 
a[href="/wiki/Special:Contributions/President_Dubstep"], 
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/President_Dubstep"], 
a[href="/wiki/Special:Editcount/President_Dubstep"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/President_Dubstep"],

a[href="/wiki/User:Patapon_Donchaka"],
a[href="http://spongebob.wikia.com/wiki/User:Patapon_Donchaka"], 
a[href="/wiki/Message_Wall:Patapon_Donchaka"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:Patapon_Donchaka"], 
a[href="/wiki/User_blog:Patapon_Donchaka"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:Patapon_Donchaka"], 
a[href="/wiki/Special:Contributions/Patapon_Donchaka"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/Patapon_Donchaka"],
a[href="/wiki/Special:Editcount/Patapon_Donchaka"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/Patapon_Donchaka"],
    
a[href="/wiki/User:SpongeFreddy777"],
a[href="http://spongebob.wikia.com/wiki/User:SpongeFreddy777"], 
a[href="/wiki/Message_Wall:SpongeFreddy777"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:SpongeFreddy777"], 
a[href="/wiki/User_blog:SpongeFreddy777"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:SpongeFreddy777"], 
a[href="/wiki/Special:Contributions/SpongeFreddy777"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/SpongeFreddy777"],
a[href="/wiki/Special:Editcount/SpongeFreddy777"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/SpongeFreddy777"] {
    
    color:#00b3bf !important; font-weight: bold !important;
    
}

/* Color Links For Bureaucrats */

a[href="/wiki/User:JCM"],
a[href="http://spongebob.wikia.com/wiki/User:JCM"], 
a[href="/wiki/Message_Wall:JCM"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:JCM"], 
a[href="/wiki/User_blog:JCM"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:JCM"], 
a[href="/wiki/Special:Contributions/JCM"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/JCM"], 
a[href="/wiki/Special:Editcount/JCM"], 
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/JCM"],

a[href="/wiki/User:Spongebob456"], 
a[href="http://spongebob.wikia.com/wiki/User:Spongebob456"], 
a[href="/wiki/Message_Wall:Spongebob456"], 
a[href="http://spongebob.wikia.com/wiki/Message_Wall:Spongebob456"], 
a[href="/wiki/User_blog:Spongebob456"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:Spongebob456"], 
a[href="/wiki/Special:Contributions/Spongebob456"], 
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/Spongebob456"], 
a[href="/wiki/Special:Editcount/Spongebob456"], 
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/Spongebob456"],

a[href="/wiki/User:AMK152"],
a[href="http://spongebob.wikia.com/wiki/User:AMK152"], 
a[href="/wiki/Message_Wall:AMK152"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:AMK152"], 
a[href="/wiki/User_blog:AMK152"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:AMK152"], 
a[href="/wiki/Special:Contributions/AMK152"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/AMK152"], 
a[href="/wiki/Special:Editcount/AMK152"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/AMK152"],

a[href="/wiki/User:ZeoSpark"],
a[href="http://spongebob.wikia.com/wiki/User:ZeoSpark"], 
a[href="/wiki/Message_Wall:ZeoSpark"],
a[href="http://spongebob.wikia.com/wiki/Message_Wall:ZeoSpark"], 
a[href="/wiki/User_blog:ZeoSpark"], 
a[href="http://spongebob.wikia.com/wiki/User_blog:ZeoSpark"], 
a[href="/wiki/Special:Contributions/ZeoSpark"],
a[href="http://spongebob.wikia.com/wiki/Special:Contributions/ZeoSpark"],
a[href="/wiki/Special:Editcount/ZeoSpark"],
a[href="http://spongebob.wikia.com/wiki/Special:Editcount/ZeoSpark"] {
    
    color:#33c00b !important; font-weight: bold !important;

}

/* Comment tags for staff members */

/* Administators */
.comments li[data-user="AW10"] .edited-by:after,
.comments li[data-user="120d"] .edited-by:after,
.comments li[data-user="Tanhamman"] .edited-by:after,
.comments li[data-user="Nicko756"] .edited-by:after,
.comments li[data-user="President Dubstep"] .edited-by:after,
.comments li[data-user="Tominator777"] .edited-by:after,
.comments li[data-user="Spongebob2567"] .edited-by:after,
.comments li[data-user="Patapon Donchaka"] .edited-by:after,
.comments li[data-user="SpongeBobfan34"] .edited-by:after,
.comments li[data-user="SpongeFreddy777"] .edited-by:after { 
    
    content: "(Administrator)"; margin-left: -2px: font-family: arial; 
    font-size: 10px; font-weight: bold; vertical-align: top; color: red; padding: 0 4px;
    
}

/* Bureaucrats */
.comments li[data-user="AMK152"] .edited-by:after { 
    
    content: "(Wiki Adopter • Bureaucrat • Administrator)";  margin-left: -2px: 
    font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red; 
    padding: 0 4px;
    
}
.comments li[data-user="JCM"] .edited-by:after,
.comments li[data-user="Spongebob456"] .edited-by:after { 
    
    content: "(Bureaucrat • Administrator)";  margin-left: -2px: 
    font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red; 
    padding: 0 4px;
    
}
.comments li[data-user="ZeoSpark"] .edited-by:after { 
    
    content: "(Bureaucrat • Administrator)";  margin-left: -2px: 
    font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: white; 
    padding: 0 4px;
    
}

/* Assistants */
.comments li[data-user="Jensonk"] .edited-by:after,
.comments li[data-user="Auron~Guardian"] .edited-by:after { 
    
    content: "(Assistant)";  margin-left: -2px: font-family: arial; 
    font-size: 10px; font-weight: bold; vertical-align: top; color: red; padding: 0 4px;
    
}

.css.source-css .kw1 {
    color: black !important;
}
 
 
.User.chat-mod .username:after, .User.staff .username:after {background-image:none !important;}
 
.user .username:after {right: 6px !important;}
 
 
/* Custom Chatmod Star */
.User.chat-mod .username:after {
    content: url("http://img1.wikia.nocookie.net/__cb20140521150542/spongebob/images/7/79/Krabby_Patty_2.png");
}

#WallNotifications .bubbles {
   background-image: url(http://img1.wikia.nocookie.net/__cb20140627044512/spongebob/images/3/39/Mailbox_Notification.png);
}

/* ================
   Navigational "bounce" effect
   mainly used on front page
   
   idea derives from the work of
   Alessio Atzeni, a Roman web
   designer who can be found at
   http://www.alessioatzeni.com
   ================ */
/* Adapted from User:CzechOut 
   from w:c:kateprice
                    */

.bounceme {
	position:relative;
	float:left;
	width:300px;
	height:200px;
	margin:10px;
	overflow:hidden;
	text-align:left;
	-webkit-box-shadow:1px 1px 2px #e6e6e6;
	-moz-box-shadow:1px 1px 2px #e6e6e6;
	box-shadow:1px 1px 2px #e6e6e6;
	background-color:#f5f5f5;
}

.bounceme img {
    width:auto;
    height:200px;
}
 
.bounceme .info {
	position:absolute;
	top:-220px;
	width:300px;
	height:200px;
	overflow:hidden;
	background-color:rgba(254,204,32,0.98);
}

.bounceme .info #heading {
	display:block;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	text-align: center;
	font-size: 11pt;
	padding: 6px;
	background: rgba(0, 0, 0, 0.6);
	margin: 20px 0 0 0;
	border-top:2px solid white;
	border-bottom:2px solid white;
}

.bounceme .info #text {
	font-size: 10pt;
	position: relative;
	color: black;
	padding: 5px;
	text-align: center;
}

.bounceme .info #button {
	text-decoration:none;
	font-size: 10pt;
	color: white;
	padding:0px 3px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	margin:0 auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-icab-border-radius:5px;
	-o-border-radius:5px;
	white-space:nowrap;
}

.bounceme:hover .info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0px;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-animation: bounceY 0.7s linear;
	-moz-animation: bounceY 0.7s linear;
	-ms-animation: bounceY 0.7s linear;
	animation: bounceY 0.7s linear;
}

@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}

@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}

/*welcome-buttons*/

.welcome-button img {
    width:150px;
    height:80px;
}

a.tag {
	color: inherit;
}

window.dev = window.dev || {};
window.dev.editSummaries = {
    css: false
};

#stdSummaries {
    border-radius: 4px;
    padding: 1px 2px;
    width: 284px;
}
.editpage-sourcewidemode-on.mode-source #stdSummaries {
    left: -17px;
    position: relative;
    top: 25px;
    width: 250px;
}

#experiment {
  -webkit-perspective: 400px;
  -webkit-perspective-origin: 50% 100px;
  -moz-perspective: 400px;
  -moz-perspective-origin: 50% 100px;
  perspective: 400px;
  perspective-origin: 50% 100px;
}

#cube {
  position: relative;
  margin: 50px auto;
  height: 200px;
  width: 200px;
  -webkit-transition: -webkit-transform 2s linear;
  -webkit-transform-style: preserve-3d;
  -moz-transition: -moz-transform 2s linear;
  -moz-transform-style: preserve-3d;
  transition: transform 2s linear;
  transform-style: preserve-3d;
}

.face {
  position: absolute;
  height: 180px;
  width: 180px;
  padding: 10px;
  background-color: rgba(50, 50, 50, 0.7);
  font-size: 13.5px;
  line-height: 1em;
  color: #fff;
  border: 1px solid #555;
  border-radius: 3px;
}

#cube .one  {
  -webkit-transform: rotateX(90deg) translateZ(100px);
  -moz-transform: rotateX(90deg) translateZ(100px);
  transform: rotateX(90deg) translateZ(100px);
}

#cube .two {
  -webkit-transform: translateZ(100px);
  -moz-transform: translateZ(100px);
  transform: translateZ(100px);
}

#cube .three {
  -webkit-transform: rotateY(90deg) translateZ(100px);
  -moz-transform: rotateY(90deg) translateZ(100px);
  transform: rotateY(90deg) translateZ(100px);
}

#cube .four {
  -webkit-transform: rotateY(180deg) translateZ(100px);
  -moz-transform: rotateY(180deg) translateZ(100px);
  transform: rotateY(180deg) translateZ(100px);
}

#cube .five {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
  -moz-transform: rotateY(-90deg) translateZ(100px);
  transform: rotateY(-90deg) translateZ(100px);
}

#cube .six {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(100px);
  -moz-transform: rotateX(-90deg) rotate(180deg) translateZ(100px);
  transform: rotateX(-90deg) rotate(180deg) translateZ(100px);
}

@font-face {
    font-family: "Krabby Patty Font";
    src: url(http://www.fontsaddict.com/fontface/krabby-patty.ttf) format("truetype");
}
p.pattyfont { 
    font-family: "Krabby Patty Font";
}

.comments li[data-user="ZeoSpark"] blockquote {
   background: -webkit-linear-gradient(top,#ff0000,#ffff00) !important;
}
.comments li[data-user="ZeoSpark"] blockquote:after {
   border-color: transparent #ff0000 #ffff00 transparent !important;
}
.comments li[data-user="ZeoSpark"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="ZeoSpark"] blockquote {
   color:white !important;
}
.comments li[data-user="ZeoSpark"] blockquote hr {
   background-color: #000000 !important;
}

body.page-User_Nicko756 {
    cursor: url('http://images.wikia.nocookie.net/__cb20141018020407/spongebob/images/1/1d/Squidward_Cursor.png'), pointer; 

}

.round-image img {
border-radius: 10px;
}

.WikiaPhotoGalleryPreview * {
max-width: 100%;
}

.oasisclear {
clear: both;
}

.oasisclearleft {
clear: left;
}

.oasisclearright {
clear: right;
}


/* Portable Infobox */

.portable-infobox {
    border-radius: 10px;
}

.pi-background {
   background-color: #F8D030;
}

.pi-secondary-background {
    background-color: #F2B850;
}

.pi-border-color {
   border-color: #F2B850;
}

/* BEGIN: UserPage Customize */

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader {
    background: none !important;
}

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid black !important;
}

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader ul.tabs li {
    float: left;
    font-weight: normal !important;
    text-align: center;
    background: none !important;
    margin: 0 2px 1px 0 !important;
}

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader ul.tabs li a {
    display: block;
    font-weight:normal !important;
    padding: 5px;
    color: black !important;
    border-radius: 10px 10px 0 0;
    border:2px solid black;
    border-bottom:0px;
    background-color: #F8D030 !important;
}

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader ul.tabs li.selected a {
    font-weight: bold !important;
    background-color: #f2b850 !important;
}

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader ul.tabs li a:hover {
   text-decoration: none !important;
   font-weight: normal !important;
   background-color: #F8D030 !important;
   border-color: white !important;
   padding: 5px !important;
}

body:not(.page-User_AW10):not(.page-Message_Wall_AW10):not(.page-User_blog_AW10):not(.page-Special_Contributions_AW10) #WikiaUserPagesHeader ul.tabs li.selected a:hover {
   text-decoration: none !important;
   font-weight: bold !important;
   background-color: #f2b850 !important;
   border-color: black !important;
   padding: 5px !important;
}

/* END: UserPage Customize */
Advertisement