kjære sonia
bare kopier og lim inn dette:
<!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" xml:lang="en" lang="en">
<!--SIMPLICITY THEME BY HEARTGRENADE.TUMBLR.COM-->
<head>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<!-- DEFAULT VARIABLES (CAN BE EDITED IN THE 'APPEARANCE' TAB) -->
<meta name="color:Background" content="#FFFFFF"/>
<meta name="color:Title" content="#B3B1B1"/>
<meta name="color:Name" content="#B3B1B1"/>
<meta name="text:Name Size" content="20"/>
<meta name="color:Text" content="#949191"/>
<meta name="font:Body" content="georgia"/>
<meta name="color:Link" content="#BBD87C"/>
<meta name="color:Link Hover" content="#ADADAD"/>
<meta name="text:Link 1 Name" content=""/>
<meta name="text:Link 1 URL" content=""/>
<meta name="text:Link 2 Name" content=""/>
<meta name="text:Link 2 URL" content=""/>
<meta name="text:Link 3 Name" content=""/>
<meta name="text:Link 3 URL" content=""/>
<meta name="text:Link 4 Name" content=""/>
<meta name="text:Link 4 URL" content=""/>
<meta name="text:Link 5 Name" content=""/>
<meta name="text:Link 5 URL" content=""/>
<meta name="if:Enable Image Opacity" content="1"/>
<meta name="image:Sidebar" content=""/>
<meta name="image:Background" content=""/>
<meta name="text:Background Image Position" content="none"/>
<meta name="if:Background Image Does Not Repeat" content="0"/>
<meta name="if:Fixed Background Image" content="1"/>
<style type="text/css">
body {
background-color:{color:Background};
background-image:url({image:Background});
background-position:{text:background image position};
{block:IfBackgroundImageDoesNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageDoesNotRepeat}
{block:IfFixedBackgroundImage}background-attachment: fixed;{/block:IfFixedBackgroundImage}
background-attachment: fixed;
color:{color:Text};
font-size:11px;
line-height:15px;
font-family:{font:body};
}
a, a:visited, a:active {
color:{color:Link};
text-decoration: none;
}
a:hover {
color:{color:link hover};
text-decoration:none;
}
p {
margin: 2px 2px 2px 2px;
line-height:10px;
padding: 0;
}
ol.notes {
padding: 0px;
margin: 25px 0px;
list-style-type: none;
border-bottom: dashed 1px {color:text};
}
ol.notes li.note {
border-top: dashed 1px {color:text};
padding: 10px;
}
ol.notes li.note img.avatar {
margin-right: 10px;
width: 20px;
height: 20px;
}
blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
blockquote img{display:block;}
blockquote p{padding:0px; margin:0px;}
blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
a img{border:none;}
#content{
position:absolute;
background-color:{color:Background};
padding:10px;
top:10px;
width:500px;
left:430px;
margin:auto;
}
#sidebar{
top:10px;
width:200px;
position:fixed;
background-color:{color:Background};
padding:10px;
font-color:{color:text};
left:200px;
margin-left:auto;
overflow:hidden;
}
#post{
margin-bottom:5px;
}
h1 {
font-size:16px;
font:{font:title};
color:{color:Title};
text-transform:lowercase;
line-height:20px;
}
.h2 {
font:{Font:Text} 8pt;
color:{color:Text};
text-transform:uppercase;
background-color: transparent;
text-align: left;
padding:1px;
border-bottom:1px dashed #A3A3A3;
}
h3 {
margin-top:10px;
margin-bottom:10px;
font-size:18px;
font-weight:normal;
font:{font:title};
color:{color:Title};
text-transform:lowercase;
line-height:20px;
}
h4 {
font-size:20px;
font:{font:title};
color:{color:Title};
text-transform:lowercase;
line-height:20px;
}
.name {
color:{color:Name};
font-size:{text:Name Size}px;
font:{font:title};
text-transform:lowercase;
line-height:25px;
}
#credit{
padding-top:5px;
text-align:center;
width:500px;
}
img {
{block:IfEnableImageOpacity}
opacity: 0.8; filter:alpha(opacity=80);
{/block:IfEnableImageOpacity}
}
img:hover {
{block:IfEnableImageOpacity}
opacity:1; filter:alpha(opacity=99);
{/block:IfEnableImageOpacity}
}
img, a img {
max-width:500px !important;
border: 0px !important;
}
{CustomCSS}
</style>
</head>
<body>
<div id="sidebar">
<div class="name">
<a href="/">{Title}</a>
</div><br>
{block:IfSidebarImage}<center><a href="/"><img src="{image:Sidebar}" width="200"/></a></center>{/block:IfSidebarImage}<br>
{block:Description}{Description}{/block:Description}
<br><br>
<h1><p>
<a href="/archive">archive</a><p>
<a href="/ask">ask/tell</a><p>
{block:IfLink1Name}<a href="{text:link 1 url}">{text:link 1 name}</A>{/block:IfLink1Name}<p>
{block:IfLink2Name}<a href="{text:link 2 url}">{text:link 2 name}</A>{/block:IfLink2Name}<p>
{block:IfLink3Name}<a href="{text:link 3 url}">{text:link 3 name}</A>{/block:IfLink3Name}<p>
{block:IfLink4Name}<a href="{text:link 4 url}">{text:link 4 name}</A>{/block:IfLink4Name}<p>
{block:IfLink5Name}<a href="{text:link 5 url}">{text:link 5 name}</A>{/block:IfLink5Name}
</h1>
</div>
<div id="content">
{block:Posts}
<div id="post">
{block:Text}
{block:Title}
<h3><a href="{Permalink}">{Title}</a></h3>
{/block:Title}
{Body}
{/block:Text}
{block:Photo}
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Photo}
{block:Photoset}
<center>{Photoset-500}</center>
{block:Caption}
{Caption}
{/block:Caption}
{/block:Photoset}
{block:Quote}
<h3>"{Quote}"</h3>
{block:Source}
-{Source}
{/block:Source}
{/block:Quote}
{block:Link}
<a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
{block:Description}
{Description}
{/block:Description}
{/block:Link}
{block:Chat}
{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
{block:Lines}
{block:Label}<b>{Label}</b>{/block:Label}
{Line}<br>
{/block:Lines}
{/block:Chat}
{block:Video}
<center>{Video-500}</center>
{block:Caption}
{Caption}
{/block:Caption}
{/block:Video}
{block:Audio}<br/>
{AudioPlayerWhite}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Audio}
<br>
{block:Answer}
<b>{Asker} said:
{Question}</b><br><br>
{answer}
{/block:answer}
<div class="h2">
{block:NoteCount}{NoteCountWithLabel}</a> | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>{/block:NoteCount}<br>
<a href="{Permalink}">
{TimeAgo}{/Block:NoteCount}</a>
</div>
{block:PermalinkPage}<br>
<center>{Block:NoteCount}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} {CapitalAmPm}{/Block:NoteCount}
<br>
{block:HasTags} Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
{block:RebloggedFrom}
Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
Originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
</center>
{block:PostNotes}{PostNotes}{/block:PostNotes}
{/block:PermalinkPage}
</div>
{/block:Posts}
<br>
<div id="post">
<div id="credit">
<font size="5">
<center>{block:Pagination}
{block:PreviousPage}
<a href="{PreviousPage}">«</a>
{/block:PreviousPage}
{block:JumpPagination length="5"}
{block:CurrentPage}
{PageNumber}
{/block:CurrentPage}
{block:JumpPage}
<a href="{URL}">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}
<a href="{NextPage}">»</a>
{/block:NextPage}
{/block:Pagination}</center>
</font><br>
theme by <a href="http://www.heartgrenade.tumblr.com">heartgrenade</a> | powered by <a href="tumblr.com">tumblr</a>
</div>
</div>
</div>
</body>
</html>
håper det funker!

