Need Shoutbox CSS stylesheet

Zenith

Paragon
Joined
Dec 7, 2008
Messages
1,363
Reaction score
0
FP$
6
I need a better code that matches my forum http://forums.pokechamps.net.tc/

/*
==================================================
| JShoutbox v3 CSS - this is not a final stylesheet|
===================================================

*/.


BODY {
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 11px;
color: #3366FF;
margin:0px 10px 0px 10px;
}

a:link, a:visited, a:active {
text-decoration: underline; color: #000;
}

a:hover { color: #465584; text-decoration:underline }

/** This puts the whole shoutbox in its own container **/

.sb_container {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
width: 700px;
font-size: 1.2em;
text-align: left;
}

/** Position the shoutbox buttons and input box **/

.sbposbuttons {
width: 650px;
text-align:center;
}

/** The actual shouts positioning **/

.shouts_center {
font-weight: normal; font-size: 90%;
padding: 5px 0px 0px 0px;margin: 0px 0px 0px 0px;
}


/* CSS for the shouts text itself */

.shouts {
padding: 0px 0px 0px 30px;
width:90%;
height:80px;
overflow:auto;
overflow-x:hidden;
}

/** Button/submit CSS **/

.sb_buttons {
font-family:tahoma, verdana, arial;
text-align: center;
font-size: 1em;
border: solid 1px #DAD8D8;
border-bottom-color: #DAD8D8;
border-right-color: #DAD8D8;
font-weight: normal;
font-size: 80%;
background: #FFF;
padding: 0 0 0 0em;

}

/** Input boxes **/

.sb_input {
border: solid 1px #DAD8D8;
border-bottom-color: #DAD8D8;
border-right-color: #DAD8D8;
font-weight: normal;
font-size: 80%;
background: #3366FF;
}

/** The background image. This is the "3D" white box. **/
.sb_image {
color: #000;
font-family: Verdana, Helvetica, Sans-Serif;
font-size: 11px; padding: 2px;
height: 120px;
background-image:url(http://jcink.com/jsb_website/sb_2.gif);
background-repeat: no-repeat
}
 
If your board is disabled, can you at least take a screenshot of what the shoutbox looks like using the above stylesheet?

Thanks ~smile~
 
Back
Top Bottom