User:Yahya/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* head 
#mw-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
*/

.menu__item--logout {
	display: none;
	}

/* Visual editor toolbar 
.ve-active .ve-init-mw-desktopArticleTarget {
	margin-top: 4em;
}

.ve-init-mw-desktopArticleTarget > .ve-ui-toolbar > .oo-ui-toolbar-bar {
	position: fixed !important;
	top: 5.714em !important;
	right: -0.004em !important;
	left: 12.647em !important;
}
*/
/* floating desktop/mobile link */
#mw-mf-display-toggle{
	position: fixed;
	width: 47px;
	height: 25px;
	bottom: 3px;
	left: 80px;
	background-color: #2B547E;
	color: white;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 5;
	}
#footer-places-mobileview{
	font-size: 80%;
	position: fixed;
	width: 80px;
	height: 20px;
	bottom: 8px;
	left:80px;
	background-color: #DCDCDC;
	color: white;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 5;
	}
#mobileview{
	position: fixed;
	width: 47px;
	height: 25px;
	bottom: 3px;
	left: 0px;
	background-color: #2B547E;
	color: white;
	border-radius: 20px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 5;
	}

/*
div#bodyContent           { background: #E9E9CB;}
   #content, #content table
     { background: #E9E9CB; }
   
   #wpTextbox1            { background: #E6E6E6;}
*/
/* font size fixing on mobile desktop 
.mw-editfont-serif
 {
 font-size: 18px;
 } */