MediaWiki:Vector.css: Difference between revisions

From U.B. Funkeys Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


#content { background: url("https://media.discordapp.net/attachments/406983682977431552/432008484272472064/Image_4_at_frame_0.jpg"); }
#content {  
  background: url("https://media.discordapp.net/attachments/406983682977431552/432008484272472064/Image_4_at_frame_0.jpg");no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} }

Revision as of 03:10, 7 April 2018

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

#content { 
   background: url("https://media.discordapp.net/attachments/406983682977431552/432008484272472064/Image_4_at_frame_0.jpg");no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} }