Universo Ben 10
Universo Ben 10
Sem resumo de edição
Sem resumo de edição
Linha 401: Linha 401:
 
a[href="/wiki/Usu%C3%A1rio:Z%C3%A9_Luiz"] {color: #01726E !important}
 
a[href="/wiki/Usu%C3%A1rio:Z%C3%A9_Luiz"] {color: #01726E !important}
 
a[href="/wiki/Usu%C3%A1rio:Gabriel_Malta"] {color: #009981 !important}
 
a[href="/wiki/Usu%C3%A1rio:Gabriel_Malta"] {color: #009981 !important}
  +
a[href="/wiki/Usu%C3%A1rio:Diego_Ferrero"] {color: #009981 !important}
 
a[href="/wiki/Usu%C3%A1rio:PsyphonGX"] {color: #009981 !important}
 
a[href="/wiki/Usu%C3%A1rio:PsyphonGX"] {color: #009981 !important}
 
a[href="/wiki/Usu%C3%A1rio:MegawX"] {color: #009981 !important}
 
a[href="/wiki/Usu%C3%A1rio:MegawX"] {color: #009981 !important}

Edição das 00h24min de 5 de setembro de 2013

/***** O CSS colocado aqui vai ser aplicado à nova skin. Por favor, garanta que você não viola os Termos de Uso da Wikia, obscurecendo ou removendo a publicidade. *****/

div.título {
            background: url("http://images1.wikia.nocookie.net/ben10/pt/images/7/76/FundoPasFut.png");
            margin-top: 2px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 8px;
            color: White;
            text-shadow: 0px 0px 5px black;
            font-size: 1.15em;
            font-weight: bold;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
 
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td { border: 1px #FFF solid; padding: 0.2em; }

div.título2 {
            background: url("http://images3.wikia.nocookie.net/leviny/pt/images/7/7c/UB10NewNav.png");
            margin-top: 2px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 8px;
            color: White;
            text-shadow: 0px 0px 5px black;
            font-size: 1.15em;
            font-weight: bold;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

.WikiaPage{ 
	background:url("http://images2.wikia.nocookie.net/leviny/pt/images/8/8b/Leopacitynavy.png") repeat scroll 0 0 transparent;
	border: 1px solid #11e10c !important;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius:0px 0px 5px 5px;
	-khtml-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}

.WikiHeader {
    background: url(http://images2.wikia.nocookie.net/leviny/pt/images/f/fb/NovoNavOiui.png);
}

.mediawiki { 
   background: #000000 url("http://images.wikia.com/herotaku/images/7/72/65656.jpg") no-repeat top center;
   background-attachment: fixed; 
}

/*** Remoção da máscara ***/
.WikiHeader .shadow-mask {
   display: none;
}

/* Navegação principal */

/** Nível 1 **/
.WikiHeader > nav li.marked {
     background: #0D6915; /* Old browsers */
     background: -moz-linear-gradient(top,  #0D6915 0%,#064911 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0D6915), color-stop(100%,#52b02b)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  #0D6915 0%,#064911 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  #0D6915 0%,#064911 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  #0D6915 0%,#064911 100%); /* IE10+ */
     background: linear-gradient(to bottom,  #0D6915 0%,#064911 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0D6915', endColorstr='#52b02b',GradientType=0 ); /* IE6-9 */
     -webkit-border-radius-top: 2px;
     -moz-border-radius-top: 2px;
     border-radius-top: 2px;
}

/** Transparência **/
.WikiHeader nav { 
     background-color:rgba(255, 255, 255, 0.8);
      width:auto;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
}

/** Nível 2 **/
.WikiHeader .navbackground {
     background: #52b02b; /* Old browsers */
     background: -moz-linear-gradient(top,  #024908 0%, #043306 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52b02b), color-stop(100%,#024908)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  #024908 0%,#043306 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  #024908 0%,#043306 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  #024908 0%,#043306 100%); /* IE10+ */
     background: linear-gradient(to bottom,  #024908 0%,#043306 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b02b', endColorstr='#024908',GradientType=0 ); /* IE6-9 */
     -webkit-border-bottom-left-radius: 2px;
     -moz-border-radius-bottomleft: 2px;
     border-bottom-left-radius: 2px;
}

/** Remoção borda acima nível 1 **/
.WikiHeader > nav li.marked > a {
     border-top: none !important;
}

/** Remoção borda sub guia nível 1 activo **/
.WikiHeader > nav li {
     border-bottom: none !important;
}

/** Remoção borda sub borda sob nível 1 **/
.WikiHeader .navbackground div {
     display: none;
}

/* Descrição do popup de tabelas maiores que 670px */
#ModalTable > h1:before {
	content: "A tabela abaixo possui uma largura maior que 670px e não se acomoda no layout atual. Se deseja aproveitar o máximo espaço da janela, mude para o visual monobook.";
	font-size: x-small;
	line-height: 100%;
	float:right;
	margin-top: -10px;
}

/*** Semi-transparência da navegação ***/
.WikiHeader nav { 
       background-color:rgba(0, 0, 0, 0.6);
       width:auto;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 2px;
       -khtml-border-radius: 2px;     
}

/*------Rail Modules-------*/
 
.activityfeed-inserted-media li {
  border:1px solid #19E602;
        -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
        -webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
        border-radius: 0.4em 0.4em 0.4em 0.4em;
}

/* Bagulhos do Chat */
.Chat .you {
    background: #063504;
}

.ChatHeader {
    border: 1px solid rgb(70, 192, 46)
}

.Write img {
    border: 1px solid rgb(40, 223, 16)
}

.ChatHeader {
border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
background-color: rgba(0, 0, 0, 0.4);
border: 1px solid rgb(53, 206, 47);
height: 40px;
margin: 10px;
position: relative;
}

.Chat {
    border-right: 1px solid rgb(85, 211, 61)
    border-bottom: 1px solid rgb(77, 189, 33)
}

.Write .message {
    background-color: #052904
    border: 1px solid rgb(28, 209, 35)
}

a.new, #quickbar a.new {
    color: #30c230;
}

/*-------------Wiki-navigation subnavs - novo estilo---------------- */
/*----------ATUALMENTE TESTANDO CODIFICAÇÃO DIFERENTE---------------------- */
/*-------------Wiki-navigation subnavs - novo estilo--------------------- */
 

.wikia-menu-button ul, 
.wikia-menu-button.secondary ul, 
.modalWrapper, 

.skin-oasis #ImageUpload, 
.skin-oasis #VideoEmbed, 
.AccountNavigation .subnav, 
.WikiaSpotlight, 
.WikiaPageHeader .history.hover, 
.WikiaSearch .autocomplete, 
.WikiaFooter .my-tools-menu {
  background: rgba(0, 0, 0, 0.77);
  border: #222222 !important;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
 
.GlobalNavigation .subnav {
  background: rgba(0, 0, 0, 0.77);
  border: #008000  !important;
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
}  
 
.WikiaPageHeader details {
  background: transparent;
}
 
.WikiaSearch input[type="text"] {
  background: rgba(0, 0, 0, 0.77);
  border: 1px solid #252525;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #DDDDDD;
}

.infobox .slider {
  width: 200px;
  position: relative;
  overflow: hidden;
}
 
.infobox .slider li {
  display: none;
  position: inherit; 
  top: 0; 
  left: 0; 
}
 
.WikiHeader li:hover {
  background: rgba(0, 0, 0, 0.77);
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}

/* Ver também: [[MediaWiki:Monobook.css]] */
/* <pre> */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #000000;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
  background: #008000;
  text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
/* Bartek */
div.videobox {
	background-color: #09101D;
}

#wikia_page table.toc,
#catlinks,
#wikia_page table.gallery td,
ul#filetoc,
#preferences,
.prefsection table,
.prefsection legend
{
	background-color: #09101D;
	color: #FFF;
}

table.gallery {
	background-color: #09101D;
}
table.gallery td {
	border: 0;
}

#pagehistory li.selected,
#toc,
.toc,
.toccolours,
.mw-warning {
    background-color: #1E293D;
    color: #fff
}
#pagehistory li {
	border-color: #0E192D;
}

table.diff,
td.diff-otitle,
td.diff-ntitle,
td.diff-article {
    background-color: #0e192d;
}

td.diff-context {
    background-color: #3e495d;
    color: #000;
}

td.diff-deletedline {
	background-color: #FFFFAA;
	color: #000;
}

td.diff-addedline {
    background-color: #2e594d;
    color: #000;
}

.mw-plusminus-pos { color: #00FF00 !important; }
.mw-plusminus-neg { color: #FF0000 !important; }

/* Páginas especiais */
#lu-result .TablePager a {
	color:blue;
}
#lu-result .TablePager a.new {
	color:red;
}

/* Esconder "Imagem adicionada por" nos artigos */
div.picture-attribution { display:none !important; }

/* Cabeçalho */ 
.codonstream { 
font-size:18px; 
padding:1px; 
background:#00FF04; 
border:2px solid #004001; 
color:#FFFFFF; 
text-align:center; 
-moz-border-radius:7px; /* Firefox */ 
border-radius:7px; /* Chrome, Safari, Opera */ 
}

/* Cabeçalho */ 
.codonstream2 { 
font-size:18px; 
padding:1px; 
background:#000000; 
border:2px solid #00FF04; 
color:#00FF04; 
text-align:center; 
-moz-border-radius:7px; /* Firefox */ 
border-radius:7px; /* Chrome, Safari, Opera */ 
}

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
zoom: 1;
background: #39E42A;
border: 1px solid #365033;
background: rgba(30, 209, 13, 0.35);
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(5, 71, 10)),color-stop(100%,rgb(6, 37, 4) ));
border: 1px solid #FFFFFF;
margin-bottom: 10px;
padding: 20px 15px 15px;
position: relative;
word-wrap: break-word;
}

.WikiaRail .module h1, .WikiaRail #RIGHT_SKYSCRAPER h1, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2 {
font-size: 21px;
font-weight: bold;
font-variant: small-caps;
margin-top: 0px;
color: #FFF;
margin-bottom: 8px;
padding-left: 2px;
}

/**** E, então, use isto para adicionar uma pequena caixa pura de informação para as páginas.
/****
/**** {| class="codonstream" style="wdith:250px" | style="color:black" | '''Codon Stream''' | style="color:black" | '''Home Planet''' |- | class="codonstream2"|'''To'kustar''' | class="codonstream2"|'''Cosmic Storms''' |} ****/
a[href="/wiki/Usu%C3%A1rio:Entidade_Sombria"] {color: #01726E !important}
a[href="/wiki/Usu%C3%A1rio:VinhoGiles"] {color: #01726E !important}
a[href="/wiki/Usu%C3%A1rio:Ball_Weevil55"] {color: #01726E !important}
a[href="/wiki/Usu%C3%A1rio:Z%C3%A9_Luiz"] {color: #01726E !important}
a[href="/wiki/Usu%C3%A1rio:Gabriel_Malta"] {color: #009981 !important}
a[href="/wiki/Usu%C3%A1rio:Diego_Ferrero"] {color: #009981 !important}
a[href="/wiki/Usu%C3%A1rio:PsyphonGX"] {color: #009981 !important}
a[href="/wiki/Usu%C3%A1rio:MegawX"] {color: #009981 !important}
a[href="/wiki/Usu%C3%A1rio:The_Superior_B"] {color: #009981 !important}
a[href="/wiki/Usu%C3%A1rio:Leviny"] {color: #009981 !important}
a[href="/wiki/Usu%C3%A1rio:Caio J"] {color: #009981 !important}

/*** Fundo dos Comentários p/ Staff ***/
 
.comments li.article-comment-staff > blockquote {
   background: ##EEAD0E !important;
}
.comments li.article-comment-staff > blockquote:after {
   border-color: transparent #01796F #01796F transparent !important;
}
.comments li.article-comment-staff > blockquote div {
   background: transparent !important;
}

/*** Fundo dos Comentários do OmniProject ***/

.comments li[data-user="Ball Weevil55"] > blockquote {
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(10, 175, 206)),color-stop(100%,rgb(6, 57, 69) )) !important;
}
.comments li[data-user="Ball Weevil55"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="Ball Weevil55"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="PsyphonGX"] > blockquote {
   background: #0E75B7 !important;
}
.comments li[data-user="PsyphonGX"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="PsyphonGX"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="VinhoGiles"] > blockquote {
   background: #000 !important;
}
.comments li[data-user="VinhoGiles"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="VinhoGiles"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="Zé Luiz"] > blockquote {
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(205,10,10)),color-stop(100%,rgb(69,7,6) )) !important;
}
.comments li[data-user="Zé Luiz"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="Zé Luiz"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="GreenArlight"] > blockquote {
   background: url(http://images4.wikia.nocookie.net/__cb20130731223046/leviny/pt/images/a/af/FundoComment3.png) !important;
}
.comments li[data-user="GreenArlight"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="GreenArlight"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="The Superior B"] > blockquote {
   background: url(http://images1.wikia.nocookie.net/__cb20130731224807/leviny/pt/images/d/dc/FundoComment6.png) !important;
}
.comments li[data-user="The Superior B"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="The Superior B"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="Zé Luiz"] > blockquote {
   background: url(http://images4.wikia.nocookie.net/__cb20130812220320/trajesdeencanador/pt-br/images/e/e6/Werthyjukilijhgfdeswgfbgvhgfvbghfvbfv.png) !important;
}
.comments li[data-user="The Superior B"] > blockquote:after {
   border-color: transparent #113B3D  #01796F transparent !important;
}
.comments li[data-user="The Superior B"] > blockquote div {
   background: transparent !important;
}

.comments li[data-user="Entidade Sombria"] > blockquote {
   background: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(116,10,205)),color-stop(100%,rgb(42,6,69) )) !important;
}
.comments li[data-user="Entidade Sombria"] > blockquote:after {
   border-color: transparent #11683A #01796F transparent !important;
}
.comments li[data-user="Entidade Sombria"] > blockquote div {
   background: transparent !important;
}
/* Tabber styling */
 
ul.tabbernav{ border-bottom: 0px solid !important; font: normal 12px Verdana !important; padding: 10px 0px !important; border-top: 5px solid #0AA80A;}ul.tabbernav li{}ul.tabbernav li a{ padding: 10px 10px !important; margin-left: 0px !important; background: rgba(221, 221, 238, 0) !important; border: 0px solid !important;}ul.tabbernav li a:link { color: #0AA80A !important; }ul.tabbernav li a:visited { color: #0AA80A !important; }ul.tabbernav li a:hover{ background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(10, 168, 10)),color-stop(100%,rgb(3, 68, 6) )) !important; border-color: transparent !important; color: #FFF !important;}ul.tabbernav li.tabberactive a{ color:#FFF !important; font-weight:normal !important; border: 0px solid #D9D9D9 !important; background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(10, 168, 10)),color-stop(100%,rgb(3, 68, 6) )) !important;}ul.tabbernav li.tabberactive a:hover{border: 0px solid #D9D9D9 !important;}.tabberlive { width: 100% !important;}.tabberlive .tabbertab { border:0px solid #D9D9D9 !important; border-top:0 !important;}
 
 
 
/* Novas Infoboxes */

table.bubble {
   border:1px solid #98e1ee;
   background:black; 
  -khtml-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.WikiaArticle h2 { 
   border-bottom: solid 1px #00A309; 
   font-size: 20px;
   font-family: Trebuchet MS;
   margin-top: 11px; 
   overflow: hidden;
}

.WikiaArticle h3 {
   font-size: 18px;
}

.WikiaArticle h4 {
   font-size: 16px;
}

.WikiaArticle h2 .editsection {
    float: right;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
    padding: 0 10px;
    position: relative;
   -moz-transition: padding 0.1s linear;
   -webkit-transition: padding 0.1s linear;
   -ms-transition: padding 0.1s linear;
   -o-transition: padding 0.1s linear;
    min-width: 25px;
    height:28px;
    line-height:28px;
    display:block;
    padding-right:10px;
    background: url("http://images3.wikia.nocookie.net/dragonage/es/images/1/1d/Sprite-pencil.png") no-repeat 10px;
}
#pagehistory li.selected, #toc, .toc, .toccolours, .mw-warning {
background-color: rgba(88, 218, 83, 0.27);
color: #fff;
}
.WikiaArticle .toc {
background-color: rgba(115, 230, 25, 0);
border: 1px solid rgb(61, 241, 61);
border-collapse: separate;
margin: 1em 0;
padding: 5px;
}
/**** Editar motivos de eliminação ****/
.mw-delete-editreasons {
    margin: 6px auto auto 15px !important;
    background:#CCC;
    height:20px;
    line-height:19px;
    border-radius:10px 10px 0 0;
}

/* avatar */
.page-Usuário_Ball_Weevil55 .UserProfileMasthead .masthead-info, .page-Message_Wall_Ball_Weevil55 .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_Ball_Weevil55 .UserProfileMasthead .masthead-info { background-image: url(http://images2.wikia.nocookie.net/__cb20130819215409/leviny/pt/images/e/e4/PerfilMastheadBall.png); }

/* avatar */
.page-Usuário_Zé_Luiz .UserProfileMasthead .masthead-info, .page-Message_Wall_Zé_Luiz .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_Zé_Luiz .UserProfileMasthead .masthead-info { background-image: url(http://images.wikia.com/leviny/pt/images/4/4d/PerfilMastheadFriagem.png); }

/* avatar */
.page-Usuário_BlackThunder .UserProfileMasthead .masthead-info, .page-Message_Wall_BlackThunder .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_BlackThunder .UserProfileMasthead .masthead-info { background-image: url(http://images.wikia.com/leviny/pt/images/4/4d/PerfilMastheadFriagem.png); }

/* avatar */
.page-Usuário_Entidade_Sombria .UserProfileMasthead .masthead-info, .page-Message_Wall_Entidade_Sombria .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_Entidade_Sombria .UserProfileMasthead .masthead-info { background-image: url(http://images.wikia.com/leviny/pt/images/2/26/PerfilMastheadKickin.png); }

/* avatar */
.page-Usuário_PsyphonGX .UserProfileMasthead .masthead-info, .page-Message_Wall_PsyphonGX .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_PsyphonGX.UserProfileMasthead .masthead-info { background-image: url(http://images.wikia.com/leviny/pt/images/1/19/PerfilMastheadRath.png); }

.page-Usuário_VinhoGiles .UserProfileMasthead .masthead-info, .page-Message_Wall_VinhoGiles .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_VinhoGiles .UserProfileMasthead .masthead-info { background-image: url(http://images4.wikia.nocookie.net/__cb20130821213607/leviny/pt/images/9/9d/PerfilMastheadTartagira.png); }

.tally em {
    float: left;
    font-size: 30px;
    text-shadow: 3px 3px 11px #000000;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 26px;
    margin-right: 2px;
}

.tally span {
    float: left;
    text-shadow: 3px 3px 9px #000000;
}

.UserProfileMasthead .wikis span {
    color: #FFFFFF;
    float: left;
    text-shadow: 6px 3px 10px #000000;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
    width: 85px;
}

.UserProfileMasthead .details span {
    color: #FFFFFF;
    font-size: 12px;
    text-shadow: 3px 3px 7px #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.UserProfileMasthead .details li {
    padding-top: 10px;
    text-shadow: 6px 3px 10px #000000;
}

/***** brilho na página  *****/
.WikiaPage {
   -moz-box-shadow: 0 0 0.7em 0.4em Green;
   -webkit-box-shadow: 0 0 0.7em 0.4em Grenn;
}

/***** Thumbs de las imágenes *****/
.picture-attribution {
   display:none !important;
}

div.thumbinner, .WikiaArticle figure.thumbinner {
   background-color:#008000;
   background:-moz-linear-gradient(center top, #008000 0%, #008000 100%); 
   background:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #7AD51F), color-stop(100%, #008000)); 
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#5FB404', startColorstr='#7AD51F', gradientType='0'); 
   border:3px solid black;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   color:#FFFFFF;
   -moz-box-shadow:2px 2px 5px #008000;
   -webkit-box-shadow:2px 2px 5px #008000;
   box-shadow:2px 2px 5px #008000;
   padding-top:4px !important; /* Un píxel más para igualar con los lados */
}

/***** Background en las barras de Wikia *****/
.WikiaHeader, .WikiaFooter .toolbar {
   background-image:url(http://images.wikia.com/ballweevil55/pt-br/images/7/77/BarraUB102.png) !important;
}

Coloca.wikiaPhotoGallery-slider-body .horizontal .description p { font-size: 11px; line-height: 14px; margin: 0 0 .3em; opacity: 1; filter: alpha(opacity = 100); width: 250px; height: 28px; overflow: hidden; }

/***** Teste que eu, megawx fiz *****/
#portal_slider { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; height: 450px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: arial, san-serif; font-size: 36px; line-height: 22px; font-weight: bold; position: absolute; background: transparent; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom,rgb(169,111,1) 0,rgb(254,195,86) 100%);
background-image: -webkit-gradient(linear,0% 100%,0% 0%,color-stop(0,rgb(46, 46, 46)),color-stop(100%,rgb(189, 189, 189)));
text-shadow: 1px 1px rgba(255,255,255,0.3),-1px 0 rgba(0,0,0,0.3);
color: rgb(0, 0, 0);
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#portal_slider #portal_next:hover, #portal_slider #portal_prev:hover {
background-image: -moz-linear-gradient(bottom,rgb(233,152,1) 0,rgb(254,218,150) 100%);
background-image: -webkit-gradient(linear,0% 100%,0% 0%,color-stop(0,rgb(148, 148, 148)),color-stop(100%,rgb(97, 97, 97)));
color: #000;
}
#portal_slider #portal_next { right: 10px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
#portal_slider #portal_prev { right: 639px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#portal_slider > .portal_body { padding: 0; }