MediaWiki:Common.css: Difference between revisions

From TerGoPedia

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 20: Line 20:
float: left;  
float: left;  
}
}
#footer-info {
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;}
#footer-places {
display: flex;
flex-direction: row;
align-items: center;
gap: 80px;
}
#footer-places-about {
flex: none;
order: 1;
align-self: strech;
flex-grow: 0;}
#footer-places-disclaimer {
flex: none;
order: 2;
align-self: strech;
flex-grow: 0;}
#footer-places-privacy {
flex: none;
order: 3;
align-self: strech;
flex-grow: 0;}

Revision as of 12:05, 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.