MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
.mw-footer-container{ | .mw-footer-container{ | ||
border-top: solid 1px #672b00; | border-top: solid 1px #672b00; | ||
} | |||
#mw-site-navigation{ | |||
padding-right: 0px; | |||
} | } |
Revision as of 20:33, 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: 0px !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;
}
#mw-site-navigation{
padding-right: 0px;
}