Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <!--
- ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
- .---. .-''-.,---------. .-'''-..-------. .-------.
- | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
- ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
- \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
- > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
- ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
- `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
- | \ / (_I_) \ /| | \ // )
- `--------``'-..-' '---' `-...-' ''-' `'-' `---'
- this theme was made by letsrp @ tumblr.com
- - don't use as base to make your own themes
- - don't edit and redistribute it
- - keep credit
- - don't steal, please
- ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="description" content="{MetaDescription}" />
- <link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#f8f2e3"/>
- <meta name="color:Side" content="#9e5050"/>
- <meta name="color:Circles" content="#8f3b3e"/>
- <meta name="color:Circles Hover" content="#d1a4ab"/>
- <meta name="color:Posts" content="#f3dea5"/>
- <meta name="color:Desc Text" content="#f1ead1"/>
- <meta name="color:Text" content="#6d5d44"/>
- <meta name="color:Links" content="#8d7247"/>
- <meta name="color:Links Hover" content="#080809"/>
- <meta name="color:Permalink" content="#b3ab91"/>
- <meta name="color:Border" content="#4b202a"/>
- <meta name="color:Scrollbar" content="#9e5050"/>
- <meta name="color:Title" content="#b38345"/>
- <meta name="color:Title Shadow" content="#fffff"/>
- <meta name="image:Sidebar" content="http://static.tumblr.com/66f5c1984493420c27d4ce74dd766ce4/yy7o4zk/BnOmm1jxh/tumblr_static_2007-zanessa-zannessa-17159536-1707-2560.png"/>
- <meta name="image:Background" content=""/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="text:Link 1 Title" content="home"/>
- <meta name="text:Link 1" content="/#" />
- <meta name="text:Link 2 Title" content="ask"/>
- <meta name="text:Link 2" content="/#" />
- <meta name="text:Link 3 Title" content="archive"/>
- <meta name="text:Link 3" content="/#" />
- <meta name="text:Link 4 Title" content="submit"/>
- <meta name="text:Link 4" content="/#" />
- <style type="text/css">
- body{
- color:{color:Text};
- background-attachment:fixed;
- background-image: url('{image:Background}');
- background-color:{color:Background};
- text-align:justify;
- line-height:12px;
- font-family:cuprum;
- font-size:10px;
- }
- a{
- color:{color:Links};
- text-decoration:none;
- }
- a:hover{
- color:{color:Links Hover};
- text-decoration:none;
- }
- blockquote{
- padding-left:3px;
- margin-bottom:0px;
- margin-left:10px;
- margin-right:10px;
- border-left:3px solid {color:Background};
- }
- #entries{
- position:relative;
- margin-left:-8px;
- margin-top:-8px;
- width:650px;
- background-color:{color:posts};
- }
- #posts{
- overflow:hidden;
- position:relative;
- margin-top:0px;
- margin-bottom:-35px;
- margin-left:40px;
- padding:30px;
- text-align:justify;
- width:500px;
- background-color:{color:posts};
- {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
- }
- #audio{
- margin-bottom:5px;
- width:500px;
- height:105px;
- }
- .albumart{
- width:100px;
- height:100px;
- }
- .albumart img{
- width:100px;
- height:100px;
- float:left;
- }
- .playercontainer{
- opacity: .2;
- display:block;
- width:100px;
- height:100px;
- }
- .playercontainer:hover{
- opacity:.7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .player{
- margin-left:36px;
- margin-top:36px;
- width:25px;
- height:25px;
- overflow:hidden;
- }
- .audioinfo{
- margin-left:110px;
- float:left;
- background-color:{color:Text};
- width:388px;
- padding:2px;
- margin-top:3px;
- }
- #info{
- display:block; margin:5px 0px 2px 0px;
- padding:4px;
- color:{color:Text};
- font-size:8px;
- font-family:calibri;
- line-height:110%;
- text-transform:uppercase;
- width:492px;
- letter-spacing:1px;
- text-align:center;
- border-top:1px dotted {color:Permalink};
- }
- #info a{
- color:{color:Links};
- }
- #info a:hover{
- color:{color:Links Hover};
- }
- #tags{
- margin-right:7px;
- font-family:cambria;
- text-align:center;
- text-transform:uppercase;
- font-size:8px;
- opacity:1;
- -webkit-transition:0.3s linear;
- outline: none;
- }
- #entries:hover #tags{
- opacity:1; display:block;
- }
- @font-face { font-family: "beansprout"; src: url('http://static.tumblr.com/pwgdr2n/aDQm3ij6n/1-beansprout-dna.ttf'); }
- #title2{
- font-size:31px;
- color:{color:Title};
- font-style:normal;
- font-family:"beansprout";
- text-align:center;
- text-shadow:1px 1px 0px {color:Title Shadow};
- }
- #source{
- margin-top:3px;
- text-align:right;
- margin-bottom:5px;
- font-size:10px;
- }
- .chat{
- line-height: 12px;
- list-style: none;
- }
- .chat ul{
- line-height: 15px;
- list-style: none;
- line-height:20px;
- }
- .person1{
- background-color:{color:Background};
- color: {color:Text};
- }
- .person1 .label{
- font-weight: bold;
- color:{color:Text};
- }
- .person2{
- color: {color:Text};
- left: 5px;
- }
- ::-webkit-scrollbar{
- width: 9px;
- height: 4px;
- background:{color:Background};
- }
- ::-webkit-scrollbar-thumb{
- background-color: {color:Scrollbar};
- }
- #q{
- background-color:{color:Background};
- color:{color:Text};
- margin-left:10px;
- width:450px;
- height:auto;
- margin-top:7px;
- padding:10px;
- text-align:left;
- font-size:11px;
- font-family: cuprum;
- text-transform:uppercase;
- }
- #pagination{
- color:{color:text};
- font-size:15px;
- font-family:cuprum;
- text-decoration:none;
- text-align:center;
- margin-top:1px;
- }
- #pagination a{
- color:{color:Links};
- padding:2px;
- }
- @font-face{
- font-family: "whoa";
- src: url('http://static.tumblr.com/pwgdr2n/P7mm3isl4/whoadna.ttf');
- }
- #s{
- width:220px;
- margin-left:642px;
- height:100%;
- position:fixed;font-size:37px;
- overflow:hidden;
- background-color:{color:Side};
- margin-top:0px;
- background-image: url('{image:Sidebar}');
- }
- .side {
- margin-top:250px;
- margin-left:55px;
- width:120px;
- }
- .desc{
- font: italic 12px cambria;
- color:{color:Desc Text};
- margin-top:2px;
- line-height:12px;
- }
- #lie { /*move circle links around*/
- margin-left:875px;
- margin-top:165px;
- position:fixed;
- }
- #link1 {
- margin-left:0px;
- margin-top:27px;
- position:absolute
- }
- #link1 a{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles};
- font-size:10px;
- letter-spacing:1px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- }
- #link1 a:hover{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles Hover};
- font-size:10px;
- letter-spacing:4px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- }
- #link2 {
- margin-left:0px;
- margin-top:95px;
- position:absolute
- }
- #link2 a{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles};
- font-size:10px;
- letter-spacing:1px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- }
- #link2 a:hover{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles Hover};
- font-size:10px;
- letter-spacing:4px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- }
- #link3 {
- margin-left:0px;
- margin-top:163px;
- position:absolute
- }
- #link3 a{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles};
- font-size:10px;
- letter-spacing:1px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- }
- #link3 a:hover{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles Hover};
- font-size:10px;
- letter-spacing:4px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- }
- #link4 {
- margin-left:0px;
- margin-top:230px;
- position:absolute
- }
- #link4 a{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles};
- font-size:10px;
- letter-spacing:1px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- }
- #link4 a:hover{
- line-height:60px;
- text-transform:uppercase;
- background-color:{Color:Circles Hover};
- font-size:10px;
- letter-spacing:4px;
- font-family:consolas;
- color:white;
- width:60px;
- height:60px;
- display:inline-block;
- -moz-border-radius: 75px;
- border-radius: 75px;
- text-align:center;
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- }
- #cont {
- position:fixed;
- margin-top:0px;
- margin-left:-8px;
- height:100%;
- width:650px;
- background-color:{color:Posts};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="lie">
- <div id="link1"><a href="{Text:Link 1}">{Text:Link 1 Title}</a></div>
- <div id="link2"><a href="{Text:Link 2}">{Text:Link 2 Title}</a></div>
- <div id="link3"><a href="{Text:Link 3}">{Text:Link 3 Title}</a></div>
- <div id="link4"><a href="{Text:Link 4}">{Text:Link 4 Title}</a></div>
- </div>
- </div>
- </div>
- </div>
- <div id="s">
- <div class="side">
- <center><br>
- <img src="{PortraitURL-96}"style="background:{color:Border}; padding:3px;"><br><div class="desc">{Description}<br>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- </center>
- </div></div></div></div></div>
- <div id="cont"></div>
- <div id="entries">{block:IfShowHeader}
- <div id="headerimage"><img src="{image:header}"/></center>
- </div>{/block:IfShowHeader}
- {block:Posts}
- <div id="posts">
- {block:Title}<div id="title2">{Title}</div>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div id="title2">"{Quote}"</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}<div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
- {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div style="width:495px; height:30px;padding:2px;background-color:#fff; margin-left:0px;">
- {AudioPlayerWhite}</div><br>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
- {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" align="right" style="padding:0px; border:3px solid {color:Border};"/>
- <div id="q">{Asker} asked: {Question}</div>{Answer}{/block:Answer}
- {block:Date}
- <div id="info"> posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- <div style="position:fixed; bottom:3px; right:5px;font-family:arial; font-size:10px;"><a href="http://letsrp.tumblr.com">©</a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment