Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!--***Theme by Aelyon***-->
- <!--Please do not remove the credits and respect my terms of use. Thank you.-->
- <!--*Credits*
- Zoom Icon: Icon Set 4 found in ninpen.tumblr.com
- Background: Use your illusion found in Subtle Patterns
- Theme Preview is dedicated to Sherlock Holmes BBC TV program.
- -->
- <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="image:Background" content="">
- <meta name="image:Sidebar 1" content="">
- <meta name="image:Sidebar 2" content="">
- <meta name="image:Sidebar 3" content="">
- <meta name="color:Background" content="afafaf">
- <meta name="color:Post bg" content="#efefef">
- <meta name="color:Sidebar" content="#dfdfdf">
- <meta name="color:tx" content="#4f4f4f">
- <meta name="color:titles" content="#5f5f5f">
- <meta name="color:links" content="#7f7f7f">
- <meta name="color:links hover" content="#cfcfcf">
- <meta name="color:bold" content="#000">
- <meta name="color:Navigation bg" content="#afafaf">
- <meta name="color:Description bg" content="#cfcfcf">
- <meta name="color:Description" content="#9f9f9f">
- <meta name="color:dotted box" content="#9f9f9f">
- <meta name="color:ask bg" content="#cfcfcf">
- <meta name="color:Blockquote bg" content="#cfcfcf">
- <meta name="color:Blockquote line" content="#7f7f7f">
- <meta name="color:Permabar" content="#cfcfcf">
- <meta name="color:Selection text" content="#f4f4f4" />
- <meta name="color:Selection bg" content="#cfcfcf" />
- <meta name="color:credit" content="#cfcfcf">
- <meta name="text:Name 1" content="">
- <meta name="text:Url 1" content="http://">
- <meta name="text:Name 2" content="">
- <meta name="text:url 2" content="http://">
- <meta name="text:Url 3" content="">
- <meta name="text:Name 3" content="">
- <meta name="text:Url 3" content="http://">
- <meta name="text:Name 4" content="">
- <meta name="text:Url 4" content="http://">
- <meta name="text:Name 5" content="">
- <meta name="text:Url 5" content="http://">
- <meta name="text:Name 6" content="">
- <meta name="text:Url 6" content="http://">
- <meta name="text:Links placement" content="200px">
- <meta name="if:400px" content="">
- <meta name="if:500px" content="">
- <meta name="if:250px" content="">
- <meta name="if:hover permabar" content="">
- <meta name="if:permabar still" content="">
- <meta name="if:Infinite Scrolling" content="">
- <meta name="if:Navigation in Description" content="">
- <meta name="if:Additional Links" content="">
- </head>
- <style type="text/css">
- body
- {font-family:calibri;
- color:{color:tx};
- background-color:{color:Background};
- background-image:url('{image:Background}');
- background-position: fixed;
- background-attachment:fixed;
- background-repeat:repeat;}
- a
- {color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- a:hover
- {color:{color:links hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- strong
- {color:{color:bold};}
- ::selection
- {background:{color:Selection bg};
- color:{color:Selection text};}
- ::-moz-selection
- {background:{color:Selection bg};
- color:{color:Selection text};}
- ::-webkit-selection
- {background:{color:Selection bg};
- color:{color:Selection text};}
- .wrap
- {position:relative;
- {block:if500px}margin-left:570px;{/block:if500px}
- {block:if400px}margin-left:580px;{/block:if400px}
- {block:if250px}margin-left:680px;{/block:if250px}}
- .post
- {overflow:auto;
- {block:if500px}width:500px;{/block:if500px}
- {block:if400px}width:400px;{/block:if400px}
- {block:if250px}width:250px;{/block:if250px}
- padding:10px;
- word-wrap:break-word;
- margin:10px;
- font-size:12px;
- background-color:{color:Post bg};}
- #sidebar1 img
- {position:fixed;
- margin:70px 0px 0px 200px;
- max-width:260px;
- max-height:160px;
- transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -webkit-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- border:6px solid{color:Sidebar};
- z-index:3;}
- #sidebar2 img
- {position:fixed;
- margin:200px 0px 0px 270px;
- max-width:260px;
- max-height:160px;
- transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -webkit-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- border:6px solid{color:Sidebar};
- z-index:2;}
- #sidebar3 img
- {position:fixed;
- margin:300px 0px 0px 230px;
- max-width:260px;
- max-height:160px;
- transform: rotate(-3deg);
- -ms-transform: rotate(-3deg);
- -webkit-transform: rotate(-3deg);
- -o-transform: rotate(-3deg);
- -moz-transform: rotate(-3deg);
- border:6px solid{color:Sidebar};}
- #desc
- {position:fixed;
- {block:if250px}width:200px;{/block:if250px}
- {block:if400px}width:200px;{/block:if400px}
- {block:if500px}width:150px;{/block:if500px}
- padding:0px 10px 10px 10px;
- {block:if250px}right:40px;{/block:if250px}
- {block:if400px}right:30px;{/block:if400px}
- {block:if500px}right:18px;{/block:if500px}
- top:130px;
- overflow:auto;
- word-wrap:break-word;
- font-size:10px;
- background-color:{color:Description bg};
- color:{color:Description};
- z-index:3;}
- #melody
- {position:absolute;
- overflow:hidden;
- width:27px;
- height:27px;
- border:37px solid #e5e5e5;
- margin-top:-115px;
- margin-left:10px;
- opacity:0.7;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #melody:hover
- {-moz-border-radius: 100px 100px 100px;
- border-radius: 100px 100px 100px 100px;
- opacity:0.9;
- border:7px solid #e5e5e5;
- margin-top:-85px; margin-left:40px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #melodyinform
- {float:left;
- text-align:center;
- margin-top:-100px;
- margin-left:150px;
- padding-bottom:20px;}
- #Qimg img
- {border:5px solid{color:dotted box};
- -moz-border-radius: 100px 100px 100px;
- border-radius: 100px 100px 100px 100px;
- opacity:0.6;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #Qimg img:hover
- {opacity:1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #question
- {margin-left:70px;
- word-wrap:break-word;
- margin-top:-50px;
- margin-bottom:20px;
- text-align:center;
- border:2px dotted {color:dotted box};
- padding:5px;}
- #permabar
- {position:absolute;
- {block:if250px}right:308px;{/block:if250px}
- {block:if400px}right:258px;{/block:if400px}
- {block:if500px}right:168px;{/block:if500px}
- width:50px;
- font-size:10px;
- word-wrap:break-word;
- padding:5px;
- z-index:4;
- {block:ifhoverpermabar}opacity:0;{/block:ifhoverpermabar}
- {block:ifpermabarstill}opacity:1;{/block:ifpermabarstill}
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- background-color:{color:Permabar};}
- {block:ifnotpermabarstill}
- #permabar:hover
- {opacity:1;
- {block:if250px}right:295px;{/block:if250px}
- {block:if400px}right:248px;{/block:if400px}
- {block:if500px}right:155px;{/block:if500px}
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}{/block:ifnotpermabarstill}
- blockquote
- {text-align:auto;
- margin:10px;
- line-height:15px;
- padding-left:5px;
- padding-top:2px;
- padding-bottom:2px;
- border-left:5px dashed {color:Blockquote line};
- color:{color:tx};
- background-color:{color:Blockquote bg};}
- #nav1
- {position:fixed;
- margin-top:130px;
- margin-left:285px;
- padding:20px 40px; 40px; 20px;
- font-size:10px;
- background-color:{color:description bg};
- text-transform:uppercase;transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -webkit-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- z-index:4;}
- #nav1:hover
- {opacity:0.7;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #nav2
- {position:fixed;
- margin-top:260px;
- margin-left:355px;
- padding:20px 40px; 40px; 20px;
- font-size:10px;
- background-color:{color:description bg};
- text-transform:uppercase;transform: rotate(15deg);
- -ms-transform: rotate(15deg);
- -webkit-transform: rotate(15deg);
- -o-transform: rotate(15deg);
- -moz-transform: rotate(15deg);
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- z-index:3;}
- #nav2:hover
- {opacity:0.7;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #nav3
- {position:fixed;
- margin-top:360px;
- margin-left:315px;
- padding:20px 40px; 40px; 20px;
- font-size:10px;
- background-color:{color:description bg};
- text-transform:uppercase;transform: rotate(-3deg);
- -ms-transform: rotate(-3deg);
- -webkit-transform: rotate(-3deg);
- -o-transform: rotate(-3deg);
- -moz-transform: rotate(-3deg);
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- z-index:1;}
- #nav3:hover
- {opacity:0.7;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- .posnav
- {float:center;
- margin-left:27px;
- margin-bottom:10px;}
- #nav1alt
- {font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:40px;
- height:15px;
- background-color:{color:Navigation bg}; z-index:9;}
- #nav2alt
- {font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- margin-left:50px;
- margin-top:-19px;
- width:40px;
- height:15px;
- background-color:{color:Navigation bg}; z-index:9;}
- #nav3alt
- {font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- margin-left:100px;
- margin-top:-19px;
- width:40px;
- height:15px;
- background-color:{color:Navigation bg}; z-index:9;}
- .navop1
- {position:fixed;
- width:355px;
- {block:IfnotUrl6}width:295px;{/block:IfnotUrl6}
- {block:IfnotUrl5}width:235px;{/block:IfnotUrl5}
- {block:IfnotUrl4}width:175px;{/block:IfnotUrl4}
- {block:IfnotUrl3}width:115px;{/block:IfnotUrl3}
- {block:IfnotUrl2}width:55px;{/block:IfnotUrl2}
- height:20px;
- margin-top:500px;
- margin-left:{text:links placement};
- padding:5px;
- background-color:{color:dotted box}; z-index:1;}
- #add1
- {position:fixed;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:50px;
- height:15px;
- background-color:{color:Post bg};}
- #add2
- {position:fixed;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:50px;
- height:15px;
- margin-left:60px;
- background-color:{color:Post bg};}
- #add3
- {position:fixed;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:50px;
- height:15px;
- margin-left:120px;
- background-color:{color:Post bg};}
- #add4
- {position:fixed;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:50px;
- height:15px;
- margin-left:180px;
- background-color:{color:Post bg};}
- #add5
- {position:fixed;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:50px;
- height:15px;
- margin-left:240px;
- background-color:{color:Post bg};}
- #add6
- {position:fixed;
- font-family:calibri;
- font-size:10px;
- text-transform:lowercase;
- text-align:center;
- padding:2px;
- width:50px;
- height:15px;
- margin-left:300px;
- background-color:{color:Post bg};}
- iframe#tumblr_controls{position:fixed !important;}
- #titlecolour
- {color:{color:titles};}
- #notes
- {margin-left:25px;
- list-style-type:none;
- background: transparent;
- text-transform: lowercase;}
- .note
- {padding:2px;
- text-align:left;
- letter-spacing:0.5px;
- font-size:10px;
- margin-left:10px;}
- #credit a
- {position:fixed;
- bottom:10px;
- right:15px;
- font-family:'Playball', cursive;
- font-size:16px;
- color:{color:credit};
- z-index:6;}
- #credit a:hover
- {color:{color:links hover};}
- {CustomCSS}
- </style>
- {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="credit"><a href="http://aelyon.tumblr.com">♜</a></div>
- <div id="desc">
- <div id="titlecolour"><center><h1>{Title}</h1></center></div>
- {block:ifnavigationindescription}
- <div class="posnav">
- <div id="nav1alt"><a href="/">Index</a></div>
- <div id="nav2alt"><a href="/ask">Ask</a></div>
- <div id="nav3alt"><a href="/archive">Archive</a></div>
- </div>
- {/block:ifnavigationindescription}
- {Description}
- {block:Pagination}
- <div style="text-align:center; font-size:10px; padding:5px; background-color:{color:Navigation bg}; color:{color:tx}; z-index:10;">
- {block:PreviousPage}
- <a href="{PreviousPage}">≪</a>
- {/block:PreviousPage}
- {CurrentPage} | {TotalPages}
- {block:NextPage}
- <a href="{NextPage}">≫</a>
- {/block:NextPage}</div>
- {/block:Pagination}
- </div>
- <div id="sidebar3">
- <img src="{image:Sidebar 3}"/></div>
- <div id="sidebar2">
- <img src="{image:Sidebar 2}"/></div>
- <div id="sidebar1">
- <img src="{image:Sidebar 1}"/></div>
- {block:ifnotnavigationindescription}
- <div id="nav1"><a href="/">Index</a></div>
- <div id="nav2"><a href="/ask">Ask</a></div>
- <div id="nav3"><a href="/archive">Archive</a></div>
- {/block:ifnotnavigationindescription}
- {block:ifadditionallinks}
- <div class="navop1">
- {block:IfUrl1}<div id="add1">
- <a href="{text:url 1}">{text:Name 1}</a></div> {/block:IfUrl1}
- {block:IfUrl2}<div id="add2">
- <a href="{text:url 2}">{text:Name 2}</a></div> {/block:IfUrl2}
- {block:IfUrl3}<div id="add3">
- <a href="{text:url 3}">{text:Name 3}</a></div> {/block:IfUrl3}
- {block:IfUrl4}<div id="add4">
- <a href="{text:url 4}">{text:Name 4}</a></div> {/block:IfUrl4}
- {block:IfUrl5}<div id="add5">
- <a href="{text:url 5}">{text:Name 5}</a></div> {/block:IfUrl5}
- {block:IfUrl6}<div id="add6">
- <a href="{text:url 6}">{text:Name 6}</a></div> {/block:IfUrl6}</div>
- {/block:ifadditionallinks}
- <div class="wrap">
- {block:Posts}
- <div id="permabar">
- {block:Date}
- <a href="{Permalink}"> {24Hour}:{Minutes} {DayOfMonth}/{MonthNumber}/{Year}</time> </a>
- {/block:Date}
- {block:NoteCount}
- <a href="{Permalink}">No {NoteCountWithLabel} </a>
- {/block:NoteCount}
- {block:ContentSource}
- <a href="{SourceURL}"> <strong> {SourceTitle}</strong></a>
- {/block:ContentSource}
- {block:Tags}
- # <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- <div class="post">
- {block:Text}
- <h2>{Title}</h2>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:if500px}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>{/block:if500px}
- {block:if400px}<img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}"/>{/block:if400px}
- {block:if250px}<img src="{PhotoURL-250}" width="250px" alt="{PhotoAlt}"/>{/block:if250px}
- {LinkCloseTag}
- {block:HighRes}<a href="{PhotoURL-HighRes}">*</a>{/block:HighRes}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:if500px}{Photoset-500}{/block:if500px}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:if250px}{Photoset-250}{/block:if250px}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}<h2>❝ {Quote} ❞</h2>{block:Source}— {Source}{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}"target="{Target}"><center><h2>{Name}</h2></center></a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<div id="titlecolour"><h2>{Title}</h2></div>{/block:Title}{block:Lines}<div style="border:1px dashed grey; padding:4px;">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}{block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:AlbumArt}<div style="border:2px dotted #e5e5e5; padding:8px;"><img src="{AlbumArtURL}" height="100"/></div>{/block:AlbumArt}{block:AudioPlayer}<div id="melody">{AudioPlayerGrey}</div>{/block:AudioPlayer}
- <div id="melodyinform">{block:Artist}
- {Artist}
- {/block:Artist}{block:Album}
- ({Album})
- {/block:Album}{block:TrackName}
- <p><em>{TrackName}</em></p>
- {/block:TrackName}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:if500px}{Video-500}{/block:if500px}
- {block:if400px}{Video-400}{/block:if400px}
- {block:if250px}{Video-250}{/block:if250px}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}<div style="background-color:{color:ask bg}; padding:10px;"><div id="Qimg"><a href="{Askerurl}"><img src="{AskerPortraitURL-48}"/></a></div><div id="question"><em>❝ {Question} ❞</em></div></div>{Answer}{/block:Answer}</div>
- <div id="note">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment