MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
body { | /*body {*/ | ||
/* background-color: #d67500;*/ | |||
} | /*}*/ | ||
#mw-content-container{ | #mw-content-container{ | ||
background-color: # | background-color: #323232; | ||
} | } | ||
#site-navigation, #site-tools, #page-tools{ | #site-navigation, #site-tools, #page-tools{ | ||
background-color: # | background-color: #2a2a2a !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||
#mw-header-container{ | #mw-header-container{ | ||
background-color: # | background-color: #151515; | ||
} | } | ||
#mw-content{ | #mw-content{ | ||
background-color: # | background-color: #323232 !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||
.color-left, .color-right, .color-middle{ | .color-left, .color-right, .color-middle{ | ||
background: # | background: #151515; | ||
} | } | ||
Revision as of 20:18, 31 January 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
/*body {*/
/* background-color: #d67500;*/
/*}*/
#mw-content-container{
background-color: #323232;
}
#site-navigation, #site-tools, #page-tools{
background-color: #2a2a2a !important;
border: none !important;
}
#mw-header-container{
background-color: #151515;
}
#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;
}