User:ThatSock/common.css

From RationalWiki
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body

{

	font-family: 'Courier New' , Courier, monospace;

	font-weight: normal;

	font-style: normal;

	color: #000000;

}



a:link

{

	text-decoration: none;

	color: #0000FF;

	font-family: 'Courier New' , Courier, monospace;

}



a:hover

{

	text-decoration: underline;

	color: #0000FF;

	font-family: 'Courier New' , Courier, monospace;

}



a:visited

{

	text-decoration: underline;

	color: #7F007F;

	font-family: 'Courier New' , Courier, monospace;

}



a:visited:hover

{

	font-family: 'Courier New' , Courier, monospace;

	text-decoration: underline;

	color: #7F007F;

}



.reference

{

	border-style: solid;

	border-color: #000000;

	border-width: thin;

}



h1

{

	font-family: 'Courier New' , Courier, monospace;

	font-size: xx-large;

	font-weight: bold;

	text-decoration: underline;

	font-style: normal;

}



h2

{

	font-family: 'Courier New' , Courier, monospace;

	font-size: x-large;

	font-weight: bold;

	text-decoration: underline;

	font-style: normal;

}



h3

{

	font-family: 'Courier New' , Courier, monospace;

	font-size: large;

	font-weight: bold;

	text-decoration: underline;

	font-style: normal;

}