MediaWiki:Common.css: Difference between revisions
From Help | Taramala
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
#site-navigation, #page-tools, #site-tools, #ca-talk, #p-logo { display:none; } | #site-navigation, #page-tools, #site-tools, #ca-talk, #p-logo { display:none; } | ||
#mw-content-container { | |||
border-bottom: solid 4px #4161d4; | |||
} | |||
.color-left, .color-right { | .color-left, .color-right { | ||
Revision as of 15:56, 16 April 2020
/* CSS placed here will be applied to all skins */
/*
#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }
#site-navigation, #page-tools, #site-tools { display:none; }*/
#site-navigation, #page-tools, #site-tools, #ca-talk, #p-logo { display:none; }
#mw-content-container {
border-bottom: solid 4px #4161d4;
}
.color-left, .color-right {
height: 0.35em;
background: #4161d4;
width: 50%;
float: left;
}