MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
} | } | ||
#mw-content-container{ | /*#mw-content-container{*/ | ||
/* background-color: #323232;*/ | |||
} | /*}*/ | ||
#mw-content | #mw-content{ | ||
background-color: | background-color: white; | ||
} | } | ||
Revision as of 20:30, 31 January 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
body {
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;
}
#mw-related-navigation{
display: none;
}
.mw-footer-container{
border-top: solid 1px #672b00;
}