PDA

View Full Version : [issue]your settings menu


KURTZ
05-14-2008, 05:19 PM
like you can see if someone use a dark skin the words in the 'your settings' menu is hidden ... (check the pic attached)

how we can fix?

TIA

KURTZ
05-18-2008, 09:11 PM
anyone?

yotsume
07-15-2009, 07:34 AM
I have a similar problem. I use the default VB theme but with my own customized color scheme. Some of the text shows poorly because the background of the "Your Settings" page is too dark. This page should be coded to show as nicely as the Leaderboard page displays.

What edits can I do to adjust the colors of the text please?

THANKS!

Gemma
07-15-2009, 11:42 AM
I have a similar problem. I use the default VB theme but with my own customized color scheme. Some of the text shows poorly because the background of the "Your Settings" page is too dark. This page should be coded to show as nicely as the Leaderboard page displays.

What edits can I do to adjust the colors of the text please?

THANKS!



Open your language file and search for

default_cat => "<b>Default Cat?</b><br /><span style=\"color: gray;\">This is the first cat that loads when viewing the arcade.</span>",

and

pm_notification => "<b>Receive Arcade-Notifications ?</b><br /><span style=\"color: gray;\">Your can select if you want to receive messages from the Arcade</span>",

Change gray to your desired colour :)

yotsume
07-15-2009, 05:25 PM
THANKS! That did it! I changed the colors and adjusted some of the wording.

1Unreal
07-17-2009, 08:52 PM
Use this bookmarklet. It can be used on any site

javascript:(function(){var%20newSS,%20styles='*%20 {%20background:%20white%20!%20important;%20color:% 20black%20!important%20}%20:link,%20:link%20*%20{% 20color:%20#0000EE%20!important%20}%20:visited,%20 :visited%20*%20{%20color:%20#551A8B%20!important%2 0}';%20if(document.createStyleSheet)%20{%20documen t.createStyleSheet(%22javascript:'%22+styles+%22'% 22);%20}%20else%20{%20newSS=document.createElement ('link');%20newSS.rel='stylesheet';%20newSS.href=' data:text/css,'+escape(styles);%20document.getElementsByTagN ame(%22head%22)[0].appendChild(newSS);%20}%20})();

yotsume
07-19-2009, 08:03 AM
Use this bookmarklet. It can be used on any site

javascript:(function(){var%20newSS,%20styles='*%20 {%20background:%20white%20!%20important;%20color:% 20black%20!important%20}%20:link,%20:link%20*%20{% 20color:%20#0000EE%20!important%20}%20:visited,%20 :visited%20*%20{%20color:%20#551A8B%20!important%2 0}';%20if(document.createStyleSheet)%20{%20documen t.createStyleSheet(%22javascript:'%22+styles+%22'% 22);%20}%20else%20{%20newSS=document.createElement ('link');%20newSS.rel='stylesheet';%20newSS.href=' data:text/css,'+escape(styles);%20document.getElementsByTagN ame(%22head%22)[0].appendChild(newSS);%20}%20})();


Can be be more vague? Where are we to use this? Care to elaborate please.

THANKS!