MediaWiki:Vector.css: Difference between revisions

Content added Content deleted
(Remove dark mode toggle styles)
(fix header)
Line 47: Line 47:
}
}


#p-ricochet#p-ricochet {
#p-Ricochet#p-Ricochet {
position: fixed;
position: fixed;
top: 0;
top: 0;
Line 63: Line 63:
}
}


#p-ricochet-label {
#p-Ricochet-label {
display: none;
display: none;
}
}


#mw-panel #p-ricochet .body {
#mw-panel #p-Ricochet .body {
margin: 0;
margin: 0;
background: none;
background: none;
}
}


#mw-panel #p-ricochet .body ul {
#mw-panel #p-Ricochet .body ul {
padding: 0;
padding: 0;
display: flex;
display: flex;
Line 78: Line 78:
}
}


#mw-panel #p-ricochet .body li {
#mw-panel #p-Ricochet .body li {
padding: 0;
padding: 0;
font-size: 1rem;
font-size: 1rem;
Line 84: Line 84:
}
}


#mw-panel #p-ricochet a {
#mw-panel #p-Ricochet a {
display: block;
display: block;
padding: .5rem .5rem;
padding: .5rem .5rem;
Line 91: Line 91:
}
}


#mw-panel #p-ricochet a:hover,
#mw-panel #p-Ricochet a:hover,
#mw-panel #p-ricochet a:focus {
#mw-panel #p-Ricochet a:focus {
opacity: .75;
opacity: .75;
text-decoration: none;
text-decoration: none;