TVdesign, en designside laget av Vilde!

GRATIS DESIGN 2 - Chocolate

Picture

Stilsett

.entry {
background-color: #ffffff;
border: 10px solid white;
font-family: times new roman;
font-size: 12px;
-webkit-box-shadow: 0px 0px 0px #DFDFDF;
-moz-box-shadow: 0px 0px 0px #DFDFDF;
box-shadow: 0px 0px 0px #DFDFDF;
width: 700px;
}
body {
background-image: url('http://img534.imageshack.us/img534/8686/stripesl.png');
background-repeat: repeat;
font-family: Arial, Helvetica, sans-serif;
color: #777777;
}
#side {
background-color: #ffffff;
}
#header {
background-color: #transparent;
height: 1px;
}
#dato {
font-family: times new roman;
font-size: 10px;
color: #ffffff;
text-align:right;
padding-right:9px;
margin-bottom:-28px;
}
#wrapper {
background-color: #fff2e8;
width: 980;
}
a { color: #BB9D89}
a:link { color: #BB9D89}
h2 a { color: #ffffff}
h2 a:link { color: #ffffff}
h2 a:visited { color: #ffffff}
h2 a:active { color: #ffffff}
h1, h3, h4, h5 { font-family: Tahoma, Geneva, sans-serif; }#header h1, #header p { display:none }
#header { color: #FFFFFF; }
h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #FFFFFF;
}
h2 {
cursor:default;
background-image: url('http://img641.imageshack.us/img641/60/51535785.png');
background-repeat: repeat;
color: #ffffff;
font-size: 20px;
font-family: trajan pro;
letter-spacing:2px;
line-height:13pt;
text-align: left;
padding: 1px;
font-weight: bold;
text-transform: uppercase;
text-decoration: bold;
border-bottom: 0px solid #transparent;
margin-bottom: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px;
-webkit-box-shadow: 0px 0px 5px #000000;
-moz-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;
}
#comments .owner {
border-top: 0px dotted #000000;
border-bottom: 0px dotted #000000;
background: #ffffff;
}
#comments .user{
border-top: 0px dotted #000000;
border-bottom: 0px dotted #000000;
background: #ffffff;
}
#comments .other{
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-left: 5px solid #TRANSPARENT;
border-right: 0px solid #ffffff;
background: #ffffff;
}

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://img442.imageshack.us/img442/2922/93541418.png" type="image/gif" />
</head>
<body class="front">
<div id="doc2">
<div id="header">
<h1>${BlogTitle}</h1>
<p>${BlogDescription}</p>
</div>
<br>
<div id="main" class="yui-u first">
<tag:entrylist limit="30">
<div class="entry"><h2><span style="color: #ffffff;"><div id="dato">
${EntryTime} <br />${EntryDate}
</div>
<a href="${EntryPermaLink}">${EntryTitle}</a></h2></span>
<div class="meta"></div>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<tag:if test="${EntryCommentCount == 0}">
<a href="${EntryPermaLink}#comment"><p style="text-align: right;"> <img src="http://img524.imageshack.us/img524/8732/commentso.jpg"> </p></a>
<tag:elseif test="${EntryCommentCount == 1}" />
<a href="${EntryPermaLink}#comment"><p style="text-align: right;"> <img src="http://img524.imageshack.us/img524/8732/commentso.jpg"> </p></a>
<tag:else />
<a href="${EntryPermaLink}#comment"><p style="text-align: right;"> <img src="http://img524.imageshack.us/img524/8732/commentso.jpg"> </p></a>
</tag:if>
</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>
<tag:profile>
<tag:if test="${ProfileExists == 'true'}">
<div id="side" class="yui-u">
<tag:profile>
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
<h3>
<a href="${ProfileUrl}">${ProfileName}</a>
</h3></div>
</tag:if>
<tag:include module="sidebar"></tag:include>
<div>
<h3>Kategorier</h3>
<ul>
<tag:categorylist>
<li>
<a href="${CategoryLink}">${CategoryName}</a>
</li>
</tag:categorylist>
</ul>
</div>
<div>
<h3>Arkiv</h3>
<ul>
<tag:archivelist>
<li>
<a href="${ArchiveLink}">${ArchiveName}</a>
</li>
</tag:archivelist>
</ul>
</div>
<p>${ProfileDescription}</p>
</div>
</tag:if>
<tag:include module="sidebar"> </tag:include>
<tag:if test="${HasLinks == 'true'}">
</tag:if>
<tag:if test="${HasProducts == 'true'}">
</tag:if>
</div>
</div>
<div>Les mer i arkivet
<tag:archivelist limit="3"> »
<a href="${ArchiveLink}">${ArchiveName}</a></tag:archivelist></div>
</div>
<div class="yui-u first">
<tag:profile> <div class="yui-u"><BR>
<div class="yui-u">
<ul></ul>
</div>
</div><a href="<h1>
<a href="${BlogUrl}">${BlogTitle}</a>
</h1>
<p>${BlogDescription}</p>
</div>
<br>
<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">
</div>
<div class="content">${EntryBody}</div>
<div>Les mer i arkivet
<tag:archivelist limit="3"> »
<a href="${ArchiveLink}">${ArchiveName}</a></tag:archivelist></div>
</div>
<div class="meta">
<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>
<div id="comments">
<tag:commentlist>
<div class="comment ${CommentClass}">
<div class="meta">
<tag:if test="${CommentProfileUrl != ''}">
<tag:else />
<tag:if test="${CommentAuthorUrl != ''}">
<a rel="nofollow" href="${CommentAuthorUrl}">
</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">
<h2>Skriv en ny kommentar</h2>
<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>
</div>
<div id="side" class="yui-u">
<tag:profile>
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
</tag:if>
</div>
<div>Les mer i arkivet
<tag:archivelist limit="3"> »
<a href="${ArchiveLink}">${ArchiveName}</a></tag:archivelist></div>
</div><a href="
  • 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://img442.imageshack.us/img442/2922/93541418.png" 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><br>
    <div id="main" class="yui-u first">
    <h2>${CategoryName}</h2><br>
    <tag:entrylist limit="100000000">
    <div class="entry">
    <h2>
    <a href="${EntryPermaLink}">${EntryTitle}</a>
    </h2>
    <div class="content">${EntryBody}</div>
    <div class="meta">
    <ul>
    <li>${EntryDate} kl.${EntryTime} i
    <a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
    <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:profile>
    <tag:if test="${ProfileExists == 'true'}">
    <div id="profile" class="clearfix">
    <div>
    <a href="${ProfileUrl}" title="${ProfileName}">
    <img src="${ProfileImageUrl}" alt="${ProfileName}" />
    </a>
    </div>
    <h3>
    <a href="${ProfileUrl}">${ProfileName}</a>
    </h3>
    <p>${ProfileAge}, ${ProfileFrom}</p>
    <p>${ProfileDescription}</p>
    </div>
    </tag:if>
    </div>
    </div>
    <div class="yui-u"><br>
    </ul>
    </div>
    </div>
    </div>
    </body>
    </html>
  • 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://img442.imageshack.us/img442/2922/93541418.png" 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>
    <br>
    <div id="main" class="yui-u first">
    <h2>${ArchiveName}</h2><br>
    <tag:entrylist limit="1000000000">
    <div class="entry">
    <h3>
    <a href="${EntryPermaLink}">${EntryTitle}</a>
    </h3>
    <div class="content">${EntryBody}</div>
    <div class="meta">
    <ul>
    <li>${EntryDate} kl.${EntryTime} i
    <a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
    <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:profile>
    <tag:if test="${ProfileExists == 'true'}">
    <div id="profile" class="clearfix">
    <div>
    <a href="${ProfileUrl}" title="${ProfileName}">
    <img src="${ProfileImageUrl}" alt="${ProfileName}" />
    </a>
    </div>
    <h3>
    <a href="${ProfileUrl}">${ProfileName}</a>
    </h3>
    <p>${ProfileAge}, ${ProfileFrom}</p>
    <p>${ProfileDescription}</p>
    </div>
    </tag:if>
    </div><a href="

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://img442.imageshack.us/img442/2922/93541418.png" 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><br>
<div id="main" class="yui-u first">
<h2>${CategoryName}</h2><br>
<tag:entrylist limit="100000000">
<div class="entry">
<h2>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h2>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<li>${EntryDate} kl.${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<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:profile>
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
<div>
<a href="${ProfileUrl}" title="${ProfileName}">
<img src="${ProfileImageUrl}" alt="${ProfileName}" />
</a>
</div>
<h3>
<a href="${ProfileUrl}">${ProfileName}</a>
</h3>
<p>${ProfileAge}, ${ProfileFrom}</p>
<p>${ProfileDescription}</p>
</div>
</tag:if>
</div>
</div>
<div class="yui-u"><br>
</ul>
</div>
</div>
</div>
</body>
</html>

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://img442.imageshack.us/img442/2922/93541418.png" 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>
<br>
<div id="main" class="yui-u first">
<h2>${ArchiveName}</h2><br>
<tag:entrylist limit="1000000000">
<div class="entry">
<h3>
<a href="${EntryPermaLink}">${EntryTitle}</a>
</h3>
<div class="content">${EntryBody}</div>
<div class="meta">
<ul>
<li>${EntryDate} kl.${EntryTime} i
<a href="${EntryCategoryLink}">${EntryCategoryName}</a></li>
<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:profile>
<tag:if test="${ProfileExists == 'true'}">
<div id="profile" class="clearfix">
<div>
<a href="${ProfileUrl}" title="${ProfileName}">
<img src="${ProfileImageUrl}" alt="${ProfileName}" />
</a>
</div>
<h3>
<a href="${ProfileUrl}">${ProfileName}</a>
</h3>
<p>${ProfileAge}, ${ProfileFrom}</p>
<p>${ProfileDescription}</p>
</div>
</tag:if>
</div><a href="