Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THEME BY NARRULD do not copy or remove credit
- -->
- <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 name="color:Text" content="#a8a8a8"/>
- <meta name="color:Link" content="#a8a8a8"/>
- <meta name="color:Tags" content="f0f0f0"/>
- <meta name="color:Hover" content="#f2f2f2"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#e4e4e4"/>
- <meta name="color:Answer" content="#f8f8f8"/>
- <meta name="color:sbtitle" content="#000000"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="text:sidebartitle" content="">
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <meta name="color:scrollbarbg" content="ffffff"/>
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {
- width: 5px;height: 5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: {color:white};}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
- /* --- BODY ---*/
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:baskerville;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:9px;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- /* --- POST ENTRIES ---*/
- #entries {
- padding:10px;
- width:500px;
- margin-left:520px;
- margin-top:40px;
- font-size:10px;
- }
- /* --- BODY: POSTS ---*/
- #post {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- background-color:{color:Post};
- }
- /* --- SIDEBAR IMAGE ---*/
- #sidebar2 {
- width:100px;
- position:fixed;
- margin-left:260px;
- margin-top:150px;
- opacity:1;
- background-color:{color:Sidebar};
- }
- #sidebarimage2 {
- width 300px;
- }
- #sidebarimage2 img {
- margin-left:-210px;
- margin-top:-50px;
- width:480px;
- height:420px;
- padding:6px;
- background-color:{color:Sidebar};
- }
- #sidebar {
- width:100px;
- position:fixed;
- margin-left:260px;
- margin-top:150px;
- opacity:1;
- background-color:{color:Sidebar};
- }
- #sidebarimage {
- width 120px;
- }
- #sidebarimage img {
- margin-left:-10px;
- margin-top:150px;
- width:90px;
- height:90px;
- position:fixed;
- padding:6px;
- background-color:{color:Sidebar};
- border-radius:70px;
- border:2px dashed #fff;
- padding:4px;
- }
- /* --- SIDEBAR LINKS ---*/
- .links {
- width:105px;
- height:5px;
- padding: 9px;
- font-size:8px;
- font-family:baskerville;
- text-align:center;
- margin-top:-120px;
- margin-left:90px;
- text-transform:uppercase;
- word-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- }
- .links a {
- font-size: 12px;
- letter-spacing:1px;
- }
- .links a:hover {
- letter-spacing:3px;
- color:{color:Hover}
- }
- .sidebartitle {
- position:fixed;
- text-align:center;
- color:{color:sbtitle};
- margin-top: 390px;
- margin-left: -180px;
- letter-spacing:2px;
- font-size:60px;
- font-family:Halo Handletter;
- width:450px;
- }
- @font-face{font-family:Halo Handletter;src:url(http://static.tumblr.com/9wzbixa/Chgmj2j5c/halohandletter.ttf);}
- #sidebar .sidebartitle{
- opacity: 0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- margin-left:-180px;
- margin-top:300px;
- -webkit-transition:.6s ease-out;
- -webkit-transition: all .6s ease-out;
- -moz-transition: all .6s ease-out;
- transition: all .6s ease-out;
- }
- #sidebar:hover .sidebartitle{
- opacity: 1;
- margin-top:390px;
- margin-left:-180px;
- z-index:10;
- -webkit-animation:flip 1s;
- -moz-animation:flip 1s;
- -ms-animation:flip 1s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- /* --- DESCRIPTION ---*/
- #description {
- position:fixed;
- font-family:cambria;
- line-height:110%;
- font-size:9px;
- font-style:italic;
- width:90px;
- margin-top:-130px;
- padding:8px;
- margin-left:-132px;
- text-align:justify;
- color:{color:text};
- }
- #description a {color:{color:text}; -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
- /* --- PAGINATION---*/
- #pagination {
- width:100px;
- font-size:15px;
- text-align:center;
- margin-left:-15px;
- margin-top:-115px;
- position:fixed;
- font-family:consolas;
- letter-spacing:0px;
- }
- /* --- POST INFO ---*/
- #info {
- text-align:left;
- margin-top:10px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid {color:Line}
- }
- /* --- POST TAGS---*/
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- margin-top:4px;
- text-align:left;
- opacity:0;
- }
- #tags
- a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
- #post:hover #tags {
- opacity:1;
- }
- /* --- QUESTIONS ---*/
- #asker {
- padding:5px;
- font-family:cambria;
- letter-spacing:1px;
- text-align:left;
- font-style:italic;
- margin-left:10px;
- border:3px #eee groove;
- background-color:{color:background}
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div class="sidebartitle">{text:sidebartitle}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="sidebarimage2"><img src="http://25.media.tumblr.com/9eb17bcf27c5e1bb90f23eb948379471/tumblr_mso9vsR6cO1qjrioao1_400.gif"></div>
- <div id="description">
- {Description}
- </div>
- <div class="links">
- {block:IfLinkA}
- <a href="{text:linkA url}">{text:linkA}</a>
- {/block:IfLinkA}
- <p>
- {block:IfLinkB}
- <a href="{text:linkB url}">{text:linkB}</a>
- {/block:IfLinkB}
- <p>
- {block:IfLinkC}
- <a href="{text:linkC url}">{text:linkC}</a>
- {/block:IfLinkC}
- <p>
- {block:IfLinkD}
- <a href="{text:linkD url}">{text:linkD}</a>
- {/block:IfLinkD}
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> << </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> >> </a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
- <div id="info">
- <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <font color="red">♥</font> <a href="{Permalink}">{NoteCount}</a>
- {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <!--
- THEME MAKER CREDIT
- -->
- <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/yx6mp2nu0/untitled2.png">
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement