MediaWiki:Common.css: Difference between revisions

From TerGoPedia

No edit summary
No edit summary
Tag: Reverted
Line 20: Line 20:
float: left;  
float: left;  
}
}
#footer.mw-footer {display: flex;
flex-direction: column;
align-items: center;
padding: 32px 0px;
gap: 80px;}

Revision as of 11:19, 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; 
}

#footer.mw-footer {display: flex;
flex-direction: column;
align-items: center;
padding: 32px 0px;
gap: 80px;}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.