MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 15:
background-repeat: repeat;
}
/* TEST FIXED */
#mw-site-navigation (
position: sticky;
)
/* navigation left sidebar transparent */
#site-navigation.sidebar-chunk {
Line 81 ⟶ 77:
/* Hide Emmy The Robot Fan Wiki words in top right */
a#p-banner.mw-wiki-title.long {
visibility: hidden;
}
/* Hide spacer to the left of search bar */
div#p-logo-text.mw-portlet {
visibility: hidden;
}
Line 343 ⟶ 335:
box-shadow: inset 0 2px 4px 0 rgba( 0, 0, 0, 0.05 );
background: rgba(0.5, 0.5, 0.5, 0.35);
position: fixedstatic;
top: 10;
left: 40;
width: 200px;
border: solid 1px @base70;
}