Harry Potter Wiki
Harry Potter Wiki
Sem resumo de edição
Etiqueta: sourceedit
Sem resumo de edição
Etiqueta: sourceedit
Linha 1: Linha 1:
/* Hack to fix things like the infoboxes and other issues */ /*
+
/* Hack to fix things like the infoboxes and other issues */
@import "http://pt-br.harrypotter.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";*/
+
@import "http://pt-br.harrypotter.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
   
 
/* removing ugly outline of infoboxes */
 
/* removing ugly outline of infoboxes */

Edição das 06h52min de 21 de novembro de 2016

/* Hack to fix things like the infoboxes and other issues */ 
@import "http://pt-br.harrypotter.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/* removing ugly outline of infoboxes */
.WikiaArticle .infobox {
	border: 0px !important;
}

/* Fix for rewrite title */
#title-meta i { font-style: italic !important; }

body {
    background-attachment: fixed !important;
}

/* === Hide "Image added by" on articles === */
 .picture-attribution { display:none !important; }
 

.mainpage-welcome .container {
     padding-left: 207px;
     padding-top: 136px;
     text-align: center;
}

.mainpage-welcome .item {
     display: inline-block;
     margin-bottom: 18px;
     margin-right: 5px;
}

    /* Color admin links differently (Purple) */ 
    ul.special li a[title="User:Chupeta22"], 
    table.mw-enhanced-rc td a[title="User:Chupeta22"], 
    ul.activityfeed li cite a[href="/wiki/User:Chupeta22"], 
  
    }

.editpage-sourcewidemode-on .edit-widemode-hide {
    display: none;    
}

.blur img:hover {
  -webkit-filter: blur(3px);

}