Yes look in viewshoutbox.php
IN there is this line
|
Code:
|
<?
if (!isset($stylesheet)) {
$stylesheet="shoutbox.css";
}
?> |
That is where you define what style sheet the shoutbox is to use.
I'm sure you can change that code to look at the current theme's css style instead. The css style sheets that come with the shoutbox are just basic css styles that are pretty much defined in the theme css.
mikem