The Arcive of vBulletin Modifications Site. |
|
Ok for some reason, please help Details »»
|
|||||||||||||||||||||||||
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
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
Quote:
ive changed the arcade template... where is the arcade.css located in the cp? |
|
#4
|
||||
|
||||
|
open up your templates and look css open it up and you'll see it
|
|
#5
|
|||
|
|||
|
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 |
|
#6
|
||||
|
||||
|
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 |
|
#7
|
|||
|
|||
|
Quote:
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 |
|
#8
|
||||
|
||||
|
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? |
|
#9
|
|||
|
|||
|
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}; |
|
#10
|
||||
|
||||
|
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 |
![]() |
|
|