User:MidasMerge/common.css

From Midas Merge Wiki
Jump to navigation Jump to search

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.
body {
  background-image: url("https://wallpapers.com/images/hd/pastel-cute-background-dufj5clxjx5oa8iv.jpg");
  background-repeat: repeat-y;
  background-attachment: scroll;
  font-family: "Open Sans", sans-serif;
}

body a {
	color: HotPink;
}

body a:visited {
	color: MediumVioletRed;
}

main {
	color: RebeccaPurple;
}

.mw-body {
	background-color: GhostWhite;
}

.mw-message-box, .catlinks, .mw-footer {
	background: #FFF0F5;
	border-color: HotPink;
}

#mw-panel {
	text-align: center;
}

#mw-panel .mw-list-item span {
	color: HotPink;
}

#mw-panel .vector-menu-heading {
	background: MediumVioletRed;
	color: white;
	border-radius: 5px;
}

#mw-panel .vector-menu-content {
	background-color: #FFF0F5;
	text-align: center;
	border-style: solid;
	border-color: MediumVioletRed;
	border-radius: 15px;
}