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
Ok for some reason, please help Details »»
Ok for some reason, please help
Version: , by lild100 lild100 is offline
Developer Last Online: Nov 2020 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-16-2011 Last Update: Never Installs: 0
 
No support by the author.

Im sure this can be changed very easily but im not to sure how to do it

I have made a print screen, i dunno how o change he colour of the games list.. if you notice its in white so you cannot read the games...

they are there becauase when i highlight with the mouse i can see them and play the games which is great!

So does anyone know how i change the colour of the game lists and most played games...

thanks

Attachment 126736

Show Your Support

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

Comments
  #12  
Old 02-21-2011, 01:47 AM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks again

Thats a lot better, but there are still some words, that are in grey and cannot be seen..

Hes the print screen,, its hard to see the greyish black headings but if you look close you will see them.

Attachment 126830

I have highlighted it with my mouse so its easier for you to see the headings almost matching the background colour

Btw i really appreciate this help,

Thanks

Dan
Attached Files
File Type: (21.4 KB, 2 views)
Reply With Quote
  #13  
Old 02-21-2011, 02:45 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no problem bud

change alt1 and alt2 to this

.alt1, .alt1Active
{
background: #262523;
color: #FFFFFF;
}
.alt2, .alt2Active
{
background: #262523;
color: #FFFFFF;
}

while your at it upload this file replacing your skin_arcade.php
https://vborg.vbsupport.ru/showpost....3&postcount=18

the file is in your arcade/skin/ folder
Reply With Quote
  #14  
Old 02-22-2011, 01:40 AM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
no problem bud

change alt1 and alt2 to this

.alt1, .alt1Active
{
background: #262523;
color: #FFFFFF;
}
.alt2, .alt2Active
{
background: #262523;
color: #FFFFFF;
}

while your at it upload this file replacing your skin_arcade.php
https://vborg.vbsupport.ru/showpost....3&postcount=18

the file is in your arcade/skin/ folder

Hmm i did this m8 but this is the outcome.. its the same.

I did everything you said to.. look here.

Attachment 126867
Reply With Quote
  #15  
Old 02-22-2011, 08:56 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

let me ponder this..
Reply With Quote
  #16  
Old 02-23-2011, 03:48 AM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
let me ponder this..
Ok thanks
Reply With Quote
  #17  
Old 02-23-2011, 06:13 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reset_font.css and change that font color for fieldset (i think it is) first tho make sure it's the color of your font now..
let me know how it goes
Reply With Quote
  #18  
Old 02-24-2011, 06:29 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
reset_font.css and change that font color for fieldset (i think it is) first tho make sure it's the color of your font now..
let me know how it goes

Thanks for the reply

Heres what my reset_font.css shows

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd ,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset ,legend,input,button,textarea,p,blockquote,th,td{m argin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption, cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align: {vb:stylevar left};}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,a cronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,te xtarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99 % arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

I havent edited it yet... any options?
Reply With Quote
  #19  
Old 02-24-2011, 10:04 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

did you fix it ..
the font ther I can see?
Reply With Quote
  #20  
Old 02-24-2011, 10:45 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
did you fix it ..
the font ther I can see?
Thanks,

what font do i edit here to change the links to white on my arcade?
Reply With Quote
  #21  
Old 02-25-2011, 12:25 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that color is set globally.. your whole forum is the same
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 11:26 AM.


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.04542 seconds
  • Memory Usage 2,329KB
  • 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
  • (4)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
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_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