MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
no edit summary
mNo edit summary
No edit summary
Line 128: Line 128:
div#p-logo { display: none; }
div#p-logo { display: none; }
div#mw-panel { top: 0px; }
div#mw-panel { top: 0px; }
body { background-color: #90b6e7; }
div#mw-page-base {
  background-image: -moz-linear-gradient(top,#6e95c6 50%,#90b6e7 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#6e95c6),color-stop(100%,#90b6e7));
  background-image: -webkit-linear-gradient(top,#6e95c6 50%,#90b6e7 100%);
  background-image: linear-gradient(#6e95c6 50%,#90b6e7 100%);
  background-color: #6e95c6;
}

Navigation menu