vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - BP-Brown [Bluepearl-Skins.com] (https://vborg.vbsupport.ru/showthread.php?t=231600)

c0rpz0r 12-30-2009 05:14 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Same here, users cant see what they are typing!
How to fix it? for the rest: Great skin!! super!

CBo 12-30-2009 05:22 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Quote:

Originally Posted by c0rpz0r (Post 1942704)
Same here, users cant see what they are typing!
How to fix it? for the rest: Great skin!! super!

Same problem here, but only with Internet Explorer. with other browsers the problem isn't there. I tried to modify the background color with style var, but this doesn't change anything.

Sean James 12-30-2009 06:45 PM

Quote:

Originally Posted by Loramore (Post 1942520)
Is there a way to change the color of the text as it is inputted into the message box? It is currently set as white as is the background of the text box (see first attachment below). The second attachment shows the highlighted text I had typed to make it visible using "ctrl-a" to select all of it.

Thanks for letting me know about this, i will try and find a fix asap.

Unfortunately unlike vBulletin 3 where u could change the background of the input colors with one setting via 'MAIN CSS' vBulletin 4 has like multiple input classes and most of them are hidden deep inside different CSS files, very frustrating hehe.

Loramore 12-30-2009 09:32 PM

Forgot to mention the screenshots above were in IE8. Safari is OK.

Quote:

Originally Posted by CBo (Post 1942709)
Same problem here, but only with Internet Explorer. with other browsers the problem isn't there. I tried to modify the background color with style var, but this doesn't change anything.


Sean James 12-31-2009 02:20 AM

I may have a solution, but i have a big new years planned tonight so i may not be able to update this template for about 2 days

derfelix 12-31-2009 05:56 AM

excellent style... very professionnal...
(same little teenie notice prob as i pointed out in darkness style)

I have another little issue.. (ITS NOT a bug... :p)
vbulletin has still the shadows of the album images hardcoded...
You did the same.. (which is the correct approach) thus leaving the shadow at its initial value (whick doesnt look to good in a dark style)
vbulletin is bound to put that shadow in a stylevar...
as the image shadow has (in vbull) the same default value as the forumbit shadow..
I would suggest following:

Either hardcode your shadow color from stylevar forumbits_shadow_color to album.css

original album.css:
HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px #d7cbcc;
  -webkit-box-shadow: -2px 2px 2px #d7cbcc;
}

OR simply just make the shadow values the same by changing to stylevars:

HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
  -webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}

I would opt for second, as vbulletin is bound to put that shadow into stylevars...
And there is no reason why on images they should change their standard colors...

F.

CBo 12-31-2009 08:02 AM

Quote:

Originally Posted by Griffin80 (Post 1943080)
I may have a solution, but i have a big new years planned tonight so i may not be able to update this template for about 2 days

No problem, enjoy new year! I'll do the same in a few hours :)

bornoffire 12-31-2009 08:44 AM

How do you get rid of the vbulletin logo in the middle of the banner?

Sean James 12-31-2009 11:13 PM

Quote:

Originally Posted by derfelix (Post 1943163)
excellent style... very professionnal...
(same little teenie notice prob as i pointed out in darkness style)

I have another little issue.. (ITS NOT a bug... :p)
vbulletin has still the shadows of the album images hardcoded...
You did the same.. (which is the correct approach) thus leaving the shadow at its initial value (whick doesnt look to good in a dark style)
vbulletin is bound to put that shadow in a stylevar...
as the image shadow has (in vbull) the same default value as the forumbit shadow..
I would suggest following:

Either hardcode your shadow color from stylevar forumbits_shadow_color to album.css

original album.css:
HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px #d7cbcc;
  -webkit-box-shadow: -2px 2px 2px #d7cbcc;
}

OR simply just make the shadow values the same by changing to stylevars:

HTML Code:

#picturelink img {
  background-color:{vb:stylevar lightweightbox_background.backgroundColor};
  border:solid 1px {vb:stylevar lightweightbox_border.borderColor};
  padding:{vb:stylevar padding};
  text-align:center;
  -moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
  -webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}

I would opt for second, as vbulletin is bound to put that shadow into stylevars...
And there is no reason why on images they should change their standard colors...

F.

Thanks mate i will look into it.

Quote:

Originally Posted by bornoffire (Post 1943232)
How do you get rid of the vbulletin logo in the middle of the banner?

Simply goto stylevars and search for 'titleimage' and delete it.

c0rpz0r 01-02-2010 09:30 AM

any news on the input colors???? :)
alcohol must be out of your system by now :) :)


All times are GMT. The time now is 05:53 PM.

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.01291 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete