MediaWiki:Medik.css: Difference between revisions

Die Seite wurde neu angelegt: „Add fixed page background for main pages and start page: .ns-0, .page-Main_Page { background: url("images/d/d6/MT-splash.jpg"); background-attachment: fixed; background-position: center; }“
 
No edit summary
Line 1: Line 1:
/*Add fixed page background for main pages and start page*/
/* All CSS here will be loaded for users of the Medik skin */
.ns-0,
#mw-navigation {
.page-Main_Page {
background-color: #a9dfbf;
background: url("images/d/d6/MT-splash.jpg");
background-attachment: fixed;
    background-position: center;
}
}