Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <script type="text/javascript">
- <!--
- function toggle_visibility(id) {
- var e = document.getElementById(id);
- if(e.style.display == 'block')
- e.style.display = 'none';
- else
- e.style.display = 'block';
- }
- //-->
- </script>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <!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><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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--basic tooltip from tutorial-baby! Enjoy-->
- <style>
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px; /*how big the tooltip can be at most*/
- border-radius: 0px; /*change your border radius*/
- padding:3px 4px 5px 4px; /*padding inside tooltip*/
- margin:20px 7px -2px 20px; /*distance from word*/
- background-color:{color:post}; /*background color*/
- border:1px solid {color:postbg}; /*border info*/
- font-family:arial; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- letter-spacing:2px; /*tooltip letter spacing*/
- text-transform:uppercase; /*makes the tooltip title uppercase*/
- color:#000; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- }
- </style>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:linkhover" content="#ffffff"/>
- <meta name="color:scrollbar" content="ececec"/>
- <meta name="color:post" content="#ffffff"/>
- <meta name="color:postbg" content="ececec"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:url" content="your url here for the ask box"/>
- <meta name="text:link 1" content="link1"/>
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link2"/>
- <meta name="text:link 2 url" content="/" />
- <style type="text/css">
- ::selection {background: {color:background}; color:{color:selection};}
- ::-moz-selection {background: {color:background}; color:{color:selection};}
- ::-webkit-selection {background: {color:background}; color:{color:selection};}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
- height:100px;}
- ::-webkit-scrollbar { height:10px;width:5px; background-color:{color:background};}
- body {
- font-style:none;
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family: arial;
- font-size:11px;
- line-height:100%;
- }
- blockquote {
- border-left:1px solid {color:postbg};
- padding-left:5px;
- margin:5px;
- }
- a {
- color:{color:link}
- }
- a {
- text-decoration:none;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -ms-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:linkhover}
- }
- img {none;}
- h2 {
- font-family: arial;
- text-transform:uppercase;
- font-size:24px;
- background-color:{color:postbg};
- color:{color:post};
- padding:10px;
- margin-top:5px;
- margin-bottom:5px;
- letter-spacing:0px;
- text-align:center;
- font-style:none;
- opacity:0.9;
- }
- h3 {
- font-family: 'Inconsolata';
- text-transform:uppercase;
- font-size:10px;
- background-color:{color:postbg};
- color:{color:post};
- margin-bottom:1px;
- line-height:10px;
- padding:5px;
- letter-spacing:3px;
- text-align:left;
- font-style:none;
- }
- #entries {
- padding:10px;
- width:535px;
- margin-left:420px;
- margin-top:50px;
- background-color:{color:postbg};
- height:505px;
- overflow:auto;
- overflow-x:hidden;
- }
- #post {
- width:500px;
- font-style:none;
- padding:15px;
- background-color:{color:post};
- margin-bottom:10px;
- }
- #sidebar{
- width:245px;
- position:fixed;
- margin-left:130px;
- margin-top:166px;
- text-align:center;
- }
- #sidebar {
- width:245px;
- }
- #sidebarimage img {
- width:250px;
- margin-top:-166px;
- }
- #title {
- text-align:left;
- padding:15px;
- width:815px;
- position:fixed;
- text-transform:none;
- font-family: 'Wire One', sans-serif;
- font-style:normal;
- background-color:{color:postbg};
- color:{color:post};
- font-size:28px;
- margin-top:-40px;
- margin-left:130px;
- }
- #nav {
- position:fixed;
- overflow:hidden;
- margin-top: -215px;
- margin-left:10px;
- background-color:{color:post};
- background-color:white;
- z-index:9999;
- opacity:0.8;
- }
- #links {
- position: fixed;
- text-align:left;
- font-family: arial;
- font-style:normal;
- text-decoration:none;
- background-color:{color:postbg};
- width: 20px;
- height:495px;
- z-index:9999;
- padding:15px;
- margin-top: -538px;
- margin-left:240px;
- }
- #links a {
- width:10px;
- z-index:999999;
- display:inline-block;
- letter-spacing:10px;
- color:{color:text};
- background-color:{color:post};
- padding:8px;
- margin-bottom:20px;
- text-transform:uppercase;
- margin-left: 0px;
- border-radius:100%;
- font:10px arial;
- text-align:center;
- }
- #description {
- margin-top: -205px;
- margin-left:5px;
- width: 200px;
- height: 100px;
- overflow:auto;
- line-height: 115%;
- text-transform:none;
- text-align:justify;
- font-size: 11px;
- font-style:none;
- padding:15px;
- font-family: arial;
- background-color:white;
- z-index:9999;
- opacity:0.9;
- }
- #questions {
- text-transform:none;
- font-family: arial;
- font-style:normal;
- background-color:{color:postbg};
- color:{color:post};
- padding:15px;
- }
- .note {
- padding:10px;
- background-color:{color:post};
- text-transform:lowercase;
- letter-spacing:0px;
- font-family: arial;
- font-size: 11px;
- font-style:normal;
- text-align:left;
- line-height:100%;
- }
- .note li {
- list-style-type:none;
- text-align:left;
- font-family: arial;
- margin-left:-90px;
- margin-top:-50px;
- }
- .note img {
- display:none;
- }
- #info {
- font-family:helvetica;
- text-align:left;
- margin-top:10px;
- padding:10px;
- padding-bottom:1px;
- text-transform:none;
- font-style:none;
- font-family: arial;
- font-size:10px;
- line-height:100%;
- border-top:1px solid {color:postbg};
- }
- #tags {
- font-family:helvetica;
- text-align:left;
- margin-top:5px;
- letter-spacing:2px;
- padding-bottom:0px;
- text-transform:uppercase;
- font-family: arial;
- font-style:none;
- font-size:9px;
- margin-left:50px;
- }
- #pagination{
- margin-top: 5px;
- margin-left:5px;
- width: 200px;
- overflow:auto;
- font-family: arial;
- line-height: 115%;
- text-transform:none;
- text-align:center;
- font-family:helvetica;
- font-size: 11px;
- font-style:none;
- padding:15px;
- background-color:white;
- z-index:9999;
- opacity:0.9;
- }
- {CustomCSS}
- #faq {
- padding:10px;
- position:fixed;
- width:535px;
- margin-left:420px;
- margin-top:-525px;
- background-color:{color:postbg};
- height:505px;
- overflow:auto;
- overflow-x:hidden;
- }
- #nav {
- padding:10px;
- position:fixed;
- width:535px;
- margin-left:420px;
- margin-top:-525px;
- background-color:{color:postbg};
- height:505px;
- overflow:auto;
- overflow-x:hidden;
- opacity:1.0;
- }
- #muses {
- padding:10px;
- position:fixed;
- width:535px;
- margin-left:420px;
- margin-top:-525px;
- background-color:{color:postbg};
- height:505px;
- overflow:auto;
- overflow-x:hidden;
- opacity:1.0;
- }
- #gl {
- padding:10px;
- position:fixed;
- width:535px;
- margin-left:420px;
- margin-top:-525px;
- background-color:{color:postbg};
- height:505px;
- overflow:auto;
- overflow-x:hidden;
- opacity:1.0;
- }
- #backgrounds {
- position: fixed;
- padding: 15px;
- background-color:{color:post};
- width: 500px;
- height: 470px;
- overflow:auto;
- }
- #askedq {
- position:fixed;
- margin-top:0px;
- margin-left: 30px;
- padding: 15px;
- width: 400px;
- overflow:auto;
- height: 150px;
- background-color:{color:post};
- border:1px solid {color:postbg};
- }
- #askbox {
- position:fixed;
- margin-top:190px;
- margin-left: 30px;
- padding: 15px;
- width: 400px;
- overflow:auto;
- height: 250px;
- background-color:{color:post};
- border:1px solid {color:postbg};
- }
- #questions {
- font-size:10px;
- padding: 15px;
- background-color:{color:postbg};
- letter-spacing:2px;
- text-transform:uppercase;
- opacity:0.8;
- }
- #answers {
- font-size:11px;
- padding: 5px;
- margin-bottom:5px;
- border-bottom:1px solid {color:border};
- border-left:1px solid {color:border};
- text-align:justify;
- margin-left:2px;
- border-right: 10px solid {color:post};
- }
- .aboxa {
- width:210px;
- padding:10px;
- margin-left:14px;
- margin-top:14px;
- float:left;
- color:{color:post};
- background-color:{color:postbg};
- border-bottom:1px solid {color:postbg};
- }
- .aboxa h2 {
- font-size:7px;
- text-align:center;
- padding:10px 12px 12px 12px;
- color:{color:post};
- border:1px solid #eee;
- }
- .tagssa {
- display:block;
- text-transform:uppercase;
- font-weight:300;
- font-size:8px;
- }
- .tagssa a {
- display:block;
- border-bottom:none;
- padding:8px;
- background-color:{color:post};
- -webkit-transition-duration:600ms;-o-transition-duration:600ms;-moz-transition-duration:600ms;-ms-transition-duration:600ms;
- }
- .tagssa a:hover {
- font-weight:400;
- color:#fff;
- background-color:rgba(0,0,0,.85);/*BLACK or add your color*/
- padding-left:35px;
- }
- #muses img {
- padding:4px;
- border:1px solid {color:postbg};
- }
- #rules {
- position:fixed;
- margin-top:0px;
- margin-left: 30px;
- padding: 15px;
- width: 400px;
- overflow:auto;
- height: 390px;
- background-color:{color:post};
- border:1px solid {color:postbg};
- }
- .heaven {
- position:fixed;
- width:150px;
- height:300px;
- padding-bottom:10px;
- font-size:8px;
- margin-left: -10px;
- margin-top:-55px;
- z-index:99999;
- }
- .heaventitle {
- width:118px;
- line-height:200%;
- font-weight:300;
- margin-top:5px;
- margin-left:15px;
- padding-top:5px;
- padding-bottom:5px;
- text-align:center;
- font-size:12px;
- letter-spacing:2px;
- text-transform:uppercase;
- border-bottom:1px {color:borders} solid;
- color:{color:title};
- z-index:9999999;
- }
- .cloud {
- position:fixed;
- width:118px;
- height:0px;
- margin-top:-6px;
- margin-left:15px;
- text-align:left;
- word-break:normal;
- background:transparent;
- overflow:hidden;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- z-index:99999;
- }
- .heaven:hover .cloud {
- /* if tab is too short increase height*/
- height:800px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- }
- .heaventitle:hover .cloud {
- /* if tab is too short increase height*/
- height:800px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- }
- /*--credit--*/
- #credit {
- right:3px;
- bottom:6px;
- font-size:9px;
- padding:5px;
- color:{color:text};
- background-color:#fafafa;
- text-transform:uppercase;
- border:1px solid {color:border};
- position:fixed;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #credit:hover {
- background-color:black;
- color:white;
- }
- </style></head>
- <script src="http://code.jquery.com/jquery-1.10.0.min.js">
- </script>
- <script>
- $(document).ready(function(){
- $(".faq").click(function(){
- $("#faq").fadeToggle();
- $(" #nav, #gl, #muses ").fadeOut();
- });
- $(".nav").click(function(){
- $("#nav").fadeToggle();
- $(" #faq, #gl, #muses ").fadeOut();
- });
- $(".gl").click(function(){
- $("#gl").fadeToggle();
- $(" #faq, #nav, #muses ").fadeOut();
- });
- $(".muses").click(function(){
- $("#muses").fadeToggle();
- $(" #faq, #gl, #nav ").fadeOut();
- });
- });
- </script>
- <body>
- <div class="heaven">
- <div class="heaventitle"><!--Update tab title-->hover<!-- --></div>
- <div class="cloud"></br>
- <!--Content 1--><center><big>name. age. timezone.</big></center>
- <h3><!--Subtitle 2--><center>statistics</center><!-- --></h3><br>
- <center>
- <!-- Content 2 -->+ ( STAT COUNTER HERE )<br>
- xx drafts / xx asks<br>
- any other statistics here<!-- -->
- </center>
- <h3><center> extra <i>!</i></center><!-- --></h3><br>
- an extra box here for you :)
- <h3><!--Subtitle 2--><center>to do list</center><!-- --></h3><br>
- put what you have to do here :)
- </div>
- </div>
- <div id="title">{Title}</div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
- <div id="links"><center><big><br><br><br><br><br><br><br>
- <a href="/" title="refresh">★</a>
- <a class="faq" href="#" title="faq">★</a>
- <a class="nav" href="#" title="navigate">★</a>
- <a class="gl" href="#" title="guidelines">★</a>
- <a class="muses" href="#" title="muses">★</a>
- <a href="{text:link 1 url}" title="{text:link 1}">★</a>
- <a href="{text:link 2 url}" title="{text:link 2}">★</a>
- </center></big>
- </div>
- <div id="description">{Description}</div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- ―
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="scrollbar">{scrollbar}</div>
- {block:HasPages}{block:Pages}
- <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:blockquote}{/block:blockquote}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/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}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> whispered: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
- <!-- change the "/"s and adjust the orders and {} contents to change how the info at the bottom of posts look. for example instead of at the bottom of the post it saying "january1" you can make it say "1.1.15" by changing {Month}{DayOfMonth} to {MonthNumber}.{DayOfMonth}.{ShortYear}. the full list of options is in the tumblr theme garden -->
- <div id="info">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{/block:Date}{/block:Date} </a> //
- {block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:NoteCount} //
- {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} //
- {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
- <div id="tags">
- {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a> {/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- <!----- BEGINNING OF FAQ ------>
- <div id="faq" style="display:none;" >
- <div id="backgrounds">
- <div id="askedq">
- <!-------- if you want more questions copy from here ------->
- <div id="questions"><b>q.</b> this is your question</div>
- <div id="answers"><b>a.</b> this is your answer</div>
- <!------------------------- to here ------------------------>
- <!-------- if you want more questions copy from here ------->
- <div id="questions"><b>q.</b> this is your question</div>
- <div id="answers"><b>a.</b> this is your answer</div>
- <!------------------------- to here ------------------------>
- <!-------- if you want more questions copy from here ------->
- <div id="questions"><b>q.</b> this is your question</div>
- <div id="answers"><b>a.</b> this is your answer</div>
- <!------------------------- to here ------------------------>
- <!-------- if you want more questions copy from here ------->
- <div id="questions"><b>q.</b> this is your question</div>
- <div id="answers"><b>a.</b> this is your answer</div>
- <!------------------------- to here ------------------------>
- </div>
- <div id="askbox">
- <iframe src="http://www.tumblr.com/ask_form/{text:url}.tumblr.com" id="ask_form" frameborder="0" height="240" scrolling="no" width="100%"></iframe>
- </div></div></div>
- <!----- END OF FAQ ------>
- <!----- BEGINNING OF NAVIGATION ------>
- <div id="nav" style="display:none;" >
- <div id="backgrounds">
- <!---BEGINNING OF NAVIBOX --->
- <div class="aboxa">
- <div class="tagssa"><center><big>TITLE</center></big><br>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- </div>
- </div>
- <!----- END OF NAVI BOX ------>
- <!---BEGINNING OF NAVIBOX --->
- <div class="aboxa">
- <div class="tagssa"><center><big>TITLE</center></big><br>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- </div>
- </div>
- <!----- END OF NAVI BOX ------>
- <!---BEGINNING OF NAVIBOX --->
- <div class="aboxa">
- <div class="tagssa"><center><big>TITLE</center></big><br>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- </div>
- </div>
- <!----- END OF NAVI BOX ------>
- <!---BEGINNING OF NAVIBOX --->
- <div class="aboxa">
- <div class="tagssa"><center><big>TITLE</center></big><br>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- </div>
- </div>
- <!----- END OF NAVI BOX ------>
- <!---BEGINNING OF NAVIBOX --->
- <div class="aboxa">
- <div class="tagssa"><center><big>TITLE</center></big><br>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- </div>
- </div>
- <!----- END OF NAVI BOX ------>
- <!---BEGINNING OF NAVIBOX --->
- <div class="aboxa">
- <div class="tagssa"><center><big>TITLE</center></big><br>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- <a href="LINK">LINK NAME</a>
- </div>
- </div>
- <!----- END OF NAVI BOX ------>
- </div></div>
- <!----- END OF NAVIGATION ------>
- <!----- BEGINNING OF MUSES ------>
- <div id="muses" style="display:none;" >
- <div id="backgrounds">
- <h2>primary</h2>
- <center>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- </center>
- <h2>secondary</h2>
- <center>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- </center>
- <h2>canon</h2>
- <center>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- </center>
- <h2>reserved</h2>
- <center>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- <a href="MUSE URL" title="MUSE NAME"><img src="https://41.media.tumblr.com/e186c8c82bdf7ff086f8f56311925497/tumblr_inline_nqkpyc86j41s3eryg_100.png"></a>
- </center>
- </div></div>
- <!----- END OF MUSES ------>
- <!----- BEGINNING OF GUIDELINES ------>
- <div id="gl" style="display:none;">
- <div id="backgrounds">
- <h2>rules & regulations</h2>
- <div id="rules">
- <h3>i. activity</h3>
- <div id="answers">tidbit about activity maybe??</div>
- <h3>ii. godmod</h3>
- <div id="answers">this is just wrong don't do it unless you have that permission bro honestly...</div>
- <h3>iii. replies</h3>
- <div id="answers">muse is a fickle bitch and sometimes wants to be a dick and not be around so pls no rushin on replies okay</div>
- <h3>i. activity</h3>
- <div id="answers">tidbit about activity maybe??</div>
- <h3>iv. respect</h3>
- <div id="answers">tidbit about activity maybe??</div>
- <h3>v. rules r cool</h3>
- <div id="answers">tidbit about activity maybe??</div>
- <h3>vi. ps</h3>
- <div id="answers">dia is the cutest in town :)</div>
- </div>
- </div></div>
- <!----- END OF GUIDELINES ------>
- <div id="credit"><a href="http://diiabolism.tumblr.com/">@KAE</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment