vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Ok for some reason, please help (https://vborg.vbsupport.ru/showthread.php?t=258975)

lild100 02-16-2011 02:17 PM

Ok for some reason, please help
 
1 Attachment(s)
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

Hippy 02-16-2011 03:14 PM

replace your arcade.css with the one posted here
https://vborg.vbsupport.ru/showpost....0&postcount=44

in my sig you'll find a thread alot of fixes for the arcade..
enjoy

lild100 02-16-2011 05:42 PM

Quote:

Originally Posted by Hippy (Post 2163232)
replace your arcade.css with the one posted here
https://vborg.vbsupport.ru/showpost....0&postcount=44

in my sig you'll find a thread alot of fixes for the arcade..
enjoy

Thanks so much!

ive changed the arcade template...

where is the arcade.css located in the cp?

Hippy 02-16-2011 09:30 PM

open up your templates and look css open it up and you'll see it

lild100 02-16-2011 11:58 PM

1 Attachment(s)
Quote:

Originally Posted by Hippy (Post 2163388)
open up your templates and look css open it up and you'll see it

Hey you are the man!

One last little thing.. it looks great now, but is there anyway to have a background around it all so it looks a bit more neater.. i.e, a light purple (such as the one in my sites logo or just blue background... this would be great, because as my background is a greyish white its still not the clearest arcade :)

Perhaps you have a template or something i change in the template to add a background color..

Thanks again m8

Dan
Attachment 126749

Hippy 02-17-2011 12:47 PM

did u add this ARCADE template in replace of the original one ?
https://vborg.vbsupport.ru/showthread.php?t=249120
if no do so.
if it don't work send me a link to your site so I can look at it

lild100 02-18-2011 02:29 AM

Quote:

Originally Posted by Hippy (Post 2163567)
did u add this ARCADE template in replace of the original one ?
https://vborg.vbsupport.ru/showthread.php?t=249120
if no do so.
if it don't work send me a link to your site so I can look at it

Check out my Arcade on my site at www.tabletennisdaily.co.uk

You will see what i mean , there is no background... its using the background of my site.. and the colours don't match to well...

Yeah i used the template you gave me..

Dan

Hippy 02-18-2011 12:11 PM

there was a arcade template and a arcade.css template
did you add them both ?

in the arcade.css template what does it says for alt1 and alt2?

lild100 02-20-2011 12:46 PM

Sorry for late reply ive been away... alt 1 and alt 2 say this

I did insert both templates you gave me, the arcade template and the arcade.css

.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};

Hippy 02-20-2011 01:06 PM

try and replace alt1 and alt 2 with this

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

the arcade is pulling your custom css so the formrow_background.backgroundColor is transparent
try the above and see if its any better

lild100 02-21-2011 01:47 AM

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

Hippy 02-21-2011 02:45 AM

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 ;)

lild100 02-22-2011 01:40 AM

1 Attachment(s)
Quote:

Originally Posted by Hippy (Post 2164816)
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

Hippy 02-22-2011 08:56 PM

let me ponder this..

lild100 02-23-2011 03:48 AM

Quote:

Originally Posted by Hippy (Post 2165585)
let me ponder this..

Ok thanks :)

Hippy 02-23-2011 06:13 PM

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

lild100 02-24-2011 06:29 PM

Quote:

Originally Posted by Hippy (Post 2165921)
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?

Hippy 02-24-2011 10:04 PM

did you fix it ..
the font ther I can see?

lild100 02-24-2011 10:45 PM

Quote:

Originally Posted by Hippy (Post 2166522)
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?

Hippy 02-25-2011 12:25 PM

that color is set globally.. your whole forum is the same

lild100 02-26-2011 01:29 AM

Quote:

Originally Posted by Hippy (Post 2166687)
that color is set globally.. your whole forum is the same

O man i dunno lol,,

Can you visit my site please at www.tabletennisdaily.co.uk

you will see how the colours are screwed,, sorry to keep bothering ya. If nothing can be done, not to worry :)

Dan

Hippy 02-26-2011 11:22 AM

the black font is all I see that would be a improvement
in your css template look at legend and change it from #000000
to what ever color you like..

or take a screen shot and put arrows on what you need changed


All times are GMT. The time now is 04:42 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.01299 seconds
  • Memory Usage 1,769KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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