Difference between revisions of "MediaWiki:Vector.css"

From lex-wiki
Jump to navigation Jump to search
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#t-specialpages { display: none; }
li.gallerybox {
    background-color: transparent;
    border: 0px solid #36372e;
    display: -moz-inline-box;
    vertical-align: top;
}
li.gallerybox div.thumb {
    border: 0px solid #36372e;
    background-color: transparent;
}
div.thumb {
    background-color: transparent;
    border-color: transparent;
}
div.thumbinner {
    background-color: #transparent;
    border: 1px solid #transparent;
}
#footer-icon-poweredby { display: none; }

Latest revision as of 17:15, 26 April 2013

/* CSS placed here will affect users of the Vector skin */