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 27 - "Impossible" 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:Ask and Link Bg" content="#fedac9">
- <meta name="color:Background" content="#fee2d5">
- <meta name="color:Body" content="#f47a3f">
- <meta name="color:Border" content="#d44400">
- <meta name="color:Border Hover" content="#FFFFFF">
- <meta name="color:Chat1" content="#fedac9">
- <meta name="color:Chat2" content="#ffbe9f">
- <meta name="color:Link" content="#e66464">
- <meta name="color:Link Hover" content="#fefefe">
- <meta name="color:Post" content="#ffcdb6">
- <meta name="color:Scroll" content="#fec0a4">
- <meta name="color:Scroll Bg" content="#fee2d5">
- <meta name="color:Sidebar" content="#fedac9">
- <meta name="color:Sidelinks Bg" content="#ffbe9f">
- <meta name="color:Sidelinks Bg Hover" content="#ff9969">
- <meta name="color:Tags Bg" content="#ffd8c5">
- <meta name="color:Title" content="#fe945e">
- <meta name="if:Background Repeat" content="0">
- <meta name="if:Cursive Fonts" content="1">
- <meta name="if:Desc Bg and Border" content="1">
- <meta name="if:Hover Desc" 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="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Sidebar Bg" content="">
- <meta name="text:1Red" content="255">
- <meta name="text:2Green" content="255">
- <meta name="text:3Blue" content="255">
- <meta name="text:Ask Label" content="ask">
- <meta name="text:Home Label" content="home">
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 URL" content="http://">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 URL" content="http://">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 URL" content="http://">
- <meta name="text:Link 4" content="">
- <meta name="text:Link 4 URL" content="http://">
- <meta name="text:Link 5" content="">
- <meta name="text:Link 5 URL" content="http://">
- <meta name="text:Link 6" content="">
- <meta name="text:Link 6 URL" content="http://">
- <meta name="text:Link 7" content="">
- <meta name="text:Link 7 URL" content="http://">
- <meta name="text:Link 8" content="">
- <meta name="text:Link 8 URL" content="http://">
- <meta name="text:Link 9" content="">
- <meta name="text:Link 9 URL" content="http://">
- <meta name="text:Link 10" content="">
- <meta name="text:Link 10 URL" content="http://">
- <style type="text/css">
- /**BASICS**/
- body {
- text-align:justify;
- font-family:Cambria;
- font-size:12px;
- background:{color:Background} url('{image:Background}');
- background-attachment:fixed;
- color:{color:Body};
- background-repeat:{block:ifNotBackgroundRepeat}no-repeat{/block:ifNotBackgroundRepeat} {block:ifBackgroundRepeat}repeat{/block:ifBackgroundRepeat}
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:scroll bg}}
- ::-webkit-scrollbar-thumb:vertical {-moz-border-radius-topleft: 6px 6px;border-top-left-radius: 6px 6px; -moz-border-radius-topright: 6px 6px;border-top-right-radius: 6px 6px;-moz-border-radius-bottomleft: 6px 6px;border-bottom-left-radius: 6px 6px; -moz-border-radius-bottomright: 6px 6px;border-bottom-right-radius: 6px 6px;background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::selection {color:{color:post};background-color: {color:body};}
- ::-moz-selection {color:{color:post};background-color: {color:body};}::-webkit-selection {color:{color:post};background-color:{color:body};}
- b {font-weight:bold;}
- i {font-weight:italic;}
- u {text-decoration:underline;}
- ul {list-style-type:circle;}
- 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**/
- #title {
- {block:ifHoverDesc}opacity:0;{/block:ifHoverDesc}
- padding:2px;
- font-weight:normal;
- text-align:center;
- width:296px;
- color:{color:Title};
- {block:ifNotCursiveFonts}font-family:Book Antiqua;
- font-style:italic;
- font-size:36px;
- margin:70px 0px 0px 0px;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}
- font-family:'Rochester', cursive;
- font-size:34px;
- margin:70px 0px 0px 0px;{/block:ifCursiveFonts}
- -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;
- }
- #title a {
- color:{color:Title};
- text-decoration:None;
- }
- {block:ifHoverDesc}#sidebar:hover #title {opacity:1;{block:ifNotSidebarImage}margin-top:60px;{/block:ifNotSidebarImage}{block:ifSidebarImage}margin-top:10px;{/block:ifSidebarImage}}{/block:ifHoverDesc}
- #sidebar {
- width:300px;
- height:100%;
- position:fixed;
- top:0px;
- left:0px;
- padding:15px;
- background-color:{color:sidebar};
- background-image: url('{image:Sidebar Bg}');
- background-attachment:fixed;
- background-size:300px;
- {block:ifNotBackgroundRepeat}background-repeat:no-repeat;{/block:ifBackgroundRepeat}
- background-position:bottom left;
- }
- #sidebar img {
- margin:5px 0px 20px 0px;
- padding:5px;
- width:260px;
- border:1px solid {color:border};
- }
- {block:ifHoverDesc}#sidebar:hover #links {opacity:1; margin-left:0px;}{block:ifHoverDesc}
- #links {
- {block:ifHoverDesc}opacity:0;
- margin-left:-30px;{/block:ifHoverDesc}
- {block:ifNotSidebarImage}margin-top:20px;{/block:ifNotSidebarImage}
- padding:2px;
- padding-top:5px;
- width:266px;
- -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;
- {block:ifDescBgandBorder}background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- border:1px solid {color:border};{/block:ifDescBgandBorder}
- }
- #links a {
- font-size:11px;
- border:1px solid {color:border};
- min-width:70px;
- overflow:hidden;
- display:inline-block;
- height:14px;
- margin:2px;
- padding:3px 4px;
- background-color:{color:Sidelinks Bg};
- }
- #links a:hover {
- border:1px solid {color:Border Hover};
- background-color:{color:Sidelinks Bg Hover}
- }
- {block:ifHoverDesc}#sidebar:hover #desc {opacity:1;margin-left:0px;}{/block:ifHoverDesc}
- #desc {
- {block:ifHoverDesc}opacity:0;{/block:ifHoverDesc}
- text-align:justify;
- width:250px;
- {block:ifNotHoverDesc}margin:10px 0px 10px;{/block:ifNotHoverDesc}
- {block:ifHoverDesc}margin:10px 0px 10px -30px;{/block:ifHoverDesc}
- {block:ifDescBgandBorder}
- padding:10px 20px;
- width:230px;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- border:1px solid {color:border};{/block:ifDescBgandBorder}
- -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;
- }
- {block:ifHoverDesc}#sidebar:hover #pagination {opacity:1;margin-left:0px}{/block:ifHoverDesc}
- #pagination {
- padding:1px;
- text-align:center;
- width:268px;
- {block:ifNotHoverDesc}{block:ifDescBgandBorder}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- border:1px solid {color:border};
- margin:10px 0px 10px 0px;
- {/block:ifDescBgandBorder}{/block:ifNotHoverDesc}
- {block:ifHoverDesc}opacity:0;{block:ifDescBgandBorder}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- border:1px solid {color:border};
- margin:10px 0px 10px 30px;
- {/block:ifDescBgandBorder}{/block:ifHoverDesc}
- -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;
- }
- #entries {
- padding:20px 40px 5px 40px;
- {block:ifNotPosts400}margin-left:320px;{/block:ifNotPosts400}
- {block:ifPosts400}margin-left:320px;{/block:ifPosts400}
- margin-top:-8px;
- width: {block:ifNotPosts400}520px;{/block:ifNotPosts400} {block:ifPosts400}420px{/block:ifPosts400};
- margin-bottom:-30px;
- background-color:{color:Post};
- }
- #post {
- border:1px solid {color:border};
- padding:10px;
- margin-top:15px;
- margin-bottom:20px;
- background-color:{color:post};
- width: {block:IfNotPosts400}500px;{/block:ifNotPosts400} {block:ifPosts400}400px;{/block:ifPosts400}
- }
- /**POST INFO**/
- #info {
- background-color:{color:Tags Bg};
- margin:10px 0px -10px -10px;
- padding:5px 10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- }
- .notes {
- }
- .notes li {
- padding:2px 0px 2px 0px;
- list-style-type:none;
- margin:2px 0px 2px 0px;
- }
- /**POST TYPES**/
- #texttitle {
- text-align:center;
- margin:1px 0px 1px 0px;
- line-height:100%;
- {block:ifNotCursiveFonts}font-family:book antiqua;font-size:18px;margin-bottom:5px;padding-bottom:5px;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}
- }
- #quote {
- font-family:Garamond;
- font-size:16px;
- margin-top:0px;
- margin-bottom:10px;
- }
- #quotesource {
- text-align:right;
- margin-top:0px;
- {block:IfCursiveFonts}font-family:'Cookie';font-size:22px;{/block:ifCursiveFonts}
- {block:ifNotCursiveFonts}font-family:book antiqua;font-size:14px;{/block:ifNotCursiveFonts}
- }
- #linkposts {
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- background-color:{color:Ask and Link Bg};
- }
- #question {
- font-size:13px;
- letter-spacing:1px;
- padding:10px;
- border:2px dotted {color:Border};
- background-color:{color:Ask and Link Bg}
- }
- #asker {
- text-align:right;
- font-size:12px;
- letter-spacing:1px;
- padding-bottom:0px;
- margin-top:20px;
- }
- #asker img {
- vertical-align:left;
- float:right;
- margin-left:10px;
- margin-right:10px;
- margin-top:-10px;
- border:1px solid {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:#fff;}
- .audiobox {height:120px;z-index:10; margin-left:130px;}
- .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
- .chat {margin:3px 3px 10px 3px;}
- .chat .lines {margin-left:1px;}
- .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
- .chat .lines .line.even{background-color:{color:Chat2};}
- #qTip {
- display:none;
- text-align:center;
- padding:5px;
- position:absolute;
- z-index:1000000;
- background:{color:body};
- color:{color:post};
- }
- #credit {
- font-weight:bold;
- text-align:center;
- font-size:16px;
- font-family:'Montez';
- position:fixed;
- bottom:5px;
- right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px;
- width:20px;
- background-color:{color:post};
- color:{color:body};
- }
- #credit a:hover {
- background-color:{color:body};
- color:{color:post};
- }
- </style>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script>
- <script src="https://static.tumblr.com/ougxdjo/Azxmvsia5/websymbols_400.font.js"></script>
- <script type="text/javascript"> Cufon.replace('#reblog'); </script>
- {block:ifCursiveFonts}
- <link href='https://fonts.googleapis.com/css?family=Rochester|Montez|Cookie' rel='stylesheet' type='text/css'>
- {/block:ifCursiveFonts}
- <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
- </head>
- <body>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- {block:ifSidebarImage}<center><img src="{image:Sidebar}"></center>{/block:ifSidebarImage}
- <center><div id="links">
- <a href="/" title="{text:Home Label}">{text:Home Label}</a>
- <a href="/ask" title="{text:Ask Label}">{text:Ask Label}</a>
- {block:ifLink1}
- <a href="{text:Link 1 URL}" title="{text:Link 1}">{text:Link 1}</a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link 2 URL}" title="{text:Link 2}">{text:Link 2}</a>
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:Link 3 URL}" title="{text:Link 3}">{text:Link 3}</a>
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:Link 4 URL}" title="{text:Link 4}">{text:Link 4}</a>
- {/block:ifLink4}
- {block:ifLink5}
- <a href="{text:Link 5 URL}" title="{text:Link 5}">{text:Link 5}</a>
- {/block:ifLink5}
- {block:ifLink6}
- <a href="{text:Link 6 URL}" title="{text:Link 6}">{text:Link 6}</a>
- {/block:ifLink6}
- {block:ifLink7}
- <a href="{text:Link 7 URL}" title="{text:Link 7}">{text:Link 7}</a>
- {/block:ifLink7}
- {block:ifLink8}
- <a href="{text:Link 8 URL}" title="{text:Link 8}">{text:Link 8}</a>
- {/block:ifLink8}
- {block:ifLink9}
- <a href="{text:Link 9 URL}" title="{text:Link 9}">{text:Link 9}</a>
- {/block:ifLink9}
- {block:ifLink10}
- <a href="{text:Link 10 URL}" title="{text:Link 10}">{text:Link 10}</a>
- {/block:ifLink10}
- {block:HasPages}{block:Pages}
- <a href="{URL}" class="page">{Label}</a>
- {/block:Pages}{/block:HasPages}
- </div></center>
- {block:Pagination}<center><div id="pagination">
- <p>{block:PreviousPage}<a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}</div>{/block:Pagination}
- <div id="desc">
- <p>{Description}</div></center>
- </div>
- <div id="entries">
- {block:ifInfiniteScroll}
- <div class="autopagerize_page_element">{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- <!--Text Posts-->
- {block:Text}
- {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
- {block:RebloggedFrom}<div style="margin-top:-5px">{/block:RebloggedFrom}{Body}{block:RebloggedFrom}</div>{/block:RebloggedFrom}
- {/block:Text}
- <!--Photo Posts-->
- {block:ifNotPosts400}
- {block:Photo}<center>
- {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photo}<center>
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifPosts400}
- <!--Photosets-->
- {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}
- <!--Quotes-->
- {block:Quote}
- <div id="quote">“{Quote}”</div>
- {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
- {/block:Quote}
- <!--Video Posts-->
- {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}
- <!--Link Posts-->
- {block:Link}
- <div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center>
- <small><small>{URL}</small></small>
- </center>
- </div><br> <!--linkposts-->
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--Chat-->
- {block:Chat}
- {block:Title}<h4>{Title}</h4>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}
- <strong>{Label}</strong>{/block:Label} {Line}
- </div> <!--line alt-->
- {/block:Lines}
- </div> <!--lines-->
- </div><!--chat-->
- {/block:Chat}
- <!--Audio Posts -->
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</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}
- <!--Asks-->
- {block:Answer}
- <div id="question">
- {Question}
- <div id="asker">
- <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
- </div> <!--question-->
- <br>{Answer}<br>
- {/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}" title="at {12Hour}.{Minutes}{ampm}">
- {DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</a>
- · <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom}·
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
- {block:Reblog}/ <a href="{ReblogRootURL}" title="{ReblogRootName}">
- <small>©</small></a>{/block:Reblog}
- {/block:RebloggedFrom}</a>
- · <a href="{ReblogURL}" target="_blank">reblog</a>
- {block:ifShowTags}{block:HasTags}<div style="margin-top:5px">
- {block:Tags}
- <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
- {/block:Tags}</div>
- {/block:HasTags}{/block:ifShowTags}</div>
- {/block:Date}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div><!--post-->
- {/block:Posts}
- </div> <!--entries-->
- <!--PLEASE DO NOT REMOVE-->
- <div id="credit"><a href="https://theghostoflove.tumblr.com">E</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment