Verivo.co.uk - Discussion with Verve! you can start registering.
XT-1 said:why does your index have 2 = i's in it
Code:http://verivo.co.uk/iindex.php
.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
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
Looking good, its really getting better..v0id said:Verivo.co.uk - Discussion with Verve! <- my style so far.
mmmxiv said:How'd you do the tabs? I love it.
<!-- 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 ###
#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*/
}