@charset "UTF-8"; body { font-family: Arial, Helvetica, sans-serif; background-image: url(/images/gridbg_game2.gif); margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000; } .newpage #container { width: 930px; background: #FFFFFF; margin: 0 auto 15px; /* the auto margins (in conjunction with a width) center the page */ border: 10px solid #006600; text-align: left; /* this overrides the text-align: center on the body element. */ overflow:auto; } .newpage #header { position:relative; width: 950px; height:248px; margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */ background-image:url(../images/hedder_hanging.gif); background-repeat:no-repeat; } .newpage #navbox { position:absolute; width:500px; height:30px; left:0; margin-top:68px; padding-top:5px; background-image:url(../images/navline.gif); } .newpage #homebox { position:absolute; width:400px; height:85px; top:4px; right:4px; } .newpage #mainContent table { font-size: inherit; } .newpage #mainContent a { text-decoration: none; font-weight: bold; } .newpage #mainContent a:link, a:visited { color: #FF0000; } .newpage #mainContent a:hover { color: #00FF00; } .newpage #mainContent a:active { color: #0000FF; } .newpage #mainContent h1,h2,h3,h4 { color: #FF0000; } .white { color:#FFFFFF; } .red { color:#FF0000; font-weight: bold; } .redhed { color:#FF0000; font-weight: bold; } .newpage #cut { color: #000000; font-size: 12px; font-weight: bold; } dt { font-weight: bold; } #redline { width: 675px; height: 5px; margin: 5px 0 5px 0; background: #FF0000; } /* Begin CSS Popout Menu */ #menu{ width:100%; float:left; } #menu a{ font:normal 90%/205% arial,helvetica,sans-serif; display:block; white-space:nowrap; margin:0; padding:0 5px; } #menu h3{ font:bold 90%/205% arial,helvetica,sans-serif; visibility:hidden; white-space:nowrap; margin:0; padding:0 5px; } #menu h3{ color:#fff; } #menu a{ background:#9F3; text-decoration:none; } #menu a, #menu a:visited{ color:#000; } #menu a:hover{ color:#C00; background:#9F9; } #menu a:active{ color:#060; background:#ccc; } #menu ul{ list-style:none; margin:0; padding:0; float:left; width:100px; } #menu li{ position:relative; } #menu ul ul{ position:absolute; z-index:500; top:auto; display:none; } #menu ul ul ul{ top:0; left:100%; } /* Begin non-anchor hover selectors */ /* Enter the more specific element (div) selector on non-anchor hovers for IE5.x to comply with the older version of csshover.htc - V1.21.041022. It improves IE's performance speed to use the older file and this method */ div#menu h3:hover{ display:block; } div#menu li:hover{ cursor:pointer; z-index:100; } div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {display:none;} div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {display:block;} /* End of non-anchor hover selectors */ /* Styling for Expand */ #menu a.x, #menu a.x:visited{ font-weight:normal; color:#000; } #menu a.x:hover{ color:#fff; background:#F00; } #menu a.x:active{ color:#060; background:#ccc; } /* End CSS Popout Menu */ /* Tips for sidebar1: 1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly. 2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".newpage #sidebar1 p" rule. */ .newpage #sidebar1 { float: left; width: 217px; } .newpage #sidebar1 h3, .newpage #sidebar1 p, .newpage #sidebar1 img { margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */ margin-right: 10px; margin-top: 10px; margin-bottom:10px; } /* Tips for mainContent: 1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs. 2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. 3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing. 4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur. */ .newpage #mainContent { margin-left: 227px; margin-top:10px; border-left:solid #FF0000 5px; padding-left: 10px; padding-right:10px; } .newpage #comicContent { margin-top:10px; padding-left: 10px; padding-right:10px; } .newpage #mainContent p, .newpage #comicContent p { font-size:16px; } .newpage #fineprint { font-size:12px; margin-bottom:15px; } .newpage #footer { padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DDDDDD; } .newpage #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ } .newpage #footerline { height: 130px; margin-top: 10px; padding-left: 110px; padding-bottom: 0px; text-align: left; font-size: 12px; background-image: url(/images/logo125t.gif); background-repeat: no-repeat; } /* Miscellaneous classes for reuse */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; } .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */ clear:both; height:0; font-size: 1px; line-height: 0px; } /* These are for popup window */ .newpage #blanket { background-color:#111; opacity: 0.65; position:absolute; z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/ top:0px; left:0px; width:100%; } .newpage #popUpDiv { position:absolute; text-align:right; width:580px; height:380px; z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/ } /* Code for collapsible lists */ .outline { list-style: none; } .outline ul { list-style: none; } .outline li { cursor: auto; } .olink { border-style: none; padding-right: 10px; } .oimg { border-style: none; } GHOULASH: The Last Game on Earth