MediaWiki:Vector.css: Difference between revisions

From Celeste Wiki
Content deleted Content added
added CSS by Welp (without user menu)
removed top border radius
Line 164: Line 164:


#mw-panel {
#mw-panel {
border: 1px solid #F7A7D9;
border-right: 1px solid #F7A7D9;
border-bottom: 1px solid #F7A7D9;
left: -12px;
left: -12px;
background-color: rgba(249,208,255,0.77);
background-color: rgba(249,208,255,0.77);
padding-bottom: 15px;
padding-bottom: 15px;
border-top-right-radius: 8px;
/* border-top-right-radius: 8px; */
border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
}
}