MediaWiki:Common.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
     background-color: #902082;
     background-color: #902082;
}
}
#footer-icon {
#footer-icons {
     display: none;
     display: none;
}
}

Revision as of 21:06, 27 September 2024

/* CSS placed here will be applied to all skins */
#p-tb { 
    display: none; 
}
#p-Editor_tools { 
    display: none; 
}
#mw-head-base {
    height: 2em;
}
#mw-panel {
    position: fixed;
}

.mw-body {
    border: 1px solid #902082
}
h1, h2 {
    border-bottom: 1px solid #902082
}
#footer {
    background-color: #902082;
}
#footer-icons {
    display: none;
}