PokéPédia
Sem resumo de edição
Sem resumo de edição
Linha 10: Linha 10:
 
-webkit-border-radius: 5px;
 
-webkit-border-radius: 5px;
 
border-radius:5px;
 
border-radius:5px;
border-radius: 5px;
 
 
background: rgba(0,0,0,0.67);
 
background: rgba(0,0,0,0.67);
border: 1px solid #17A209;
+
border: 1px solid blue;
 
padding:8px; }
 
padding:8px; }
   

Edição das 18h59min de 20 de outubro de 2014

@import url("http://pt-br.pokepediabr.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
@import url(http://fonts.googleapis.com/css?family=Oswald);

.bgpred {
    background-color: rgba(255, 255, 255, 0.64);
}

/* Pokéstream */
.pokestream {
     -webkit-border-radius: 5px; 
     border-radius:5px;
     background: rgba(0,0,0,0.67);
     border: 1px solid blue;
     padding:8px; }

.insethov {
    box-shadow: inset 0 3em 23em 1em rgba(0, 0, 0, 0.64);
    height: 250px;
    color: transparent;
    width: 710px;
    -webkit-transition-duration: 0.3s;
    background: url("http://img2.wikia.nocookie.net/__cb20140330212202/pokepediabr/pt-br/images/3/3f/BannerInic.png");
}

.insethov:hover {
    box-shadow: inset 0 3em 23em 1em transparent;
    background: url("http://img2.wikia.nocookie.net/__cb20140330212202/pokepediabr/pt-br/images/3/3f/BannerInic.png");
    height: 250px;
    color: transparent;
    width: 710px;
    -webkit-transition-duration: 0.3s;
}

.menuhome {
    width: 100%;
    height:101px;
    background: url("http://img2.wikia.nocookie.net/__cb20140331000117/pokepediabr/pt-br/images/3/34/Home-Pokep%C3%A9dia.png");
}

.WikiaPage {
border: solid 1px #093C72;
-webkit-box-shadow: 0 0 1em #093C72;
-moz-box-shadow: 0 0 1em #038307;
box-shadow: 0 0 1em #093C72;
}

.WikiaPage .WikiaPageBackground {
background: rgba(255, 255, 255, 0.64);
height: 100%;
left: 0;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.mediawiki { 
   background: #FFF url("http://img2.wikia.nocookie.net/__cb20140330224054/leviny/images/9/98/FundoPokep%C3%A9dianoa.png") no-repeat top center;
   background-attachment: fixed; 
}

.WikiaArticle h3 {
   font-size: 18px;
   color: #0E4A90;
   font-weight:bold;
}

.WikiaArticle h4 {
   font-size: 15px;
   color: #0E4A90;
   font-weight:bold;
}

/** Headers **/
/*** Hace que el encabezado de nivel 2 cambie por una textura de bandera ***/
.WikiaArticle h2 {
border-left: solid 5px #0C53A0;
font-size: 18px;
font-family: Trebuchet MS;
margin-top: 30px;
overflow: hidden;
padding-bottom: 3px;
padding-left: 10px;
padding-top: 3px;
border-bottom: none;
}

div.predefine {
            background: url("http://images4.wikia.nocookie.net/leviny/pt/images/0/01/Bgprede.png");
            margin-top: 2px;
            margin-left: 385px;
            margin-right: 1px;
            margin-bottom: 8px;
            color: Black;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}

/* Fundo do menu */
.WikiHeader {
    margin-bottom: 11px;
}

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
zoom: 1;
background: rgba(255, 255, 255, 0.64);
border: 1px solid #0C53A0;
margin-bottom: 10px;
-webkit-border-radius: 0.3em;
padding: 20px 15px 15px;
position: relative;
word-wrap: break-word;
}

/* Navegação principal */

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

.WikiHeader > nav li>a {
     color: #FFFFFF;
}

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

/** Nível 2 **/
.WikiHeader .navbackground {
     background: #093C72; /* Old browsers */
     background: -moz-linear-gradient(top,  #093C72 0%, #093C72 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#093C72), color-stop(100%,#093C72)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top,  #093C72 0%,#093C72 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top,  #093C72 0%,#093C72 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top,  #093C72 0%,#093C72 100%); /* IE10+ */
     background: linear-gradient(to bottom,  #093C72 0%,#093C72 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093C72', endColorstr='#093C72',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;
}

/*** Remoção da máscara ***/
.WikiHeader .shadow-mask {
   display: none;
}
 
/*** Semi-transparência da navegação ***/
.WikiHeader nav { 
       background-color: rgba(9, 60, 114, 0.61);
       width:auto;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 2px;
       -khtml-border-radius: 2px;     
}

/* Caixa de pesquisa */
.WikiaSearch input[type="text"] {
width: 237px;
}

/* Tabber styling */
 
ul.tabbernav{ 
    border-bottom: 0px solid !important; font-size: 15px !important; text-transform: uppercase !important; font-family: Trebuchet MS !important; padding: 10px 0px !important; border-top: 5px solid #0C53A0;}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: #0A67BD !important; }ul.tabbernav li a:visited { color: #000000 !important; }ul.tabbernav li a:hover{ background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,#0C53A0),color-stop(100%,#0C53A0 )) !important; border-color: transparent !important; color: #FFF !important;}ul.tabbernav li.tabberactive a{ color:#FFF !important; font-weight:normal !important; border: 0px solid #363636 !important; background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,#0C53A0),color-stop(100%,#0C53A0 )) !important; font-size: 15px; text-transform: uppercase; font-family: Trebuchet MS;}ul.tabbernav li.tabberactive a:hover{border: 0px solid #363636 !important;}.tabberlive { width: 100% !important;}.tabberlive .tabbertab { border:0px solid #363636 !important; border-top:0 !important;}

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

.WikiaArticle .thumbinner {
background: rgba(255,255,255,0.64);
border: 1px solid #0C53A0;
-webkit-border-radius: 0.3em;
}

table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
border: 1px solid #0C53A0;

.tabs {
zoom: 1;
border-bottom: 2px solid rgb(0, 0, 0);
overflow: visible;
padding-left: 5px;
}
.tabs .selected a {
color: rgb(0,0,0);
border-bottom: 1px solid rgb(0,0,0);
border-left: 2px solid rgb(0,0,0);
border-right: 2px solid rgb(0,0,0);
border-top: 2px solid rgb(0,0,0);
background: white;
color: #FFFFFF;
cursor: text;
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(129, 129, 129)),color-stop(100%,rgb(0, 0, 0) ));
font-weight: bold;
font-size: 16px;
font-family: Trebuchet MS;
text-decoration: none;
}

/* Descripción en el popup de tablas grandes que no caben */
#ModalTable > h1:before {
	content: "La piel predeterminada que ha impuesto Wikia deja un espacio ridículo para el contenido de los artículos, y algunas tablas grandes no caben en el ancho proporcionado. Puedes cambiar la apariencia a monobook para ver el contenido más cómodamente, aprovechando el ancho máximo de la ventana.";
	font-size: x-small;
	line-height: 100%;
	float:right;
	margin-top: -10px;
}

.WikiaBlogListing h1, .WikiaBlogListing .WikiaRail .module h2, .WikiaRail .module .WikiaBlogListing h2, .WikiaBlogListing .WikiaRail #RIGHT_SKYSCRAPER h2, .WikiaRail #RIGHT_SKYSCRAPER .WikiaBlogListing h2 {
	font-size: 13px;
	margin: 0 59px 0 0;
}

/* Color de enlace para etiqueta de grupo de usuario en cabecera de perfil */
#UserProfileMasthead span.tag a { color: #000; }

/*</pre>*/

/*---------- Komentarze ----------*/
 
/* Styl komentarzy dla wszystkich userów */
.comments li > blockquote {
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(10%,rgb(66, 66, 66)),color-stop(100%,rgb(0, 0, 0) )); !important;
	border: 1px solid #000 !important;
	box-shadow: 0 0 5px #363636;
}

/* <pre> */

/********** START Timed Slider Styles **********/
/**** http://dev.wikia.com/wiki/TimedSlider ****/

/* hide all slides */
.ts-container .ts-slide {
	display: none;
}
/* show slide that has class="ts-active" */
.ts-container .ts-active {
	display: block;
}
/* support inline slides as well */
.ts-container.ts-container-inline .ts-active {
    display: inline;
}

/********** END Timed Slider Styles **********/
/* UserProfile*/
.UserProfileMasthead .masthead-info {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
    zoom: 1;
    background-image: url('http://images.wikia.com/pkpdae/pt-br/images/0/0d/Agnt.png');
    margin-left: 165px;
}

/* </pre> */

::selection {
    background: rgba(32, 119, 212, 0.63);
}


/* avatar */
.page-Usuário_MegawX .UserProfileMasthead .masthead-info, .page-Message_Wall_MegawX .UserProfileMasthead .masthead-info, .page-Especial_Contribuições_MegawX.UserProfileMasthead .masthead-info { background-image: url(http://images.wikia.com/blackthunder/images/1/1d/PRESTEIXU.png); }
} 
/**** Cores personalizadas para os links de administradores ****/
a[href$="Usu%C3%A1rio:BlackThunder"] {color: #FF4040 !important; font-weight: bold;}