MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: →verkleinert die Kategorie Liste: #SelectCategoryList { list-style-image: none; list-style-type: none; background-color:#EEEEEE; height: 250px; width: 50%; overflow: scroll }" |
mNo edit summary Tag: Manual revert |
||
(3 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
width: 50%; | width: 50%; | ||
overflow: scroll | overflow: scroll | ||
} | |||
.mw-redirectedfrom { | |||
display: none; | |||
} | } |
Latest revision as of 22:39, 14 January 2025
/* CSS placed here will be applied to all skins */ /* verkleinert die Kategorie Liste */ #SelectCategoryList { list-style-image: none; list-style-type: none; background-color:#EEEEEE; height: 250px; width: 50%; overflow: scroll } .mw-redirectedfrom { display: none; }