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, 01:32 PM
Bloodlust80 Bloodlust80 is offline
 
Join Date: Jul 2011
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default need help with a few style vars - screenshots included

Hey. I am close to finishing on creating a new skin for my Vbulletin website.

The problem is, I am a newbie to the whole stylevars system (I am getting used to it though). And I am looking for 10 stylevars that alter the following things as attached in

If you guys can help me find the stylevars that I need to edit or the css (preferabbly stylevars) then that would be really appreciated

I am sorry for essentially a screenshot dump.. But I figured that it might help you guys help me out.

EDIT: this is with Vbulletin 4.1.5

























Attached Images
File Type: jpg member_blog_help.jpg (17.6 KB, 0 views)
File Type: jpg blog_help.jpg (29.2 KB, 0 views)
File Type: png blog calender.png (16.5 KB, 0 views)
File Type: png font_help.png (8.5 KB, 0 views)
File Type: png callender_help.png (7.9 KB, 0 views)
File Type: png forumtool_help.png (19.8 KB, 0 views)
File Type: png help_nav.png (11.9 KB, 0 views)
File Type: png help_sidebarlink.png (13.9 KB, 0 views)
File Type: png navhelp2.png (19.1 KB, 0 views)
File Type: png urgh_help.png (10.8 KB, 0 views)
Reply With Quote
  #2  
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
  #3  
Old 08-07-2011, 06:31 PM
Bloodlust80 Bloodlust80 is offline
 
Join Date: Jul 2011
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Most of these fixes worked . Thanks for that.

However, some of the problems still persisit. For instance



Quote:
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)
changing blockrow_link_color, control_content_color, body_color and link_color does not effect the blog page the body color is actually rgb(204, 255, 255) which is consistant throughout my board except for the blog and comments for some reason



changes did not alter the navbar either.

now these two problems have popped up. First of all in my CMS commenting system



and the blog



thank you again for your help by the way.

If you would like to see the website in question. I am working on this website under this style linked in this URL http://secretanonymous.com/content.php?&styleid=16

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

okey so that's weird. I went to post a new blog post and the comments etc all come out as the right color (i.e the body color)

I will look into the other problems now

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

Update. This seems to be the only thing I cannot fix with my skin now



If anyone can tell me the fix for it, then a gold star to them
Reply With Quote
  #4  
Old 08-24-2011, 01:08 AM
tercede tercede is offline
 
Join Date: Jun 2003
Location: USA
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In regards to that white gap, check out postbit-lite.css

I have the following:

.postbit-lite {
clear:both;
position:relative;
padding-bottom:{vb:stylevar padding};
background: #242424;
}

Change background color to your needs.
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 12:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03534 seconds
  • Memory Usage 2,267KB
  • Queries Executed 12 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (10)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (10)postbit_attachment
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (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_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete