MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content deleted Content added
No edit summary
No edit summary
Line 15: Line 15:
background-repeat: repeat;
background-repeat: repeat;
}
}
/* TEST FIXED */
#mw-site-navigation (
position: sticky;
)
/* navigation left sidebar transparent */
/* navigation left sidebar transparent */
#site-navigation.sidebar-chunk {
#site-navigation.sidebar-chunk {
Line 81: Line 77:
/* Hide Emmy The Robot Fan Wiki words in top right */
/* Hide Emmy The Robot Fan Wiki words in top right */
a#p-banner.mw-wiki-title.long {
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;
visibility: hidden;
}
}
Line 343: Line 335:
box-shadow: inset 0 2px 4px 0 rgba( 0, 0, 0, 0.05 );
box-shadow: inset 0 2px 4px 0 rgba( 0, 0, 0, 0.05 );
background: rgba(0.5, 0.5, 0.5, 0.35);
background: rgba(0.5, 0.5, 0.5, 0.35);
position: fixed;
position: static;
top: 10;
left: 40;
width: 200px;
border: solid 1px @base70;
border: solid 1px @base70;
}
}