Difference between revisions of "MediaWiki:Vector.css"

From lex-wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


 
body {
#t-specialpages { display: none; }
    background-image: url("http://tekkit.it/image/Background.png") !important;
 
     background-repeat: no-repeat !important;
 
     background: #CAD7FC;
li.gallerybox {
     margin: 0;
     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; }

Revision as of 14:49, 26 April 2013

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

body {
    background-image: url("http://tekkit.it/image/Background.png") !important;
    background-repeat: no-repeat !important;
    background: #CAD7FC;
    margin: 0;
}