Jump to content

User:Ismailim/timeless.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ismailim (talk | contribs)
customTop
 
Ismailim (talk | contribs)
No edit summary
 
Line 1: Line 1:
mw-header-container {
.mw-header-container {
height: 0;
height: 0;
position: fixed;
position: fixed;

Latest revision as of 19:39, 19 April 2018

.mw-header-container {
    height: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: #148fe6a6;
    color: #001133;
    padding: 0.5em 0 0;
    min-height: 3.125em;
    box-sizing: border-box;
}