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: | ||
/* | /* All CSS here will be loaded for users of the Medik skin */ | ||
#mw-navigation { | |||
. | background-color: #d5f5e3; | ||
} | |||
#mw-navigation a.nav-link.disabled { | |||
font-weight: normal; | |||
font-size: 1.2em; | |||
} | |||
#mw-navigation a { | |||
color: #444 !important; | |||
} | } |