MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
#mw-content-container{ | #mw-content-container{ | ||
border-bottom: none; | border-bottom: none; | ||
padding-bottom: | padding-bottom: 0px; | ||
} | } | ||
Revision as of 20:32, 31 January 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
html, body, #mw-wrapper {
background-color: #2a2a2a !important;
}
/*#mw-content-container{*/
/* background-color: #323232;*/
/*}*/
#mw-content{
background-color: white;
}
#site-navigation, #site-tools, #page-tools{
background-color: #2a2a2a !important;
border: none !important;
}
#mw-header-container{
background-color: #151515;
}
#mw-content-block{
backgroud-color: #2a2a2a;
padding: none !important;
}
#mw-content{
background-color: #323232 !important;
border: none !important;
}
.color-left, .color-right, .color-middle{
background: #151515;
}
#mw-content-container{
border-bottom: none;
padding-bottom: 0px;
}
#mw-related-navigation{
display: none;
}
.mw-footer-container{
border-top: solid 1px #672b00;
}