You can edit almost every page by Creating an account and confirming your email.

User:Handroid7/vector.css

From EverybodyWiki Bios & 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* https://en.everybodywiki.com/User:Handroid7/vector.css */

#mw-head	{position:fixed;}
#mw-head { background-image:linear-gradient(to bottom,#FFFF, #FFF0) ;}
/* Sadly, my favourite MediaWiki skin “Timeless” is not yet installed on EverybodyWiki. */
.vectorTabs .selected		{background: #03b1fc66;}
.vectorTabs li				{background: #03b1fc33;}
.vectorTabs:hover			{background: #000;}
.vectorTabs:hover a:link,
.vectorTabs:hover a:visited {color:#FFF;}

/* Responsive web design */
@media (min-width:1400px) {
  #left-navigation { margin-top:0px; }
  #right-navigation { float:none;position:relative; left:25%;margin-top:0px; }
  #simpleSearch { text-shadow:5px;background-color:#FFFA; }
  #mw-head-base { height: 2.5em; }
}

.mw-editform #wpTextbox1 { 
  height:60vh;
  max-height:1000px;
}