Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Test) |
|||
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; } | |||
} |
Revision as of 13:47, 26 April 2013
/* 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; }