Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- Theme 26 "Mirror of Erised" by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- -->
- <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:Background" content="#000000">
- <meta name="color:Body" content="#6f2795">
- <meta name="color:Border" content="#000000">
- <meta name="color:Description" content="#6f2795">
- <meta name="color:Description Bg" content="#000000">
- <meta name="color:Entries" content="#3b0919">
- <meta name="color:Link" content="#000000">
- <meta name="color:Link Hover" content="#6f2795">
- <meta name="color:Navlinks" content"#b583fd">
- <meta name="color:Navlinks Hover" content="#ffffff">
- <meta name="color:Scroll" content="#5b1134">
- <meta name="color:Scroll Bg" content="#000000">
- <meta name="color:Title" content="#6f2795">
- <meta name="if:Cursive Fonts" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="if:Using Original Background" content="1">
- <meta name="image:Background" content="https://static.tumblr.com/9151f0faa3d570ee95c13fd9754cb8f2/ougxdjo/0gOmvuzh8/tumblr_static_b1-background.jpg">
- <meta name="image:Sidebar" content="">
- <meta name="text:Link1" content="">
- <meta name="text:Link1URL" content="http://">
- <meta name="text:Link2" content="">
- <meta name="text:Link2URL" content="http://">
- <meta name="text:Link3" content="">
- <meta name="text:Link3URL" content="http://">
- <meta name="text:Link4" content="">
- <meta name="text:Link4URL" content="http://">
- <meta name="text:Link5" content="">
- <meta name="text:Link5URL" content="http://">
- <meta name="text:Link6" content="">
- <meta name="text:Link6URL" content="http://">
- <meta name="text:Link7" content="">
- <meta name="text:Link7URL" content="http://">
- <meta name="text:Link8" content="">
- <meta name="text:Link8URL" content="http://">
- <style type="text/css">
- /**BASICS**/
- body {
- text-align:justify;
- font-family:'Lora';
- font-size:12px;
- color:{color:Body};
- background:{color:background} url('{image:background}');
- background-attachment:fixed;
- {block:ifUsingOriginalBackground}
- background-size:100%;{/block:ifUsingOriginalBackground}
- }
- h1 {font-family: 'Pacifico', cursive;font-size:14px;text-align:right;line-height:95%;letter-spacing:1px;padding:6px; font-weight:normal;}
- h2 {{block:ifNotCursiveFonts}font-family:Garamond;font-size:18px;{/block:IfNotCursiveFonts}{block:ifCursivefonts}font-family:'Cookie';font-size:24px;{/block:ifCursiveFonts}text-align:center;font-weight:normal;}
- h3 {{block:ifNotCursiveFonts}font-family:Garamond;font-size:18px;{/block:IfNotCursiveFonts}{block:ifCursivefonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}text-align:center;font-weight:normal;margin:0px;}
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px;background:{color:scroll bg};}
- ::-webkit-scrollbar-corner {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::selection {color:{color:description bg};background-color: {color:description};}
- ::-moz-selection {color:{color:description bg};background-color: {color:description};}
- ::-webkit-selection {color:{color:description bg};background-color:{color:description};}
- b {font-weight:bold;}
- i {font-style:italic;}
- u {text-decoration:underline;}
- a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- a:hover {color:{color:link hover};}
- /**THEME STUFF**/
- #sidebar {
- width:400px;
- height:620px;
- position:fixed;
- bottom:0px;
- left:0px;
- background-image:url('https://media.tumblr.com/e2d69772ec3299cd84a01190f34eb41c/tumblr_inline_mvucjjzQml1qk6lff.png');
- background-size:400px;
- }
- #sidebarimage {
- position:fixed;
- left:70px;
- bottom:0px;
- width:250px;
- height:520px;
- background-image:url('{image:Sidebar}');
- background-size:250px 520px;
- }
- #title {
- color:{color:Title};
- {block:ifNotCursiveFonts}font-family:Garamond;
- font-style:italic;
- font-size:26px;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}font-family:'Rouge Script';
- font-weight:normal;
- font-size:34px;{/block:ifCursiveFonts}
- text-align:center;
- }
- #sidebarimage:hover #desc {opacity:1}
- #desc {
- opacity:0;
- padding:10px;
- padding-top:110px;
- width:232px;
- height:410px;
- position:fixed;
- bottom:0px;
- left:70px;
- color:{color:Description};
- background-color:{color:Description Bg};
- -moz-border-radius-topleft: 36px 36px;
- border-top-left-radius: 36px 36px;
- -moz-border-radius-topright: 36px 36px;
- border-top-right-radius: 36px 36px;
- -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;
- }
- {block:ifNotPosts400}
- #entriesimage {
- margin:-5px 0px 0px 390px;
- width:630px;
- height:20px;
- background-image:url('https://media.tumblr.com/64ad55207070e31230d31d694e41d7f3/tumblr_inline_mvuztr50Nw1qk6lff.png');
- background-repeat:no-repeat;
- background-size:100%;
- }
- #entries {
- padding:1px;
- margin-left:426px;
- width:560px;
- background-color:{color:entries};
- }
- {/block:ifNotPosts400}
- {block:ifPosts400}
- #entriesimage {
- margin:-5px 0px 0px 410px;
- width:530px;
- height:20px;
- background-image:url('https://media.tumblr.com/64ad55207070e31230d31d694e41d7f3/tumblr_inline_mvuztr50Nw1qk6lff.png');
- background-repeat:no-repeat;
- background-size:100%;
- }
- #entries {
- padding:1px;
- margin-left:446px;
- width:460px;
- background-color:{color:entries};
- }
- {/block:ifPosts400}
- #post {
- padding:15px;
- margin:15px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-image:url('https://31.media.tumblr.com/0503b058c314bc0529fcdffa3cd4f9c5/tumblr_mvurasvfsj1qlliu4o2_1280.png');
- background-size:530px;
- background-position:top left;
- }
- #info {
- margin-top:10px;
- border-top:1px solid {color:border};
- padding-top:10px;
- text-align:center;
- }
- #info2 {
- padding-top:5px;
- text-align:center;
- }
- #links {
- padding-top:25px;
- position:fixed;
- top:0px;
- {block:ifNotPosts400}left:1060px;{/block:ifNotPosts400}
- {block:ifPosts400}left:980px;{/block:ifPosts400}
- height:360px;
- width:150px;
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- transition: all .8s ease-in-out;
- background-image:url('https://media.tumblr.com/6ef70ad8ad5bc1e7340197591e8996d6/tumblr_inline_mvuy4drVvR1qk6lff.png');
- background-repeat:no-repeat;
- text-align:center;
- overflow:hidden;
- }
- #links a {
- display:inline-block;
- width:120px;
- padding:2px;
- margin:2px;
- color:{color:Navlinks};
- }
- #links a:hover {
- color:{color:Navlinks Hover};
- font-weight:bold;
- }
- #pagination {
- font-family:Georgia;
- font-size:26px;
- margin:0px;
- }
- #pagination a {
- display:inline;
- margin:0px;
- }
- /**NITTY GRITTY STUFF**/
- {block:ifNotPosts400}
- #tape1 {
- margin-top:-13px;
- margin-left:10px;
- position:absolute;
- width:12px;
- height:60px;
- background:rgba(255,255,255,0.6);
- -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);
- }
- #tape2 {
- margin-top:-45px;
- margin-left:480px;
- position:absolute;
- width:12px;
- height:60px;
- background:rgba(255,255,255,0.6);
- -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);
- }
- {/block:ifNotPosts400}
- #tape3 {
- margin-top:-45px;
- margin-left:100px;
- position:absolute;
- width:12px;
- height:60px;
- background:rgba(255,255,255,0.6);
- -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);
- }
- {block:ifPosts400}
- #tape1 {
- margin-top:-13px;
- margin-left:10px;
- position:absolute;
- width:12px;
- height:60px;
- background:rgba(255,255,255,0.6);
- -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);
- }
- #tape2 {
- margin-top:-45px;
- margin-left:380px;
- position:absolute;
- width:12px;
- height:60px;
- background:rgba(255,255,255,0.6);
- -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);
- }
- {/block:ifPosts400}
- /**POST TYPES**/
- #question {
- font-weight:normal;
- font-size:12px;
- letter-spacing:1px;
- padding:10px;
- border:1px dashed {color:border};
- }
- #asker {
- text-align:center;
- font-size:24px;
- letter-spacing:1px;
- padding-bottom:10px;
- margin-top:10px;
- font-family:'Cookie';
- font-weight:normal;
- }
- #linkposts {
- margin-bottom:5px;
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- }
- .album {position:absolute; margin-top:0px; width:120px; height:120px;}
- .album img {width:120px; height:120px}
- .audio {position:absolute;margin-left:130px;background-color:#000;}
- .audiobox {height:120px;z-index:10; margin-left:130px;}
- .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
- .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;font-size: 11px;font-family:georgia;}
- .chat .lines {margin-left: 1px;}
- .chat .lines .line {margin-bottom: 1px;padding: 3px 5px;}
- .chat .lines .line.even {}
- #qTip {
- display:none;
- text-align:center;
- padding:5px;
- position:absolute;
- z-index:1000000;
- background:{color:description bg};
- color:{color:description};
- }
- {CustomCSS}</style>
- <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- </head>
- <body>
- <div id="sidebarimage">
- <div id="desc">
- <div id="title">{Title}</div>
- {Description}</div>
- <div id="sidebar"></div>
- </div> <!--sidebarimage-->
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">owlery</a>
- {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7URL}">{text:Link7}</a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:Link8URL}">{text:Link8}</a>{/block:ifLink8}
- <!--please don't remove credit! I actually worked hard on this one -->
- <a href="https://theghostoflove.tumblr.com">theme</a>
- {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="entriesimage"></div>
- <div id="entries">
- {block:ifInfiniteScroll}<div class = "autopagerize_page_element" >{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:ifNotPosts400}
- {block:Photo}<center>{LinkOpenTag}
- <div id="tape1"></div><img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"><div id="tape2"></div>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photo}<center>{LinkOpenTag}
- <div id="tape1"></div><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px"><div id="tape2"></div>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {/block:ifPosts400}
- {block:ifNotPosts400}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photoset}<center>{Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifPosts400}
- {block:Quote}
- <h2>“{Quote}”</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- {block:ifNotPosts400}
- {block:Video}{Video-500}
- {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Video}{Video-400}
- {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {/block:ifPosts400}
- {block:Link}<div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center><small><small>{URL}</small></small></center>
- </div> <!--linkposts-->
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}<strong>{Label}</strong>{/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- <!--Audio Posts -->
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><div id="tape1"></div><img src="{AlbumArtURL}"><div id="tape3"></div></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerBlack}</div>
- <div class="audiobox">
- <div class="audiotext">
- {block:TrackName}<br><big><b>Track name:</b>
- "{TrackName}"{/block:TrackName}
- {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>Album:</b> {Album}{/block:Album}
- {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
- </big>
- </div><!--audiotext-->
- </div><!--audiobox-->
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}<div id="question">
- <big>{Question}</big>
- <BR><div id="asker">- {Asker}</div>
- </div>
- <BR>
- {Answer}{/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} · <a href="{Permalink}">
- {NoteCountWithLabel} </a>{/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">
- · via </a>
- {/block:RebloggedFrom}
- {block:Reblog}<a href="{ReblogRootURL}" title="{ReblogRootName}">
- / ©</a>
- {/block:Reblog}
- · <a href="{ReblogURL}" target="_blank"> reblog</a>
- </div>{/block:Date}
- <center>{block:ifShowTags}{block:HasTags} <div id="info2"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
- <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}</div> {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment