vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Reviews (https://vborg.vbsupport.ru/forumdisplay.php?f=14)
-   -   My New style (https://vborg.vbsupport.ru/showthread.php?t=72461)

patriotcow 12-03-2004 06:47 PM

My New style
 
Please review my first forum skin :squareeyed:

www.webdesign-talk.com

Thanks
Stephen

Blindchild02 12-03-2004 06:56 PM

pretty good overall, but i think the tabs should touch the bar below it. it seems to have a space there

patriotcow 12-03-2004 07:01 PM

Yea It shouln't have that gap but I can't get rid of it :o

Blindchild02 12-03-2004 07:20 PM

ok. try this

Replace this:
Code:


<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="F1F3F0">
    <td width="0%"><img src="./images/header/sun.gif" width="250" height="80"></td>
    <td width="8%">&nbsp;</td>
    <td width="8%" bgcolor="F1F3F0">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%" height="30">&nbsp;</td>
  </tr>
  <tr bgcolor="F1F3F0">
    <td><font color="F1F3F0"><img src="./images/header/sun1.gif" width="250" height="40"></font></td>
    <td><font color="F1F3F0"><a href="./index.php"><img src="./images/header/butthome.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./usercp.php?"><img src="./images/header/usercp.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./register.php"><img src="./images/header/register.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./memberlist.php?"><img src="./images/header/members.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./ushop.php"><img src="./images/header/shop.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./calendar.php"><img src="./images/header/calender.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./search.php?"><img src="./images/header/search.jpg" width="99" height="30" border="0"></a></font></td>
  </tr>
  <tr>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
<td height="100%" background="./images/header/linetop.gif">&nbsp;</td>
  </tr>
</table>


With this:
Code:


<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="F1F3F0">
    <td width="0%"><img src="./images/header/sun.gif" width="250" height="80"></td>
    <td width="8%">&nbsp;</td>
    <td width="8%" bgcolor="F1F3F0">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%" height="30">&nbsp;</td>
  </tr>
  <tr bgcolor="F1F3F0">
    <td><font color="F1F3F0"><img src="./images/header/sun1.gif" width="250" height="40"></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./index.php"><img src="./images/header/butthome.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./usercp.php?"><img src="./images/header/usercp.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./register.php"><img src="./images/header/register.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./memberlist.php?"><img src="./images/header/members.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./ushop.php"><img src="./images/header/shop.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./calendar.php"><img src="./images/header/calender.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./search.php?"><img src="./images/header/search.jpg" width="99" height="30" border="0"></a></font></td>
  </tr>
  <tr>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
<td height="100%" background="./images/header/linetop.gif">&nbsp;</td>
  </tr>
</table>


patriotcow 12-03-2004 07:27 PM

THanks alot, That worked just great.

THANKS!!! :squareeyed:

Blindchild02 12-03-2004 09:19 PM

no problem :D

Tony G 12-03-2004 10:43 PM

Nice style. My suggestion is to get rid of the default vBulletin buttons since they don't match your style. ;)

patriotcow 12-04-2004 11:04 AM

Changed default buttons, Thanks for the comments :nervous:

patriotcow 12-04-2004 04:40 PM

Thought I would get into the festive season and do this to my header instead of the big bright sun. http://webdesign-talk.com/images/header/sun.gif :rolleyes:

patriotcow 12-04-2004 04:47 PM

Added it for download at www.vbulletintemplates.com 1 person downloaded it so far. Also some one has used it on scriptstalk.com
Hmm skinning is exciting when people actually want to use your skin lol. Might do some more.


All times are GMT. The time now is 07:08 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.01417 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete