![Twitter](https://static.simpsonswiki.com/images/thumb/0/02/Twittericon.png/90px-Twittericon.png)
![Facebook](https://static.simpsonswiki.com/images/thumb/5/53/Facebookicon.png/90px-Facebookicon.png)
![Discord](https://static.simpsonswiki.com/images/thumb/3/3b/Discordlogo.png/102px-Discordlogo.png)
Snowball IV
<!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>