Quote:
Originally Posted by Stratis
Same problem as the first post, no lines.
2 days I am searching and unfortunately can not find a fix.
This is the first time that I installed this ibProArcade in vb4.2.0
Can some one please shows me the correct direction.
Thanks for any help. 
|
Hello, Stratis!
Here is the CSS I use to add some style to that page...create a new plugin as follows:
Product: ibProArcade for vBulletin
Hook Location: parse_templates
Title: Arcade CSS
Execution Order: 5
Plugin PHP Code:
PHP Code:
if (THIS_SCRIPT === 'arcade' OR strpos($_SERVER['REQUEST_URI'], 'arcade'))
{
$template_hook['headinclude_css'] .= '<style>.blockbody a {color: #0000FF !important;} .blockbody a:hover {color: #0000FF !important;} .tborder tr {border: 1px solid #CCCCCC;} .tborder tr td {padding: 5px;} .row1 tr {background: #CCCCFF; box-shadow: 2px 2px 2px rgba(0,0,0,.75)} .row1 tr tr {background: #FFAAAA linear-gradient(to right, #ffb0b0, #ffd0d0, #ffb0b0); box-shadow: none;} .row1 td {padding: 5px;} .tcat {padding: 5px; background: #00A000 linear-gradient(to right, #00A000, #00E000, #00A000); color: #FFFF00; white-space: nowrap; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);} .alt2 {border: 1px solid #CCCCCC;}</style>';
}
Plugin is Active: Yes