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
SimpleBlack Details »»
SimpleBlack
Version: 4.1, by 820Media 820Media is offline
Developer Last Online: Mar 2011 Show Printable Version Email this Page

Category: Suite Style - Version: 4.1.0 Rating:
Released: 11-16-2009 Last Update: 12-16-2010 Installs: 318
 
No support by the author.

Design247 - SimpleBlack



Name: Simple Black
Description: A nice clean black and gray style to suit your vB4.0 Forum & Blog



Install/Upgrade
  • Download the XML file
  • Import XML - AdminCP > Styles & Templates > Download/Upload Styles


Layouts

CMS
http://design247.net/preview/simpleblack/cms.png

Forum Home
http://design247.net/preview/simpleblack/forum.png

Blog
http://design247.net/preview/simpleblack/blog.png

Screenshots

Designed by Design247.Net vBulletin 4.0 Templates

you MUST keep copyright intact and that removing the copyright is strictly forbidden

----------

Changelog

1.06

- Fixed forum description not showing

1.08

-Fixed JoinDate,Post and Blog Entries colour

2.0

-Fixed visual problems on "View Forum Leaders"

2.3

-Fixed Forum link hover colour

-Fixed Forum head colour

-Fixed Blog link colour

-Fixed postbit colour (edit post, reply etc)

-Fixed forum description colour

-added correct colours for CMS - Must set default style as 'SimpleBlack' for CMS to take effect

2.5

-Added Support for BETA 5

3.0

-Added Support for Release Candidate 2

3.2

-Added Support for vBulletin 4 Gold

3.3

-Fixed search border colour

-Fixed PM Notification colour

-Fixed CMS and Blog separator colour

3.6

-Fixed "Reply to Thread" buttons

-Fixed "Title / Thread Stater" background

-Fixed UserCP nav headers

-Added optional Fixed style

3.8

-Updated to 4.0.3

-Fixed pagination colours

3.9

-Updated to 4.0.4

4.0

-Now supports 4.0.8.

4.1

-Updated to support 4.1.x



Want to remove copyright? Purchase V.I.P Membership @ the forums for branding free!

Download Now

File Type: xml simpleblack-fluid_41.xml (13.0 KB, 358 views)
File Type: xml simpleblack-fixed_41.xml (13.1 KB, 281 views)

Show Your Support

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

Comments
  #252  
Old 04-26-2010, 01:11 PM
Kaosvf Kaosvf is offline
 
Join Date: Feb 2010
Location: Italy - Verona
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ITA: omg, ma sei quello di ih? xD
ENG: omg, but you're one of ih? xD
Reply With Quote
  #253  
Old 04-26-2010, 02:12 PM
820Media 820Media is offline
 
Join Date: Feb 2009
Location: England - Manchester
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The reason its not been updated 4.0.3 last night was because for some reason i couldn't access my internet, It will be available on Design247 as of tonight and tomorrow for vBorg
Reply With Quote
  #254  
Old 04-26-2010, 03:48 PM
Kaosvf Kaosvf is offline
 
Join Date: Feb 2010
Location: Italy - Verona
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okkk
Reply With Quote
  #255  
Old 04-28-2010, 01:37 PM
flussmitteldj flussmitteldj is offline
 
Join Date: Sep 2007
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, nice Skin
Reply With Quote
  #256  
Old 04-29-2010, 01:50 PM
Kaosvf Kaosvf is offline
 
Join Date: Feb 2010
Location: Italy - Verona
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm, + or - How much time is left? XD
Reply With Quote
  #257  
Old 04-30-2010, 03:52 PM
flussmitteldj flussmitteldj is offline
 
Join Date: Sep 2007
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem!!



no colour with vb 4.0.3!
Reply With Quote
  #258  
Old 04-30-2010, 04:47 PM
Kaosvf Kaosvf is offline
 
Join Date: Feb 2010
Location: Italy - Verona
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please do a Search in Templates for ".pagination span.selected a" It should come up in the template vbulletin.css. This is the code in there:
Code:
.pagination span.selected a {
background: {vb:stylevar pagination_current_background};
color: {vb:stylevar pagination_current_color};
border: {vb:stylevar pagination_current_border};
height: {vb:math {vb:stylevar pagination_font.fontSize}{vb:stylevar pagination_font.units}*{vb:stylevar line_height}};
font-weight:bold;
padding: 2px 4px;
margin-{vb:stylevar left}: 1px;
}
Is that in your css template vbulletin.css ? If not, you may have to add it, although I would recommend either reverting the template (in which case you will lose all changes you have made to it) or update it (click View History > Compare and see what has changed and modify your template appropriately).
Reply With Quote
  #259  
Old 04-30-2010, 05:38 PM
flussmitteldj flussmitteldj is offline
 
Join Date: Sep 2007
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is my template:

.
PHP Code:
pagination span a, .pagination span a:hover, .pagination span.selected a, .pagination span.selected a:hover, .pagination span a.popupctrl{
    
background-colortransparent;
    
border0;
    
margin0;
}

.
pagination span a.popupctrl {
    
_padding-top1px;
    
_padding-bottom0;
}

.
pagination span.selected a {
    
_background-imagenone
no chance with the code from you!
Reply With Quote
  #260  
Old 04-30-2010, 10:11 PM
Kaosvf Kaosvf is offline
 
Join Date: Feb 2010
Location: Italy - Verona
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can try to add my code at bottom
Reply With Quote
  #261  
Old 05-01-2010, 05:19 PM
820Media 820Media is offline
 
Join Date: Feb 2009
Location: England - Manchester
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated for 4.0.3, Let me know of any bugs and i will update it within 24hours due to the delay.
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 04:53 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.04833 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
  • (1)bbcode_code
  • (1)bbcode_php
  • (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
  • (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_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