Verivo - an idea :)

MobileHacks

New Member
Signed Up Also
icon10.gif
 

mmmxiv

New Member
How'd you do the spere one? I like it alot.

Style idea: Dark, Neon green, that spherical logo hoxxy did as statusicons. err.. thats all I have atm
 

Hoxxy

New Member
.v0id said:
http://i30.tinypic.com/9732ah.jpg

that's my idea... at least what I've got in my head ;d all I need to do now is to get it from paper to photoshop -> xhtml+css -> vb :)

// @ hoxx, I like the spherical one :)

Looks very minimal....lol

mmmxiv said:
How'd you do the spere one? I like it alot.

Style idea: Dark, Neon green, that spherical logo hoxxy did as statusicons. err.. thats all I have atm

PSD attached
 

.v0id

New Member
Didn't anyone notice that I LOVE minimal YET?! ;d I always use as minimum stuff as possible in my styles -.- Anyway, everyone can have a go and come up with their skin :p
 

KrazyFire

New Member
ah nice job guys :) ill do some logos if i have time but im working until 9 rtoday so maybe 2morrow or i can squeeze it in at 1time
 

.v0id

New Member
mmmxiv said:
How'd you do the tabs? I love it.

header:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="900px" cellpadding="0" cellspacing="0" align="center" style="border-left: 5px solid #183152; border-right: 5px solid #183152;">
<tr>
<td>

<div id="modernbricksmenu2">
<ul>
<if condition="$show['member']">
<li><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></li>
</if>
<if condition="$show['member']">
<li><a id="usercptools" href="$show[nojs_link]#usercptools" accesskey="3">Tools</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></li>
</if>
<li<if condition="in_array(THIS_SCRIPT, array('group', 'profile', 'private', 'member', 'memberlist'))"> id="current"</if>
><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></li>

<if condition="$show['member']">
<li<if condition="THIS_SCRIPT == 'usercp'"> id="current"</if>
><a href="usercp.php$session[sessionurl_q]" title="Settings">Settings</a></li>
<else />
<li<if condition="THIS_SCRIPT == 'register'"> id="current"</if>
><a href="register.php$session[sessionurl_q]" title="Register">Register</a></li>
</if>
<li<if condition="in_array(THIS_SCRIPT, array('index', 'showthread', 'newthread', 'newreply', 'forumdisplay'))"> id="current"</if>
><a href="$vboptions[forumhome].php$session[sessionurl_q]" title="Verivo Forums">Home</a></li>
	
</ul>
</div>

## Logo and the rest goes here ###

Additional CSS:
Code:
#modernbricksmenu2{
padding-left: 5px;
padding-right: 5px;
width: 900px;
border-top: 5px solid #183152; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-right: 20px; /*margin between first menu item and left browser edge*/
margin-left: 20px;
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: right;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #40536C; /*Brown color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #183152; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #183152; /*Brown color theme*/ 
color: white;
border-color: #183152; /*Brown color theme*/ 
}

More tabs like this here: Dynamic Drive CSS Library- Horizontal CSS Menus

And you can use it in navbar like on vBTEAM :)
 
Top