Detona Ralph Wiki
Advertisement

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Imagem no Perfil*/
.UserProfileMasthead .masthead-info {
    background-image: -moz-linear-gradient;
    background-image: -webkit-linear-gradient;
    background-image: -o-linear-gradient;
    background-image: -ms-linear-gradient;
    border-top: none;
    box-shadow: 0 0 15px 0 black inset;
    margin-left: 165px;
    background-image: url('http://images.wikia.com/detonaralph/pt-br/images/7/71/Detona_zps1ec3319f.jpg');
    margin-left: 165px;
}

.WikiHeader {
   background: url(http://images1.wikia.nocookie.net/detonaralph/pt-br/images/a/a3/NavHeader.png)
}

/* Categorías */
 
.WikiaArticleCategories {
   background: transparent url(http://images.wikia.com/detonaralph/pt-br/images/archive/d/df/20130809193929!AlternativeHeader.png) no-repeat right top !important;
   border: 1px solid #FF0000 !important;
   border-radius: 6px;
   -moz-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.4) !important;
   -webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.4) !important;
   box-shadow:1px 2px 2px rgba(0, 0, 0, 0.4) !important;
}

/*** User Colors - Admnins ***/
 
/* Gummyadventure */
a[href="/wiki/Usu%C3%A1rio:Gummyadventure"],
table.diff a[title="Usu%C3%A1rio:Gummyadventure"],
ul.special li a[title="Usu%C3%A1rio:Gummyadventure"],
span.changedby a[title="Usu%C3%A1rio:Gummyadventure"],
ul#pagehistory li a[title="Usu%C3%A1rio:Gummyadventure"]
{
 font-weight:bold;font-family: "Leelawadee", sans-serif;color:#32CD32 !important 
 }

/* Pederix ou Pedro */
a[href="/wiki/Usu%C3%A1rio:Pederix_ou_Pedro"],
table.diff a[title="Usu%C3%A1rio:Pederix_ou_Pedro"],
ul.special li a[title="Usu%C3%A1rio:Pederix_ou_Pedro"],
span.changedby a[title="Usu%C3%A1rio:Pederix_ou_Pedro"],
ul#pagehistory li a[title="Usu%C3%A1rio:Pederix_ou_Pedro"]
{
 font-weight:bold;font-family: "Cosmic Sans MS", sans-serif;color:#000080 !important  
 } 

/* Highlight user comments and tag for admins */
.comments li[data-user="Pederix ou Pedro"] blockquote {
   background:#FFFADF url("http://images3.wikia.nocookie.net/detonaralph/pt-br/images/1/15/Admin.png") center right no-repeat !important;
}
.comments li[data-user="Pederix ou Pedro"] blockquote:after {
   border-color: transparent !important;
}
.comments li[data-user="Pederix ou Pedro"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Pederix ou Pedro"] blockquote {color:black !important;}

.comments li[data-user="Alfa9delta"] blockquote {
   background:#FFFADF url("http://images3.wikia.nocookie.net/detonaralph/pt-br/images/1/15/Admin.png") bottom center no-repeat !important;
}
.comments li[data-user="Alfa9delta"] blockquote:after {
   border-color: transparent !important;
}
.comments li[data-user="Alfa9delta"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Alfa9delta"] blockquote {color:black !important;}

.comments li[data-user="O Curioso"] blockquote {
   background:#FFFADF url("http://images3.wikia.nocookie.net/detonaralph/pt-br/images/0/08/Chat_Mod.png") center right no-repeat !important;
}
.comments li[data-user="O Curioso"] blockquote:after {
   border-color: transparent !important;
}
.comments li[data-user="O Curioso"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="O Curioso"] blockquote {color:black !important;}

.comments li[data-user="Vitwk1"] blockquote {
   background:#FFFADF url("http://images3.wikia.nocookie.net/detonaralph/pt-br/images/0/08/Chat_Mod.png") center right no-repeat !important;
}
.comments li[data-user="Vitwk1"] blockquote:after {
   border-color: transparent !important;
}
.comments li[data-user="Vitwk1"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Vitwk1"] blockquote {color:black !important;}

/* Encabezados de sección. Creado por "css-tricks.com" (http://css-tricks.com/adobe-like-arrow-headers/) */
 
	
/* Mejorado para Wikia by Giovi (User:Benfutbol10) */
 
	
 
	
.WikiaArticle h2:not(.pageheading) {
 
	
background-color:00CED1;
 
	
background-image: -moz-linear-gradient(top, #1E90FF 35%, #0000FF 65%);
 
	
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #0000FF), color-stop(65%, #0000CD));
 
	
background-image: -o-linear-gradient(top, #fc9d22 35%, #e88403 65%);
 
	
background-image: -ms-linear-gradient(top, #1874CD 35%, #1C86EE 65%);
 
	
border-radius: 4px 20px 20px 4px;
 
	
color: #FFF;
 
	
font-family: Verdana;
 
	
font-size: 16px;
 
	
font-weight: bold;
 
	
line-height: 28px;
 
	
margin: 0;
 
	
padding: 0 0 0 20px;
 
	
margin-top:14px;
 
	
text-shadow: 2px 1px 1px #222;
 
	
}
 

/**** Encabezados - tipo 1 ***/
/**** Al seleccionarlo se despliega y aparece el Editar esta sección ****/
.WikiaArticle h2 .editsection:hover{
    max-width:150px;
    padding-right:0px;
    background-image: url("http://images1.wikia.nocookie.net/__cb29806/common/skins/oasis/images/checkers.png");
}
.WikiaArticle h2 .editsection a {
    display:none;
}
 
.WikiaArticle h2 .editsection:hover a {
    display:block;
}
 
.WikiaArticle h3 .editsection,
.WikiaArticle h4 .editsection,
.WikiaArticle h5 .editsection { 
    float:right;
}
 
.WikiaArticle h2 .editsection {
    border-left: 5px solid #101921;
    color: #00FF7F;
    float: right;
    border-radius: 0 20px 20px 0;
    font-size: 13px;
    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, #0000CD;
}
 
.WikiaActivityModule .activity-heading {
    background: url("http://images4.wikia.nocookie.net/__cb20130615131956/detonaralph/pt-br/images/0/09/Bricks.jpg");
    background-repeat: repeat;
}
 
.LatestPhotosModule > h1.tight {
    background: url("http://images.wikia.com/detonaralph/pt-br/images/0/09/Bricks.jpg");
    background-repeat: repeat;
}
 
.FollowedPagesModule h1 {
    background: url("http://images.wikia.com/detonaralph/pt-br/images/0/09/Bricks.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
}
 
#WikiaSpotlightsModule header h1 {
    background: url("http://images.wikia.com/detonaralph/pt-br/images/0/09/Bricks.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
}
 
.CommunityCornerModule h2 {
    background: url("http://images.wikia.com/detonaralph/pt-br/images/0/09/Bricks.jpg");
    background-repeat: repeat;
}
 
.HotSpotsModule h1 {
    background: url("http://images.wikia.com/detonaralph/pt-br/images/0/09/Bricks.jpg");
    background-repeat: repeat;
}

/* Aktivitet bilde */
 
section.WikiaActivityModule.module, section.HotSpotsModule.module, section.FollowedPagesModule.module {
  background: #FFFFFF url("http://images2.wikia.nocookie.net/__cb20130601161128/detonaralph/pt-br/images/thumb/c/cb/Ralph_8-bits.png/217px-Ralph_8-bits.png") no-repeat right bottom;
}
Advertisement