vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How do I change Thread \ Subforum category stripes? (https://vborg.vbsupport.ru/showthread.php?t=200536)

Pokerbanter 01-08-2009 08:21 AM

Quote:

Originally Posted by Bellardia (Post 1704576)
CSS further down the document should have precedence over those that are near the top of the file. So by that, you'd want the overlapping style as far down as you can just in case ;)

Are you sure you didn't miss anything?

Don't think i've missed anything, could it be the position of the CSS?

I've pretty much followed the instructions above

Bellardia 01-08-2009 09:58 AM

Throwing in a
HTML Code:

text-align: right;
after each of your backgrounds should fix your problem.

Pokerbanter 01-08-2009 02:36 PM

Awesome, thanks so much guys :up:

Is there any way to completely remove the category text which is now on the right hand side? And the collapse expand? I dont like how it looks now with them there :(

Really sorry to keep asking stuff.

Bellardia 01-08-2009 03:17 PM

Look at the template
forumhome_forumbit_level1_nopost under Forum Display Templates.

The html should be pretty straightforward

Xoligy 01-08-2009 05:00 PM

You've missed out adding the .tcat_text_title CSS part, I can see by looking at your source code.

Bellardia 01-08-2009 06:45 PM

^ Although you could do the above, -1000 pixels isn't nearly enough to take something off a screen, especially when its aligned to almost the very right.. Screens now can be commonly larger than 1600 px wide. If you're going to text-indent, make it around -9999 just to be sure.

Pokerbanter 01-09-2009 08:43 AM

Quote:

Originally Posted by Xoligy (Post 1705332)
You've missed out adding the .tcat_text_title CSS part, I can see by looking at your source code.

Yes I took that out and used text-align: right after each image. The .tcat_text_title seemed to remove my images from the strip altogether and revert back to the default strip :confused:

Xoligy 01-10-2009 04:55 PM

Right, from what you currently have, follow these instructions and it will work fine:

1. To the CSS add:

.tcat_tex_title {
visibility:hidden;
}

2. From:

.tcat_text_20 {
background: #990000 url(images/misc/pbcatbitofbant.jpg) no-repeat;
text-indent: -4000px;
}

Remove the 'text-indent: -4000px;'. Repeat this step for the other tcats_text_<id> CSS decelerations.


All times are GMT. The time now is 01:55 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.01275 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete