User:George Orwell III/common.css/usgw.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* usgw.css: U.S. government works
** customized settings dealing with gov't works
** 
** 
*/
/* usei: U.S. executive instruments
** Attempt to reclaim basic heading tags from the wikicode
** for use in section headings of typical orders, proclamations, etc.
** by executive branches of U.S. Gov'ts. Base settings only
*/

h1.usei, h2.usei, h3.usei, h4.usei, h5.usei, h6.usei, h7.usei {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0 0 0 0;
	overflow: hidden;
	padding-top: 0.50em;
	padding-bottom: 0.17em;
	border-bottom: none;
}
hr.usei {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: 0.12em 0 0.12em 0;
}