PDA

View Full Version : Ok for some reason, please help


lild100
02-16-2011, 02:17 PM
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

126736

Hippy
02-16-2011, 03:14 PM
replace your arcade.css with the one posted here
https://vborg.vbsupport.ru/showpost.php?p=2102890&postcount=44

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

lild100
02-16-2011, 05:42 PM
replace your arcade.css with the one posted here
https://vborg.vbsupport.ru/showpost.php?p=2102890&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
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
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
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
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.

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.php?p=2154103&postcount=18

the file is in your arcade/skin/ folder ;)

lild100
02-22-2011, 01:40 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.php?p=2154103&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.

126867

Hippy
02-22-2011, 08:56 PM
let me ponder this..

lild100
02-23-2011, 03:48 AM
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
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
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
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