User:QuinnBinn/common.css

From Deadlock 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.
.TestHover:hover {
	transform: scale(1.9);
	z-index: 2;
}

#content h1 {
	color: #FFF0D6;
	font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold;
	text-shadow: 0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black;
}

#p-navigation .pBody{
	color: #FFEFD7;
}

body{
	background-image: linear-gradient(#FFF0D8, #FFDAA3);
}

a:link{
	color: #FFEFD7;
}