MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 78: | Line 78: | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
padding-bottom: 1em; | padding-bottom: 1em; | ||
} | |||
#footer-info-lastmod{ | |||
margin-top: 0px; | |||
padding-top: 1em; | |||
} | } |
Revision as of 21:45, 31 January 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
/*html, body, #mw-wrapper {*/
/* background-color: #2a2a2a !important;*/
/*}*/
h1, h2, #p-banner{
color: #ffe6c0 !important;
}
p, h3, span{
color: #c1c1c1;
}
a, ul span{
color: #e69100 !important;
}
#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, #mw-content-wrapper{
background-color: #2a2a2a;
}
#mw-content-block{
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 #2a2a2a;
}
#mw-site-navigation{
padding-right: 0px;
}
#mw-header-nav-hack{
background-color: #2a2a2a;
}
#mw-footer{
background-color: #2a2a2a;
}
#footer-places{
margin-bottom: 0px;
padding-bottom: 1em;
}
#footer-info-lastmod{
margin-top: 0px;
padding-top: 1em;
}