MediaWiki:Common.css: Difference between revisions

From TerGoPedia

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 19: Line 19:
div.container {  
div.container {  
float: left;  
float: left;  
}
#footer.mw-footer {display: grid;}
#footer-list {
display: grid;
}
}

Revision as of 11:28, 5 July 2022

/* CSS placed here will be applied to all skins */
.container b {
color: #11b5ac;
font-size: 20px;
}

.container p {
margin-bottom: 5px;
}

#p-banner, #p-banner:hover, #p-banner:visited {
display: none !important;
}

#toc.toc {
float: none !important;
}

div.container { 
float: left; 
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.