/* This file controls the look of the Live shoutbox... */ #chatoutput { /*text-align: left;*/ /* Height of the shoutbox*/ height: 250px; /*Uncomment width below*/ /*width: 220px;*/ /* Horizontal Scrollbar Killer */ padding: 6px 8px; /* Borders border: 1px solid #000000; border-width: 1px 1px;*/ border:1px inset #000000; /*font: 11px helvetica, arial, sans-serif;*/ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; background: #FFFFFF; overflow: auto; margin-top: 10px; } #chatoutput span { font-size: 10px; color: #4da1f0; } #chatForm label, #shoutboxAdmin { display: block; margin: 0px 0; /*border: 1px solid #efefef; float: left;*/ } #chatoutput a { font-style: normal; font-weight: bold; color: #c2001b} /* User names with links */ #chatoutput li span a { font-weight: normal; display: inline !important; border-bottom: 1px dotted #007B25} #chatForm input, #chatForm textarea { background: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; width: 254px; border: 1px inset #000000; /*display: block;*/ margin: 0 ; padding: 2px; } #chatForm textarea { width: 254px; height: 44px; border: 1px inset #000000; } #chatForm input#submitchat { width: 60px; margin: 6px 0px 0px 98px; /*margin: 10px auto;*/ border: 0px outset; padding: 2px; background: #D4D0C8; /*float: left;*/ } #chatoutput ul#outputList { background: #FFFFFF; padding: 2; position: static; margin: 0; } #chatoutput ul#outputList li { padding: 4px; margin: 0; color: #333333; background: #FFFFFF; font-size: 10px; list-style: none; /*letter-spacing: 1px;*/ } /* No bullets from Kubrick et al. */ #chatoutput ul#outputList li:before { content: ''; } ul#outputList li:first-line { line-height: 12px; } #lastMessage { padding-bottom: 4px; text-align: center; border-bottom: 2px dotted #666666; } em#responseTime { font-style: normal; display: block; } #chatoutput .wp-smiley { vertical-align: middle; } #wordspew { margin-bottom: 0px; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #CCCCCC; padding-bottom: 0px; }