Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Background Color Details »»
Background Color
Version: , by kimmerz kimmerz is offline
Developer Last Online: Oct 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 10-04-2010 Last Update: Never Installs: 0
 
No support by the author.

Love the addon .

I managed to install the add on as well as fix the scoring issue with no troubles! Much thanks to Hippie on this forum for all his tips.

The background of the arcade is light making it hard to see in my style. Is there an easy way to change this for a novice?

Here's a screenshot of how it appears. Much thanks

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 10-04-2010, 07:57 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

replace whats in your arcade.css with this
Code:
.tborder {
background-color:{vb:stylevar doc_backgroundColor};
         border: 1px solid #c4c4c4;
    font-size: {vb:stylevar font-size};
}
.tcat {
    font:{vb:stylevar blockhead_font};
    color:{vb:stylevar blockhead_color};
         background:{vb:stylevar blockhead_background};
    padding:{vb:stylevar blockhead_padding};
    border:{vb:stylevar blockhead_border};
    -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
    -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
    -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
.tcat a:link, .tcat_alink
{
    color: {vb:stylevar forumhead_color};
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
    color: {vb:stylevar forumhead_color};
    text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
    color: #FFFF66;
    text-decoration: underline;
}
.alt1, .alt1Active
{
    background:{vb:stylevar formrow_background.backgroundColor};
         color: {vb:stylevar blocksubhead_color};
          //-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
     //-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
     //-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
     //-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
     //-moz-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color};
     //-webkit-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color};
     //margin-bottom: {vb:stylevar padding};
}
.alt2, .alt2Active
{
    background-color:{vb:stylevar content3_background.backgroundColor};
    color: {vb:stylevar blocksubhead_color};
    //-moz-box-shadow: -1px 1px 1px 1px {vb:stylevar forumbits_shadow_color};
    //-webkit-box-shadow: -1px 1px 1px 1px{vb:stylevar forumbits_shadow_color};
    //margin-bottom: {vb:stylevar padding};
}
/* ***** 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; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { 
    padding: 5px;
    font-size: {vb:stylevar font-size};
         border: 1px solid #c4c4c4;
         margin: 0 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

most fixes can be found in this thread ..ibProArcade Fixes
Reply With Quote
  #3  
Old 10-04-2010, 10:51 PM
kimmerz kimmerz is offline
 
Join Date: Feb 2010
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:up: You rock Hippy. Worked like a charm and looks beautiful.
Reply With Quote
  #4  
Old 10-05-2010, 12:19 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

your welcome
never a problem..
enjoy
Reply With Quote
  #5  
Old 10-15-2010, 12:40 AM
The Librarian's Avatar
The Librarian The Librarian is offline
 
Join Date: Dec 2006
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This fixed my background problem (thanks), BUT my background is creamy and the font color used for user info in the arcade is white so I need to change that too.

Can you tell me how to change the font color as well, please?
Reply With Quote
  #6  
Old 10-15-2010, 07:00 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would say reset-fonts.css and changed the legend{color:#000;}
but your using vb3.8

so I am not sure
I looked at your arcade and I really didn't see a problem.. looks great
post me a screenshot of your issue
thanks
Reply With Quote
  #7  
Old 10-25-2010, 03:16 PM
The Librarian's Avatar
The Librarian The Librarian is offline
 
Join Date: Dec 2006
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
I would say reset-fonts.css and changed the legend{color:#000;}
but your using vb3.8

so I am not sure
I looked at your arcade and I really didn't see a problem.. looks great
post me a screenshot of your issue
thanks
You're looking at my current live forum, which is still using vB 3.8. I'm in the process of updating to 4.x so I've got it loaded on my test forum where I can work out the kinks before going live.

There've been several things that have had to be fixed - the arcade included.

I've attached a screenshot of the arcade on the test forum. You should be able to tell that the white font makes viewing of most of the information impossible.

I just need to know which font to change or how to change it specifically for the arcade if possible.

Thanks.
Attached Files
File Type: (21.4 KB, 17 views)
Reply With Quote
  #8  
Old 10-25-2010, 07:10 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do the alt1 and alt2 css change amd the ARCADE template..
see what it looks like .. then try the reset_font.css
Reply With Quote
  #9  
Old 10-30-2010, 11:51 PM
mystiksven mystiksven is offline
 
Join Date: Aug 2010
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Am feeling so stupid but i do not find the arcade.css to fix the color on my dark skin like u suggest above "eplace whats in your arcade.css with this..."

Reply With Quote
  #10  
Old 10-31-2010, 12:02 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

admincp .. styles & templates scroll down to css templates dubble clikc it .. when it opens scroll down to ARCADE.css
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04929 seconds
  • Memory Usage 2,322KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete