Quote:
Originally Posted by captainslater
I would prefer to have this one in a skin-based directory.
The look of the style is great, really good.
|
Noted and thanks for the comment.
Quote:
Originally Posted by neto614
wow this is a great look thanks hope you make more .. thanks .....
|
Thanks and I plan to design allot more.
Quote:
Originally Posted by netcommander
hello its nice but i've got a one question you will add login panel for example
http://vbstylewizard.com/forum/f3/
one user in here how can he/she login ? i dont see login panel on the top
cheers
|
Users can only login on the main forum page. That is how I have this setup.
Quote:
Originally Posted by vision.mmxlix
Thats One of The Meanest Skins For vBulletin I Have Seen Yet!!! Very Awsome!
|
Thank you very much. Please click install and show your support.
Quote:
Originally Posted by tbroush
|
Make sure you have the 3 images uploaded to your forum root. Seeing that your forum is located at forums with an s and not forum you will need to make a small change in the Slick Black style under the Main CSS area.
AdminCP>Styles and Templates> Style Manager>Slick Black(beside it choose Main CSS)
Scroll to the very bottom and in the
Additional CSS Definitions box look in the bottom box.
Replace the entire bottom box with the following:
HTML Code:
/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left: 1px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 2px;
background-color: #000000;
border-top: 1px solid #F1BC1B;
border-right: 1px solid #F1BC1B;
border-left: 1px solid #F1BC1B;
border-bottom: 1px solid #F1BC1B;
margin-bottom: 5px;
}
/* ***** Top menu * *****/
#MainMenu
{
height:33px;
background: #FFFFFF url("forums/bmid_066sb.gif");
margin:0;
border:0;
}
#tab
{
margin:0;
top:0;
}
#tab ul
{
margin:0;
padding:0;
list-style:none;
float:left;
}
#tab li
{
display:inline;
float:left;
margin:0;
padding:0;
}
#tab a
{
background:#000000 url("forums/bright_066sb.gif") no-repeat right top;
margin:0;
padding:0;
text-decoration:none;
border:0;
display:block;
float:left;
}
#tab a span
{
display:block;
background:url("forums/bleft_066sb.gif") no-repeat left top;
padding:0 15px 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11;
color:#EFB816;
font-weight:bold;
line-height:33px;
}
#tab a:hover,#tab li.item_active a
{
background-position:right bottom;
border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span
{
background-position:left bottom;
color:#000000;
font-weight:bold;
font-style:normal;
text-decoration:none;
}
.dropmenudiv
{
position:absolute;
top:0;
float:left;
display:block;
visibility:hidden;
border:0 solid #FDB300;
background: #FFFFFF url("forums/bmid_066sb.gif");
color:#FFFC00;
z-index:100;
text-decoration:none;
padding:0;
}
.dropmenudiv ul
{
margin:0;
padding:0;
list-style:none;
}
.dropmenudiv li
{
display:inline;
margin:0;
padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
width:180px;
margin:0;
padding:0;
display:block;
border:0 solid ;
color:#FFFC00;
background:url("forums/bleft_066sb.gif") no-repeat left top;
font-weight:bold;
font-style:normal;
text-decoration:none;
}
.dropmenudiv a span
{
float:left;
display:block;
line-height:33px;
background:url("forums/bright_066sb.gif") no-repeat right top;
padding:0 15px 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11;
color:#000000;
}
.dropmenudiv a span
{
float:none;
}
.dropmenudiv a:hover
{
border:0 solid #FF9300;
background-position:left bottom;
font-weight:bold;
font-style:normal;
text-decoration:none;
color:#FFFFFF;
}
.dropmenudiv a:hover span
{
background-position:right bottom;
color:#FFFFFF;
font-weight:bold;
}
Hope this helps.