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
  #422  
Old 06-15-2011, 09:16 AM
Rideharder's Avatar
Rideharder Rideharder is offline
 
Join Date: Jan 2008
Location: Florida
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Motm
Reply With Quote
Благодарность от:
Qwk86gn
  #423  
Old 06-15-2011, 11:23 PM
sscasm sscasm is offline
 
Join Date: May 2011
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rideharder View Post
Motm
Agree!!
Reply With Quote
Благодарность от:
Qwk86gn
  #424  
Old 06-16-2011, 12:52 AM
BorisPeace BorisPeace is offline
 
Join Date: May 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is just great.
Reply With Quote
  #425  
Old 06-16-2011, 01:24 AM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have not found a way to fix the reply. Tried various things with no luck.
Reply With Quote
  #426  
Old 06-16-2011, 08:26 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not a bad skin
Reply With Quote
  #427  
Old 06-21-2011, 05:21 AM
93Corvette 93Corvette is offline
 
Join Date: Jan 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone help me?
I need help with:
- Centering the logo
- Moving the logo down and/or up

Right now the User Name, Password, and Remember me button are being consumed by the logo. I would like to move these items below the logo, or maybe above it. I'd like to try it both ways, just to see which looks better.

Here is the link to the website, and below is a visual of what it currently looks like. You see how the User Name is embedded in the logo?

Thanks for any help you guys can provide.
http://www.navyfamilies.com/forum/forum.php

Reply With Quote
  #428  
Old 06-21-2011, 08:58 PM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That seems like a really low screen resolution you are using.

Only thing you can try really is to adjust the padding. Add this to the additional.css template.

Code:
.doc_header {
    padding-top: 60px;
}
Reply With Quote
  #429  
Old 06-25-2011, 10:41 PM
matthew1111 matthew1111 is offline
 
Join Date: Jun 2011
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love you! This theme is the sexiest I've found so far - and current updated too! <3
Reply With Quote
  #430  
Old 06-27-2011, 03:17 AM
KGI_Bling KGI_Bling is offline
 
Join Date: Jan 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I hate to be a nuisance, but I've installed this theme, and the text reply areas are white background with black text. Can this be changed to the dark background with white text?

Reply With Quote
  #431  
Old 06-27-2011, 05:34 AM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KGI_Bling View Post
I hate to be a nuisance, but I've installed this theme, and the text reply areas are white background with black text. Can this be changed to the dark background with white text?

In the editor_contents.css template search for (should be at the very top):

Code:
body, body.content
To change font-color change this:
Code:
color: #222;
To:
Code:
color: #979797;
To change the background-color change this:
Code:
backgroud-color: #fff;
To this:
Code:
background-color: #1F1F1F;

Be sure to clear your browser cache and cookies then restart your browser.
If I may ask, how were you able to change the cke_wrapper background?
Reply With Quote
Благодарность от:
MudRacing
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:58 PM.


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.11809 seconds
  • Memory Usage 2,352KB
  • 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
  • (6)bbcode_code
  • (2)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
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)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