vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Forum Edits And Color Changes (https://vborg.vbsupport.ru/showthread.php?t=316243)

men2dope 12-27-2014 03:31 PM

Forum Edits And Color Changes
 
Hello I'm in the process of editing my forum from scratch (images, colors, backgrounds etc...) I've gotten about 95% done so far. Right now I'm having issues locating few edits for the forum. BELOW is an example of the file I'm having a hard time trying to edit or find in the edit search, Thank you in advance!

https://vborg.vbsupport.ru/external/2014/12/14.jpg
forum sidebar Title Block

ozzy47 12-28-2014 09:31 AM

Find this bit of code, and it should tell you what it is using.

Code:

#sidebar_container .blocksubhead
You will see something like this:

Code:

#sidebar_container .blocksubhead {
    background:transparent none;
    font-size:{vb:stylevar sidebar_header_fontSize};
    height:{vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height} + 2px };
    color: {vb:stylevar sidebar_header_color};
    padding: 5px 6px;
    border:none;
    outline:none;
    font-weight:bold;
}


men2dope 12-28-2014 04:31 PM

Quote:

Originally Posted by ozzy47 (Post 2529141)
Find this bit of code, and it should tell you what it is using.

Code:

#sidebar_container .blocksubhead
You will see something like this:

Code:

#sidebar_container .blocksubhead {
    background:transparent none;
    font-size:{vb:stylevar sidebar_header_fontSize};
    height:{vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height} + 2px };
    color: {vb:stylevar sidebar_header_color};
    padding: 5px 6px;
    border:none;
    outline:none;
    font-weight:bold;
}


Thank you so much! I truly appreciate the help.

ozzy47 12-28-2014 04:33 PM

Not a problem, glad to help. :)

men2dope 12-28-2014 04:50 PM

Quote:

Originally Posted by ozzy47 (Post 2529181)
Not a problem, glad to help. :)

Could you help me find the way to edit the user's profile background??? It's grey and I've tried to find it but I really can't.

header on top of the profile I guess...
https://vborg.vbsupport.ru/external/2014/12/9.jpg

profile body background.
https://vborg.vbsupport.ru/external/2014/12/10.jpg


https://vborg.vbsupport.ru/external/2014/12/11.jpg

Also on my blog side bar how can I change black boxes

https://vborg.vbsupport.ru/external/2014/12/12.jpg

ozzy47 12-28-2014 09:11 PM

For the profile, try adding this to your additional.css

Code:

.userprof {
    background-color: green;
}

Change green to your desired color.

For the blogs, add this to your additional.css
Code:

#sidebar_container .blocksubhead.smaller{
    background: green;
}

Change green to your desired color.

men2dope 12-28-2014 09:56 PM

Quote:

Originally Posted by ozzy47 (Post 2529258)
For the profile, try adding this to your additional.css

Code:

.userprof {
    background-color: green;
}

Change green to your desired color.

For the blogs, add this to your additional.css
Code:

#sidebar_container .blocksubhead.smaller{
    background: green;
}

Change green to your desired color.

Thanks again, the only issue I'm having now is this these grey areas and spaces. One is on the activity tab next to the photo tab once I click on activty. The other grey space is the member list is at.

https://vborg.vbsupport.ru/external/2014/12/6.jpg
https://vborg.vbsupport.ru/external/2014/12/7.jpg

ozzy47 12-28-2014 09:57 PM

I would need a link to see it in action.

men2dope 12-28-2014 10:01 PM

Quote:

Originally Posted by ozzy47 (Post 2529276)
I would need a link to see it in action.

Ok I'm going to PM you.

ozzy47 12-28-2014 10:01 PM

OK cool.


All times are GMT. The time now is 04:09 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.01031 seconds
  • Memory Usage 1,737KB
  • 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
  • (8)bbcode_code_printable
  • (4)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
  • (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