<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { color: #27221D; }

#wrapper { background: #531924 url("https://www.sjgames.com/ogre/img/big_background.jpg") no-repeat center top; }

/*
VERY IMPORTANT: Do not apply styles to #wrapper unless required, as #wrapper
  is an element styled by the navbar CSS. However, in this case, it is better
  to apply the background to #wrapper rather than BODY, so that if the navbar
  gets a facelift, we won't have to tweak this to compensate. This actually
  follows the core principle better than a strict "no #wrapper styles" rule
  would allow.

If this gets moved from #wrapper to BODY, change "center top" to "center 31px"
  to compensate for the navbar's height.
*/

a:link    { color: #732634; }
a:visited { color: #6E6C64; }
a img     { border: 0px none; }

/*
These two lines put a 1px border around linked images in Ogre News entries, if specified as having nonzero-size HTML borders.
This is necessary to override the global "a img" setting above.
*/

#ogrenews a img[border]     { border: 1px solid; }
#ogrenews a img[border="0"] { border: 0 none; }

.headline {
	margin-top: 0;
	text-align: center;
}

#header { height: 211px; } /* matches the logo's height - IE7 patch */

.firstline { margin-top: 0; }
.title, .subtitle, .sub2title { text-align: center; }
.subtitle, .sub2title { margin-top: -0.5em; }

/*
"ogrenav" class width calculation, stored in case we need it later:

635 image width (5 image links)
 64 margin width (8 x 4 links x 2 sides)
100 padding width (10 x 5 x 2)
===
799 .ogrenav min-width, rounded up to 800px.
*/

.ogrenav {
	background: #732634 url("https://www.sjgames.com/ogre/img/nav/ogrenav.jpg");
	height: 36px;
	text-align: center;
	min-width: 800px;
	padding: 0;
}
.ogrenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ogrenav li { display: inline; }
.ogrenav a {
	display: inline-block;
	height: 36px;
	border: none;
	margin: 0 8px;
	padding: 0 10px;
}
.ogrenav a:hover {
	color: #FFFFCC;
	background-color: #3C0000;
}
.ogrenav li:first-child a { margin-left: 0; }
.ogrenav a.last { margin-right: 0; }
/* :last-child doesn't work with IE7 */

#content {
/*
This is a standard "boxframe" border, copied from the Cthulhu theme:
	border: 5px solid #526852;
	margin: 0 -5px;
*/
	border: none;
	margin: 0;
	overflow: hidden;
	background-color: #cfc6be;
	background-image: url("https://www.sjgames.com/ogre/img/whitetiles.jpg");
}

#leftcol {
	height: 100%;
}

#leftcol ul.photos {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

#leftcol ul.photos li {
	margin: 1em 0;
}

#leftcol .photocaptions {
	font-size: smaller;
	padding: 0 0.5em;
}

/* This is for the credits and purchase info block, to appear to the right of a 300x150 cover image. */

#buyblock {
	min-height: 150px;
	margin-left: 300px;
	padding-left: 1em;
}

/*
This defines a reserved "bug zone" (#bugzone) at the bottom of the left column, 310px tall (height + margin-top).
Bug zone height = (total bug height) + ((1 + number of bugs) * 20px).
Currently, two bugs are defined: a 104x110 "mailing list" bug and a 147x140 "W23" bug.
Hence: (110+140) + (3*20) = 310px tall.
Note that the bugzone is only a spacer to ensure that the bugs don't get placed on top of left column content when the right column is short.  On a long-right page, the bugzone will have no visible effect.
Note that if the bugzone is taller than the page footer, the bottom value for #wrapper must be adjusted accordingly.
*/

#bugzone {
	margin-top: 20px;
}

#bugzone, #leftbugs {
	height: 290px;
	width: 200px;
}

#leftbugs {
	position: relative;
/*	bottom: 310px;
	margin-bottom: -310px; */
	top: 0;
	margin-top: -310px;
	text-align: center;
}

#leftbugs div {
	margin: 20px 0;
}

#decals {
	margin: 1em auto;
}

#decals td {
	vertical-align: center;
	padding: 0 30px;
}

/* For /ogre/products/ and /miniatures/ogre/ support pages (product category lists) */

.cover100 {
	margin: 6px 8px;
	border: none;
}
#gamelist td {
	vertical-align: top;
	text-align: left;
}
#gamelist td:first-child {
	text-align: center;
}
#gamelist td *:first-child {
	margin-top: 0;
}

/* More specific definitions */

.ital { font-style: italic; }

sup, sub {
	vertical-align: baseline;
	font-size: 0.8em;
	top: 0.1em;
	position: relative;
}
sup { top: -0.4em; }

.fl, .fr {
	border: 1px solid black;
}

.sidebox_left, .sidebox_right {
	text-align: center;
	padding: 10px;
	background-color: white;
	border: 2px solid black;
}

.fl, .sidebox_left {
	float: left;
	margin-right: 10px;
}

.fr, .sidebox_right {
	float: right;
	margin-left: 10px;
}

.sidebox_left p, .sidebox_right p { margin-bottom: 0; }

/*
From here down comes from the "caution bar" CSS file.

The next two definitions modify those above to make nice fractions possible. Use them like so:

&lt;span class="frac"&gt;&lt;sup&gt;1&lt;/sup&gt;&amp;frasl;&lt;sub&gt;8&lt;/sub&gt;&lt;/span&gt;
*/

.frac sub, .frac sup { font-size: 0.5em; }
.frac sup { top: -0.7em; margin-left: 0.2em; }

/* Definitions in this block are for the tables in /ogre/miniatures/otherminis.html */

.minislist { max-width: 95%; }
.minislist + p { margin-top: 0; }
table.minislist { margin-bottom: 1em; }

.minislist {
	margin: 0 auto;
	border-spacing: 0;
	border: none;
}
.minislist th, .minislist td {
	text-align: left;
	vertical-align: top;
	padding: 0.1em 0.5em;
}

/* Make all header cells one step larger */
.minislist th { font-size: larger; }

/* Make .quad header cells one MORE step larger */
.quad { font-size: larger; }
.quad th { text-align: center; }
.quad td { font-size: smaller; }

/* Add borders, gutter, and shading with CSS3 */
.minislist tr:nth-child(even) { background-color:#cccccc; }
.quad tr th:nth-child(3), .quad tr td:nth-child(3) { padding-left: 1em; border-left: 1px solid black; }
.quad tr th:nth-child(2), .quad tr td:nth-child(2) { padding-right: 1em; border-right: 1px solid black; }
.minislist tr:nth-child(1) th, .minislist tr:nth-last-child(1) td { border-bottom: 2px solid black; }
.minislist tr td:nth-child(1) { border-left: 2px solid black; }
.minislist tr td:nth-last-child(1) { border-right: 2px solid black; }

/* End of otherminis.html block */
</pre></body></html>