Log in

View Full Version : Ugly white lines


MonkYZ
07-09-2008, 02:55 PM
Hello there ! First i would like to thank you for this great mod ! It's perfect !

Seccond, can you please tell me how to change the colour of the bars in the screenshot ? They are white, and don't match at all with my forum. Also, there is a search and some droplist that are still white... can you help me change them ?

Thank you in advance !

MonkYZ
07-13-2008, 09:35 PM
Nobody knows how are they called in CSS or how can i modify their colour ?

MrZeropage
07-20-2008, 06:46 PM
check the skinfile in /arcade/skins/

MonkYZ
07-27-2008, 09:13 PM
check the skinfile in /arcade/skins/

Thx, but there are only 3 .php files... no .css, no templates. I thought it's using some vBulletin style name...

gmatrix
07-29-2008, 06:24 PM
They use the main vbulletin stylesheet. Head into Admin Control Panel > Style Manager > Main CSS and check your colors in:

<td>, <th>, <p>, <li>
Category Strips
First Alternating Color
Second Alternating Color

Careful what you change though as these will have affects across your whole board.

MonkYZ
07-29-2008, 09:25 PM
They use the main vbulletin stylesheet. Head into Admin Control Panel > Style Manager > Main CSS and check your colors in:

<td>, <th>, <p>, <li>
Category Strips
First Alternating Color
Second Alternating Color

Careful what you change though as these will have affects across your whole board.

Hi gmatrix ! Sorry, but i've tried all of the above... and none of them changed those ugly white lines... So i suppose there must be something else. I just hope somebody will figure out what...

Gemma
07-29-2008, 10:00 PM
Those lines are created by the <fieldset> function I don't think you can alter there colour, if you open your skin_Arcade.php file, here is the coded are for that section if you wish to play around with it.

<td class="alt1">
<fieldset>
<legend><b>{$ibforums->lang['gamebox_options']}</b></legend>
<br />
<a href="arcade.php?$session[sessionurl]do=play&amp;gameid={$entry['gid']}"><img src="arcade/images/{$entry['gname']}1.gif" height="50" width="50" title="{$entry['gwords']}{$entry['filesize']}" hspace="5" vspace ="1" style="border:0px #0069bb dashed;float:right;" alt="" /></a><span class="smallfont">
$newgame <a href="arcade.php?$session[sessionurl]do=play&amp;gameid={$entry['gid']}">{$ibforums->lang['gamebox_startgame']}</a><br />
<!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&amp;gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=no,too lbar=no,status=no');">{$ibforums->lang['gamebox_playpopup']}</a><br />

<br /><a href="arcade.php?$session[sessionurl]do=stats&amp;gameid={$entry['gid']}">{$ibforums->lang['gamebox_showhigh']}</a><br />
{$entry['gtitle']}
<!--<div align="right" class="smallfont">{$entry['cost']}{$entry['jackpot']}</div>-->
</span>
</fieldset>

{$entry['ibprostyle_info1']}
{$entry['cost_info']}
{$entry['jackpot_info']}
{$entry['ibprostyle_info2']}

<fieldset>
<legend><b>{$ibforums->lang['gamebox_bestever']}</b></legend>
<center><span class="smallfont">
{$top['name']}
<br />
{$top['score']}</span></center>
</fieldset>

<fieldset>
<legend><b>{$ibforums->lang['gamebox_actchamp']}</b></legend>
<center>
<span class="smallfont">
{$actualtop['name']}
<br />
{$actualtop['score']}</span>
</center>
</fieldset>

<fieldset>
<legend><b>{$ibforums->lang['gamebox_persbest']}</b></legend>
<center><span class="smallfont">
{$ibforums->lang['your_high']}<b>{$pbest}</b>{$ibforums->lang['gamebox_persbest_p']}</span></center>
</fieldset>

<fieldset>
<legend><b>{$ibforums->lang['gamebox_stats']}</b></legend>
<center><span class="smallfont">
{$ibforums->lang['times_played']}<b>{$entry['gcount']}</b>
<br />
{$ibforums->lang['time_played']}<b>{$entry['gtime']}</b>
<br />
</span></center>
</fieldset>

<fieldset>
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>

</td></tr></table>
</td></tr></table>
</td>

Also, there is a search and some droplist that are still white... can you help me change them ?

Can you show me a screenshot?

MonkYZ
07-29-2008, 10:26 PM
Those lines are created by the <fieldset> function I don't think you can alter there colour, if you open your skin_Arcade.php file, here is the coded are for that section if you wish to play around with it.
The strange thing is that i have some custom <fieldset> values in my CSS, but it works only on my vBulletin style, while Arcade is ignoring them or something. Here is what i have in Additional CSS Definitions:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; border-color: #333333;}
.fieldset {color: #CCCCCC;}, .fieldset td, .fieldset p, .fieldset li { font-size: 11px;}

SELECT {border-color : #080808;
color : #FFFFFF;
background-color : #080808;
}

Can you show me a screenshot?
I'll post screenshots. Pls excuse the fact not all are ibProArcade related. Thx.