Jump to content

MediaWiki:Vector.css: Difference between revisions

add top header
(fix invisible edit confirmation message)
(add top header)
Line 36:
html:not(.darkmode) #footer a:hover {
color: #fff;
}
 
/* header */
#mw-page-base {
height: calc(5em + 56px);
}
 
#mw-head, #mw-panel {
top: 56px;
}
 
#p-ricochet#p-ricochet {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: .5rem 1rem;
background: #343a40;
box-sizing: border-box;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
z-index: 101;
}
 
#p-ricochet-label {
display: none;
}
 
#mw-panel #p-ricochet .body {
margin: 0;
background: none;
}
 
#mw-panel #p-ricochet .body ul {
padding: 0;
display: flex;
flex-direction: row;
}
 
#mw-panel #p-ricochet .body li {
padding: 0;
font-size: 1rem;
line-height: 1.5;
}
 
#mw-panel #p-ricochet a {
display: block;
padding: .5rem .5rem;
color: #fff;
opacity: .5;
}
 
#mw-panel #p-ricochet a:hover,
#mw-panel #p-ricochet a:focus {
opacity: .75;
text-decoration: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.