Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Blackend (3-Colors!) UPDATED **4.2** Details »»
Blackend (3-Colors!) UPDATED **4.2**
Version: 4.2 PL2, by Qwk86gn Qwk86gn is offline
Developer Last Online: Jul 2019 Show Printable Version Email this Page

Category: Suite Style - Version: 4.2.x Rating:
Released: 07-01-2010 Last Update: 06-22-2012 Installs: 382
Auto-Templates
Code Changes  
No support by the author.

Simple dark style.
Installation: Read the README.txt with in the zip.

Enjoy!


Please marked Installed to receive support.

Please leave the footer copyright in place. Brand Free can be purchased by donating HERE. You may also sign up at my site to show support and help me out!


Change Log:

Updated 4.2PL2
  • Added Blog & CMS xmls

Updated 4.2 b1a

Feature: Added a Blue version.
  • Fixed Navigation background
  • Fixed transparent Blogs and Articles body_background stylevar.

Updated to 4.2-b1: Since there were some fairly large changes since 4.1.4 somethings may look a bit different but all in all the style remains in its original form.

This style is in beta stage, please remember to take backups when making major changes to your website styles/skins. Use this at your own risk!

Download Now

File Type: zip Blackend_4.2PL2.zip (1.96 MB, 1428 views)

Screenshots

File Type: jpg Blackend-ss.jpg (64.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
Anbieter, Judge Dredd X, L2Insomnia, Macgiber

Comments
  #252  
Old 12-30-2010, 03:00 AM
1320Nation 1320Nation is offline
 
Join Date: Sep 2008
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This style looks nice in your demo. I'm going to install it with in the next few hours. Thanks for sharing your work!
Reply With Quote
  #253  
Old 12-30-2010, 09:08 AM
nizzie nizzie is offline
 
Join Date: Oct 2007
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, but how do u change the colour of the code box? from a grey to white? many thanks...
Reply With Quote
  #254  
Old 12-30-2010, 04:51 PM
1320Nation 1320Nation is offline
 
Join Date: Sep 2008
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The font color on the text after being wrapped with [CODE] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.

Which StyleVar option is used to correct this?
Reply With Quote
  #255  
Old 01-10-2011, 05:17 PM
1320Nation 1320Nation is offline
 
Join Date: Sep 2008
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by psychobike View Post
The font color on the text after being wrapped with [CODE] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.

Which StyleVar option is used to correct this?
Qwk86gn, did you not see this post?
Reply With Quote
  #256  
Old 01-10-2011, 10:54 PM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, been rather busy here recently. Will get you a fix ASAP
Reply With Quote
  #257  
Old 01-10-2011, 11:07 PM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by psychobike View Post
The font color on the text after being wrapped with [code] tags is nearly invisible. I'm referring to when you use the '#' symbol in the message editor.

Which StyleVar option is used to correct this?


Add this to the additional.css at the bottom:

Code:
.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
    background: #EDEDED;
    color: #2a2a2a;
}
Get to the additional.css by going into your ACP -> Style Manager -> Blackend -> Drop Down Menu -> Edit Templates -> CSS Templates -> additional.css
Reply With Quote
  #258  
Old 01-11-2011, 05:11 AM
CMSTemplateZ CMSTemplateZ is offline
 
Join Date: Jun 2010
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could also change the background color of the code box for a better effect, Good luck
Reply With Quote
  #259  
Old 01-11-2011, 08:14 AM
nizzie nizzie is offline
 
Join Date: Oct 2007
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMSTemplateZ View Post
You could also change the background color of the code box for a better effect, Good luck
How do you do that mate?
Reply With Quote
  #260  
Old 01-11-2011, 09:22 AM
CMSTemplateZ CMSTemplateZ is offline
 
Join Date: Jun 2010
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nizzie View Post
How do you do that mate?
Stylevars / Common / content3_background <-- change the color of this to suite your site or as Qwk86gn said add the code the provided:

Code:
.bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
    background: #EDEDED;
    color: #2a2a2a;
}
Admincp / Styles & Templates / Backend / Edit Templates / CSS Templates / Additional.css add the above code to that file and save, you can also control the background color using the above code.

Good luck bud.

AwEsOmE SuPpOrT brought to you by SkinDen.com
Reply With Quote
  #261  
Old 01-13-2011, 02:42 AM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used the additional.css since you were only wanting to change the one thing. Changing the stylevar may also change other areas and make them unreadable.
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 06:51 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.05195 seconds
  • Memory Usage 2,339KB
  • Queries Executed 28 (?)
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
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_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
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete