Xiaolinpedia
Register
No edit summary
No edit summary
Line 22: Line 22:
 
.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;}
 
.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;}
 
 
.RelatedVideosModule module {
+
.RelatedVideosModule.module {
 
display:none;
 
display:none;
 
}
 
}

Revision as of 17:42, 15 September 2013

/***** The following is the site-wide *****/
/***** CSS design for Xiaolinpedia v5 *****/
   @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");
   @import "http://tardis.wikia.com/index.php?title=MediaWiki:WallForum.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;
}

#WikiaPage {
border: none;}

.EditPageHeader { background:none; border:none;}

#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;}
 
.RelatedVideosModule.module {
display:none;
}

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;
}

.WikiaRail .RelatedVideosModule.module .RelatedVideos {
display:none;
}

.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);
border:0 solid 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;
}
 
.UserProfileMasthead .masthead-info hgroup {
color:#FFF !important;
background:url(http://images.wikia.com/operation-neogenesis/images/5/5d/Blue_Stripe_Background.png) center top fixed
}
 
.UserProfileMasthead .masthead-info hgroup: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;
}
 
.UserProfileMasthead .masthead-info a {
color:#00C;
}
 
.UserProfileMasthead .masthead-info {
color:#000 !important;
background: rgba(235,235,255,.5)
}
 
.UserProfileMasthead .masthead-avatar .avatar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px
}

.button {
moz-border-radius: 5px;
-webkit-border-radius: 5px; 
border-radius: 5px; 
-khtml-border-radius: 5px; 
-icab-border-radius: 5px;
background: rgb(184,225,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}

.wikia-menu-button>a, .wikia-menu-button>li>a {
moz-border-radius: 5px;
-webkit-border-radius: 5px; 
border-radius: 5px; 
-khtml-border-radius: 5px; 
-icab-border-radius: 5px;
background: rgb(184,225,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}

.UserProfileMasthead .masthead-info .tag {
top: -1px ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
border-radius: 5px; 
-khtml-border-radius: 5px; 
-icab-border-radius: 5px;
background: rgb(184,225,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(184,225,252,1) 0%, rgba(169,210,243,1) 10%, rgba(144,186,228,1) 25%, rgba(144,188,234,1) 37%, rgba(144,191,240,1) 50%, rgba(107,168,229,1) 51%, rgba(162,218,245,1) 83%, rgba(189,243,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,225,252,1)), color-stop(10%,rgba(169,210,243,1)), color-stop(25%,rgba(144,186,228,1)), color-stop(37%,rgba(144,188,234,1)), color-stop(50%,rgba(144,191,240,1)), color-stop(51%,rgba(107,168,229,1)), color-stop(83%,rgba(162,218,245,1)), color-stop(100%,rgba(189,243,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}
 
.tabs .selected a {
     border-bottom: 1px solid transparent;
     border: 2px solid #000;
     color:yellow !important;
     background: rgb(0,0,30) !important;
     -webkit-border-radius:.5em 2em 0em 0em; -moz-border-radius:.5em 2em 0em 0em;
     cursor: text;
     font-weight: bold;
     text-decoration: none;
}
 
.tabs li a {
     border-top-left-radius: 15px;
     border: 2px outset silver;
     border-image: initial;
     color: #FFF;
     background:#000080;
     display: inline-block;
     font-size: 14px;
     line-height: 23px;
     padding: 6px 12px 3px;
     position: relative;
     -webkit-border-radius:.5em 2em 0em 0em; -moz-border-radius:.5em 2em 0em 0em;
     top: 1px;
}
 
.tabs li a:hover {
     background:rgb(0,0,30) !important;
     text-decoration:none !important;
}
 
#WikiHeader {
background:rgba(30, 144, 255, .4);
padding: 0px 0px 0px 0px;
margin: 10px 20px 40px 20px;
-webkit-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-o-border-radius: 15px 15px 15px 15px;
-ms-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
-moz-box-shadow: 10px 10px 10px;
-webkit-box-shadow: 10px 10px 10px;
-o-box-shadow: 10px 10px 10px;
-ms-box-shadow: 10px 10px 10px;
box-shadow: 10px 10px 10px;
}
/*</pre>*/