Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-07-2011, 05:11 PM
mmfgamer5 mmfgamer5 is offline
 
Join Date: Mar 2010
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First screenshot
Links on the "view entire blog article" page: blockrow_link_color (and blockrow_linkhover_color for the hover colour)
More link problems: control_content_color (and control_content_hover_color for the hover colour)
Standard blog text colour: body_color (will change the other default black text; would be better to change the background colour of the blog).
Links on the blog page: link_color (and linkhover_color for the hover colour)

Second screenshot
Todays date in the calendar on blogs: Styles & Templates > Search in Templates > Search for Text: background:rgb(255,255,200) > blog.css > Click "Find" and change the "background:" variable to the colour you want it, then save.

Third screenshot
Selected calendar tab: tabslight_selected_background

Forth screenshot
That font colour: shade_color

Fifth screenshot
Border colour change: popupmenu_background and popupmenu_border

Sixth screenshot
Background change of dropdown link colours: imodhilite_backgroundColor
Text colour change of dropdown link: body_color

Seventh screenshot
Style var for this link colour within the sidebar: link_color

Eighth screenshot
Member blog background: Styles & Templates > Search in Templates > Search for Text: .blogcatbit .td > blog.css > Click "Find" > Replace:
PHP Code:
.blogcatbit .tdtr.blogcatbit td padding:{vb:stylevar padding}; } 
with
PHP Code:
.blogcatbit .tdtr.blogcatbit td padding:{vb:stylevar padding}; background:#000000; } 
replacing #000000 with your desired colour, then save.

Ninth screenshot
Hover over text on the nav menu at the top of the forums but not in the main nav bar: Styles & Templates > Search in Templates > Search for Text: .breadcrumb .navbit a:hover > vbulletin-chrome.css > Click "Find" > Replace:
PHP Code:
.breadcrumb .navbit a:hover {
    
border-color:{vb:stylevar lightweightbox_border.borderColor};
    
background-color:{vb:stylevar lightweightbox_background.backgroundColor};

with
PHP Code:
.breadcrumb .navbit a:hover {
    
border-color:{vb:stylevar lightweightbox_border.borderColor};
    
background-color:{vb:stylevar lightweightbox_background.backgroundColor};
    
color:#000000;

replacing #000000 with your desired colour, then save.

Tenth screenshot
Yuck.. defo need to change that colour: body_color

Eleventh screenshot
Vbblog comment header: Styles & Templates > Search in Templates > Search for Text: .postbit-lite .postbithead { > blog.css > Click "Find" > Replace:
PHP Code:
.postbit-lite .postbithead {
    
float: {vb:stylevar left};
    
width100%;
    
padding5px 0;
    
margin-{vb:stylevar left}: 0;

with
PHP Code:
.postbit-lite .postbithead {
    
float: {vb:stylevar left};
    
width100%;
    
padding5px 0;
    
margin-{vb:stylevar left}: 0;
    
background:#000000;

replacing #000000 with your desired colour, then save.

Vbblog comment text colour: body_color

Vbblog background colour: Styles & Templates > Search in Templates > Search for Text: .postbit-lite .posttext { > blog.css > Click "Find" > Replace:
PHP Code:
.postbit-lite .posttext {
    
clearboth/* VBIV-10312 */

with
PHP Code:
.postbit-lite .posttext {
    
clearboth/* VBIV-10312 */;
    
background:#000000;

replacing #000000 with your desired colour, then save.

Twelfth screenshot
Vbcms comment header: postbitlite_header_background
and comment body: Styles & Templates > Search in Templates > Search for Text: .postbit-lite .posttext { > postbit-lite.css > Click "Find" > Replace:
PHP Code:
.postbit-lite .posttext {
    
padding:{vb:stylevar padding};
    
/* padding-bottom:0; */
    
font:{vb:stylevar content_msg_font};
    
margin-{vb:stylevar left}:{vb:math {vb:stylevar avatar_height} + {vb:stylevar padding} * 2};

with
PHP Code:
.postbit-lite .posttext {
    
padding:{vb:stylevar padding};
    
/* padding-bottom:0; */
    
font:{vb:stylevar content_msg_font};
    
margin-{vb:stylevar left}:{vb:math {vb:stylevar avatar_height} + {vb:stylevar padding} * 2};
    
background:#000000;

replacing #000000 with your desired colour, then save.

Thirteenth screenshot
Visitor message header: headers_background_color


Let me know if you get stuck with anything - I'll be happy to help.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:46 AM.


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.03203 seconds
  • Memory Usage 2,298KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete