Xiaolinpedia
Advertisement
Clear your cache often around here

After changes are made to this site's CSS or Javascript, you have to bypass your browser's cache to see the changes. You can always do this by going to your browser's preferences panel. But many browsers also offer keyboard shortcuts to save you that trouble. The following shortcuts work in the versions of the browsers that Wikia currently supports. They may not work in earlier versions.

  • Internet Explorer: press and release F12, then hit Ctrl + R
  • Firefox: hold down Shift while performing a page reload.
  • Opera offers no default keyboard shortcut, but you can create a custom keyboard shortcut with the value Clear disk cache
  • Safari users should simultaneously hold down + Option + E. You may need to enable the Develop menu first
  • Chrome: press Ctrl + F5 or Shift + F5 while performing a page reload.
   @import url("http://xiaolinpedia.wikia.com/index.php?title=MediaWiki:NewNav.css&action=raw&ctype=text/css");
   @import url("http://xiaolinpedia.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
 
body {
     background:#ECECEC url(http://images2.wikia.nocookie.net/xiaolinpedia/images/0/0b/WikiBackground.png) fixed center top !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}


#WikiaPageBackground{background:rgb(231,236,244);border-radius: 15px 15px 0 0;}
 
.module{background:3!important;border-radius: 10px;-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);box-shadow: 2px 2px 2px rgba(0,0,0,.3);padding:20px 15px;}
 

body:not(.editor) #WikiaHeader {
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  background: rgba(0, 28, 67, .85) !important;
  border-top: none !important;
  color:#fff !important;
}
 
.GlobalNavigation .subnav .catnav li {
border: none !important;
}
 
.GlobalNavigation, .AccountNavigation, .WallNotifications {
margin-top: -1px;
}
 
.GlobalNavigation a, .start-a-wiki {
border: none !important;
}
 
.GlobalNavigation li {
margin-top: -6px;
border-radius: 100%/10px;
-moz-border-radius: 100%/10px;
-webkit-border-radius: 100%/10px;
transition: background-color .5s, box-shadow .5s;
-webkit-transition: background-color .5s, box-shadow .5s;
-moz-transition: background-color .5s, box-shadow .5s;
-o-transition: background-color .5s, box-shadow .5s;
padding-top: 7px;
height: 26px;
}
 
 
.GlobalNavigation > li > a, .AccountNavigation > li > a {
  color:#fff !important;
font-weight: normal !important;
}
 
.GlobalNavigation .subnav, .AccountNavigation .subnav, #WallNotifications .subnav {
  color:#fff !important;
border: none !important;
background-color: rgba(0, 28, 67, .85) !important;
box-shadow: 0px 3px 15px -3px silver !important;
-moz-box-shadow: 0px 3px 15px -3px silver !important;
-webkit-box-shadow: 0px 3px 15px -3px silver !important;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .5s;
-webkit-transition: background-color .5s;
-moz-transition: background-color .5s;
-o-transition: background-color .5s;
}
 
 
.GlobalNavigation .subnav .catnav li {
border: none !important;
}
 
.GlobalNavigation .subnav .catnav a, .AccountNavigation .subnav li, .WikiaMenuElement li, #WallNotifications .subnav li.read_notification, #WallNotifications .subnav li.unread_notification {
color:#fff !important;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .5s, box-shadow .5s;
-webkit-transition: background-color .5s, box-shadow .5s;
-moz-transition: background-color .5s, box-shadow .5s;
-o-transition: background-color .5s, box-shadow .5s;
}
 
 
.AccountNavigation .avatar {
display: none;
}
 
.AccountNavigation li {
color:white;
margin-top: 1px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
transition: background-color .5s, box-shadow .5s;
-webkit-transition: background-color .5s, box-shadow .5s;
-moz-transition: background-color .5s, box-shadow .5s;
-o-transition: background-color .5s, box-shadow .5s;
padding-top: 6px;
height: 26px;
}
 
.AccountNavigation .subnav li, #WallNotifications .subnav li {
border-top: none !important;
}
 
.AccountNavigation .subnav > li > a:hover, #WallNotifications .subnav > li > a:hover {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
background: transparent !important;
color: #000 !important;
}
 
.AccountNavigation .subnav > li > a, #WallNotifications .subnav a {
color: #FFF !important;
}
 
#WallNotifications .bubbles {
margin-top: 4px;
}
 
#bubbles_count {
background: #012E59 !important;
color: white;
}
 
#WallNotifications {
top: 0 !important;
}
 
#WallNotifications > li {
padding: 3px 4px 1px 11px !important;
border-radius: 100%/10px;
-moz-border-radius: 100%/10px;
-webkit-border-radius: 100%/10px;
margin-top: 2px;
}
 
#WallNotifications .subnav .notifications-header span {
border-radius: 100% 0 0 / 10px 0 0;
-moz-border-radius: 100% 0 0 / 10px 0 0;
-webkit-border-radius: 100% 0 0 / 10px 0 0;
background: transparent !important;
}
 
.AccountNavigation .subnav.show, .WallNotifications .subnav.show {
top: 32px !important;
}
 
#WallNotifications a .avatars .avatar {
border-radius: 100%/10px;
-moz-border-radius: 100%/10px;
-webkit-border-radius: 100%/10px;
}
 
#WallNotifications .timeago {
color: black !important;
}
 
body:not(.editor) #WikiaBarWrapper {
  color:black;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  background: rgba(0, 28, 67, .75) !important;
}
 
.WikiHeaderRestyle h1::before,
.WikiHeaderRestyle .WikiaRail .module h2::before,
.wordmark::before,
.WikiaHeader nav ::before {
  /* Getting rid of all those annoying shadows */
  display: none;
}
 
.banner-corner-left, .banner-corner-right {display: none;}
.conditionalcontent3 {display:none;}
.tabberlive .editsection { display: none; }
#info a:after {
display: none;
}
 
#toc {
	margin:1em 0 1em 0;
	border:1px solid #999;
	-moz-border-radius:0 1em 1em 0;
	-webkit-border-top-right-radius:1em;
	-webkit-border-bottom-right-radius 1em;
	border-radius:0 1em 1em 0;
	-moz-box-shadow:0.1em 0.1em 0.5em #303030;
	-webkit-box-shadow:0.1em 0.1em 0.5em #303030;
	box-shadow:0.1em 0.1em 0.5em #303030;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background:#F9F9F9 url(http://images2.wikia.nocookie.net/__cb20100119202528/es.pokemon/images/c/cd/Tocline.png) top center repeat-x;
}
 
#toctitle { margin-top:-3px; margin-bottom:7px; }
 
span.tocnumber, span.toctext { color:#001E8C; }
a:hover{color: #00C;}
hr {border: 1px rgba(87,57,33,.4) dashed;}
.move{display:none}
.RelatedPagesModule li img {border-radius: 10px;}
 
.WikiaRail .module {
	background:rgba(255,255,255,.5);
}
 
.voting-controls {
display:none; 
}
 
.voting-controls .votes.notlink {
display:none;
}
 
.vote {
display:none;
}
 
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important; }
 
ul.tabbernav li a:link { color: #FFF !important; }
 
ul.tabbernav li a:hover {
 color: yellow !important;
 background: dodgerblue !important;
    border-top: 2px solid #000 !important;
    border-right: 2px solid #000 !important;
    border-left: 2px solid #000 !important;
    border-bottom: 2px solid #000080 !important;
 text-shadow: 0em 0em 0.5em #000 !important;
}
 
ul.tabbernav li.tabberactive a { background-color: rgba(0,28,67,.85) !important; }
 
ul.tabbernav li a {
    background: dodgerblue !important;
    color: #FFF !important;
    border-top: 2px outset #000080 !important;
    border-right: 2px outset #000080 !important;
    border-left: 2px outset #000080 !important;
    border-bottom: 2px solid #000080 !important;
    margin-left: 0px !important;
    margin-right: 3px;
    -moz-border-radius:1em 1em 0em 0em;
    -khtml-border-radius: 1em 1em 0em 0em;
    -webkit-border-radius:1em 1em 0em 0em;
    border-radius: 1em 1em 0em 0em;
    text-shadow: 0em 0em 0.5em #000000!important;
}
 
.tabberlive .tabbertab { border: none !important; }
 
ul.tabbernav { border-bottom: 2px solid #000080 !important; }
 
.tabberlive .editsection { display: none; }
 
.WikiaRail .module h1 {
	background:url("http://images.wikia.com/operation-neogenesis/images/5/5d/Blue_Stripe_Background.png") repeat right bottom;
	color: #FFF !important;
	border-radius: 5px;
	border-radius: 5px;
	border:thin solid #3c547f;
	box-shadow:2px 2px 5px #000000;
	text-shadow:1px 1px 1px #000000;
}
 
.WikiaRail .module h1:hover {
	color:yellow !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	box-shadow:2px 2px 5px #000000;
	text-shadow:2px 2px 2px #000000;
}
 
.WikiaRail .module .button {
background:rgba(0,0,0,0);
}
 
.ChatModule .wikia-button, .ChatModule .wikia-button:hover {
background:rgba(0,0,0,0);
}
 
.ChatModule a:hover {
color:yellow !important;
}
 
#ChatHeader img {
background-color: #2B54B5;
border-radius: 3px;
}
 
.enlacesblancos, .mainpagedesign1 {
	background:url("http://images.wikia.com/operation-neogenesis/images/5/5d/Blue_Stripe_Background.png") repeat right bottom;
	color: #FFF !important;
	border-radius: 5px;
	border-radius: 5px;
	border:thin solid #3c547f;
	box-shadow:2px 2px 5px #000000;
	text-shadow:1px 1px 1px #000000;
	-moz-box-shadow:0.1em 0.1em 1em #000 !important;
	-webkit-box-shadow:0.1em 0.1em 1em #000 !important;
	box-shadow:0.1em 0.1em 1em #000 !important;
	border:2px outset #000080 !important;
}
 
.mainpagedesign1 a { color:#FFF !important; }
 
.mainpagedesign1 a:hover {
	color:yellow !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	text-shadow:2px 2px 2px #000000;
	text-decoration:none;
}
 
.enlacesblancos:hover {
	color:yellow !important;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	box-shadow:2px 2px 5px #000000;
	text-shadow:2px 2px 2px #000000;
}
 

body.page-User_Ricky_Spanish  .masthead-avatar img,
body.page-Message_Wall_Ricky_Spanish  section .masthead-avatar img,
body.page-Special_Contributions_Ricky_Spanish section .masthead-avatar img {
	visibility: hidden;
}
	/* user title image - display new image */
body.page-User_Ricky_Spanish section .masthead-avatar,
body.page-Message_Wall_Ricky_Spanish  section .masthead-avatar,
body.page-Special_Contributions_Ricky_Spanish  section .masthead-avatar {
	background: white url('http://media-cache-ec0.pinimg.com/236x/58/37/ce/5837cee110c294678495819f7cd9c883.jpg') no-repeat !important;
	background-size: 150px;
	width: 150px;
	height: 150px;
}

#WikiHeader {
background: dodgerblue;
padding: 0px 0px 0px 0px;
margin: 10px 20px 40px 20px;
-webkit-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 0px 0px;
-o-border-radius: 15px 15px 0px 0px;
-ms-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px;
-moz-box-shadow: 0 0 10px;
-webkit-box-shadow: 0 0 10px;
-o-box-shadow: 0 0 10px;
-ms-box-shadow: 0 0 10px;
box-shadow: 0 0 10px;
}
/*</pre>*/
Advertisement