0% found this document useful (0 votes)
371 views23 pages

Tumblr /IMVU Themes

May Work On Both Sides But A Few Minor Changes Required.To Those People Who Know Their Codes It'll Work Fine.

Uploaded by

Kim Loh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
371 views23 pages

Tumblr /IMVU Themes

May Work On Both Sides But A Few Minor Changes Required.To Those People Who Know Their Codes It'll Work Fine.

Uploaded by

Kim Loh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 23

<!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">

<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}


<!--META NAMES-->

<meta name="color:Text" content="#a7a7a7"/>
<meta name="color:Links" content="#656363"/>
<meta name="color:Hover" content="#d6d2d2"/>
<meta name="color:Post info" content="#b5b4b4">
<meta name="color:Sidebar links" content="#d37272">
<meta name="color:Description" content="#999696">
<meta name="color:Background" content="#ffffff">
<meta name="color:Scrollbar" content="#717070">
<meta name="color:Scrollbar Background" content="#ffffff">

<meta name="image:Sidebar" content=""/>

<meta name="text:link 1" content=""/>
<meta name="text:link 1 url" content="/">
<meta name="text:link 2" content=""/>
<meta name="text:link 2 url" content="/">
<meta name="text:link 3" content=""/>
<meta name="text:link 3 url" content="/">
<meta name="text:link 4" content=""/>
<meta name="text:link 4 url" content="/">
<meta name="text:link 5" content=""/>
<meta name="text:link 5 url" content="/">


<style type="text/css">

::-webkit-scrollbar-thumb {
height:auto;
background-color:{color:Scrollbar};
}

::-webkit-scrollbar {
height:9px;
width:5px;
background-color:{color:Scrollbar Background};
}

body {
background-color:{color:Background};
font-family:times;
font-size:10px;
text-align:justify;
color:{color:Text};
margin:0;
}

a {
color:{color:Links};
text-decoration:none;
-moz-outline-style:none;
}

a:hover{
color:{color:Hover};
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
}

blockquote {
padding-left:5px;
border-left:2px solid;
}

blockquote blockquote {
padding-left:5px;
border-left:2px solid;
}


/*SIDEBAR*/

#sidebar{
position:fixed;
margin-top:150px;
margin-left:200px;
width:150px;
}

#sidebarimg img{
width:120px;
}

#links{
letter-spacing:1px;
font-family:times;
width:120px;
margin-top:5px;
margin-left:0px;
padding:2px;
font-size:11px;
text-transform:uppercase;
text-align:center;
line-height:170%;
}

#links a{
color:{color:Sidebar links};
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
}

#links a:hover{
color:{color:Hover};
text-transform:lowercase;
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
}

#desc{
width:120px;
margin-top:5px;
font-size:9px;
color:{color:Description};
}

.pagi {
font-size:10px;
text-transform:uppercase;
letter-spacing:3px;
font-style:normal;
text-align:center;
margin-left:-25px;
}

.pagi a {
color:{color:Sidebar links};
}


/*ENTRIES*/

#container {
width:400px;
padding:10px;
margin-left:450px;
margin-top:55px;
}

#posts{
width:400px;
padding:25px;
margin-top:30px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}


/*POST INFO*/

#info {
width:400px;
text-align:center;
font-family:times;
font-size:8px;
text-transform:uppercase;
padding:1px;
color:{color:Post info};
line-height:10px;
border-top:1px solid {color:Post info};
margin-top:5px;
margin-bottom:55px;
}

#info a{
color:{color:Post info};
}

#info a:hover{
color:{color:Hover};
}

#tags{
width:400px;
padding:5px;
margin-top:-3px;
margin-left:-5px;
float:left;
text-align:center;
font-size:8px;
opacity:1;
color:{color:Links};
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s
}

#tags a {
display:inline-block;
color:{color:Post info};
font-size:8px;
text-align:center;
text-decoration:none;
}

#notes{
font-size:7px;
text-transform:uppercase;
}


/*CREDIT*/

#maker{
float:right;
position:fixed;
bottom:5px;
right:5px;
padding:4px;
border-style:solid;
font-size:8px;
text-transform:uppercase;
}

#maker a{
color:{color:Links};
}


{CustomCSS}
#ocehans1{
height:13px;
text-align:center;
overflow:hidden;
margin-top:-1px;
border-bottom:1px solid #efefef;
text-transform:uppercase;
letter-spacing:1px;
font-size:8px;
line-height:10px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans1:hover{
height:67px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#ocehans2{
height:13px;
text-align:center;
overflow:hidden;
border-bottom:1px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#ocehans2:hover{
height:60px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#ocehans3{
height:13px;
text-align:center;
overflow:hidden;
border-bottom:1px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#ocehans3:hover{
height:135px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}



#ocehans4{
height:13px;
text-align:center;
overflow:hidden;
border-bottom:0px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#ocehans4:hover{
height:145px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}

#ocehans{
text-align:left;
font-size:8px;
text-transform:uppercase;
opacity: .8;
border:1px solid #eee;
position:fixed;
font-family:calibri;
left:14px;
background-color:#fff;
letter-spacing:1px;
width:65px;
z-index:9999;
padding:4px;
top:14px;

}
</style></head>

<body>

<div id="sidebar">
<div id="sidebarimg">
<img src="{image:Sidebar}"></div>
<div id="links">
<a href="{text:link 1 url}" title="{text:link 1}">I.</a>
<a href="{text:link 2 url}" title="{text:link 2}">II.</a>
<a href="{text:link 3 url}" title="{text:link 3}">III.</a>
<a href="{text:link 4 url}" title="{text:link 4}">IV.</a>
<a href="{text:link 5 url}" title="{text:link 5}">V.</a>
</div>
<div id="desc">{description}</div>
{block:Pagination}
<div class="pagi">
{block:PreviousPage}
<a href="{PreviousPage}"></a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}"></a>
{/block:NextPage}
</div>
{/block:Pagination}
</div>
</div>


<div id="container">
{block:Posts}
<div id="post">

<!--TEXT POSTS-->

{block:Text}
{block:Title}<h2>{Title}</h2>{/block:Title}
{Body}
{/block:Text}

<!--ASKS-->

{block:Answer}
<div class="question">
<img src="{AskerPortraitURL-40}"> {Asker} asked: {Question}
</div>
{Answer}
{/block:Answer}

<!--QUOTE POSTS-->
{block:Quote}

<div class="quote">
<div class="quotetext_{Length}">"{Quote}"</div>
{block:Source}<div class="source">{Source}</div>{/block:Source}
</div>
{/block:Quote}

<!--LINK POSTS-->

{block:Link}
<h2><a href="{URL}">{Name}</a></h2>
{block:Description}{Description}{/block:Description}
{/block:Link}

<!--CHAT POSTS-->

{block:Chat}
{block:Title}<h2>{Title}</h2>{/block:Title}
<ul class="convo">{block:Lines}<li class="line">{block:Label}<span
class="label">{Label}</span>{/block:Label}
{Line}</li>{/block:Lines}</ul>
{/block:Chat}

<!--PHOTO POSTS-->

{block:Photo}
{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}

{block:Caption}{Caption}{/block:Caption}
{/block:Photo}

<!--PHOTOSET POSTS-->

{block:Photoset}
{Photoset-400}
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}

<!--VIDEO POSTS-->

{block:Video}
{Video-400}
{block:Caption}{Caption}{/block:Caption}
{/block:Video}


<!--AUDIO-->

{block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px"
align="left" style="margin-right:10px" />{/block:AlbumArt}<span
class="audio">{AudioPlayerBlack}</left></span>
{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
{/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
{/block:Audio}


<!--POST INFO-->

<div id="info">
{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
{block:ContentSource} <a href="{SourceURL}"><a
href="{SourceURL}">source</a>{/block:ContentSource}
{block:RebloggedFrom} <a href="{ReblogParentURL}"
target="_blank"></a>{/block:RebloggedFrom}
<a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;"></a></a> <a
href={ReblogURL} target=_blank class=details>Reblog</a>
{block:HasTags}<div id="tags">

{block:Tags}<a href="/tagged/{Tag}"># {Tag}</a>&nbsp;{/block:Tags}
</div>{block:HasTags}
</div>
</div>

{/block:Posts}
<br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
{/block:Posts}</div></div></div>
<br><br><br><br>


</div></div>

{/block:Posts}

<!--THEME MAKER'S CREDIT-->
<div id="maker">
<a href="http://goldensnitching.tumblr.com">FZ</a>
</div>

</body></html>
<div id="ocehans">
<center>
<div id="ocehans1">
<div style="font-size:8px;">About</div> <div style="padding-top:1px; text-transform:uppercase;
opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center;
color:#b9b9b9;">
I'm Kim And Harry Potter Is Life.I'm In Slytherin,So Proud.
<br><br>
</div>
</div>

<div id="ocehans2">
<div style="font-size:8px;">Updates</div> <div style="padding-top:1px; text-
transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-
align:center; color:#b9b9b9;">
Pft.Everything Is Under Construction

</div></div>

<div id="ocehans3">
<div style="font-size:8px;">Currently</div> <div style="padding-top:1px; text-
transform:uppercase; opacity:.9; font-family: calibri; font-size:7.5px; line-height:10px; text-
align:center; :#b9b9b9;">
Reading:<br>

Harry Potter Series Again
<p>
Watching:<br>

Fairy Tail and The Internship
<p>
Listening To:<br>
MKTO and Timeflies
<br><br>
</div>
</div>

<div id="ocehans4">
<div style="font-size:8px;">Nargles</div> <div style="padding-top:1px; text-
transform:uppercase; opacity:.6; font-family: calibri; font-size:8px; line-height:10px; text-
align:center; color:#b9b9b9;">
Under Construction,Nothing To See Here Ya Muggles.O Bai.
</div></div>
</div></div></div></div>

You might also like