Jump to content

MediaWiki:Common.css: Difference between revisions

From Lexido
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 }"
 
No edit summary
Line 10: Line 10:
width: 50%;
width: 50%;
overflow: scroll  
overflow: scroll  
}
.mw-redirectedfrom {
    display: none;
}
}

Revision as of 18:11, 12 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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.