home *** CD-ROM | disk | FTP | other *** search
- /*
- * Stylesheet for Stackridge CDROM
- * (c) Gerard O'Farrell July 2001
- * Pedantically tweaked by Steve Fairhead February 2002
- * and even more pedantically by Gerard O'Farrell February 2002
- */
-
- /* Basics: */
- body {
- margin-left: 5%;
- margin-right: 5%;
- color: black;
- background-color: rgb( 253,255,215 ); /* cream */
- font-family: Arial, sans-serif;
- }
- h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
- font-family: Arial, sans-serif; /* browser bug workaround */
- }
- ul,ol {
- margin-bottom: 1em;
- }
- li.spaced {
- margin-bottom: 1em;
- }
- li {
- list-style: disc;
- }
- em {
- font-weight: bold;
- font-style: normal;
- }
- pre {
- font-family: monospace; /* browser bug workaround */
- }
-
- /* Links: */
- a:link {
- color: gray;
- background-color: rgb( 253,255,215 ); /* cream */
- text-decoration: none;
- }
- a:visited {
- color: #800080;
- background-color: rgb( 253,255,215 ); /* cream */
- text-decoration: none;
- }
- a:active {
- color: orange;
- background-color: rgb( 253,255,215 ); /* cream */
- text-decoration: none;
- }
- a:hover {
- color: red;
- background-color: rgb( 253,255,215 ); /* cream */
- text-decoration: underline;
- }
-
- /* Headings: */
- h1,h2,h3,h4,h5 {
- color: black;
- background-color: #FFFDE5; /* cream */
- }
- h1 {
- margin-left: 0%;
- text-align: left;
- color: orange;
- font-size: 250%;
- font-weight: bold;
- }
- h2 {
- margin-left: 0%;
- text-align: left;
- color: orange;
- font-size: 150%;
- font-weight: bold;
- }
- h3 {
- margin-left: 0%;
- text-align: left;
- color: black;
- font-size: 80%;
- }
- h4 {
- margin-left: 0%;
- text-align: right;
- color: black;
- font-size: 70%;
- }
- h5 {
- margin-left: 0%;
- text-align: left;
- color: black;
- font-size: 100%;
- }
-
- /* Generic classes: */
- .centred {
- text-align: center;
- vertical-align: middle;
- }
-
- /* Tables: general: */
- table.info1 {
- width: 600 pixels;
- align: center;
- text-align: left;
- vertical-align: top;
- border: thin solid white;
- margin-bottom: 1em;
- }
- table.info2 {
- text-align: left;
- vertical-align: top;
- border: thin solid orange;
- }
- td.index-option {
- text-align: left;
- vertical-align: top;
- color: gray;
- font-size: 150%;
- font-weight: bold;
- }
- td.index-option2 {
- text-align: left;
- vertical-align: top;
- color: gray;
- font-size: 120%;
- font-weight: bold;
- }
-
- td.half-left {
- width: 100%;
- text-align: left;
- vertical-align: top;
- }
- td.half-right {
- width: 100%;
- text-align: right;
- vertical-align: top;
- }
-