Differenze tra le versioni di "MediaWiki:Vector.css"

Da FountainPen.
Jump to navigation Jump to search
(Creata pagina con '→‎Pad Google AdSense box in portlet in sidebar: #p-googleadsense .pBody { padding-top: 5px; text-align: center; }')
 
 
(4 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* Pad Google AdSense box in portlet in sidebar */
+
/* force the display of the contents of the section */
#p-googleadsense .pBody {
+
#p-googleadsense .body {
    padding-top: 5px;
+
display:block !important;
    text-align: center;
+
}
 +
/* Option 1: hide the header */
 +
#p-googleadsense h3 {
 +
display:block;
 +
}
 +
/* Option 2: just hide the arrow in the header */
 +
#p-googleadsense h3 {
 +
background:none !important;
 
}
 
}

Versione attuale delle 22:47, 20 dic 2013

/* force the display of the contents of the section */
#p-googleadsense  .body {
	display:block !important;
}
/* Option 1: hide the header */
#p-googleadsense h3 {
	display:block;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
	background:none !important;
}