Jump to content


Simple Blue - 100% Image Free


  • You cannot reply to this topic
8 replies to this topic

#1 JuggoPop

    Likes Etomite Forums!

  • Member
  • PipPip
  • 158 posts

Posted 09 June 2004 - 11:04 PM

This is the same as simple green other than it's in shades of blue.

I made this 100% image free and included the css in the html so that no other files would be need to download.
the example is running HERE.
I can't say that it will always be at that link, but for now you can check it out there. It's not much, but it's free. :wink: It is in tables, so those of you that are anti-table... look the other way. There are no copyrights or links required for use.

Two things to note:

1. I placed a link for the pagetrail/breadcrumbs snippet in this layout... as I think it would work well and doesn't come stock... either remove/replace that line, or use the link to get the snippet running on your site, then replace that line with the snippet

2. it uses your page description as your KEYWORDS & DESCRIPTION meta tags.

anyway... have fun.

<html>

<head>

<title>[(site_name)] - [*pagetitle*]</title>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

<META HTTP-EQUIV="imagetoolbar" CONTENT="false">

<META NAME="KEYWORDS" CONTENT="[*description*]"> 

<META NAME="DESCRIPTION" CONTENT="[*description*]">

<style type="text/css">

<!--



/* The scroll bar colors only visible in IE5.5+ */

body { 

	background-color: E0E8F2;

	scrollbar-base-color: E0E8F2;

	scrollbar-track-color: E0E8F2;

}



.content1	{	font-size: 12px; font-family: verdana;	text-decoration: none; line-height : 120%; color : 000000;}

.content1 a:link	{ color: 455E7A; text-decoration: none;}

.content1 a:visited	{ color: 455E7A; text-decoration: none;}

.content1 a:active	{ color: 455E7A; text-decoration: none;}

.content1 a:hover { color: 455E7A; text-decoration: underline;}



.pagetitle	{ font-size: 11px; font-family: verdana; color: D4E0ED};}

.sitename	{ font-size: 28px; font-family: verdana; color: D4E0ED};}



.verytop  { font-size: 10px; font-family: verdana; color: 000000};}

.verytop a:link	{ color: 000; text-decoration: underline;}

.verytop a:visited	{ color: 000; text-decoration: underline;}

.verytop a:active	{ color: 000; text-decoration: underline;}

.verytop a:hover { color: 000; text-decoration: none;}



.menu  { font-size: 12px; font-family: verdana; color: 000};}

.menu a:link  { color: 000; text-decoration: none;}

.menu a:visited  { color: 000; text-decoration: none;}

.menu a:active  { color: 000; text-decoration: none;}

.menu a:hover { color: 000; text-decoration: underline;}



.copyright  { font-size: 10px; font-family: verdana; color: D4E0ED}; letter-spacing: -1px;}

.copyright	a:link	{ color: D4E0ED; text-decoration: none;}

.copyright	a:visited	{ color: D4E0ED; text-decoration: none;}

.copyright	a:active	{ color: D4E0ED; text-decoration: none;}

.copyright a:hover { color: D4E0ED; text-decoration: underline;}



-->

</style>



</head>

<body leftmargin="0" rightmargin="0" bottommargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="755" height="100%" border="0" cellpadding="0" cellspacing="0" align="center">

	<tr>

  <td rowspan="4" bgcolor="#223346" width="2" height="100%"></td>

  <td colspan="6" bgcolor="#D4E0ED" width="751" height="22" align="right">

    <div class="verytop" style="padding-right:10px;">



<a href="http://forums.cookiebean.com/viewtopic.php?p=291#291" target="_blank" title="Click Here for the Phase Snippet">Breadcrumbs / Page Trail</a> could go here...



    </div>

  </td>

  <td rowspan="4" bgcolor="#223346" width="2" height="100%"></td>

	</tr>

	<tr>

  <td colspan="6" bgcolor="#5F7EA1" width="751" height="69">

    <div class="sitename" style="padding-left:15px;">



[(site_name)]



    </div>

    <div class="pagetitle" style="padding-left:15px;">



[*pagetitle*]



    </div>

  </td>

	</tr>

	<tr>

  <td bgcolor="#D4E0ED" width="133" height="*" valign="top">

    <div class="menu" style="padding-left:15px; padding-top:10px; padding-right:15px; padding-bottom:10px;">



[[MainMenu]]



    </div>

  </td>

  <td bgcolor="#5F7EA1" width="1" height="*"></td>

  <td bgcolor="#84A0C1" width="6" height="*"></td>

  <td bgcolor="#9EB6D2" width="5" height="*"></td>

  <td bgcolor="#CCDAEA" width="4" height="*"></td>

  <td bgcolor="#ffffff" width="603" height="*" valign="top">

    <div class="content1" style="padding-left:15px; padding-top:10px; padding-right:15px; padding-bottom:10px;">



[*content*]



    </div>

  </td>

	</tr>

	<tr>

  <td colspan="6" bgcolor="#5F7EA1" width="751" height="25" align="center" class="copyright">Copyright &copy; [[PoweredBy]]</td>

	</tr>

</table>

</body>

</html>

Edited by Ralph (rad14701), 01 October 2005 - 02:40 AM.


#2 newcomer

    Etomite Forum Newbie

  • Member
  • 30 posts

Posted 09 June 2004 - 11:49 PM

Great template. I like the simplicity

#3 JuggoPop

    Likes Etomite Forums!

  • Member
  • PipPip
  • 158 posts

Posted 10 June 2004 - 12:42 AM

thanks! 8)

#4 5ync

    Etomite Forum Newbie

  • Member
  • 6 posts

Posted 14 June 2004 - 01:03 PM

anyone else having a problem with their menu using this template? It looks great but my first menu item is on the same line as the second for some reason!

Works fine on standard template.

#5 Guest_Alex_*

  • Guests

Posted 14 June 2004 - 01:19 PM

Edit the snippet, and put a <br /> after each </a> tag, that should fix it :)

#6 5ync

    Etomite Forum Newbie

  • Member
  • 6 posts

Posted 14 June 2004 - 01:24 PM

Heh now thats support. Within 30 mins. Thanks Alex :D

P.S While I have got you around, Id like to thank you for making Phase and doing such a great job at it. From all of us, Thanks so much!

#7 Guest_Alex_*

  • Guests

Posted 14 June 2004 - 01:38 PM

Quote

Heh now thats support.  Within 30 mins.  Thanks Alex :D

P.S  While I have got you around, Id like to thank you for making Phase and doing such a great job at it.  From all of us, Thanks so much!

You're welcome ;)

#8 Zamber

    Etomite Forum Newbie

  • Member
  • 11 posts

Posted 30 September 2005 - 10:52 PM

Links not working :P

#9 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 01 October 2005 - 02:34 AM

Zamber, on Sep 30 2005, 07:52 PM, said:

Links not working :P
Considering how this thread is dated June of 2004 and the domain name has changed it's no surprise that the hylerlinks don't work... B)

I have corrected the links to point to the proper locations... :eto:

Edited by Ralph (rad14701), 01 October 2005 - 02:43 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users