MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 25: Line 25:


/* Color & Background */
/* Color & Background */
background: url("/images/TexturedBackground.jpg");
background-image: url("/images/TexturedBackground.jpg");
background-size: cover;
background-attachment: fixed;
background-attachment: fixed;
background-color: rgb(246, 246, 246);
background-position: 50% 50%;
background-position: 50% 50%;
background-repeat: repeat;
background-repeat: repeat;
...tom: 0px none rgb(0, 0, 0);
border-left: 0px none rgb(0, 0, 0);
border-left: 0px none rgb(0, 0, 0);
margin: 0px;
margin: 0px;

Navigation menu