vBulletin Inspired [Deleted]

Adam Howard

Well-known member
Adam Howard submitted a new resource:

vBulletin Inspired (version 1.0) - A collection vBulletin inspired skins

An inspired skin design from vBulletin 3. Both a Flat and Frosty version included.

View attachment 37080

View attachment 37081

Photos show flat version.

Uses only shared common usage code

Developer log can be found here:
http://xenforo.com/community/threads/classic-vbulletin-3-skin-development-log.40718/

Customized Demo can be found here
http://www.sociallyuncensored.eu/forums/misc/style?style_id=20

Read more about this resource...
 
To do list:
  • Resolve any bugs if any found (please report if you find any)
  • Release a more closer inspired copy of current vBulletin 3
 
Small updated for v 1.0

PHP:
#content .pageWidth {
background: #576288;
}

.quotationListItem {
background-color: #DDDEE9 !important;
}

Apply to extra.css manually or install 1.0 B (not yet released).

Fix resolves a few add-ons which may bring upon a white space. And also for those who have Quotation Add-on installed.
 
Patch fix for v1.0

In extra.css find

PHP:
.bbCodeEditorContainer a {
color: white;
}

Change to

PHP:
.bbCodeEditorContainer a {
color: black !important;
}

Manual fix for v1.0 or you can apply 1.0 B (not yet released).
 
Patch fix for 1.0

PHP:
.dc_smileymanager_stickContainer a:hover {
background-color: #D9DAE6 !important;
color: black !important;
}

#Dc_SmileyManager_SmiliesShowButton_ctrl_message {
background-color: #D9DAE6 !important;
color: black !important;
}

Fixes coloring for DC Smiley Manager (the little nub at the bottom of the editor that brings down the menu).

Can manually apply the fix to version 1.0 or wait until 1.0 B (not yet released)
 
In 2013 we plan on doing a "reboot" on things we offer and support.

Sadly, this skin design no longer fits with our long term goal. It will no longer be supported....

However I welcome anyone and everyone to continue or re-use this as they see fit. Think of this style as free open source.


1.0 B - release, simply apply fixes manually to extra.css
 
Top Bottom