GRATISDESIGN #2 DEL 1




DENNE SKAL INN PÅ STILSETT

.entry {
padding-left: 15px;
font: helvetica;
background-color: #fff;
}
body {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font: helvetica;
}
.entry h2, .entry h2 a{
font: helvetica;
text-transform: lowercase;
font-size: 25pt;
color: #ca9b36;
}
#main {
margin-top: -100px;
width: 735px;
float: left;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}
#side {
margin-top: -60px;
float; right;
width: 200px;
}
#wrapper {
width: 1000px;
background-color: #
margin-left: auto;
margin-right: auto;
}
/* her forandrer du hvordan "navnet" til den som kommentarer skal se ut */
#comments h4{
border: 0px solid #cccccc;
font-size: 16px; /* hvor stor skriften skal være */
color: #000000; /* fargen skriften skal ha. Bare hvis det IKKE er en link til hjemmesiden */
}
/* forandrer hvordan skriften på "NAVNET" skal se ut når noen har lagt igjen en bloggadresse */
#comments h4 a{
border: 0px solid #cccccc;
color: #000000; /* fagre på skriften */
}
/* Her er delen som forandre på hvordan dine kommentarer skal se ut */
#comments .owner{
border: 0px solid #000;
background-color: #ffffff;
color: #;
}
/* Forandrer hvordan "navn" og "dato" feltet skal se ut */
#comments .owner .meta{
border: 0px solid #cccccc; /* ramme rundt */
background-color: transparent; /* bakgrunsfarge, bare sett i koden i stedefor "transparent" */
color: #cccccc; /* farge på skriften */
}
#comments .owner .content{
background-color: transparent;
border: 0px solid #000000;
color: #000000;
}
/* Her er delen som forandre på hvordan kommentarene til andre blogg.no brukere skal se ut */
#comments .user{
border: 0px solid #666;
background-color: #ffffff;
color: #;
}
/* Forandrer hvordan "navn" og "dato" feltet skal se ut */
#comments .user .meta{
border: 0px solid #cccccc; /* ramme rundt */
background-color: transparent; /* bakgrunsfarge, bare sett i koden i stedefor "transparent" */
color: #cccccc; /* farge på skriften */
}
#comments .user .content{
background-color: transparent;
border: 0px solid #000000;
color: #000000;
}
/* Her er delen som forandre på hvordan dine kommentarer skal se ut */
#comments .other{
border: 0px solid #666;
background-color: #ffffff;
color: #;
}
/* Forandrer hvordan "navn" og "dato" feltet skal se ut */
#comments .other .meta{
border: 0px solid #666; /* ramme rundt */
background-color: transparent; /* bakgrunsfarge, bare sett i koden i stedefor "transparent" */
color: #ccc; /* farge på skriften */
}
#comments .other .content{
background-color: transparent;
border: 0px solid #666;
color: #000;
}
#footer {
margin-left: 0;
font-size: 9px;
background-color: #fff;
}
a { color: #000000}
a:link { color: #000000}
a:hover { color: #ca9b36;}
a:visited { color: #000000}
a:active { color: #000000}
h2 { font-family: Tahoma; color: #ca9b36; }
h1, h3, h4, h5 { font-family: Tahoma, Geneva, sans-serif; }
#header h1, #header p { display:none }
#header { color: #ca9b36; }
h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #ca9b36; }

GRATISDESIGN #2 DEL 2

denne skal inn på forside

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${BlogTitle} - ${BlogDescription}</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body class="front">
<div id="doc2">
<div id="header">
<h1>${BlogTitle}</h1>
<p>${BlogDescription}</p>
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<tag:entrylist limit="30">
<div class="entry">
<h2><a href="${EntryPermaLink}">${EntryTitle}</a></h2>
<div class="meta">
<ul>
<p style="font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE;">
${EntryDate} klokken. ${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<tag:if test="${EntryCommentCount == 0}">-
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
</ul>
</div>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<p style="font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE;">
${EntryDate} KLOKKEN. ${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<tag:if test="${EntryCommentCount == 0}">-
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
<li>
<tag:if test="${EntryHasTags == 'true'}">
<div class="tags">Stikkord:
<ul><tag:taglist><li><a href="${TagURL}">${TagName}</a></li></tag:taglist></ul></div>
</tag:if>
</div>
</div>
</tag:entrylist>
<div>Les mer i arkivet
<tag:archivelist limit="3"> »
<a href="${ArchiveLink}">${ArchiveName}</a></tag:archivelist></div>
</div>
<div id="side" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<ul>
</br><img src="http://i41.tinypic.com/2roiaa8.jpg" width="181">
<p style="font-family: Verdana; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
SKRIV OM DEG HER - OGSÅ PÅ INNLEGG - KATEGORI - ARKIV
</div>
<img src="http://i39.tinypic.com/2nbvfk7.jpg" width="181">
</div>
<tag:include module="sidebar"></tag:include>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<tag:if test="${HasLinks == 'true'}">
<div>
</div>
</tag:if>
<tag:if test="${HasProducts == 'true'}">
<div>
<h3>Jeg anbefaler</h3>
<ul>
<tag:productlist>
<li class="clearfix"><a href="${ProductUrl}"><img class="asin" align="left" src="http://i.blogg.no/50x50/${ProductImage}" alt="${ProductTitle}" /></a><strong><a href="${ProductUrl}">${ProductTitle}</a></strong>${ProductComment}</li>
</tag:productlist>
</ul>
</div>
</tag:if>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
</ul>
</body>
</html>

GRATISDESIGN #2 DEL 3

 DENNE SKAL INN PÅ INNLEGG

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${EntryTitle} (${BlogTitle})</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/comment/${EntryID}.rss" title="Kommentarer til dette inlegget" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body>
<div id="doc2">
<div id="header" onclick="document.location='${BlogUrl}';">
<h1>
<a href="${BlogUrl}">${BlogTitle}</a>
</h1>
<p>${BlogDescription}</p>
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<tag:entry>
<div class="entry">
<a name="a${EntryNum}" id="a${EntryNum}"></a>
<h2>${EntryTitle}</h2>
<div class="meta">
<ul>
<p style="font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE;">
${EntryDate} klokken. ${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<tag:if test="${EntryCommentCount == 0}">-
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
</ul>
</div>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<p style="font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE;">
${EntryDate} KLOKKEN. ${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<tag:if test="${EntryCommentCount == 0}">-
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
<li>
</li>
</ul>
<tag:if test="${EntryHasTags == 'true'}">
<div class="tags">Stikkord:
<ul><tag:taglist><li><a href="${TagURL}">${TagName}</a></li></tag:taglist></ul></div>
</tag:if>
<tag:include module="postentry"></tag:include>
</div>
</div>
</tag:entry>
<tag:if test="${Comments == 1}">
<a name="comment" id="comment"></a>
<h3>
<tag:if test="${EntryCommentCount == 0}">Ingen kommentarer
<tag:elseif test="${EntryCommentCount == 1}" />Én kommentar
<tag:else />${EntryCommentCount} kommentarer</tag:if>
</h3>
<div id="comments">
<tag:commentlist>
<div class="comment ${CommentClass}">
<div class="meta">
<tag:if test="${CommentProfileUrl != ''}">
<a href="${CommentProfileUrl}">
<img class="avatar" src="http://i.blogg.no/50x50/${CommentProfileImageUrl}" alt="" />
</a>
<tag:else />
<tag:if test="${CommentAuthorUrl != ''}">
<a rel="nofollow" href="${CommentAuthorUrl}">
<img class="avatar" src="http://i.blogg.no/50x50/http://www.gravatar.com/avatar.php?gravatar_id=${CommentAuthorEmailHash}&amp;default=http%3A%2F%2Fstatic.blogg.no%2Fblogs%2Favatar.png&amp;size=50" alt="" />
</a>
<tag:else />
<img class="avatar" src="http://i.blogg.no/50x50/http://www.gravatar.com/avatar.php?gravatar_id=${CommentAuthorEmailHash}&amp;default=http%3A%2F%2Fstatic.blogg.no%2Fblogs%2Favatar.png&amp;size=50" alt="" />
</tag:if>
</tag:if>
<h4>${CommentAuthorLinkIf}</h4>
<p>${CommentDate} kl.${CommentTime}</p>
</div>
<div class="content">${CommentText}</div>
</div>
</tag:commentlist>
</div>
<div id="newcomment" class="clearfix">
<h3>Skriv en ny kommentar</h3>
<form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
<div id="comment_author_wrapper">
<label for="comment_author">Navn:</label>
<input id="comment_author" type="text" name="author" onchange="doChange(this)" value="" maxlength="100" />
</div>
<div id="comment_authoremail_wrapper">
<label for="comment_authoremail">E-post:</label>
<input id="comment_authoremail" type="text" name="authoremail" onchange="doChange(this)" value="" maxlength="100" />
</div>
<div id="comment_authorurl_wrapper">
<label for="comment_authorurl">URL:</label>
<input id="comment_authorurl" type="text" name="authorurl" onchange="doChange(this)" value="http://" maxlength="100" />
</div>
<div id="comment_text_wrapper">
<label for="comment_text">Din kommentar:</label>
<textarea id="comment_text" name="comment" onchange="doChange(this);" cols="40" rows="10"></textarea>
</div>
<div id="comment_submit_wrapper">
<input type="hidden" name="commentid" value="${CommentID}" />
<input id="comment_submit" class="submit" type="submit" name="submit" value="Send kommentar" />
</div>
<div id="comment_remember_wrapper">
<input id="comment_remember" name="comment_remember" onclick="doCheck(this)" type="checkbox" value="1" />
<label for="comment_remember">Husk meg ?</label>
</div>
</form>
</div>
</tag:if>
<p style="font-family: Arial; font-size: 10px; text-align: left; padding: 10px; font-color: #ffffff">LAGD AV <a href="http://www.superkimz.blogg.no">SUPERKIMZ.BLOGG.NO</a>
</div>
<div id="side" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<ul>
</br><img src="http://i41.tinypic.com/2roiaa8.jpg" width="181">
<p style="font-family: Verdana; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
SKRIV OM DEG HER - OGSÅ PÅ INNLEGG - KATEGORI - ARKIV
</div>
<img src="http://i39.tinypic.com/2nbvfk7.jpg" width="181">
</div>
<tag:include module="sidebar"></tag:include>
<div>
</ul>
</div>
<div>
</div>
</div>
</div>
<div id="footer" class="yui-gb">
<div class="yui-u first">
<tag:profile><a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
<tag:if test="${ProfileExists == 'true'}">skrives av ©
<a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
<a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
er selv ansvarlig for innhold. Henvendelser kan rettes til
<a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.</tag:profile>
</div>
<div class="yui-u">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<div class="yui-u">
<p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
<ul>
<li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
<li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
<li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
<li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
<li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

GRATISDESIGN #2 DEL 4

DENNE SKAL PÅ KATEGORI


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${CategoryName} (${BlogTitle})</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body>
<div id="doc2">
<div id="header" onclick="document.location='${BlogUrl}';">
<h1>
<a href="${BlogUrl}">${BlogTitle}</a>
</h1>
<p>${BlogDescription}</p>
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<h2>${CategoryName}</h2>
<tag:entrylist limit="1000">
<div class="entry">
<h3>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h3>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<p style="font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE;">
${EntryDate} KLOKKEN. ${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<tag:if test="${EntryCommentCount == 0}">-
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
<li>
</li>
</ul>
</div>
</div>
</tag:entrylist>
</div>
<div id="side" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<ul></br><img src="http://i41.tinypic.com/2roiaa8.jpg" width="181">
<p style="font-family: Verdana; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
SKRIV OM DEG HER - OGSÅ PÅ INNLEGG - KATEGORI - ARKIV
</div>
<img src="http://i39.tinypic.com/2nbvfk7.jpg" width="181">
</div>
<tag:include module="sidebar"></tag:include>
<div>
</div>
<div>
</div>
</div>
</div>
<div id="footer" class="yui-gb">
<div class="yui-u first">
<tag:profile><a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
<tag:if test="${ProfileExists == 'true'}">skrives av ©
<a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
<a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
er selv ansvarlig for innhold. Henvendelser kan rettes til
<a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.</tag:profile>
</div>
<div class="yui-u">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<div class="yui-u">
<p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
<ul>
<li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
<li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
<li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
<li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
<li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

GRATISDESIGN #2 DEL 5

DENNE SKAL PÅ ARKIV

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${ArchiveName} (${BlogTitle})</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body>
<div id="doc2">
<div id="header" onclick="document.location='${BlogUrl}';">
<h1>
<a href="${BlogUrl}">${BlogTitle}</a>
</h1>
<p>${BlogDescription}</p>
</div>
<div id="wrapper" class="yui-gc">
<div class="breadcrumbs"><a href="http://blogg.no/">blogg.no</a> »
<a href="${BlogUrl}">${BlogTitle}</a> » ${ArchiveName}</div>
<div id="main" class="yui-u first">
<h2>${ArchiveName}</h2>
<tag:entrylist limit="1000" maxchars="200">
<div class="entry">
<h3>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h3>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<p style="font-family: Helvetica, Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE;">
${EntryDate} KLOKKEN. ${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<tag:if test="${EntryCommentCount == 0}">-
<a href="${EntryPermaLink}#comment">Ingen kommentarer</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">Én kommentar</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} kommentarer</a>
</tag:if>
</li>
<li>
<a href="${EntryPermaLink}">Permalenke</a>
</li>
<li class="share">
<a href="http://share.blogg.no/share?url=${EntryPermaLink}&amp;title=${EntryTitle}">Tips en venn</a>
</li>
</ul>
</div>
</div>
</tag:entrylist>
</div>
<div id="side" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<ul></br><img src="http://i41.tinypic.com/2roiaa8.jpg" width="181">
<p style="font-family: Verdana; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
SKRIV OM DEG HER - OGSÅ PÅ INNLEGG - KATEGORI - ARKIV
</div>
<img src="http://i39.tinypic.com/2nbvfk7.jpg" width="181">
</div>
<tag:include module="sidebar"></tag:include>
<div>
</div>
<div>
</div>
</div>
</div>
<div id="footer" class="yui-gb">
<div class="yui-u first">
<tag:profile><a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
<tag:if test="${ProfileExists == 'true'}">skrives av ©
<a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
<a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
er selv ansvarlig for innhold. Henvendelser kan rettes til
<a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.</tag:profile>
</div>
<div class="yui-u">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<div class="yui-u">
<p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
<ul>
<li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
<li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
<li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
<li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
<li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

å endre header ++

Du kan endre på alt du vil, så lenge du lar "superkimz.blogg.no" stå i bunnen av designet.

GRATISDESIGN #1 DEL 0




DETTE LEGGES INN PÅ STILSETT(CSS)

 .entry {
padding-left: 10px;
padding-right: 20px;
font-size: 12px;
}
body {
background-color: #313131;
background-attachment: fixed;
}
#wrapper {
padding: 0px;
width: 1010px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
#main {
background-color: #ffffff;
width: 750px;
}
#header {
background-image: url('http://i39.tinypic.com/70x8bq.jpg');
height: 257px;
width: 710px;
float: center;
margin-left: 0px;
border-bottom: 0px solid #313131;
border-top: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}
#side1 {
float: right;
background-color: #ffffff;
color: #333333;
font-family: Arial;
font-size: 10px;
padding: 15px;
margin-top: -70px;
margin-right: 40px;
width: 160px;
}
#side2 {
float: right;
background-color: #ffffff;
color: #333333;
font-family: Arial;
font-size: 10px;
padding: 15px;
margin-top: -100px;
margin-right: -15px;
width: 160px;
}
.content {font-family: Gill sans, tahoma;}
}
h1 {
font-family: lucida grande;
font-size: 11px;
text-transform:uppercase;
margin: 0px;
padding: 0px;
height: 0px;
}
h2 {
color: #000000;
font-family: lucida grande;
font-size: 35px;
color: #141414;
font-weight: normal;
margin-bottom: -11px;
margin-top: 3px;
text-align: left;
padding-bottom: 2px;
font-style: normal;
text-transform: uppercase;
border-bottom: 0px solid #313131;
}
h3 {
font-family: lucida grande;
font-size: 20px;
color: #141414;
text-transform: normal;
font-weight: normal;
padding: 2px 5px 5px;
margin-bottom: 0px;
margin-top: -1px;
text-align: left;
font-style: normal;
border-bottom: 0px solid #000000;
}
h10 {
font-family: tahoma;
font-size: 10px;
color: #262626;
text-transform: uppercase;
text-align: center;
}
.entrymeta a { color: #0a0a0a; }
.entrymeta a:hover { color: #d60047; text-decoration: underline;}
.commentheader {
font-family: Tahoma;
font-size: 11px;
font-style: normal;
color: #000000;
line-height: 130%;
margin: 0px 0px 0px 0px;
}
.commenttext {
font-family: Tahoma;
font-size: 12px;
font-weight: normal;
color: #0a0a0a;
line-height: 120%;
margin: 0px 0px 0px 0px;
width: 640px;
}
.commentmeta {
font-family: Tahoma;
font-size: 12px;
width: 640px;
color: #000000;
margin: 0px 0px 0px 0px;
padding-bottom: 0px;
border-bottom: 1px dashed #eeeeee;
}
a { color: #cccccc; text-decoration: none;}
a:link { color: #cccccc; text-decoration: none;}
a:visited { color: #cccccc; text-decoration: none;}
a:active { color: #cccccc; text-decoration: none;}
a:hover { color: #cccccc; text-decoration: none;}
}

GRATISDESIGN DEL 1

DETTE LEGGES INN PÅ MALER - FORSIDEN

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${BlogTitle} - ${BlogDescription}</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body class="front">
<div id="doc2">
<div id="header">
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<tag:entrylist limit="30">
<div class="entry">
<h2>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h2>
<p style="font-family: Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE; font-color: #ffffff">
<b>DATO: </b>${EntryDate} | <b>TID:</b> ${EntryTime}</br>
<p style="font-family: lucida grande; font-size: 14px; margin-top: -45px; margin-left: 703px; text-transform: UPPERCASE; background-image: url('http://i40.tinypic.com/2ahy4nc.jpg'); height: 60px; width: 65px; margin-top: -75px; background-repeat: no-repeat; color: #ffffff;">
<tag:if test="${EntryCommentCount == 0}">
<p style="font-family: Arial; font-size: 14px; margin-top: -45px; margin-left: 715px; text-transform: UPPERCASE; color: #ffffff;">
<a href="${EntryPermaLink}#comment">0</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">1</a>
<tag:else />
<p style="font-family: Arial; font-size: 14px; margin-top: -45px; margin-left: 715px; text-transform: UPPERCASE; color: #ffffff;">
<a href="${EntryPermaLink}#comment">${EntryCommentCount}</a>
</tag:if>
</br>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
</ul>
</div>
<div class="meta">
<ul>
<p style="font-family: Arial; font-size: 12px; text-transform: UPPERCASE; background-image: url('http://i44.tinypic.com/1443cdk.jpg'); height: 30px; width: 65px; padding: 1px 1px 0px 5px; background-repeat: no-repeat; font-color: #ffffff"></b> <tag:if test="${EntryCommentCount == 0}">
<a href="${EntryPermaLink}#comment">0 SVAR<font color="#696969"></font>
</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">1 SVAR<font color="#696969"> </font>
</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} SVAR<font color="#696969"></font>
</a>
</tag:if>
</li>
<li>
</li>
<li class="share">
</li>
</ul>
<tag:if test="${EntryHasTags == 'true'}">
<div class="tags">Stikkord:
<ul><tag:taglist><li><a href="${TagURL}">${TagName}</a></li></tag:taglist></ul></div>
</tag:if>
</div>
</div>
</tag:entrylist>
</div>
<div id="side1" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<p style="font-family: Arial; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
<a href="her har du link til legg til som venn">KONTAKT</a></br>
<a href="her har du link">FORMSPRING/TWITTER/FACEBOOK</a>
<div id="side2">
her kan du skrive om deg.
</div>
<tag:if test="${HasLinks == 'true'}">
</tag:if>
<tag:if test="${HasProducts == 'true'}">
<div>
</div>
</tag:if>
</div>
</div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div>
<div id="footer" class="yui-gb">
<div class="yui-u first">
<a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
<tag:if test="${ProfileExists == 'true'}">skrives av ©
<a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
<a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
er selv ansvarlig for innhold. Henvendelser kan rettes til
<a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.
</div>
<div class="yui-u">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<div class="yui-u">
<p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
<ul>
<li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
<li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
<li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
<li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
<li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

GRATISDESIGN DEL 2 (OPPDATERT)

DETTE LEGGES INN PÅ MALER - INNLEGG

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${EntryTitle} (${BlogTitle})</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/comment/${EntryID}.rss" title="Kommentarer til dette inlegget" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body>
<div id="doc2">
<div id="header" onclick="document.location='${BlogUrl}';">
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<tag:entry>
<div class="entry">
<h2><a href="${EntryPermaLink}">${EntryTitle}</a></h2>
<p style="font-family: Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE; font-color: #ffffff">
<b>DATO: </b>${EntryDate} | <b>TID:</b> ${EntryTime}</br>
<p style="font-family: lucida grande; font-size: 14px; margin-top: -45px; margin-left: 703px; text-transform: UPPERCASE; background-image: url('http://i40.tinypic.com/2ahy4nc.jpg'); height: 60px; width: 65px; margin-top: -75px; background-repeat: no-repeat; color: #ffffff;">
<tag:if test="${EntryCommentCount == 0}">
<p style="font-family: Arial; font-size: 14px; margin-top: -45px; margin-left: 715px; text-transform: UPPERCASE; color: #ffffff;">
<a href="${EntryPermaLink}#comment">0</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">1</a>
<tag:else />
<p style="font-family: Arial; font-size: 14px; margin-top: -45px; margin-left: 715px; text-transform: UPPERCASE; color: #ffffff;">
<a href="${EntryPermaLink}#comment">${EntryCommentCount}</a>
</tag:if>
</br>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
</ul>
</div>
<div class="meta">
<ul>
<p style="font-family: Arial; font-size: 12px; text-transform: UPPERCASE; background-image: url('http://i44.tinypic.com/1443cdk.jpg'); height: 30px; width: 65px; padding: 1px 1px 0px 5px; background-repeat: no-repeat; font-color: #ffffff"></b> <tag:if test="${EntryCommentCount == 0}">
<a href="${EntryPermaLink}#comment">0 SVAR<font color="#696969"></font>
</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">1 SVAR<font color="#696969"> </font>
</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} SVAR<font color="#696969"></font>
</a>
</tag:if>
</li>
<li>
</li>
<li class="share">
</li>
</ul>
<tag:if test="${EntryHasTags == 'true'}">
<div class="tags">Stikkord:
<ul><tag:taglist><li><a href="${TagURL}">${TagName}</a></li></tag:taglist></ul></div>
</tag:if>
<tag:include module="postentry"></tag:include>
</div>
</div>
<p style="font-family: Arial; font-size: 14px; margin-top: -49px; margin-left: 714px; text-transform: UPPERCASE;">
</tag:entry>
<tag:if test="${Comments == 1}">
<a name="comment" id="comment"></a>
<div id="comments">
<tag:commentlist>
<div class="comment ${CommentClass}">
<div class="meta">
<tag:if test="${CommentProfileUrl != ''}">
<a href="${CommentProfileUrl}">
<tag:else />
<tag:if test="${CommentAuthorUrl != ''}">
</a>
<tag:else />
</tag:if>
</tag:if>
</div>
<div class="content">${CommentText}</div>
<p style="font-family: Arial; font-size: 10px; text-transform: UPPERCASE;">
${CommentDate} kl.${CommentTime}
Posted by: ${CommentAuthorLinkIf}
<p style="border-bottom:#cccccc 1px dashed; width: 700px;">
</div>
</tag:commentlist>
</div>
<div id="newcomment" class="clearfix">
<h3>Skriv en ny kommentar</h3>
<form action="${AppUrl}index.bd?fa=comment.insert" id="commentform" method="post" onsubmit="doSubmit(this)">
<div id="comment_author_wrapper">
<label for="comment_author">NAVN</label>
<input id="comment_author" type="text" name="author" onchange="doChange(this)" value="" maxlength="100" />
</div>
<div id="comment_authoremail_wrapper">
<label for="comment_authoremail">E-POST:</label>
<input id="comment_authoremail" type="text" name="authoremail" onchange="doChange(this)" value="" maxlength="100" />
</div>
<div id="comment_authorurl_wrapper">
<label for="comment_authorurl">BLOGG:</label>
<input id="comment_authorurl" type="text" name="authorurl" onchange="doChange(this)" value="http://" maxlength="100" />
</div>
<div id="comment_text_wrapper">
<label for="comment_text">Din kommentar:</label>
<textarea id="comment_text" name="comment" onchange="doChange(this);" cols="40" rows="10"></textarea>
</div>
<div id="comment_submit_wrapper">
<input type="hidden" name="commentid" value="${CommentID}" />
<input id="comment_submit" class="submit" type="submit" name="submit" value="Send kommentar" />
</div>
<div id="comment_remember_wrapper">
<input id="comment_remember" name="comment_remember" onclick="doCheck(this)" type="checkbox" value="1" />
<label for="comment_remember">Husk meg ?</label></br>
</div>
</form>
</div>
</tag:if>
<p style="font-family: Arial; font-size: 10px; text-align: left; padding: 10px; font-color: #ffffff">LAGD AV <a href="http://www.superkimz.blogg.no">SUPERKIMZ.BLOGG.NO</a>
</div>
<div id="side1" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<p style="font-family: Arial; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
<a href="her har du link til legg til som venn">KONTAKT</a></br>
<a href="her har du link">FORMSPRING/TWITTER/FACEBOOK</a>
<div id="side2">
her kan du skrive om deg.
</div>
</div>
<div>
</div>
</div>
</div><div>
</div>
<div>
</div>
</div>
</div><div>
</div>
<div>
</div>
</div>
</div>
<div id="footer" class="yui-gb">
<div class="yui-u first">
<a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
<tag:if test="${ProfileExists == 'true'}">skrives av ©
<a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
<a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
er selv ansvarlig for innhold. Henvendelser kan rettes til
<a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.
</div>
<div class="yui-u">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<div class="yui-u">
<p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
<ul>
<li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
<li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
<li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
<li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
<li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

GRATISDESIGN DEL 3

DETTE LEGGES INN PÅ MALER  - KATEGORI
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tag="http://blogg.no/ns/tag" xml:lang="no" lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${CategoryName} (${BlogTitle})</title>
<meta name="description" content="${BlogDescription}" />
<script type="text/javascript">var domainName = ".${AppDomain}";</script>
<script type="text/javascript" src="http://static.blogg.no/blogs/script.js"></script>
<link rel="alternate" href="http://feeds.blogg.no/${BlogId}/post.rss" title="Siste innlegg" type="application/rss+xml" />
<link rel="stylesheet" href="http://design.blogg.no/builder/screen.css" type="text/css" />
<link rel="stylesheet" href="${BlogUrl}style.css" type="text/css" />
<link rel="shortcut icon" href="http://static.blogg.no/blogs/favicon.gif" type="image/gif" />
</head>
<body>
<div id="doc2">
<div id="header" onclick="document.location='${BlogUrl}';">
</div>
<div id="wrapper" class="yui-gc">
<div id="main" class="yui-u first">
<h3>${CategoryName}</h3>
<tag:entrylist limit="1000">
<div class="entry">
<h2>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h2><p style="font-family: Arial; font-size: 10px; text-align: left; text-transform: UPPERCASE; font-color: #ffffff">
<b>DATO: </b>${EntryDate} | <b>TID:</b> ${EntryTime}
<p style="font-family: Arial; font-size: 13px; margin-top: -45px; margin-left: 710px; text-transform: UPPERCASE; background-image: url('http://i44.tinypic.com/1443cdk.jpg'); height: 30px; width: 60px; padding: 1px 16px 5px 8px; background-repeat: no-repeat; color: #ffffff;">
<tag:if test="${EntryCommentCount == 0}">
<a href="${EntryPermaLink}#comment">0</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">1</a>
<tag:else />
<p style="font-family: Arial; font-size: 13px; margin-top: -49px; margin-left: 715px; text-transform: UPPERCASE; color: #ffffff;">
<a href="${EntryPermaLink}#comment">${EntryCommentCount}</a>
</tag:if><p style="border-bottom:#313131 1px solid; width: 730px;">
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<p style="font-family: Arial; font-size: 12px; text-transform: UPPERCASE; background-image: url('http://i44.tinypic.com/1443cdk.jpg'); height: 30px; width: 65px; padding: 1px 1px 0px 5px; background-repeat: no-repeat; font-color: #ffffff"></b> <tag:if test="${EntryCommentCount == 0}">
<a href="${EntryPermaLink}#comment">0 SVAR<font color="#696969"></font>
</a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment">1 SVAR<font color="#696969"> </font>
</a>
<tag:else />
<a href="${EntryPermaLink}#comment">${EntryCommentCount} SVAR<font color="#696969"></font>
</a>
</tag:if>
<li>
</ul>
</div>
</div>
</tag:entrylist>
</div>
<div id="side1" class="yui-u">
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<p style="font-family: Arial; font-size: 8px; text-align: CENTER; text-transform: UPPERCASE; font-color: #000000;">
<a href="her har du link til legg til som venn">KONTAKT</a></br>
<a href="her har du link">FORMSPRING/TWITTER/FACEBOOK</a>
<div id="side2">
her kan du skrive om deg.
</div>
<div>
<div>
</div>
</div>
</div><div>
<div>
</div>
</div>
</div><div>
<div>
</div>
</div>
</div><div>
<div>
</div>
</div>
</div>
<div id="footer" class="yui-gb">
<div class="yui-u first">
<a href="http://blogg.no/">blogg.no</a> leverer teknologien bak <a href="${BlogUrl}">${BlogTitle}</a>. Bloggen
<tag:if test="${ProfileExists == 'true'}">skrives av ©
<a href="${ProfileUrl}">${ProfileName}</a> og </tag:if> er underlagt
<a href="http://www.lovdata.no/all/nl-19610512-002.html">Lov om opphavsrett til åndsverk</a>. Det betyr at du ikke kan kopiere tekst, bilder eller annet innhold uten tillatelse. Forfatter
er selv ansvarlig for innhold. Henvendelser kan rettes til
<a href="mailto:hjelp@blogg.no">hjelp@blogg.no</a>.
</div>
<div class="yui-u">
<h4>Arkiv</h4>
<ul>
<tag:archivelist limit="5">
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<div class="yui-u">
<p>Denne tjenesten er levert av blogg.no. Hos oss finner du:</p>
<ul>
<li><a href="http://blogg.no">blogg.no</a> - Få din egen blogg, helt gratis.</li>
<li><a href="http://bloggrevyen.no">bloggrevyen</a> - Oversikt over nye norske blogginnlegg.</li>
<li><a href="http://miniblogg.no">miniblogg</a> - Kjapp blogging i miniformat.</li>
<li><a href="http://bloggblogg.no">bloggblogg</a> - Her blogger vi selv om stort og smått.</li>
<li><a href="http://forum.blogg.no/">forum</a> - Tips, råd og hjelp om blogging og design.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

Les mer i arkivet » Mars 2012 » Februar 2012 » Januar 2012

    SKRIV OM DEG HER - OGSÅ PÅ INNLEGG - KATEGORI - ARKIV

hits