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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- Theme #15 by wonderfullythemes --->
- <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}
- <!--SCRIPT FOR SLIDING DROPDOWN MENU-->
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('average');
- }); });
- </script>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#a8010c"/>
- <meta name="color:Header Background" content="#fff" />
- <meta name="color:Hover" content="#000"/>
- <meta name="if:UpdatesTab" content="1" />
- <meta name="text:Thing 1" content="Let"/>
- <meta name="text:Thing 2" content="Shadows"/>
- <meta name="text:Thing 3" content="Die"/>
- <meta name="text:Link 1" content="/" />
- <meta name="text:Link 1 Text" content="Link 1" />
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Text" content="Link 2" />
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Text" content="Link 3" />
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Text" content="Link 4" />
- <meta name="text:Link 5" content="/" />
- <meta name="text:Link 5 Text" content="Link 5" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:#e4e4e4;
- }
- ::-webkit-scrollbar {
- height:4px;
- width:4px;
- background-color:#fff;
- }
- body {
- background:{color:Background};
- margin:0px;
- color:{color:Text};
- font-family:arial;
- font-size:10px;
- line-height:100%;
- font-style: none;
- }
- a:link, a:visited, a:active {
- color: {color:Link};
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color: {color:Hover};
- text-decoration: none;
- font-weight: normal;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #entries {
- position:relative;
- float:left;
- width:522px;
- top:100px;
- text-align:justify;
- left:430px;
- padding:40px;
- }
- #post {
- margin-bottom:25px;
- width:500px;
- padding:0px;
- background-color: {color:Background};
- }
- /*--HEADER--*/
- #header {
- height:100px;
- width:100%;
- background-color:{color:Header Background};
- position:fixed;
- z-index:100;
- opacity:.9;
- }
- #morelinks {
- text-align:center;
- letter-spacing:1px;
- margin-top:50px;
- width:500px;
- margin-left:460px;
- float:center;
- text-transform:lowercase;
- position:fixed;
- z-index:100;
- }
- #morelinks a {
- color:{color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #morelinks a:hover {
- color:{color:Hover};
- letter-spacing:4px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--SIDEBAR--*/
- #sidebar {
- width:245px;
- position:fixed;
- margin-left:180px;
- margin-top:130px;
- padding:10px;
- }
- #thing1:hover {
- background-color:white;
- opacity:.8;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing1:hover #desc {
- opacity:1;
- height:90px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #desc {
- width:100px;
- height:10px;
- text-align:justify;
- overflow-y:scroll;
- margin-left:-120px;
- margin-top:0px;
- padding:3px;
- position:fixed;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover #thing1 {
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing1 {
- width:220px;
- height:60px;
- position:fixed;
- background-color:#e4e4e4;
- text-align:center;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover #thing2 {
- margin-top:70px;
- opacity:1;
- z-index:2;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing2 {
- width:220px;
- height:60px;
- position:fixed;
- background-color:#e4e4e4;
- margin-top:20px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing2:hover {
- background-color:white;
- opacity:.8;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #sidebar:hover #thing3 {
- margin-top:140px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing3 {
- width:220px;
- height:60px;
- position:fixed;
- background-color:#e4e4e4;
- margin-top:20px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing3:hover {
- background-color:white;
- opacity:.8;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing2:hover #linkscont {
- opacity:.9;
- height:110px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #linkscont {
- background-color:#fff;
- width:60px;
- height:10px;
- padding:5px;
- margin-top:0px;
- margin-left:-80px;
- position:fixed;
- opacity:0;
- overflow:hidden;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #thing3:hover #pagicont {
- opacity:.9;
- height:40px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #pagicont {
- background-color:#fff;
- width:auto;
- height:5px;
- margin-top:5px;
- margin-left:-50px;
- position:fixed;
- z-index:2000;
- text-transform:lowercase;
- border-right:4px solid #e4e4e4;
- padding:0 3px 0 0;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #links {
- text-transform:lowercase;
- text-align:right;
- float:right;
- border-right:4px solid #e4e4e4;
- padding:0 3px 0 0;
- }
- #links a {
- width:120px;
- color:{color:Link};
- line-height:20px;
- letter-spacing:2px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #links a:hover {
- color:{color:Hover};
- letter-spacing:4px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #pagination {
- text-align:center;
- font-size:11px;
- margin-top:5px;
- margin-bottom:2px;
- text-transform:none;
- font-style:none;
- text-transform: lowercase;
- }
- /*--CODE BY WONDERFULLYTHEMES.TUMBLR.COM
- DON'T REMOVE THIS CREDIT--*/
- #container {
- border-left:4px solid #e4e4e4; /*--change the colour of the main/constant line--*/
- height:200px;
- width:210px;
- margin-top:130px;
- margin-left:1050px;
- position:fixed;
- z-index:100px;
- }
- {block:IfUpdatesTab}
- #container:hover .title {
- margin-left:60px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {/block:IfUpdatesTab}
- .title {
- height:50px;
- width:auto;
- font-size:15px;
- line-height:17px;
- text-align:center;
- font-family:'calibri'; /*--change the title for the main title here--*/
- color:{color:Link};
- padding:5px;
- margin-top:60px;
- margin-left:-140px;
- text-transform:uppercase;
- letter-spacing:4px;
- opacity:1;
- -webkit-transform: rotate(270deg);
- -moz-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
- -o-transform: rotate(270deg);
- transform: rotate(270deg);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #container:hover .links_list {
- opacity:1;
- margin:0px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .links_list {
- margin-left:-50px;
- padding:1px 1px 1px 0px;
- width:140px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .links_head {
- width:70px;
- cursor:pointer;
- margin-top:-92px;
- text-align:left;
- font-size:9px;
- text-transform:uppercase;
- position:absolute;
- padding:3px 3px 3px 0px;
- color:#000;
- font-family:'arial'; /*--change the font for the titles here--*/
- }
- .links_head:hover {
- color:#000;
- background-color:#e4e4e4; /*--change the background colour of the titles on hover--*/
- }
- .links_body {
- padding:3px;
- height:150px;
- overflow-y:scroll;
- line-height:12px;
- text-align:left;
- position:fixed;
- width:100px;
- display:none;
- font-family:'arial'; /*--change the font for the text in the boxes here--*/
- text-transform:none; /*--can change to 'lowercase' or 'uppercase'--*/
- }
- /*--INFO AND TAGS--*/
- #info {
- text-transform:lowercase;
- font-style:none;
- font-size: 9px;
- width:500px;
- color:{color:Text};
- text-align:right;
- padding-top:5px;
- margin-top:5px;
- border-top:2px solid #e4e4e4;
- }
- #info a:link {
- color:{color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #info a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #ask {
- float:left;
- margin-right:5px;
- }
- /*--CREDIT--*/
- #cred {
- position:fixed;
- font-family:'calibri';
- text-transform:uppercase;
- font-size:8px;
- right:9px;
- bottom:9px;
- padding:4px;
- color:{color:Link};
- letter-spacing:1px;
- }
- {CustomCSS}</style></head><body>
- <div id="header">
- <div id="morelinks">
- <a href="{text:Link 1}">{text:Link 1 text}</a>
- <a href="{text:Link 2}">{text:Link 2 text}</a>
- <a href="{text:Link 3}">{text:Link 3 text}</a>
- <a href="{text:Link 4}">{text:Link 4 text}</a>
- <a href="{text:Link 5}">{text:Link 5 text}</a>
- </div>
- </div>
- <div id="sidebar">
- <div id="thing1"><div style="font-style:italic;text-transform:lowercase;padding:10px;font-family:'monotype corsiva';font-size:15px;float:center;text-align:center;position:fixed;width:190px;height:40px;line-height:13px;">{text:Thing 1}</div>
- <div id="desc">
- {Description}
- </div>
- </div>
- <div id="thing2"><div style="font-style:italic;text-transform:lowercase;padding:10px;font-family:'monotype corsiva';font-size:15px;float:center;text-align:center;position:fixed;width:190px;height:40px;line-height:13px;">{text:Thing 2}</div>
- <div id="linkscont">
- <div id="links">
- <a href="/">Home</a><br>
- <a href="/ask">Ask</a><br>
- <a href="/submit">Submit</a><br>
- <a href="/archive">Archive</a><br>
- <a href="http://wonderfullythemes.tumblr.com">credit</a>
- </div>
- </div>
- </div>
- <div id="thing3"><div style="font-style:italic;text-transform:lowercase;padding:10px;font-family:'monotype corsiva';font-size:15px;float:center;text-align:center;position:fixed;width:190px;height:40px;line-height:13px;">{text:Thing 3}</div>
- <div id="pagicont">
- <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
- </div>
- </div>
- </div>
- {block:IfNotUpdatesTab}
- <div id="container">
- <div class="title">{Title}</div>
- </div>
- {block:IfNotUpdatesTab}
- {block:IfUpdatesTab}
- <!--made by wonderfullythemes.tumblr.com-->
- <div id="container">
- <div class="title">{Title}</div>
- <div class="links_list">
- <p class="links_head">title</p> <!--write your updates title here-->
- <div class="links_body" style="margin-left:90px;margin-top:-95px;">
- <!--erase this text and replace with your own-->
- Normal text, <b>bolded text</b>, <i>italicized text</i>, <s>strikethrough</s>, <a href="">linked text</a>, <u>underlined text</u>, <b><i><s><u><a href="">all of the above (minus normal obv)</a></u></s></i></b>
- <br>
- line breaks
- <p>
- new paragraph<br><br>
- <div style="background-color:#000;color:#fff;padding:1px;text-transform:uppercase;text-align:center;">titles</div>
- </div>
- </div>
- <br><br><br><br>
- <!--follow above instructions for editing the rest-->
- <div class="links_list">
- <p class="links_head">title</p>
- <div class="links_body" style="margin-left:90px;margin-top:-137px;">
- Normal text, <b>bolded text</b>, <i>italicized text</i>, <s>strikethrough</s>, <a href="">linked text</a>, <u>underlined text</u>, <b><i><s><u><a href="">all of the above (minus normal obv)</a></u></s></i></b>
- <br>
- line breaks
- <p>
- new paragraph<br><br>
- <div style="background-color:#000;color:#fff;padding:1px;text-transform:uppercase;text-align:center;">titles</div>
- </div>
- </div>
- <br><br><br><br>
- <div class="links_list">
- <p class="links_head">title</p>
- <div class="links_body" style="margin-left:90px;margin-top:-179px;">
- Normal text, <b>bolded text</b>, <i>italicized text</i>, <s>strikethrough</s>, <a href="">linked text</a>, <u>underlined text</u>, <b><i><s><u><a href="">all of the above (minus normal obv)</a></u></s></i></b>
- <br>
- line breaks
- <p>
- new paragraph<br><br>
- <div style="background-color:#000;color:#fff;padding:1px;text-transform:uppercase;text-align:center;">titles</div>
- </div>
- </div>
- <br><br><br><br>
- <div class="links_list">
- <p class="links_head">title</p>
- <div class="links_body" style="margin-left:90px;margin-top:-221px;">
- Normal text, <b>bolded text</b>, <i>italicized text</i>, <s>strikethrough</s>, <a href="">linked text</a>, <u>underlined text</u>, <b><i><s><u><a href="">all of the above (minus normal obv)</a></u></s></i></b>
- <br>
- line breaks
- <p>
- new paragraph<br><br>
- <div style="background-color:#000;color:#fff;padding:1px;text-transform:uppercase;text-align:center;">titles</div>
- </div>
- </div>
- </div>
- {/block:IfUpdatesTab}
- <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:Source} —{Source}{/block:Source}{/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}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
- <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}| <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
- {block:ContentSource}| <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags}{/block:HasTags}
- </div>
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/">Theme</a>
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement