Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles

Reply
 
Thread Tools
Blak-Ice V2 Details »»
Blak-Ice V2
Version: 1.2, by hoof hoof is offline
Developer Last Online: Apr 2021 Show Printable Version Email this Page

Version: 3.8.1 Rating:
Released: 01-16-2009 Last Update: 02-15-2009 Installs: 108
 
No support by the author.

Our latest vBulletin skin based off the original Blak-Ice. Clean dark skin with many custom buttons.
Will support those that click install

Demo Here

Update:
1/30/09- vB 3.8.1 Ready

Fixed:
1/23/09- Fixed postbit_legacy button bar alignment issues
1/23/09- Fixed navbar members link when logged out
1/23/09- Fixed pm button alignment issue
1/23/09- Remade graphics (rating stars, infraction, report, ip buttons)
-------------------------------------------------------------------------------
1/17/09- Header code breaking skin when resizing

Strongly Recommended:
If using this style I highly recommend replacing your vb default icons and smilies! The default icons that come with vbulletin are just not good enough for darker skins. I am using a couple sets from tommyturnage

Here is an example of what it looks like and what your icons can look like:
vB Default:


Using
Default Post Icons For ANY Background Color by tommyturnage


I would also recommend replacing your smilies with Smilies For ANY Background Color by tommyturnage.

Download Now

File Type: zip blackice2_simplegfx_vb3.8.1.zip (601.6 KB, 1227 views)
File Type: zip Bi2NavButtons.zip (50.2 KB, 614 views)

Screenshots

File Type: png bi2main.png (219.6 KB, 0 views)
File Type: png forumview.png (97.0 KB, 0 views)
File Type: png postview.png (120.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #152  
Old 03-29-2009, 11:02 AM
Spaz21 Spaz21 is offline
 
Join Date: May 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so i got a buddy to slice our banner into the header pieces but now i have the fill in the middle... how do i fix this??

ive attached a ss so you can see what i mean... i assume it has something to do with it being 3 pieces?
Attached Images
File Type: jpg ss.jpg (133.2 KB, 0 views)
Reply With Quote
  #153  
Old 03-29-2009, 11:57 AM
Spaz21 Spaz21 is offline
 
Join Date: May 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also using vadvance cmps.,.. just realized the header isn't appearing on the main page???
Reply With Quote
  #154  
Old 03-30-2009, 02:44 PM
opl opl is offline
 
Join Date: Mar 2009
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice skin. I am sure i will change lots of graphics in it to suit my needs, but default one is really nice. thanks!
Reply With Quote
  #155  
Old 03-30-2009, 10:07 PM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by opl View Post
Nice skin. I am sure i will change lots of graphics in it to suit my needs, but default one is really nice. thanks!
Glad you like it If you have any requests on changes let us know over at the Demo site.
Reply With Quote
  #156  
Old 04-01-2009, 12:22 AM
bigbabe bigbabe is offline
 
Join Date: Dec 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to say thank you! Its a great style and the graphics are really nice. so far I haven't run into any problem...just tweaking it to suite my need
Reply With Quote
  #157  
Old 04-13-2009, 05:52 AM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I downloaded this when it got released but just got to install it tonight. Very nice. Smooth and clean. The icons are made to go with the theme and not the stock VB icons. I wish I had the patients to make my own but there's so many.
Well like the little guy in RoboCop said when he shot his buddy's car with the tank gun, "IIIIIIII like it!!!". It's a keeper...

Um where is it picking up the anime appeal in the header logo area?
Reply With Quote
  #158  
Old 04-13-2009, 09:55 AM
hoof hoof is offline
 
Join Date: May 2006
Location: Texas, USA
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by setishock View Post
I downloaded this when it got released but just got to install it tonight. Very nice. Smooth and clean. The icons are made to go with the theme and not the stock VB icons. I wish I had the patients to make my own but there's so many.
Well like the little guy in RoboCop said when he shot his buddy's car with the tank gun, "IIIIIIII like it!!!". It's a keeper...

Um where is it picking up the anime appeal in the header logo area?
Glad you like it For the icons, check the threads here there have been several made and of course if you need any made let me know or request them over at the Freestyleskins we'll gladly make them for you.
It's picking up the name of your site from the header template:
Code:
<td width="100%"  style="background: url($stylevar[titleimage]/header_fill.gif) repeat-x top left;" align="center"><div class="titlefont">$vboptions[bbtitle]</div></td>
If you want to modify this it is done in the "all style options" > "Additional CSS Definitions "
Code:
.titlefont
{
	background: transparent;
	color: #80909c;
	opacity:0.5;
	filter:alpha(opacity=50);
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, 		helvetica, sans-serif;	
	font-size: 24pt;
}
Reply With Quote
  #159  
Old 04-13-2009, 11:15 AM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Roger that. Thanks.
Reply With Quote
  #160  
Old 04-17-2009, 02:09 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can i have this say Radio and the letters are default color to the style hoof....?
Reply With Quote
  #161  
Old 04-18-2009, 10:32 PM
FFTFTCEd FFTFTCEd is offline
 
Join Date: May 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When ppl post html links in a post I would like the text to change color to help it stand out, right now it just underlines it. How do I set\change the default text color for links ether direct or "click here" type links?

Thanks for your help,
Ed
Reply With Quote
Reply

Thread Tools

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 04:02 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.08032 seconds
  • Memory Usage 2,332KB
  • Queries Executed 26 (?)
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
  • (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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete