Difference between revisions of "MediaWiki:Vector.css"

From Regiapædia
Jump to: navigation, search
(Replaced content with "CSS placed here will affect users of the Vector skin: ")
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 +
#mw-page-base{height:5em;background-position:bottom left;background-repeat:repeat-x;background-image:url('skins/Vector/images/page-fade.png');background-color:#2a2a2a;background-image:-moz-linear-gradient(top, #FFFFD5 50%, #2a2a2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFD5), color-stop(100%, #2a2a2a));background-image:-webkit-linear-gradient(top, #FFFFD5 50%, #2a2a2a 100%);background-image:linear-gradient(#FFFFD5 50%, #2a2a2a 100%);background-color:#333}

Revision as of 18:05, 11 June 2017

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

#mw-page-base{height:5em;background-position:bottom left;background-repeat:repeat-x;background-image:url('skins/Vector/images/page-fade.png');background-color:#2a2a2a;background-image:-moz-linear-gradient(top, #FFFFD5 50%, #2a2a2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFD5), color-stop(100%, #2a2a2a));background-image:-webkit-linear-gradient(top, #FFFFD5 50%, #2a2a2a 100%);background-image:linear-gradient(#FFFFD5 50%, #2a2a2a 100%);background-color:#333}