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)
-   -   Need a color chnage (https://vborg.vbsupport.ru/showthread.php?t=313746)

New Joe 08-17-2014 01:34 AM

Need a color chnage
 
1 Attachment(s)
Hi in need of changing the color of the part which show when a post was made.
It's too light so very hard to read, the 'Today' part.

Thanks

ozzy47 08-17-2014 01:47 AM

Add this to your additional.css:
Code:

.postbit .posthead .postdate, .postbitlegacy .posthead .postdate {
    color: red;
}

Adjust red as desired.

New Joe 08-17-2014 04:21 AM

Wonderful ozzy many thanks, worked just as it should.

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

I wonder if you have a same trick to make the background color of the Normal and Sticky Threads be different in color? Not the links but the actual background when you are within a board.

:cool:

CAG CheechDogg 08-17-2014 06:20 AM

Joe do you have a link to your site?

New Joe 08-17-2014 06:44 AM

Quote:

Originally Posted by CAG CheechDogg (Post 2511643)
Joe do you have a link to your site?

Sorry I don't it's just a skin I am playing with on a test site.

CAG CheechDogg 08-17-2014 06:49 AM

Ok... for sticky threads background add this to your additional.css

Code:

.threadbit .sticky {
    background: red;
}


for the normal non sticky do this:


Code:

.threadbit .nonsticky, .threadbit .discussionrow {
    background: blue;
}

change the color to your liking ...

New Joe 08-17-2014 06:56 AM

Thanks mate, I'll give that a go

CAG CheechDogg 08-17-2014 06:59 AM

No problem ....


All times are GMT. The time now is 12:47 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.01702 seconds
  • Memory Usage 1,719KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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