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
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
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: #d5f5e3;
background: url("images/d/d6/MT-splash.jpg");
}
background-attachment: fixed;
 
    background-position: center;
#mw-navigation a.nav-link.disabled {
  font-weight: normal;
  font-size: 1.2em;
}
 
#mw-navigation a {
  color: #444 !important;
}
}