The Arcive of vBulletin Modifications Site. |
|
[issue]your settings menu Details »»
|
|||||||||||||||||||||||||||
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 Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
anyone?
|
|
#3
|
||||
|
||||
|
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! |
|
#4
|
||||
|
||||
|
Quote:
Open your language file and search for Code:
default_cat => "<b>Default Cat?</b><br /><span style=\"color: gray;\">This is the first cat that loads when viewing the arcade.</span>", Code:
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>",
|
|
#5
|
||||
|
||||
|
THANKS! That did it! I changed the colors and adjusted some of the wording.
|
|
#6
|
|||
|
|||
|
Use this bookmarklet. It can be used on any site
Code:
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%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet(%22javascript:'%22+styles+%22'%22);%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName(%22head%22)[0].appendChild(newSS);%20}%20})();
|
|
#7
|
||||
|
||||
|
Quote:
Can be be more vague? Where are we to use this? Care to elaborate please. THANKS! |
![]() |
|
|