vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Text looks blury. (https://vborg.vbsupport.ru/showthread.php?t=312769)

Iguana Goddess 07-07-2014 02:59 AM

Text looks blury.
 
https://vborg.vbsupport.ru/external/2014/07/53.png

In the first red circle the text looks smooth. How do I make the 2nd circled text the same?

tbworld 07-07-2014 03:08 AM

Use your browser's developer tools, for some discovery. I think you will find that the text is sitting on top of an image.

Iguana Goddess 07-07-2014 03:15 AM

How would that be possible? The text sitting on an image.

tbworld 07-07-2014 03:21 AM

Quote:

Originally Posted by Iguana Goddess (Post 2505647)
How would that be possible? The text sitting on an image.

Modern day browsers (after netscape 4, 1996) will let you nest images and text. :)

I checked your site. See class ".forumhead", you have a gradient on that class.

The gradient is normal vBulletin, but you do not need it in your style design. It is most likely attached to a stylevar, since it is vBulletin.

Iguana Goddess 07-07-2014 03:50 AM

Unless I am misunderstanding you, I removed the gradient and it didn't help the text. I put the gradient back.

tbworld 07-07-2014 04:00 AM

Quote:

Originally Posted by Iguana Goddess (Post 2505649)
Unless I am misunderstanding you, I removed the gradient and it didn't help the text. I put the gradient back.

You have a style that uses gradients and png's as backgrounds. In your case it is sitting on a few of them. This can do odd things to text as the pixels are merged. It could be something else, but I did not see anything in the CSS, except what I explained above.

Maybe someone else will have a better explanation for you. :)

--------------- Added [DATE]1404710724[/DATE] at [TIME]1404710724[/TIME] ---------------

For some reason you have text-shadow enabled. Remove it from the following class or overwrite the class disabling it.

Code:

.forumtitle, .threadtitle, .widget_post_header {
  text-shadow: 1px 1px 1px #000000;
}


Iguana Goddess 07-07-2014 05:01 PM

Quote:

Originally Posted by tbworld (Post 2505651)
You have a style that uses gradients and png's as backgrounds. In your case it is sitting on a few of them. This can do odd things to text as the pixels are merged. It could be something else, but I did not see anything in the CSS, except what I explained above.

Maybe someone else will have a better explanation for you. :)

--------------- Added [DATE]1404710724[/DATE] at [TIME]1404710724[/TIME] ---------------

For some reason you have text-shadow enabled. Remove it from the following class or overwrite the class disabling it.

Code:

.forumtitle, .threadtitle, .widget_post_header {
  text-shadow: 1px 1px 1px #000000;
}


How do I do this? I went through the stylevars several times and can't find anywhere that shadow is enabled. Sorry, my knowledge with coding is pretty limited.

tbworld 07-07-2014 05:08 PM

Quote:

Originally Posted by Iguana Goddess (Post 2505729)
How do I do this? I went through the stylevars several times and can't find anywhere that shadow is enabled. Sorry, my knowledge with coding is pretty limited.


Add this to the bottom of your additional.css template on that style.

Code:

.forumtitle, .threadtitle, .widget_post_header {
  text-shadow: none !important;
}

:)

Iguana Goddess 07-07-2014 05:38 PM

Quote:

Originally Posted by tbworld (Post 2505731)
Add this to the bottom of your additional.css template on that style.

Code:

.forumtitle, .threadtitle, .widget_post_header {
  text-shadow: none !important;
}

:)

Oh thank you so so so much for taking the time to help me :)

tbworld 07-08-2014 10:13 PM

Glad I could assist. :)


All times are GMT. The time now is 05:14 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.01494 seconds
  • Memory Usage 1,736KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete