Difference between revisions of "Snowball IV"
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN ht<!-- -->tp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> | |
+ | <html xml:lang=en lang=en xmlns=ht<!-- -->tp://www.w3.org/1999/xhtml> | ||
+ | <head> | ||
+ | <title>Obsidian Forum Community</title> | ||
+ | <meta ht<!-- -->tp-equiv=content-type content=text/html; charset=iso-8859-1 /> | ||
+ | <meta name=copyright content=Copyright 2006 Obsidian Entertainment, Inc. /> | ||
+ | |||
+ | <style type=text/css> | ||
+ | /* | ||
+ | * Obsidian Entertainment, Inc. | ||
+ | * Cascading Style Sheet | ||
+ | * | ||
+ | */ | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * global element styles | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | html { | ||
+ | overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */ | ||
+ | } | ||
+ | |||
+ | body{ | ||
+ | background: #1D1D1D; | ||
+ | color: #CCC; | ||
+ | font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif; | ||
+ | font-size: 11px; | ||
+ | line-height: 135%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; /* required for Opera to have 0 margin */ | ||
+ | text-align: center; /* centers board in MSIE */ | ||
+ | } | ||
+ | |||
+ | table, | ||
+ | tr, | ||
+ | td{ /* required for text in tables, because tables do not inherit from body */ | ||
+ | background-color: transparent; | ||
+ | color: #CCC; | ||
+ | font-size: 11px; | ||
+ | line-height: 135%; | ||
+ | } | ||
+ | |||
+ | table{ /* makes all tables 100% wide */ | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | td, | ||
+ | .divpad{ /* gives all tables faux cellpadding of 5px */ | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | td.nopad{ /* allows some tables to have no padding on the td */ | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | form{ | ||
+ | display: inline; | ||
+ | margin: 0; /* removes mystery form tag gapping */ | ||
+ | padding: 0; /* removes mystery form tag gapping */ | ||
+ | } | ||
+ | |||
+ | img{ | ||
+ | border: 0; /* makes sure linked images do not have a border */ | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * global hyperlink styles | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | a:link, | ||
+ | a:visited, | ||
+ | a:active{ | ||
+ | background: transparent; | ||
+ | color: #DDD; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | a:hover{ | ||
+ | background: transparent; | ||
+ | color: #E3A30A; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * Main wrapper, this controls the overall width of the board in you browser view window. | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | #ipbwrapper{ | ||
+ | margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */ | ||
+ | text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */ | ||
+ | /* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */ | ||
+ | width: 98%; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * styles for pagination links | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | |||
+ | .pagelink, | ||
+ | .pagelinklast, | ||
+ | .pagecurrent, | ||
+ | .minipagelink, | ||
+ | .minipagelinklast | ||
+ | { | ||
+ | background-color: #444; | ||
+ | border: 1px solid #020202; | ||
+ | padding:1px 3px 1px 3px; | ||
+ | color: #DEDEDE; | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | |||
+ | .pagecurrent { | ||
+ | background-color: #999; | ||
+ | } | ||
+ | |||
+ | .pagelink a:active, | ||
+ | .pagelink a:visited, | ||
+ | .pagelink a:link, | ||
+ | .pagelinklast a:active, | ||
+ | .pagelinklast a:visited, | ||
+ | .pagelinklast a:link, | ||
+ | .pagecurrent a:active, | ||
+ | .pagecurrent a:visited, | ||
+ | .pagecurrent a:link, | ||
+ | .minipagelink a:active, | ||
+ | .minipagelink a:visited, | ||
+ | .minipagelink a:link, | ||
+ | .minipagelinklast a:active, | ||
+ | .minipagelinklast a:visited, | ||
+ | .minipagelinklast a:link | ||
+ | { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | /* fake button effect for some links */ | ||
+ | .fauxbutton | ||
+ | { | ||
+ | background: #37405A; | ||
+ | border:1px solid #4C77B6; | ||
+ | color: #BBB; | ||
+ | font-size:10px; | ||
+ | font-weight:bold; | ||
+ | padding:4px; | ||
+ | } | ||
+ | .fauxbutton a:link, | ||
+ | .fauxbutton a:visited, | ||
+ | .fauxbutton a:active | ||
+ | { | ||
+ | color: #BBB; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .forumdesc, | ||
+ | .forumdesc a:link, | ||
+ | .forumdesc a:visited, | ||
+ | .forumdesc a:active, | ||
+ | { | ||
+ | background: transparent; | ||
+ | color: #BBB; | ||
+ | font-size: 10px; | ||
+ | line-height:130%; | ||
+ | margin: 2px 0 0 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | /* =================================================================================== */ | ||
+ | /* =================================================================================== */ | ||
+ | /* =================================================================================== */ | ||
+ | |||
+ | .searchlite { | ||
+ | background-color:#DD0; | ||
+ | color:#F00; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .activeusers{ | ||
+ | background: #000; | ||
+ | border: 1px solid #020202; | ||
+ | color: #BBB; | ||
+ | margin: 0px; | ||
+ | padding: 1px; | ||
+ | } | ||
+ | |||
+ | .activeuserposting a:link, | ||
+ | .activeuserposting a:visited, | ||
+ | .activeuserposting a:active, | ||
+ | .activeuserposting | ||
+ | { | ||
+ | font-style:italic; | ||
+ | text-decoration: none; | ||
+ | border-bottom:1px dotted black; | ||
+ | } | ||
+ | |||
+ | fieldset.search{ | ||
+ | line-height:150%; | ||
+ | padding:6px; | ||
+ | } | ||
+ | |||
+ | label{ | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | img.attach | ||
+ | { | ||
+ | background: #808080 url(style_images/Obsidian/click2enlarge.gif) no-repeat top right; | ||
+ | border:1px solid #808080; | ||
+ | margin: 0 2px 0 0; | ||
+ | padding: 11px 2px 2px 2px; | ||
+ | } | ||
+ | |||
+ | .thumbwrap, | ||
+ | .thumbwrapp, | ||
+ | .fullimagewrap{ | ||
+ | border: 1px solid #072A66; | ||
+ | margin: 2px; | ||
+ | } | ||
+ | |||
+ | .thumbwrapp{ | ||
+ | border: 2px solid #660707; | ||
+ | } | ||
+ | |||
+ | .fullimagewrap{ | ||
+ | background: #202020; | ||
+ | text-align: center; | ||
+ | margin: 5px 0 5px 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .thumbwrap h4, | ||
+ | .thumbwrapp h4{ | ||
+ | background: #DDE6F2; | ||
+ | border: 0 !important; | ||
+ | border-bottom: 1px solid #080808 !important; | ||
+ | color: #080808; | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .thumbwrap p, | ||
+ | .thumbwrapp p{ | ||
+ | background: #464646 !important; | ||
+ | border: 0 !important; | ||
+ | border-top: 1px solid #090909 !important; | ||
+ | margin: 0 !important; | ||
+ | padding: 5px !important; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .thumbwrap p.alt, | ||
+ | .thumbwrapp p.alt{ | ||
+ | background: #313131 !important; | ||
+ | margin: 0 !important; | ||
+ | padding: 5px !important; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .thumbwrapp p.pin{ | ||
+ | background: #EFDFDF !important; | ||
+ | text-align: center !important; | ||
+ | } | ||
+ | |||
+ | .thumbwrap img.galattach, | ||
+ | .thumbwrapp img.galattach{ | ||
+ | background: #FFF url(style_images/Obsidian/img_larger.gif) no-repeat bottom right; | ||
+ | border: 1px solid #072A66; | ||
+ | margin: 5px; | ||
+ | padding: 2px 2px 10px 2px; | ||
+ | } | ||
+ | |||
+ | li.helprow{ | ||
+ | margin: 0 0 10px 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | ul#help{ | ||
+ | padding:0 0 0 15px; | ||
+ | } | ||
+ | |||
+ | .warngood, | ||
+ | .warnbad{ | ||
+ | color: #0B9500; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .warnbad{ | ||
+ | color: #DD0000; | ||
+ | } | ||
+ | |||
+ | #padandcenter { | ||
+ | margin: 0 auto 0 auto; | ||
+ | padding: 14px 0 14px 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #profilename { | ||
+ | font-size:28px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | #photowrap { | ||
+ | padding:6px; | ||
+ | } | ||
+ | |||
+ | #phototitle { | ||
+ | border-bottom:1px solid #000; | ||
+ | font-size:24px; | ||
+ | } | ||
+ | |||
+ | #photoimg { | ||
+ | margin: 15px 0 0 0; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #ucpmenu, | ||
+ | #ucpcontent { | ||
+ | background-color: #191919; | ||
+ | border:1px solid #101010; | ||
+ | line-height:150%; | ||
+ | } | ||
+ | |||
+ | #ucpmenu p { | ||
+ | margin: 0; | ||
+ | padding:2px 5px 6px 9px; | ||
+ | } | ||
+ | |||
+ | #ucpmenu a:link, | ||
+ | #ucpmenu a:active, | ||
+ | #ucpmenu a:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #ucpcontent p { | ||
+ | margin: 0; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | .activeuserstrip { | ||
+ | background: #333; | ||
+ | padding: 6px; | ||
+ | } | ||
+ | |||
+ | /* Topic View elements */ | ||
+ | .signature { font-size: 10px; color: #0D0; line-height:150% } | ||
+ | .postdetails { font-size: 10px } | ||
+ | .postcolor { font-size: 12px; line-height: 160% } | ||
+ | |||
+ | .normalname { font-size: 12px; font-weight: bold; color: #003 } | ||
+ | .normalname a:link, .normalname a:visited, .normalname a:active { font-size: 12px } | ||
+ | .unreg { font-size: 11px; font-weight: bold; color: #900 } | ||
+ | |||
+ | .post1, | ||
+ | .bg1 { | ||
+ | background: #222; | ||
+ | } | ||
+ | |||
+ | .post2, | ||
+ | .bg3 { | ||
+ | background: #333; | ||
+ | } | ||
+ | |||
+ | .row2shaded, | ||
+ | .post1shaded { | ||
+ | background: #603030; | ||
+ | } | ||
+ | .row4shaded, | ||
+ | .post2shaded { | ||
+ | background: #683838; | ||
+ | } | ||
+ | |||
+ | .row1 { background-color: #2D2D2D; color: #CCC; } | ||
+ | .row2 { background-color: #292929; } | ||
+ | .row3 { background-color: #242424} | ||
+ | .row4 { background-color: #292929} | ||
+ | |||
+ | .darkrow1 { background-color: #444; color:#DBDDDB; } | ||
+ | .darkrow2 { background-color: #333; color:#CDCDCD; } | ||
+ | .darkrow3 { background-color: #222; color:#BFBFBF; } | ||
+ | |||
+ | /* tableborders gives the white column / row lines effect */ | ||
+ | .plainborder { border:1px solid #072A66;background-color:#080808} | ||
+ | .tablefill { border:1px solid #111;background-color:#333;padding:6px; } | ||
+ | .tablepad { background-color:#1E1E1E;padding:6px } | ||
+ | .tablebasic { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px } | ||
+ | |||
+ | .wrapmini { float:left;line-height:1.5em;width:25% } | ||
+ | .pagelinks { float:left;line-height:1.2em;width:35% } | ||
+ | |||
+ | |||
+ | .desc { | ||
+ | font-size:10px; | ||
+ | color:#BBB | ||
+ | } | ||
+ | |||
+ | .edit { | ||
+ | font-size: 9px | ||
+ | } | ||
+ | |||
+ | .thin { | ||
+ | border-top:1px solid #111; | ||
+ | border-bottom:1px solid #111 | ||
+ | line-height:150%; | ||
+ | margin:2px 0 2px 0; | ||
+ | padding:6px 0 6px 0; | ||
+ | } | ||
+ | |||
+ | /* =================================================================================== */ | ||
+ | /* =================================================================================== */ | ||
+ | /* =================================================================================== */ | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * calendar styles | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | .calmonths{ | ||
+ | background: #555; | ||
+ | border: 1px solid #131313; | ||
+ | font-size: 18px; | ||
+ | font-weight: bold; | ||
+ | margin: 5px 0 5px 0; | ||
+ | padding: 8px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .weekday{ | ||
+ | font-size: 14px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .calmonths a{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .calday, | ||
+ | .calweekday{ | ||
+ | background: #313131; | ||
+ | color: #666; | ||
+ | font-size: 11px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 4px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .calweekday{ | ||
+ | border-right: 1px solid #AAA; | ||
+ | color: #222; | ||
+ | font-size: 14px; | ||
+ | padding: 6px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .cellblank, | ||
+ | .celldate, | ||
+ | .celltoday, | ||
+ | .mcellblank, | ||
+ | .mcelldate, | ||
+ | .mcelltoday{ | ||
+ | background: #474747; | ||
+ | height: 100px; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | .mcellblank, | ||
+ | .mcelldate, | ||
+ | .mcelltoday{ | ||
+ | height: auto; | ||
+ | } | ||
+ | |||
+ | .cellblank, | ||
+ | .mcellblank{ | ||
+ | background: #333; | ||
+ | } | ||
+ | |||
+ | .celltoday, | ||
+ | .mcelltoday{ | ||
+ | border: 2px solid #FF8004; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * form styles | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | input, | ||
+ | textarea, | ||
+ | select{ | ||
+ | border:1px solid #BBB; | ||
+ | background: #1D1D1D; | ||
+ | color: #AAA; | ||
+ | font-family: verdana, helvetica, sans-serif; | ||
+ | font-size: 11px; | ||
+ | margin: 5px; | ||
+ | padding: 2px; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | select{ | ||
+ | border: 0; | ||
+ | font-family: verdana, helvetica, sans-serif; | ||
+ | font-size: 12px; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | input.button{ | ||
+ | margin: 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | optgroup option{ | ||
+ | font-family: verdana, helvetica, sans-serif; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | |||
+ | .codebuttons{ | ||
+ | font-family: Verdana, Helvetica, Sans-Serif; | ||
+ | font-size: 10px; | ||
+ | vertical-align: middle; | ||
+ | margin:2px; | ||
+ | } | ||
+ | |||
+ | .searchinput, | ||
+ | .button, | ||
+ | .gobutton{ | ||
+ | background: #EEE; | ||
+ | border: 1px solid #111; | ||
+ | color: #000; | ||
+ | font-family: Verdana, Helvetica, Sans-Serif; | ||
+ | font-size: 11px; | ||
+ | padding: 2px; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .button{ | ||
+ | background: #AAA; | ||
+ | } | ||
+ | |||
+ | .gobutton{ | ||
+ | background: transparent; | ||
+ | border: 0; | ||
+ | color: #072A66; | ||
+ | margin: 0; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .radiobutton, | ||
+ | .checkbox, | ||
+ | .helpbox { | ||
+ | border: 0; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * class.formtable | ||
+ | * | ||
+ | * used for tabled forms | ||
+ | * technically tables should not be used for form display | ||
+ | * but, in the case of IPB a table is easier to work with | ||
+ | * for the average webmaster, who has little to no CSS knowledge. | ||
+ | * | ||
+ | */ | ||
+ | |||
+ | .formtable{ | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | .formtable td, | ||
+ | .pformleft, | ||
+ | .pformleftw, | ||
+ | .pformright{ | ||
+ | background:#2B2B2B; | ||
+ | border: 1px solid #141414; | ||
+ | border-bottom: 0; | ||
+ | border-left: 0; | ||
+ | font-weight: bold; | ||
+ | margin: 1px 0 0 0; | ||
+ | padding: 6px; | ||
+ | width: 25%; | ||
+ | } | ||
+ | |||
+ | .formtable td.wider, | ||
+ | .pformleftw, | ||
+ | .pformright{ | ||
+ | width: 40%; | ||
+ | } | ||
+ | |||
+ | .formtable td.formright, | ||
+ | .pformright{ | ||
+ | border-right: 0; | ||
+ | font-weight: normal; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .formtable td.formtitle, | ||
+ | .formsubtitle{ | ||
+ | background: #3A3A3A; | ||
+ | border: 1px solid #9FB9D4; | ||
+ | border-bottom: 0; | ||
+ | border-left: 0; | ||
+ | border-right: 0; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | .formsubtitle{ | ||
+ | border: 0; | ||
+ | color: #BDBDBD; | ||
+ | font-weight: bold; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .formtable td.formstrip{ | ||
+ | background: #DDE8F2; | ||
+ | border: 1px solid #9FB9D4; | ||
+ | border-left: 0; | ||
+ | border-right: 0; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | /* ======================================== */ | ||
+ | /* NEW QUOTE / CODE WRAPPERS */ | ||
+ | /* ======================================== */ | ||
+ | |||
+ | .quotetop | ||
+ | { | ||
+ | color: #DDD; | ||
+ | margin: 8px auto 0px auto; | ||
+ | font-weight:bold; | ||
+ | font-size:10px; | ||
+ | padding: 3px; | ||
+ | background-color:#666; | ||
+ | background-image: url(style_images/Obsidian/css_img_quote.gif); | ||
+ | background-position: right; | ||
+ | background-repeat: no-repeat; | ||
+ | border-left: 1px dotted #000; | ||
+ | border-top: 1px dotted #000; | ||
+ | border-right: 1px dotted #000; | ||
+ | } | ||
+ | .quotemain | ||
+ | { | ||
+ | color: #BBB; | ||
+ | background-color: #505050; | ||
+ | border-left: 1px dotted #000; | ||
+ | border-right: 1px dotted #000; | ||
+ | /*border-top: 1px dotted #000;*/ | ||
+ | border-bottom: 1px dotted #000; | ||
+ | padding: 4px; | ||
+ | margin: 0px auto 8px auto; | ||
+ | } | ||
+ | |||
+ | .codetop, | ||
+ | .sqltop, | ||
+ | .htmltop | ||
+ | { | ||
+ | width:98%; | ||
+ | color: #DDD; | ||
+ | margin: 0px auto 0px auto; | ||
+ | font-weight:bold; | ||
+ | padding: 3px; | ||
+ | background-color:#666; | ||
+ | background-image: url(style_images/Obsidian/css_img_code.gif); | ||
+ | background-position: right; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .codemain, | ||
+ | .sqlmain, | ||
+ | .htmlmain | ||
+ | { | ||
+ | font-family: Courier, Courier New, Verdana, Arial; | ||
+ | color: #BBB; | ||
+ | background-color: #505050; | ||
+ | border: 1px dotted #000; | ||
+ | padding: 2px; | ||
+ | width:98%; | ||
+ | margin: 0px auto 0px auto; | ||
+ | /*overflow: auto; | ||
+ | height: 200px;*/ | ||
+ | } | ||
+ | |||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * old school quote and code styles - backwards compatibility | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | #QUOTE { | ||
+ | white-space:normal; | ||
+ | font-family: Verdana, Arial; | ||
+ | font-size: 11px; | ||
+ | color: #BBB; | ||
+ | background-color: #555; | ||
+ | border: 1px solid #000; | ||
+ | padding-top: 2px; | ||
+ | padding-right: 2px; | ||
+ | padding-bottom: 2px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | |||
+ | #CODE { | ||
+ | white-space:normal; | ||
+ | font-family: Courier, Courier New, Verdana, Arial; | ||
+ | font-size: 11px; | ||
+ | color: #BBB; | ||
+ | background-color: #333; | ||
+ | border: 1px solid #000; | ||
+ | padding-top: 2px; | ||
+ | padding-right: 2px; padding-bottom: 2px; | ||
+ | padding-left: 2px; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * All New Styles | ||
+ | * ======================================== | ||
+ | */ | ||
+ | .cleared{ | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .borderwrap, | ||
+ | .borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */ | ||
+ | background: #050505; | ||
+ | border: 1px solid #072A66; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .borderwrapm{ | ||
+ | margin: 5px; | ||
+ | } | ||
+ | |||
+ | .borderwrap h3, | ||
+ | .maintitle, | ||
+ | .maintitlecollapse{ | ||
+ | background: transparent url(style_images/Obsidian/tile_cat.gif); | ||
+ | color: #FFF; | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 5px 8px 8px 8px; | ||
+ | } | ||
+ | |||
+ | .maintitle p, | ||
+ | .maintitlecollapse p, | ||
+ | .formsubtitle p{ | ||
+ | background: transparent !important; | ||
+ | border: 0 !important; | ||
+ | margin: 0 !important; | ||
+ | padding: 0 !important; | ||
+ | } | ||
+ | |||
+ | .maintitle p.expand, | ||
+ | .maintitle p.goto, | ||
+ | .maintitlecollapse p.expand, | ||
+ | .formsubtitle p.members{ | ||
+ | float: right; | ||
+ | width: auto !important; | ||
+ | } | ||
+ | |||
+ | .maintitle a:link, | ||
+ | .maintitle a:visited, | ||
+ | .maintitlecollapse a:link, | ||
+ | .maintitlecollapse a:visited { | ||
+ | background: transparent; | ||
+ | color: #FFF; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .maintitle a:hover, | ||
+ | .maintitle a:active, | ||
+ | .maintitlecollapse a:hover, | ||
+ | .maintitlecollapse a:active { | ||
+ | background: transparent; | ||
+ | color: #F1F1F1; | ||
+ | } | ||
+ | |||
+ | table th, | ||
+ | .borderwrap table th, | ||
+ | .subtitle, | ||
+ | .subtitlediv, | ||
+ | .postlinksbar { | ||
+ | background: transparent url(style_images/Obsidian/tile_sub.gif); | ||
+ | border-bottom: 1px solid #000; | ||
+ | font-size:10px; | ||
+ | font-weight: bold; | ||
+ | letter-spacing: 1px; | ||
+ | margin: 0; | ||
+ | padding:5px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .subtitlediv{ | ||
+ | border: 1px solid #000; | ||
+ | border-bottom: 1px solid #000; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .borderwrap table th a:link, | ||
+ | .subtitle a:link, | ||
+ | .subtitlediv a:link, | ||
+ | .borderwrap table th a:visited, | ||
+ | .subtitle a:visited, | ||
+ | .subtitlediv a:visited, | ||
+ | .borderwrap table th a:active, | ||
+ | .subtitle a:active, | ||
+ | .subtitlediv a:active { | ||
+ | background: transparent; | ||
+ | color: #CCC; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .borderwrap table th a:hover, | ||
+ | .subtitle a:hover, | ||
+ | .subtitlediv a:hover{ | ||
+ | background: transparent; | ||
+ | color: #E3A30A; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | .borderwrap h4{ | ||
+ | background: #323332; | ||
+ | border: 1px solid #000; | ||
+ | border-bottom: 1px solid #101010; | ||
+ | border-top: 1px solid #101010; | ||
+ | color: #CCC; | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .borderwrap p{ | ||
+ | background: #262626; | ||
+ | border: 1px solid #444; | ||
+ | margin: 5px; | ||
+ | padding: 10px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | td.formbuttonrow, | ||
+ | .borderwrap p.formbuttonrow, | ||
+ | .borderwrap p.formbuttonrow1{ | ||
+ | background: #343434 !important; | ||
+ | border: 1px solid #000; | ||
+ | border-top: 1px solid #111; | ||
+ | margin: 0px !important; | ||
+ | padding: 5px !important; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | td.formbuttonrow{ | ||
+ | border-bottom: 0; | ||
+ | border-left: 0; | ||
+ | border-right: 0; | ||
+ | } | ||
+ | |||
+ | .borderwrap p.formbuttonrow1{ | ||
+ | background: #272727 !important; | ||
+ | border: 0; | ||
+ | border-top: 1px solid #CCC; | ||
+ | } | ||
+ | |||
+ | .bar, | ||
+ | .barb, | ||
+ | .barc{ | ||
+ | background: #343434; | ||
+ | border: 1px solid #000; | ||
+ | } | ||
+ | |||
+ | .barc{ | ||
+ | border-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .bar p, | ||
+ | .barb p, | ||
+ | .barc p{ | ||
+ | background: transparent; | ||
+ | border: 0; | ||
+ | color: #222; | ||
+ | font-size: 11px; | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .barb p{ | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .bar p.over, | ||
+ | .bar p.overs, | ||
+ | .barc p.over, | ||
+ | .barc p.overs{ | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .barb p.over, | ||
+ | .barb p.overs{ | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .bar p.overs, | ||
+ | .barb p.overs, | ||
+ | .barc p.overs{ | ||
+ | position: relative; | ||
+ | top: 5px; | ||
+ | } | ||
+ | |||
+ | .catend{ | ||
+ | background: #313131; | ||
+ | color:#CCC; | ||
+ | font-size: 1px; | ||
+ | height: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .newslink{ | ||
+ | background-color: #363636; | ||
+ | border: 1px solid #040404; | ||
+ | font-size: 10px; | ||
+ | margin: 0; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .newslink td{ | ||
+ | color: #888; | ||
+ | font-size: 10px; | ||
+ | padding: 5px 5px 5px 10px; | ||
+ | } | ||
+ | |||
+ | .newslink span{ | ||
+ | background: transparent; | ||
+ | color: #CCC; | ||
+ | font-style: italic; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | .newslink input{ | ||
+ | background: #FFF; | ||
+ | border: 1px solid #999; | ||
+ | color: #072A66; | ||
+ | font-size: 10px; | ||
+ | padding: 3px; | ||
+ | vertical-align: middle; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .newslink input.button{ | ||
+ | background-color: transparent; | ||
+ | border: 0; | ||
+ | color: #072A66; | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | .fieldwrap{ | ||
+ | background: #282828; | ||
+ | border: 1px solid #000; | ||
+ | border-top: 0; | ||
+ | margin: 5px; | ||
+ | padding: 0; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .fieldwrap h4{ | ||
+ | background: #323232; | ||
+ | border: 1px solid #000; | ||
+ | border-left: 0; | ||
+ | border-right: 0; | ||
+ | color: #DDD; | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .errorwrap, | ||
+ | #pmnotewrap{ | ||
+ | background: #783034; | ||
+ | border: 1px solid #444; | ||
+ | border-top: 0; | ||
+ | margin: 5px; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #pmnotewrap{ | ||
+ | line-height: 135%; | ||
+ | margin: 0 0 5px 0; | ||
+ | } | ||
+ | |||
+ | .errorwrap h4, | ||
+ | #pmnotewrap h4{ | ||
+ | background: transparent; | ||
+ | border: 1px solid #444; | ||
+ | border-left: 0; | ||
+ | border-right: 0; | ||
+ | color: #CCC; | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .errorwrap p, | ||
+ | #pmnotewrap p{ | ||
+ | background: #1D1D1D; | ||
+ | border: 0; | ||
+ | color: #AAA; | ||
+ | margin: 0; | ||
+ | padding: 8px; | ||
+ | } | ||
+ | |||
+ | #pmnotewrap p.pmavatar{ | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #pmnotewrap p.pmnotefoot{ | ||
+ | background: #783034; | ||
+ | border-top: 1px solid #444; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #pmnotewrap a:link, | ||
+ | #pmnotewrap a:visited{ | ||
+ | background: transparent; | ||
+ | color: #CCC; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | #pmnotewrap a:hover, | ||
+ | #pmnotewrap a:active{ | ||
+ | background: transparent; | ||
+ | color: #EFEFEF; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | .ruleswrap{ | ||
+ | background: #F2DDDD; | ||
+ | border: 1px solid #992A2A; | ||
+ | color: #992A2A; | ||
+ | margin: 5px 0 5px 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #redirectwrap{ | ||
+ | background: #333; | ||
+ | border: 1px solid #030303; | ||
+ | margin: 200px auto 0 auto; | ||
+ | text-align: left; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | #redirectwrap h4{ | ||
+ | background: #444; | ||
+ | border-bottom: 1px solid #020202; | ||
+ | color: #CCC; | ||
+ | font-size: 14px; | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #redirectwrap p{ | ||
+ | margin: 0; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #redirectwrap p.redirectfoot{ | ||
+ | background: #444; | ||
+ | border-top: 1px solid #020202; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #gfooter{ | ||
+ | background: #8394B2; | ||
+ | margin: 5px 0 5px 0; | ||
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #gfooter td{ | ||
+ | color: #FFF; | ||
+ | font-size: 10px; | ||
+ | padding: 4px; | ||
+ | } | ||
+ | |||
+ | #gfooter a:link, | ||
+ | #gfooter a:visited{ | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #logostrip{ | ||
+ | background: #1D1D1D url(style_images/Obsidian/tile_back.gif); | ||
+ | height: 70px; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #logographic{ | ||
+ | background: transparent url(style_images/Obsidian/logo4.gif) no-repeat left; | ||
+ | cursor: pointer; | ||
+ | height: 70px; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #submenu{ | ||
+ | background-color: #333; | ||
+ | border-bottom: 0px solid #020202; | ||
+ | border-left: 1px solid #020202; | ||
+ | border-right: 1px solid #020202; | ||
+ | border-top: 1px solid #020202; | ||
+ | color: #CCC; | ||
+ | font-size: 11px; | ||
+ | font-weight: normal; | ||
+ | margin: 0px; | ||
+ | padding: 5px 0px 5px 0px; | ||
+ | } | ||
+ | |||
+ | #submenu a:link, | ||
+ | #submenu a:visited, | ||
+ | #submenu a:active{ | ||
+ | background-color: transparent; | ||
+ | color: #EDEDED; | ||
+ | font-weight: normal; | ||
+ | font-size: 11px; | ||
+ | margin: 0px; | ||
+ | padding: 3px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #submenu a:hover{ | ||
+ | color: #E3A30A; | ||
+ | font-weight: normal; | ||
+ | font-size: 11px; | ||
+ | margin: 0px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #userlinks, | ||
+ | #userlinksguest { | ||
+ | background: #404040; | ||
+ | border: 1px solid #030303; | ||
+ | margin: 5px 0 5px 0; | ||
+ | padding: 0 5px 0 5px; | ||
+ | } | ||
+ | |||
+ | #userlinksguest { | ||
+ | background: #783034; | ||
+ | } | ||
+ | |||
+ | #userlinks td{ | ||
+ | color: #222; | ||
+ | font-size: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #userlinksguest a:hover{ | ||
+ | background-color: transparent; | ||
+ | color: #DE4704; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | #submenu p, | ||
+ | #userlinks p, | ||
+ | #userlinksguest p{ | ||
+ | background: transparent !important; | ||
+ | border: 0 !important; | ||
+ | font-size: 10px; | ||
+ | font-weight: bold; | ||
+ | letter-spacing: 1px; | ||
+ | margin: 0 !important; | ||
+ | padding: 7px 0 7px 0; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | #userlinks p, | ||
+ | #userlinksguest p{ | ||
+ | font-weight: normal; | ||
+ | letter-spacing: 0; | ||
+ | } | ||
+ | |||
+ | #submenu p.home, | ||
+ | #userlinks p.home, | ||
+ | #userlinksguest p.home{ | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #userlinksguest p.pcen{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #submenu a:link, | ||
+ | #submenu a:visited{ | ||
+ | background: transparent; | ||
+ | color: #EDEDED; | ||
+ | font-weight: normal; | ||
+ | font-size: 11px; | ||
+ | padding: 0 6px 0 6px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #navstrip{ | ||
+ | background-color: #1D1D1D; | ||
+ | color: #999; | ||
+ | font-size: 9px; | ||
+ | padding: 8px 0px 8px 6px; | ||
+ | } | ||
+ | |||
+ | #navstrip a:link, | ||
+ | #navstrip a:visited, | ||
+ | #navstrip a:active{ | ||
+ | background-color: transparent; | ||
+ | color: #AAA; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #navstrip a:hover{ | ||
+ | background-color: transparent; | ||
+ | color: #E3A30A; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .toplinks{ | ||
+ | background-color: transparent; | ||
+ | color: #DEDEDE; | ||
+ | margin: 0px; | ||
+ | padding: 0px 0px 5px 0px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | .toplinks span{ | ||
+ | background-color: #444; | ||
+ | border-bottom: 0px solid #030303; | ||
+ | border-left: 1px solid #030303; | ||
+ | border-right: 1px solid #030303; | ||
+ | border-top: 1px solid #030303; | ||
+ | color: #EDEDED; | ||
+ | font-size: 10px; | ||
+ | margin-right: 10px; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .copyright{ | ||
+ | font-family: Verdana, Tahoma, Arial, Sans-Serif; | ||
+ | font-size: 9px; | ||
+ | line-height: 12px; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | * ======================================== | ||
+ | * print page styles | ||
+ | * ======================================== | ||
+ | */ | ||
+ | |||
+ | #print{ | ||
+ | margin: 20px auto 20px auto; | ||
+ | padding: 0; | ||
+ | text-align: left; | ||
+ | width: 85%; | ||
+ | } | ||
+ | |||
+ | #print h1, | ||
+ | #print h2, | ||
+ | #print h3, | ||
+ | #print h4, | ||
+ | #print p{ | ||
+ | color: #036; | ||
+ | font-size: 18px; | ||
+ | font-weight: bold; | ||
+ | margin: 0; | ||
+ | padding: 8px; | ||
+ | } | ||
+ | |||
+ | #print h2, | ||
+ | #print h3, | ||
+ | #print p{ | ||
+ | border-bottom: 1px solid #999; | ||
+ | font-size: 11px; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | #print h3{ | ||
+ | background: #F5F5F5; | ||
+ | font-size: 12px; | ||
+ | font-weight: bold; | ||
+ | margin: 0 0 10px 0; | ||
+ | } | ||
+ | |||
+ | #print h4{ | ||
+ | background: #292929; | ||
+ | font-size: 11px; | ||
+ | } | ||
+ | |||
+ | #print p{ | ||
+ | margin: 0 0 5px 0; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | #print p.printcopy{ | ||
+ | border: 0; | ||
+ | color: #000; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* ======================================== */ | ||
+ | /* PM Notification inline window | ||
+ | /* ======================================== */ | ||
+ | |||
+ | #pmnotifywrap | ||
+ | { | ||
+ | border: 1px solid #CE0000; | ||
+ | background: #5D5959; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pmnotifytop, | ||
+ | .pmnotifytop a:link, | ||
+ | .pmnotifytop a:visited, | ||
+ | .pmnotifytop a:active | ||
+ | { | ||
+ | font-weight: bold; | ||
+ | color: #FFF; | ||
+ | background:#CE0000; | ||
+ | padding: 6px 5px 2px 5px; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* ======================================== */ | ||
+ | /* BOARD HEADER STYLES */ | ||
+ | /* ======================================== */ | ||
+ | #logostripinner{ | ||
+ | background-color: transparent; | ||
+ | background-image: url(style_images/Obsidian/logobg.gif); | ||
+ | background-position: right; | ||
+ | background-repeat: no-repeat; | ||
+ | height: 70px; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | /* ======================================== */ | ||
+ | /* BOARDS VIEW STUFF */ | ||
+ | /* ======================================== */ | ||
+ | |||
+ | |||
+ | .tableborder{ | ||
+ | border: 1px solid #072A66; | ||
+ | background-color: #000; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | /* Main table top (dark blue gradient by default) */ | ||
+ | |||
+ | |||
+ | .titlemedium{ | ||
+ | background-color: transparent; | ||
+ | background-image: url(style_images/Obsidian/tile_sub.gif); | ||
+ | color: #FFF; | ||
+ | font-weight: bold; | ||
+ | margin: 0px; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | .titlemedium a:link, | ||
+ | .titlemedium a:visited, | ||
+ | .titlemedium a:active{ | ||
+ | background-color: transparent; | ||
+ | color: #888; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .titlemedium a:hover | ||
+ | { | ||
+ | background-color: transparent; | ||
+ | color: #E3A30A; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .pformstrip{ | ||
+ | background-color: #454545; | ||
+ | color: #AAA; | ||
+ | font-weight: bold; | ||
+ | margin-top: 1px; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | legend { color:#DBDBDB; } | ||
+ | |||
+ | option.cat { font-weight:bold; } | ||
+ | option.sub { font-weight:bold;color:#555 } | ||
+ | .caldate { text-align:right;font-weight:bold;font-size:11px;color:#777;background-color:#353535;padding:4px;margin:0px } | ||
+ | |||
+ | .caldateweek | ||
+ | { | ||
+ | text-align:center; | ||
+ | font-weight:bold; | ||
+ | font-size:14px; | ||
+ | color:#CCC; | ||
+ | background-color:#363636; | ||
+ | padding:6px; | ||
+ | margin:0px; | ||
+ | border-right:1px solid #AAA; | ||
+ | } | ||
+ | |||
+ | |||
+ | #calendarname { font-size:20px; font-weight:bold; } | ||
+ | |||
+ | |||
+ | .codebuttons { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle } | ||
+ | |||
+ | .orange { color:#F90;font-weight:bold } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id=ipbwrapper> | ||
+ | <script type=text/javascript> | ||
+ | <!-- | ||
+ | var ipb_var_st = ; | ||
+ | var ipb_lang_tpl_q1 = Please enter a page number to jump to between 1 and; | ||
+ | var ipb_var_s = 3e35fb860941a096c77e72d5b6707a3a; | ||
+ | var ipb_var_phpext = php; | ||
+ | var ipb_var_base_url = ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&; | ||
+ | var ipb_input_f = ; | ||
+ | var ipb_input_t = ; | ||
+ | var ipb_input_p = ; | ||
+ | var ipb_var_cookieid = ; | ||
+ | var ipb_var_cookie_domain = .obsidianent.com; | ||
+ | var ipb_var_cookie_path = /; | ||
+ | //--> | ||
+ | </script> | ||
+ | |||
+ | <table width=100% border=0 cellspacing=0 cellpadding=0> <tr> | ||
+ | |||
+ | <td class=nopad width=99% background=style_images/Obsidian/navSpacer.gif><a href=ht<!-- -->tp://www.obsidianent.com title=Obsidian><img src=style_images/Obsidian/logo.gif width=216 height=62 border=0 alt= /></a></td> | ||
+ | <td class=nopad> | ||
+ | <table width=100% border=0 cellpadding=0 cellspacing=0> | ||
+ | <tr><td class=nopad width=282><img src=style_images/Obsidian/navBarTop.gif width=282 height=41 alt= border=0></td></tr> | ||
+ | <tr><td class=nopad><a href=ht<!-- -->tp://www.obsidianent.com/games.html><img border=0 src=style_images/Obsidian/games.gif width=60 height=21 alt=Games></a><a href=ht<!-- -->tp://www.obsidianent.com/info.html><img border=0 src=style_images/Obsidian/info.gif width=46 height=21 alt=Info /></a><a href=ht<!-- -->tp://www.obsidianent.com/jobs/><img border=0 src=style_images/Obsidian/jobs.gif width=44 height=21 alt=Jobs /></a><a href=ht<!-- -->tp://www.obsidianent.com/contact.html><img border=0 src=style_images/Obsidian/contact.gif width=69 height=21 alt=Contact /></a><a href=ht<!-- -->tp://forums.obsidianent.com/><img border=0 src=style_images/Obsidian/forums.gif width=63 height=21 alt=Forums /></a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | <br /> | ||
+ | |||
+ | <script type=text/javascript src=jscripts/ipb_global.js></script> | ||
+ | <!--IBF.BANNER--> | ||
+ | <!-- IE6/Win TABLE FIX --> | ||
+ | <table width=100% cellpadding=0 cellspacing=0 id=submenu> | ||
+ | <tr> | ||
+ | <td><a href=ht<!-- -->tp://www.obsidianent.com>Obsidian</a> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=boardrules>Forum Guidelines</a></td> | ||
+ | <td align=right><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Help>Help</a><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Search&f=>Search</a><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members>Members</a><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=calendar>Calendar</a><!--IBF.CHATLINK--><!--IBF.TSLLINK--> </td> | ||
+ | |||
+ | </tr> | ||
+ | </table> | ||
+ | <div id=navstrip><img src=style_images/Obsidian/nav.gif border=0 alt=> /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=idx>Obsidian Forum Community</a></div> | ||
+ | <div id=userlinksguest> | ||
+ | <p class=pcen><b>Welcome Guest</b> ( <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Login&CODE=00>Log In</a> | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Reg&CODE=00>Register</a> ) </p> | ||
+ | |||
+ | </div> | ||
+ | <!--IBF.NEWPMBOX--> | ||
+ | <script type=text/javascript src=jscripts/ipb_board.js></script> | ||
+ | <table cellspacing=0 class=newslink> | ||
+ | <tr> | ||
+ | <td><b>Welcome back; your last visit was: <span>Today, 04:01 PM</span></b><!-- IBF.NEWSLINK --></td> | ||
+ | <td align=right valign=middle><form action=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Login&CODE=01&CookieDate=1 method=post> | ||
+ | <input type=text size=20 name=UserName onfocus=this.value= value=User Name /> | ||
+ | <input type=password size=20 name=PassWord onfocus=this.value= value=ibfrules /> | ||
+ | |||
+ | <input class=button type=image src=style_images/Obsidian/login-button.gif /> | ||
+ | </form> </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br /><div class=borderwrap style=display:none id=fc_17> | ||
+ | <div class=maintitlecollapse> | ||
+ | <p class=expand><a href=javascript:togglecategory(17, 0);><img src=style_images/Obsidian/exp_plus.gif border=0 alt=Expand /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=17>Obsidian Entertainment</a></p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class=borderwrap style=display:show id=fo_17> | ||
+ | <div class=maintitle> | ||
+ | <p class=expand><a href=javascript:togglecategory(17, 1);><img src=style_images/Obsidian/exp_minus.gif border=0 alt=Collapse /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=17>Obsidian Entertainment</a></p> | ||
+ | </div> | ||
+ | <table cellspacing=1> | ||
+ | <tr> | ||
+ | <th colspan=2 width=66%>Forum</th> | ||
+ | |||
+ | <th align=center width=7%>Topics</th> | ||
+ | <th align=center width=7%>Replies</th> | ||
+ | <th width=35%>Last Post Info</th> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=3>Obsidian General</a></b><br /><span class=forumdesc>Have a news tip, question, or comment about Obsidian Entertainment? Post it here!<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | |||
+ | <td align=center class=row1>526</td> | ||
+ | <td align=center class=row1>7,851</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44564&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 03:48 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44564&view=getnewpost title=Go to the first unread post: Happy Halloween from the Obsidian Artists!>Happy Halloween from the Ob...</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=15614>Dark_Raven</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | |||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=7>Developers' Corner</a></b><br /><span class=forumdesc>Want to get into the gaming industry? Already in it and have some advice to offer? Discuss aspects of game development in this forum.<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | <td align=center class=row1>246</td> | ||
+ | <td align=center class=row1>4,008</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44255&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 02:01 AM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44255&view=getnewpost title=Go to the first unread post: Programming N00B!11>Programming N00B!11</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=778>@\NightandtheShape/@</a></span></td> | ||
+ | |||
+ | </tr><tr> | ||
+ | <td class=catend colspan=5><!-- no content --></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <br /><div class=borderwrap style=display:none id=fc_40> | ||
+ | <div class=maintitlecollapse> | ||
+ | <p class=expand><a href=javascript:togglecategory(40, 0);><img src=style_images/Obsidian/exp_plus.gif border=0 alt=Expand /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=40>Obsidian Community</a></p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <div class=borderwrap style=display:show id=fo_40> | ||
+ | <div class=maintitle> | ||
+ | <p class=expand><a href=javascript:togglecategory(40, 1);><img src=style_images/Obsidian/exp_minus.gif border=0 alt=Collapse /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=40>Obsidian Community</a></p> | ||
+ | </div> | ||
+ | <table cellspacing=1> | ||
+ | <tr> | ||
+ | <th colspan=2 width=66%>Forum</th> | ||
+ | |||
+ | <th align=center width=7%>Topics</th> | ||
+ | <th align=center width=7%>Replies</th> | ||
+ | <th width=35%>Last Post Info</th> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=41>Computer and Console</a></b><br /><span class=forumdesc> A discussion forum concerning the best and worst single-player games, what they did right, what they did wrong, and what you like to see as a gamer.<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=316>Darque</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=13521>Walsingham</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | |||
+ | <td align=center class=row1>1,947</td> | ||
+ | <td align=center class=row1>105,951</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44560&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 04:00 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44560&view=getnewpost title=Go to the first unread post: Top Ten Scariest Games>Top Ten Scariest Games</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=15614>Dark_Raven</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | |||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=43>Pen-and-Paper Gaming</a></b><br /><span class=forumdesc>A discussion forum concerning experiences in Pen and Paper gaming including system discussions, world discussions, and how RPGs should evolve. | ||
+ | <br /><br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=316>Darque</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=13521>Walsingham</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | <td align=center class=row1>151</td> | ||
+ | <td align=center class=row1>11,810</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44438&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Oct 28 2006, 02:57 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44438&view=getnewpost title=Go to the first unread post: Random generation vs. Careful planning>Random generation vs. Caref...</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=64>Role-Player</a></span></td> | ||
+ | |||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=54>Skeeter's Junkyard</a></b><br /><span class=forumdesc>A place to discuss technology in all of its manifestations. Tech problems, tech trends, news and such.<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11552>LadyCrimson</a></i></span></td> | ||
+ | <td align=center class=row1>134</td> | ||
+ | <td align=center class=row1>2,879</td> | ||
+ | |||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44527&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 02:07 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44527&view=getnewpost title=Go to the first unread post: Firefox 2.0>Firefox 2.0</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=14404>Surreptishus</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=8>Way Off-Topic</a></b><br /><span class=forumdesc>Everything else that doesnt fit into another category within the forums.<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=316>Darque</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=13521>Walsingham</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | |||
+ | <td align=center class=row1>2,709</td> | ||
+ | <td align=center class=row1>134,586</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=33736&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 04:00 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=33736&view=getnewpost title=Go to the first unread post: Good names for KOTOR3>Good names for KOTOR3</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=666>Gorth</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td class=catend colspan=5><!-- no content --></td> | ||
+ | |||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <br /><div class=borderwrap style=display:none id=fc_18> | ||
+ | <div class=maintitlecollapse> | ||
+ | <p class=expand><a href=javascript:togglecategory(18, 0);><img src=style_images/Obsidian/exp_plus.gif border=0 alt=Expand /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=18>Star Wars Knights of the Old Republic II: The Sith Lords</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class=borderwrap style=display:show id=fo_18> | ||
+ | |||
+ | <div class=maintitle> | ||
+ | <p class=expand><a href=javascript:togglecategory(18, 1);><img src=style_images/Obsidian/exp_minus.gif border=0 alt=Collapse /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=18>Star Wars Knights of the Old Republic II: The Sith Lords</a></p> | ||
+ | </div> | ||
+ | <table cellspacing=1> | ||
+ | <tr> | ||
+ | <th colspan=2 width=66%>Forum</th> | ||
+ | <th align=center width=7%>Topics</th> | ||
+ | |||
+ | <th align=center width=7%>Replies</th> | ||
+ | <th width=35%>Last Post Info</th> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=5>General Discussion - KotOR2</a></b><br /><span class=forumdesc>Discuss the sequel to the award-winning <i>Star Wars</i> Knights of the Old Republic here! (SPOILERS WILL BE MOVED!)<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=1458>Lucian</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11552>LadyCrimson</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | |||
+ | <td align=center class=row1>5,938</td> | ||
+ | <td align=center class=row1>154,182</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=43316&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 01:29 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=43316&view=getnewpost title=Go to the first unread post: Most used melee attack>Most used melee attack</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=17463>Accept</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | |||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=33>SPOILERS - KotOR2</a></b><br /><span class=forumdesc>Need a hint? Discuss spoilers about <i>Star Wars</i> Knights of the Old Republic II: The Sith Lords here!<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11552>LadyCrimson</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=1458>Lucian</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | <td align=center class=row1>3,559</td> | ||
+ | <td align=center class=row1>65,820</td> | ||
+ | |||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=42641&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 03:58 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=42641&view=getnewpost title=Go to the first unread post: Wat the hey?!>Wat the hey?!</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11271>Draken</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=46>Star Wars Universe</a></b><br /><span class=forumdesc>A place to discuss the many permeations and possibilities that are not specific to KotoR II<br /><i>Forum Led by: <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11552>LadyCrimson</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=1458>Lucian</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a></i></span></td> | ||
+ | |||
+ | <td align=center class=row1>246</td> | ||
+ | <td align=center class=row1>17,158</td> | ||
+ | <td class=row1 nowrap=nowrap><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44540&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> <span>Today, 03:38 PM<br /><b>In:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44540&view=getnewpost title=Go to the first unread post: lightsaber ,please choose or reply if you view>lightsaber ,please choose o...</a><br /><b>By:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=15812>Sith Lord Urais</a></span></td> | ||
+ | </tr><tr> | ||
+ | <td class=catend colspan=5><!-- no content --></td> | ||
+ | |||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <br /><div class=borderwrap style=display:none id=fc_26> | ||
+ | <div class=maintitlecollapse> | ||
+ | <p class=expand><a href=javascript:togglecategory(26, 0);><img src=style_images/Obsidian/exp_plus.gif border=0 alt=Expand /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=26>Neverwinter Nights 2</a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class=borderwrap style=display:show id=fo_26> | ||
+ | |||
+ | <div class=maintitle> | ||
+ | <p class=expand><a href=javascript:togglecategory(26, 1);><img src=style_images/Obsidian/exp_minus.gif border=0 alt=Collapse /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=26>Neverwinter Nights 2</a></p> | ||
+ | </div> | ||
+ | <table cellspacing=1> | ||
+ | <tr> | ||
+ | <th colspan=2 width=66%>Forum</th> | ||
+ | <th align=center width=7%>Topics</th> | ||
+ | |||
+ | <th align=center width=7%>Replies</th> | ||
+ | <th width=35%>Last Post Info</th> | ||
+ | </tr><!-- Forum 22 entry --> | ||
+ | <tr> | ||
+ | <td align=center class=row2 width=1%><img src=style_images/Obsidian/br_redirect.gif border=0 alt=Redirect /></td> | ||
+ | <td class=row2><b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=22 >Neverwinter Nights 2 Boards</a></b><br /><span class=forumdesc></span></td> | ||
+ | <td align=center class=row1>--</td> | ||
+ | |||
+ | <td align=center class=row1>--</td> | ||
+ | <td class=row1><b>Redirected Hits:</b> 84630</td> | ||
+ | </tr> | ||
+ | <!-- End of Forum 22 entry --><tr> | ||
+ | <td class=catend colspan=5><!-- no content --></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | |||
+ | <br /><!-- Board Stats --> | ||
+ | <div class=toplinks><span><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Login&CODE=06>Delete cookies set by this board</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Login&CODE=05>Mark all posts as read</a></span></div> | ||
+ | <div class=borderwrap style=display:none id=fc_stat> | ||
+ | <div class=maintitle> | ||
+ | <p class=expand><a href=javascript:togglecategory(stat, 0);><img src=style_images/Obsidian/exp_plus.gif border=0 alt=Expand /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> Board Statistics</p> | ||
+ | </div> | ||
+ | <div class=subtitlediv><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=search&CODE=getnew&active=1&lastdate=86400>Todays active topics</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Stats&CODE=leaders>The moderating team</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Stats>Todays top 10 posters</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=10&sort_key=posts&sort_order=desc>Overall top 10 posters</a></div> | ||
+ | |||
+ | <div class=formsubtitle><p class=members>675,491 posts | 14,906 members</p> <p>99 users online</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class=borderwrap style=display:show id=fo_stat> | ||
+ | <div class=maintitle> | ||
+ | <p class=expand><a href=javascript:togglecategory(stat, 1);><img src=style_images/Obsidian/exp_minus.gif border=0 alt=Collapse /></a></p> | ||
+ | <p><img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> Board Statistics</p> | ||
+ | |||
+ | </div> | ||
+ | <table cellspacing=1> | ||
+ | <tr> | ||
+ | <th align=right colspan=2><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=search&CODE=getnew&active=1&lastdate=86400>Todays active topics</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Stats&CODE=leaders>The moderating team</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Stats>Todays top 10 posters</a> · <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=10&sort_key=posts&sort_order=desc>Overall top 10 posters</a> | ||
+ | |||
+ | </th> | ||
+ | </tr><tr> | ||
+ | <td class=pformstrip colspan=2>99 user(s) active in the past 30 minutes</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class=row4 colspan=2> | ||
+ | <b>65</b> guests, <b>32</b> members <b>2</b> anonymous members | ||
+ | <div class=thin><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=17541 title=04:00 PM>Kaiden</a>, | ||
+ | |||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=666 title=04:00 PM>Gorth</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=1658 title=04:00 PM>thepixiesrock</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=16934 title=04:00 PM>Jessica Edge</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11271 title=03:59 PM>Draken</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=573 title=03:59 PM>funcroc</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=14353 title=03:59 PM>Darth Keyan</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=14788 title=03:58 PM>Blank</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=16721 title=03:58 PM>Purgatorio</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=17418 title=03:58 PM>Winterwolf</a>, | ||
+ | |||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=2035 title=03:57 PM>LoneWolf16</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=2836 title=03:56 PM>sesobebo</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=11552 title=03:55 PM><span style=color:#FFAE00>LadyCrimson</span></a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=18277 title=03:55 PM>XoXAlexOxO</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=4899 title=03:55 PM>Kaftan Barlast</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=778 title=03:54 PM>@\NightandtheShape/@</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=18090 title=03:52 PM>Big Bottom</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=1313 title=03:51 PM>legion</a>, | ||
+ | |||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=10842 title=03:51 PM>Solden</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=15055 title=03:50 PM>Lyric Suite</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=8659 title=03:49 PM>The Dark Master</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=12625 title=03:49 PM>Qazplm</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=13098 title=03:47 PM>WinterSun</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=316 title=03:44 PM><span style=color:#FFAE00>Darque</span></a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=18235 title=03:43 PM>tommyboy17</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=15812 title=03:39 PM>Sith Lord Urais</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=240 title=03:38 PM>Briosafreak</a>, | ||
+ | |||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=6070 title=03:38 PM>Hampus</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=1332 title=03:36 PM>TomLutkus</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=13374 title=03:34 PM>Petay</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=2041 title=03:33 PM>Setzer</a>, | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=330 title=03:31 PM>SadExchange</a></div> | ||
+ | <b>Show detailed by:</b> <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Online&CODE=listall&sort_key=click>Last Click</a>, <a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Online&CODE=listall&sort_key=name&sort_order=asc&show_mem=reg>Member Name</a> | ||
+ | |||
+ | </td> | ||
+ | </tr> | ||
+ | <!--IBF.WHOSCHATTING--><tr> | ||
+ | <td class=pformstrip colspan=2>Board Statistics</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td class=row4 align=left>Our members have made a total of <b>675,491</b> posts<br />We have <b>14,906</b> registered members<br />The newest member is <b><a href=ht<!-- -->tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=18289>m00nspell</a></b><br />Most users ever online was <b>1,225</b> on <b>Mar 4 2005, 05:45 PM</b></td> | ||
+ | |||
+ | </tr><tr> | ||
+ | <td class=catend colspan=2><!-- no content --></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <!-- Board Stats --><!-- no content --> | ||
+ | <br /> | ||
+ | <table width=100% cellspacing=0 cellpadding=4 border=0 class=catend> | ||
+ | <tr> | ||
+ | <td width=45% align=left valign=middle> </td> | ||
+ | <td width=10% align=center valign=middle nowrap=nowrap><a style=color:white;font-size:11px;font-weight:bold href=lofiversion/index.php>Lo-Fi Version</a></td> | ||
+ | |||
+ | <td width=45% align=right nowrap=nowrap valign=middle><div style=color:white;font-size:10px>Time is now: 30th October 2006 - 04:01 PM</div></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br /> | ||
+ | |||
+ | <div class=desc align=center> | ||
+ | <a href=ht<!-- -->tp://www.obsidianent.com/>News</a> | | ||
+ | <a href=ht<!-- -->tp://www.obsidianent.com/games.html>Games</a> | | ||
+ | <a href=ht<!-- -->tp://www.obsidianent.com/info.html>Info</a> | | ||
+ | <a href=ht<!-- -->tp://www.obsidianent.com/jobs/index.html>Jobs</a> | | ||
+ | <a href=ht<!-- -->tp://www.obsidianent.com/contact.html>Contact Us</a> | | ||
+ | <a href=ht<!-- -->tp://forums.obsidianent.com/>Forums</a><br /> | ||
+ | |||
+ | Copyright © MMIV Obsidian Entertainment, Inc. All rights reserved. | ||
+ | </div> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 19:10, October 30, 2006
<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> <html xml:lang=en lang=en xmlns=http://www.w3.org/1999/xhtml> <head> <title>Obsidian Forum Community</title> <meta http-equiv=content-type content=text/html; charset=iso-8859-1 /> <meta name=copyright content=Copyright 2006 Obsidian Entertainment, Inc. />
<style type=text/css> /*
* Obsidian Entertainment, Inc. * Cascading Style Sheet * */
/*
* ======================================== * global element styles * ======================================== */
html { overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */ }
body{ background: #1D1D1D; color: #CCC; font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif; font-size: 11px; line-height: 135%; margin: 0px; padding: 0px; /* required for Opera to have 0 margin */ text-align: center; /* centers board in MSIE */ }
table, tr, td{ /* required for text in tables, because tables do not inherit from body */ background-color: transparent; color: #CCC; font-size: 11px; line-height: 135%; }
table{ /* makes all tables 100% wide */ width: 100%; }
td, .divpad{ /* gives all tables faux cellpadding of 5px */ padding: 5px; }
td.nopad{ /* allows some tables to have no padding on the td */ padding: 0; }
form{ display: inline; margin: 0; /* removes mystery form tag gapping */ padding: 0; /* removes mystery form tag gapping */ }
img{ border: 0; /* makes sure linked images do not have a border */ vertical-align: middle; }
/*
* ======================================== * global hyperlink styles * ======================================== */
a:link, a:visited, a:active{ background: transparent; color: #DDD; text-decoration: underline; }
a:hover{ background: transparent; color: #E3A30A; }
/*
* ======================================== * Main wrapper, this controls the overall width of the board in you browser view window. * ======================================== */
- ipbwrapper{
margin: 20px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */ text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */ /* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */ width: 98%; }
/*
* ======================================== * styles for pagination links * ======================================== */
.pagelink, .pagelinklast, .pagecurrent, .minipagelink, .minipagelinklast { background-color: #444; border: 1px solid #020202; padding:1px 3px 1px 3px; color: #DEDEDE; font-weight:normal; }
.pagecurrent { background-color: #999; }
.pagelink a:active, .pagelink a:visited, .pagelink a:link, .pagelinklast a:active, .pagelinklast a:visited, .pagelinklast a:link, .pagecurrent a:active, .pagecurrent a:visited, .pagecurrent a:link, .minipagelink a:active, .minipagelink a:visited, .minipagelink a:link, .minipagelinklast a:active, .minipagelinklast a:visited, .minipagelinklast a:link { text-decoration:none; }
/* fake button effect for some links */ .fauxbutton { background: #37405A; border:1px solid #4C77B6; color: #BBB; font-size:10px; font-weight:bold; padding:4px; } .fauxbutton a:link, .fauxbutton a:visited, .fauxbutton a:active { color: #BBB; text-decoration: none; }
.forumdesc, .forumdesc a:link, .forumdesc a:visited, .forumdesc a:active, { background: transparent; color: #BBB; font-size: 10px; line-height:130%; margin: 2px 0 0 0; padding: 0; }
/* =================================================================================== */ /* =================================================================================== */ /* =================================================================================== */
.searchlite { background-color:#DD0; color:#F00; font-weight:bold; }
.activeusers{ background: #000; border: 1px solid #020202; color: #BBB; margin: 0px; padding: 1px; }
.activeuserposting a:link, .activeuserposting a:visited, .activeuserposting a:active, .activeuserposting { font-style:italic; text-decoration: none; border-bottom:1px dotted black; }
fieldset.search{ line-height:150%; padding:6px; }
label{ cursor:pointer; }
img.attach { background: #808080 url(style_images/Obsidian/click2enlarge.gif) no-repeat top right; border:1px solid #808080; margin: 0 2px 0 0; padding: 11px 2px 2px 2px; }
.thumbwrap, .thumbwrapp, .fullimagewrap{ border: 1px solid #072A66; margin: 2px; }
.thumbwrapp{ border: 2px solid #660707; }
.fullimagewrap{ background: #202020; text-align: center; margin: 5px 0 5px 0; padding: 5px; }
.thumbwrap h4, .thumbwrapp h4{ background: #DDE6F2; border: 0 !important; border-bottom: 1px solid #080808 !important; color: #080808; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; }
.thumbwrap p, .thumbwrapp p{ background: #464646 !important; border: 0 !important; border-top: 1px solid #090909 !important; margin: 0 !important; padding: 5px !important; text-align: left; }
.thumbwrap p.alt, .thumbwrapp p.alt{ background: #313131 !important; margin: 0 !important; padding: 5px !important; text-align: left; }
.thumbwrapp p.pin{ background: #EFDFDF !important; text-align: center !important; }
.thumbwrap img.galattach, .thumbwrapp img.galattach{ background: #FFF url(style_images/Obsidian/img_larger.gif) no-repeat bottom right; border: 1px solid #072A66; margin: 5px; padding: 2px 2px 10px 2px; }
li.helprow{ margin: 0 0 10px 0; padding: 0; }
ul#help{ padding:0 0 0 15px; }
.warngood, .warnbad{ color: #0B9500; font-weight: bold; }
.warnbad{ color: #DD0000; }
- padandcenter {
margin: 0 auto 0 auto; padding: 14px 0 14px 0; text-align: center; }
- profilename {
font-size:28px; font-weight:bold; }
- photowrap {
padding:6px; }
- phototitle {
border-bottom:1px solid #000; font-size:24px; }
- photoimg {
margin: 15px 0 0 0; text-align:center; }
- ucpmenu,
- ucpcontent {
background-color: #191919; border:1px solid #101010; line-height:150%; }
- ucpmenu p {
margin: 0; padding:2px 5px 6px 9px; }
- ucpmenu a:link,
- ucpmenu a:active,
- ucpmenu a:visited {
text-decoration: none; }
- ucpcontent p {
margin: 0; padding: 10px; }
.activeuserstrip { background: #333; padding: 6px; }
/* Topic View elements */ .signature { font-size: 10px; color: #0D0; line-height:150% } .postdetails { font-size: 10px } .postcolor { font-size: 12px; line-height: 160% }
.normalname { font-size: 12px; font-weight: bold; color: #003 } .normalname a:link, .normalname a:visited, .normalname a:active { font-size: 12px } .unreg { font-size: 11px; font-weight: bold; color: #900 }
.post1, .bg1 { background: #222; }
.post2, .bg3 { background: #333; }
.row2shaded, .post1shaded { background: #603030; } .row4shaded, .post2shaded { background: #683838; }
.row1 { background-color: #2D2D2D; color: #CCC; } .row2 { background-color: #292929; } .row3 { background-color: #242424} .row4 { background-color: #292929}
.darkrow1 { background-color: #444; color:#DBDDDB; } .darkrow2 { background-color: #333; color:#CDCDCD; } .darkrow3 { background-color: #222; color:#BFBFBF; }
/* tableborders gives the white column / row lines effect */ .plainborder { border:1px solid #072A66;background-color:#080808} .tablefill { border:1px solid #111;background-color:#333;padding:6px; } .tablepad { background-color:#1E1E1E;padding:6px } .tablebasic { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }
.wrapmini { float:left;line-height:1.5em;width:25% } .pagelinks { float:left;line-height:1.2em;width:35% }
.desc {
font-size:10px;
color:#BBB
}
.edit { font-size: 9px }
.thin { border-top:1px solid #111; border-bottom:1px solid #111 line-height:150%; margin:2px 0 2px 0; padding:6px 0 6px 0; }
/* =================================================================================== */ /* =================================================================================== */ /* =================================================================================== */
/*
* ======================================== * calendar styles * ======================================== */
.calmonths{ background: #555; border: 1px solid #131313; font-size: 18px; font-weight: bold; margin: 5px 0 5px 0; padding: 8px; text-align: center; }
.weekday{ font-size: 14px; font-weight: bold; }
.calmonths a{ text-decoration: none; }
.calday, .calweekday{ background: #313131; color: #666; font-size: 11px; font-weight: bold; margin: 0; padding: 4px; text-align: right; }
.calweekday{ border-right: 1px solid #AAA; color: #222; font-size: 14px; padding: 6px; text-align: center; }
.cellblank, .celldate, .celltoday, .mcellblank, .mcelldate, .mcelltoday{ background: #474747; height: 100px; margin: 0; padding: 0; vertical-align: top; }
.mcellblank, .mcelldate, .mcelltoday{ height: auto; }
.cellblank, .mcellblank{ background: #333; }
.celltoday, .mcelltoday{ border: 2px solid #FF8004; }
/*
* ======================================== * form styles * ======================================== */
input, textarea, select{ border:1px solid #BBB; background: #1D1D1D; color: #AAA; font-family: verdana, helvetica, sans-serif; font-size: 11px; margin: 5px; padding: 2px; vertical-align: middle; }
select{ border: 0; font-family: verdana, helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0; }
input.button{ margin: 0; width: auto; }
optgroup option{ font-family: verdana, helvetica, sans-serif; font-size: 12px; }
.codebuttons{ font-family: Verdana, Helvetica, Sans-Serif; font-size: 10px; vertical-align: middle; margin:2px; }
.searchinput, .button, .gobutton{ background: #EEE; border: 1px solid #111; color: #000; font-family: Verdana, Helvetica, Sans-Serif; font-size: 11px; padding: 2px; vertical-align: middle; }
.button{ background: #AAA; }
.gobutton{ background: transparent; border: 0; color: #072A66; margin: 0; vertical-align: middle; }
.radiobutton, .checkbox, .helpbox { border: 0; vertical-align: middle; }
/*
* class.formtable * * used for tabled forms * technically tables should not be used for form display * but, in the case of IPB a table is easier to work with * for the average webmaster, who has little to no CSS knowledge. * */
.formtable{ background: transparent; }
.formtable td, .pformleft, .pformleftw, .pformright{ background:#2B2B2B; border: 1px solid #141414; border-bottom: 0; border-left: 0; font-weight: bold; margin: 1px 0 0 0; padding: 6px; width: 25%; }
.formtable td.wider, .pformleftw, .pformright{ width: 40%; }
.formtable td.formright, .pformright{ border-right: 0; font-weight: normal; width: auto; }
.formtable td.formtitle, .formsubtitle{ background: #3A3A3A; border: 1px solid #9FB9D4; border-bottom: 0; border-left: 0; border-right: 0; font-weight: normal; }
.formsubtitle{ border: 0; color: #BDBDBD; font-weight: bold; padding: 5px; }
.formtable td.formstrip{ background: #DDE8F2; border: 1px solid #9FB9D4; border-left: 0; border-right: 0; font-weight: normal; }
/* ======================================== */ /* NEW QUOTE / CODE WRAPPERS */ /* ======================================== */
.quotetop { color: #DDD; margin: 8px auto 0px auto; font-weight:bold; font-size:10px; padding: 3px; background-color:#666; background-image: url(style_images/Obsidian/css_img_quote.gif); background-position: right; background-repeat: no-repeat; border-left: 1px dotted #000; border-top: 1px dotted #000; border-right: 1px dotted #000; } .quotemain { color: #BBB; background-color: #505050; border-left: 1px dotted #000; border-right: 1px dotted #000; /*border-top: 1px dotted #000;*/ border-bottom: 1px dotted #000; padding: 4px; margin: 0px auto 8px auto; }
.codetop, .sqltop, .htmltop { width:98%; color: #DDD; margin: 0px auto 0px auto; font-weight:bold; padding: 3px; background-color:#666; background-image: url(style_images/Obsidian/css_img_code.gif); background-position: right; background-repeat: no-repeat; } .codemain, .sqlmain, .htmlmain { font-family: Courier, Courier New, Verdana, Arial; color: #BBB; background-color: #505050; border: 1px dotted #000; padding: 2px; width:98%; margin: 0px auto 0px auto; /*overflow: auto; height: 200px;*/ }
/*
* ======================================== * old school quote and code styles - backwards compatibility * ======================================== */
- QUOTE {
white-space:normal; font-family: Verdana, Arial; font-size: 11px; color: #BBB; background-color: #555; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
- CODE {
white-space:normal; font-family: Courier, Courier New, Verdana, Arial; font-size: 11px; color: #BBB; background-color: #333; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
/*
* ======================================== * All New Styles * ======================================== */
.cleared{ clear: both; }
.borderwrap, .borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */ background: #050505; border: 1px solid #072A66; padding: 0; margin: 0; }
.borderwrapm{ margin: 5px; }
.borderwrap h3, .maintitle, .maintitlecollapse{ background: transparent url(style_images/Obsidian/tile_cat.gif); color: #FFF; font-size: 12px; font-weight: bold; margin: 0; padding: 5px 8px 8px 8px; }
.maintitle p, .maintitlecollapse p, .formsubtitle p{ background: transparent !important; border: 0 !important; margin: 0 !important; padding: 0 !important; }
.maintitle p.expand, .maintitle p.goto, .maintitlecollapse p.expand, .formsubtitle p.members{ float: right; width: auto !important; }
.maintitle a:link, .maintitle a:visited, .maintitlecollapse a:link, .maintitlecollapse a:visited { background: transparent; color: #FFF; text-decoration: none; }
.maintitle a:hover, .maintitle a:active, .maintitlecollapse a:hover, .maintitlecollapse a:active { background: transparent; color: #F1F1F1; }
table th, .borderwrap table th, .subtitle, .subtitlediv, .postlinksbar { background: transparent url(style_images/Obsidian/tile_sub.gif); border-bottom: 1px solid #000; font-size:10px; font-weight: bold; letter-spacing: 1px; margin: 0; padding:5px;
}
.subtitlediv{ border: 1px solid #000; border-bottom: 1px solid #000; text-align: right; }
.borderwrap table th a:link, .subtitle a:link, .subtitlediv a:link, .borderwrap table th a:visited, .subtitle a:visited, .subtitlediv a:visited, .borderwrap table th a:active, .subtitle a:active, .subtitlediv a:active { background: transparent; color: #CCC; text-decoration: none; }
.borderwrap table th a:hover, .subtitle a:hover, .subtitlediv a:hover{ background: transparent; color: #E3A30A; text-decoration: underline; }
.borderwrap h4{ background: #323332; border: 1px solid #000; border-bottom: 1px solid #101010; border-top: 1px solid #101010; color: #CCC; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; }
.borderwrap p{ background: #262626; border: 1px solid #444; margin: 5px; padding: 10px; text-align: left; }
td.formbuttonrow, .borderwrap p.formbuttonrow, .borderwrap p.formbuttonrow1{ background: #343434 !important; border: 1px solid #000; border-top: 1px solid #111; margin: 0px !important; padding: 5px !important; text-align: center; }
td.formbuttonrow{ border-bottom: 0; border-left: 0; border-right: 0; }
.borderwrap p.formbuttonrow1{ background: #272727 !important; border: 0; border-top: 1px solid #CCC; }
.bar, .barb, .barc{ background: #343434; border: 1px solid #000; }
.barc{ border-bottom: 0; }
.bar p, .barb p, .barc p{ background: transparent; border: 0; color: #222; font-size: 11px; margin: 0; padding: 5px; text-align: left; }
.barb p{ text-align: right; }
.bar p.over, .bar p.overs, .barc p.over, .barc p.overs{ float: right; }
.barb p.over, .barb p.overs{ float: left; }
.bar p.overs, .barb p.overs, .barc p.overs{ position: relative; top: 5px; }
.catend{ background: #313131; color:#CCC; font-size: 1px; height: 5px; }
.newslink{
background-color: #363636;
border: 1px solid #040404;
font-size: 10px;
margin: 0;
width: 100%;
}
.newslink td{ color: #888; font-size: 10px; padding: 5px 5px 5px 10px; }
.newslink span{ background: transparent; color: #CCC; font-style: italic; font-weight: normal; }
.newslink input{ background: #FFF; border: 1px solid #999; color: #072A66; font-size: 10px; padding: 3px; vertical-align: middle; width: auto; }
.newslink input.button{ background-color: transparent; border: 0; color: #072A66; vertical-align: middle; }
.fieldwrap{ background: #282828; border: 1px solid #000; border-top: 0; margin: 5px; padding: 0; text-align: left; }
.fieldwrap h4{ background: #323232; border: 1px solid #000; border-left: 0; border-right: 0; color: #DDD; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; }
.errorwrap,
- pmnotewrap{
background: #783034; border: 1px solid #444; border-top: 0; margin: 5px; padding: 0; }
- pmnotewrap{
line-height: 135%; margin: 0 0 5px 0; }
.errorwrap h4,
- pmnotewrap h4{
background: transparent; border: 1px solid #444; border-left: 0; border-right: 0; color: #CCC; font-size: 12px; font-weight: bold; margin: 0; padding: 5px; }
.errorwrap p,
- pmnotewrap p{
background: #1D1D1D; border: 0; color: #AAA; margin: 0; padding: 8px; }
- pmnotewrap p.pmavatar{
float: left; }
- pmnotewrap p.pmnotefoot{
background: #783034; border-top: 1px solid #444; text-align: right; }
- pmnotewrap a:link,
- pmnotewrap a:visited{
background: transparent; color: #CCC; text-decoration: underline; }
- pmnotewrap a:hover,
- pmnotewrap a:active{
background: transparent; color: #EFEFEF; text-decoration: underline; }
.ruleswrap{ background: #F2DDDD; border: 1px solid #992A2A; color: #992A2A; margin: 5px 0 5px 0; padding: 5px; }
- redirectwrap{
background: #333; border: 1px solid #030303; margin: 200px auto 0 auto; text-align: left; width: 500px; }
- redirectwrap h4{
background: #444; border-bottom: 1px solid #020202; color: #CCC; font-size: 14px; margin: 0; padding: 5px; }
- redirectwrap p{
margin: 0; padding: 5px; }
- redirectwrap p.redirectfoot{
background: #444; border-top: 1px solid #020202; text-align: center; }
- gfooter{
background: #8394B2; margin: 5px 0 5px 0; padding: 0; width: 100%; }
- gfooter td{
color: #FFF; font-size: 10px; padding: 4px; }
- gfooter a:link,
- gfooter a:visited{
color: #FFF; }
- logostrip{
background: #1D1D1D url(style_images/Obsidian/tile_back.gif); height: 70px; margin: 0; padding: 0; }
- logographic{
background: transparent url(style_images/Obsidian/logo4.gif) no-repeat left; cursor: pointer; height: 70px; margin: 0; padding: 0; }
- submenu{
background-color: #333; border-bottom: 0px solid #020202; border-left: 1px solid #020202; border-right: 1px solid #020202; border-top: 1px solid #020202; color: #CCC; font-size: 11px; font-weight: normal; margin: 0px; padding: 5px 0px 5px 0px; }
- submenu a:link,
- submenu a:visited,
- submenu a:active{
background-color: transparent; color: #EDEDED; font-weight: normal; font-size: 11px; margin: 0px; padding: 3px; text-decoration: none; }
- submenu a:hover{
color: #E3A30A; font-weight: normal; font-size: 11px; margin: 0px; text-decoration: none; }
- userlinks,
- userlinksguest {
background: #404040; border: 1px solid #030303; margin: 5px 0 5px 0; padding: 0 5px 0 5px; }
- userlinksguest {
background: #783034; }
- userlinks td{
color: #222; font-size: 10px; }
- userlinksguest a:hover{
background-color: transparent; color: #DE4704; text-decoration: underline; }
- submenu p,
- userlinks p,
- userlinksguest p{
background: transparent !important; border: 0 !important; font-size: 10px; font-weight: bold; letter-spacing: 1px; margin: 0 !important; padding: 7px 0 7px 0; text-align: right; }
- userlinks p,
- userlinksguest p{
font-weight: normal; letter-spacing: 0; }
- submenu p.home,
- userlinks p.home,
- userlinksguest p.home{
float: left; }
- userlinksguest p.pcen{
text-align: center; }
- submenu a:link,
- submenu a:visited{
background: transparent; color: #EDEDED; font-weight: normal; font-size: 11px; padding: 0 6px 0 6px; text-decoration: none; }
- navstrip{
background-color: #1D1D1D; color: #999; font-size: 9px; padding: 8px 0px 8px 6px; }
- navstrip a:link,
- navstrip a:visited,
- navstrip a:active{
background-color: transparent; color: #AAA; text-decoration: none; }
- navstrip a:hover{
background-color: transparent; color: #E3A30A; text-decoration: none; }
.toplinks{ background-color: transparent; color: #DEDEDE; margin: 0px; padding: 0px 0px 5px 0px; text-align: right; }
.toplinks span{ background-color: #444; border-bottom: 0px solid #030303; border-left: 1px solid #030303; border-right: 1px solid #030303; border-top: 1px solid #030303; color: #EDEDED; font-size: 10px; margin-right: 10px; padding: 5px; }
.copyright{ font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px; }
/*
* ======================================== * print page styles * ======================================== */
- print{
margin: 20px auto 20px auto; padding: 0; text-align: left; width: 85%; }
- print h1,
- print h2,
- print h3,
- print h4,
- print p{
color: #036; font-size: 18px; font-weight: bold; margin: 0; padding: 8px; }
- print h2,
- print h3,
- print p{
border-bottom: 1px solid #999; font-size: 11px; font-weight: normal; }
- print h3{
background: #F5F5F5; font-size: 12px; font-weight: bold; margin: 0 0 10px 0; }
- print h4{
background: #292929; font-size: 11px; }
- print p{
margin: 0 0 5px 0; padding: 10px; }
- print p.printcopy{
border: 0; color: #000; text-align: center; }
/* ======================================== */
/* PM Notification inline window
/* ======================================== */
- pmnotifywrap
{ border: 1px solid #CE0000; background: #5D5959;
}
.pmnotifytop, .pmnotifytop a:link, .pmnotifytop a:visited, .pmnotifytop a:active { font-weight: bold; color: #FFF; background:#CE0000; padding: 6px 5px 2px 5px; font-size: 14px; }
/* ======================================== */ /* BOARD HEADER STYLES */ /* ======================================== */
- logostripinner{
background-color: transparent; background-image: url(style_images/Obsidian/logobg.gif); background-position: right; background-repeat: no-repeat; height: 70px; margin: 0px; padding: 0px; }
/* ======================================== */ /* BOARDS VIEW STUFF */ /* ======================================== */
.tableborder{
border: 1px solid #072A66;
background-color: #000;
padding: 0px;
margin: 0px;
}
/* Main table top (dark blue gradient by default) */
.titlemedium{
background-color: transparent;
background-image: url(style_images/Obsidian/tile_sub.gif);
color: #FFF;
font-weight: bold;
margin: 0px;
padding: 5px;
}
.titlemedium a:link, .titlemedium a:visited, .titlemedium a:active{ background-color: transparent; color: #888; text-decoration: none; }
.titlemedium a:hover { background-color: transparent; color: #E3A30A; text-decoration: none; }
.pformstrip{ background-color: #454545; color: #AAA; font-weight: bold; margin-top: 1px; padding: 5px; }
legend { color:#DBDBDB; }
option.cat { font-weight:bold; } option.sub { font-weight:bold;color:#555 } .caldate { text-align:right;font-weight:bold;font-size:11px;color:#777;background-color:#353535;padding:4px;margin:0px }
.caldateweek { text-align:center; font-weight:bold; font-size:14px; color:#CCC; background-color:#363636; padding:6px; margin:0px; border-right:1px solid #AAA; }
- calendarname { font-size:20px; font-weight:bold; }
.codebuttons { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }
.orange { color:#F90;font-weight:bold }
</style>
</head> <body>
<script type=text/javascript> tp://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&;
var ipb_input_f = ; var ipb_input_t = ; var ipb_input_p = ; var ipb_var_cookieid = ; var ipb_var_cookie_domain = .obsidianent.com; var ipb_var_cookie_path = /; //-->
</script>
<a href=http://www.obsidianent.com title=Obsidian><img src=style_images/Obsidian/logo.gif width=216 height=62 border=0 alt= /></a> |
|
<script type=text/javascript src=jscripts/ipb_global.js></script>
<a href=http://www.obsidianent.com>Obsidian</a> <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=boardrules>Forum Guidelines</a> | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Help>Help</a><a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Search&f=>Search</a><a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members>Members</a><a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=calendar>Calendar</a> |
Welcome Guest ( <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Login&CODE=00>Log In</a> | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Reg&CODE=00>Register</a> )
<script type=text/javascript src=jscripts/ipb_board.js></script>
Welcome back; your last visit was: Today, 04:01 PM | <form action=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Login&CODE=01&CookieDate=1 method=post>
<input type=text size=20 name=UserName onfocus=this.value= value=User Name /> <input type=password size=20 name=PassWord onfocus=this.value= value=ibfrules /> <input class=button type=image src=style_images/Obsidian/login-button.gif /> </form> |
<img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=17>Obsidian Entertainment</a>
Forum | Topics | Replies | Last Post Info | |
---|---|---|---|---|
<img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /> | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=3>Obsidian General</a> Have a news tip, question, or comment about Obsidian Entertainment? Post it here! Forum Led by: <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a> |
526 | 7,851 | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44564&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> Today, 03:48 PM In: <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44564&view=getnewpost title=Go to the first unread post: Happy Halloween from the Obsidian Artists!>Happy Halloween from the Ob...</a> By: <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=15614>Dark_Raven</a> |
<img src=style_images/Obsidian/bf_nonew.gif border=0 alt=No New Posts /> | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=7>Developers' Corner</a> Want to get into the gaming industry? Already in it and have some advice to offer? Discuss aspects of game development in this forum. Forum Led by: <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&act=Members&max_results=30&filter=11&sort_order=asc&sort_key=name&st=0&b=1>Global Moderators</a> |
246 | 4,008 | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44255&view=getlastpost title=Go to the last post><img src=style_images/Obsidian/lastpost.gif border=0 alt=Last Post /></a> Today, 02:01 AM In: <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showtopic=44255&view=getnewpost title=Go to the first unread post: Programming N00B!11>Programming N00B!11</a> By: <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showuser=778>@\NightandtheShape/@</a> |
<img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=40>Obsidian Community</a>
<img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=18>Star Wars Knights of the Old Republic II: The Sith Lords</a>
<img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=26>Neverwinter Nights 2</a>
Forum | Topics | Replies | Last Post Info | |
---|---|---|---|---|
<img src=style_images/Obsidian/br_redirect.gif border=0 alt=Redirect /> | <a href=http://forums.obsidianent.com/index.php?s=3e35fb860941a096c77e72d5b6707a3a&showforum=22 >Neverwinter Nights 2 Boards</a> |
-- | -- | Redirected Hits: 84630 |
<img src=style_images/Obsidian/nav_m.gif border=0 alt=> width=8 height=8 /> Board Statistics
<a style=color:white;font-size:11px;font-weight:bold href=lofiversion/index.php>Lo-Fi Version</a> | Time is now: 30th October 2006 - 04:01 PM |
<a href=http://www.obsidianent.com/>News</a> | <a href=http://www.obsidianent.com/games.html>Games</a> | <a href=http://www.obsidianent.com/info.html>Info</a> | <a href=http://www.obsidianent.com/jobs/index.html>Jobs</a> | <a href=http://www.obsidianent.com/contact.html>Contact Us</a> | <a href=http://forums.obsidianent.com/>Forums</a>
Copyright © MMIV Obsidian Entertainment, Inc. All rights reserved.
</body> </html>