vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Ugly white lines (https://vborg.vbsupport.ru/showthread.php?t=184825)

MonkYZ 07-09-2008 02:55 PM

Ugly white lines
 
1 Attachment(s)
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

Quote:

Originally Posted by MrZeropage (Post 1580041)
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

Quote:

Originally Posted by gmatrix (Post 1586842)
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.

PHP Code:

<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,toolbar=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

Quote:

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

1 Attachment(s)
Quote:

Originally Posted by Gemma (Post 1586995)
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:
PHP Code:

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername font-size14pt; }

/* ***** small padding on 'thead' elements ***** */
td.theadth.theaddiv.thead padding4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a text-decorationnone; }
.
pagenav td padding2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shadea.shade:linka.shade:visited color#777777; text-decoration: none; }
a.shade:activea.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-bottom6pxborder-color#333333;}
.fieldset {color#CCCCCC;}, .fieldset td, .fieldset p, .fieldset li { font-size: 11px;}

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


Quote:

Originally Posted by Gemma (Post 1586995)
Can you show me a screenshot?

I'll post screenshots. Pls excuse the fact not all are ibProArcade related. Thx.


All times are GMT. The time now is 12:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01271 seconds
  • Memory Usage 1,783KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete