User:Floquenbeam/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');

.mw-special-Watchlist .mw-rollback-link {
    display: none;
}

.amalthea_userhighlighter_sysop {background-color:transparent !important;}
.amalthea_userhighlighter_sysop:after{content:"🎭" !important;}

/* For demonstrating the fixing of the navigation bar to the top. */
#globalWrapper #p-personal {
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	//padding: 5px;
	border: 1px solid #a7d7f9;
	border-top: 0;
	top: 0px;
        //width: 44%;
        left: auto; right: 0px;
}
 
/* ...and fixing the tabs too */
#globalWrapper #p-cactions {
    z-index: 100;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
}