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">
- <html>
- <head>
- <!---------- DO NOT REMOVE----------
- ESTE TEMA PERTENECE A SHAMELESSVIRGIN
- POR FAVOR NO REMOVER EL CRÉDITO
- POR FAVOR NO ROBAR Y DISTRIBUIR
- POR FAVOR NO EDITAR Y DISTRIBUIR
- ------------ DO NOT REMOVE---------->
- <script type="text/javascript">
- <!--
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return true")
- // -->
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:background" content="#14171b">
- <meta name="color:sidebar links" content="#1a4133">
- <meta name="color:sidebar shadow" content="#347153">
- <meta name="color:sidebar hover" content="#45966e">
- <meta name="color:links" content="#349446">
- <meta name="color:links shadow" content="#6d6d6d">
- <meta name="color:links hover" content="#ffffff">
- <meta name="color:text" content="#ffffff">
- <meta name="color:blockquote" content="#206834">
- <meta name="color:bold" content="#127b29">
- <meta name="color:bold shadow" content="#000000">
- <meta name="color:italic" content="#ffffff">
- <meta name="color:italic shadow" content="#ffffff">
- <meta name="color:underline" content="#228425">
- <meta name="color:big" content="#ffffff">
- <meta name="color:big shadow" content="#ffffff">
- <meta name="color:pre text" content="#000000">
- <meta name="color:pre bg" content="#97b6a2">
- <meta name="color:ask text" content="#ededed">
- <meta name="color:ask border" content="#48845e">
- <meta name="color:info" content="#55b667">
- <meta name="color:info text" content="#1d3e1d">
- <meta name="color:info border" content="#0c230e">
- <meta name="color:info hover" content="#4bbe56">
- <meta name="color:pagi" content="#14a344">
- <meta name="color:selec bg" content="#000000">
- <meta name="color:selec" content="#797979">
- <meta name="color:tags" content="#ffffff">
- <meta name="color:tags hover" content="#208627">
- <meta name="image:Background" content=""/>
- <meta name="image:ask" content=""/>
- <meta name="image:info" content=""/>
- <meta name="text:YOUR URL" content="">
- <meta name="text:updates" content="">
- <meta name="text:drafts" content="">
- <meta name="text:family" content="">
- <meta name="text:more" content="">
- <meta name="text:updates title" content="">
- <meta name="text:Link 1 URL" content="">
- <meta name="text:Link Title 1" content="">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link Title 2" content="">
- <meta name="text:Link 3 URL" content="">
- <meta name="text:Link Title 3" content="">
- <meta name="text:Link 4 URL" content="">
- <meta name="text:Link Title 4" content="">
- <meta name="text:Link 5 URL" content="">
- <meta name="text:Link Title 5" content="">
- <!--This is for you hover titles (When you hover over a link) -->
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'times' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http')
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $("ul#tabs li").click(function(e){
- if (!$(this).hasClass("active")) {
- var tabNum = $(this).index();
- var nthChild = tabNum 1;
- $("ul#tabs li.active").removeClass("active");
- $(this).addClass("active");
- $("ul#tab li.active").removeClass("active");
- $("ul#tab li:nth-child(" nthChild ")").addClass("active");
- }
- });
- });
- </script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <!-- SCRIPTS -->
- <link href="http://fonts.googleapis.com/css?family=IM Fell Double Pica SC" rel="stylesheet" type="text/css">
- <link href="http://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
- <link href="http://fonts.googleapis.com/css?family=Fjalla One" rel="stylesheet" type="text/css">
- <link href="http://fonts.googleapis.com/css?family=Alex Brush" rel="stylesheet" type="text/css">
- <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* this is for the scrollbar */
- ::-webkit-scrollbar-thumb{
- background-color: transparent;
- border-radius:0px;
- height:auto;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:0px;
- border: 0px transparent;
- border-radius:0px;
- }
- /* TOOLTIPS */
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 7px 3px 8px;
- margin:-20px 0px 0px 20px;
- background-color:{color:background};
- color:{color:text};
- font-size:7px;
- text-transform:uppercase;
- z-index:999999999999;
- letter-spacing:2px;
- -webkit-border-radius:5px;
- -moz-border-radius:5px;
- border-radius:5px;
- }
- /* ENTRIES */
- blockquote {
- width:350px;
- border-radius:10px;
- border-left:1px solid {color:blockquote};
- margin-left:1px;
- padding-left:9px;
- padding-top:1px;
- padding-bottom:1px;
- }
- body {
- background:{color:background};
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position: top ; /* you can change this if to TOP or CENTER if you want */
- color:{color:text};
- font-family:tahoma;
- text-align:justify;
- font-size:11px;
- ;
- background-image:url("{image:Background}");
- margin:0;
- padding-top:0;
- word-wrap:break-word;};
- }
- /* bold (b), italic (i,em), and underlined (u) */
- er, ber, cer, {
- font-weight:normal;
- font-size:12px;
- text-align:center;
- font-style:normal;
- font-family: helvetica;
- padding-bottom:3px;
- line-height:80%;
- letter-spacing:3px;
- text-transform: uppercase;
- color:{color:blockquote};
- }
- sub, sup, small {
- font-size: 11px;
- color:{color:text};
- }
- b, strong {
- font-size: 13px;
- font-family: 'Fjalla One', sans-serif;
- color:{color:bold};
- text-shadow: 1px 1px 1px {color:bold shadow};
- }
- i,em{
- color:{color:italic};
- text-shadow: 0px 0px 2px {color:italic shadow};
- font-family:georgia, sans-serif;
- font-size:12px;
- }
- code {
- font-size: 11px;
- }
- big{
- color:{color:big};
- text-shadow: 0px 0px 2px {color:big shadow};
- font-family:georgia, sans-serif;
- }
- u{
- color:{color:underline};
- }
- pre {
- font-family:courier;
- text-align:center;
- text-transform:uppercase;
- font-size:10px;
- color:{color:pre text};
- background:{color:pre bg};
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- word-wrap: break-word;
- }
- h1 {
- font-family: 'Raleway', sans-serif;
- text-transform:uppercase;
- text-align: center;
- font-size:12px;
- line-height:100%;
- color: {color:blockquote};
- }
- h2 {
- font-size:17px;
- color: {color:big};
- font-weight:bold;
- text-shadow: 0px 0px 2px {color:big shadow}}
- h3 {
- font-size:18px;
- font-family: 'georgia', sans-serif;
- text-shadow: 0px 0px 3px {color:bold shadow};
- text-align:center;
- text-transform:lowercase;
- font-style:italic;
- line-height:100%;
- letter-spacing:0px;
- padding-bottom:-10px;
- color: {color:blockquote};
- }
- h4 {
- font-size:11px;
- font-family: 'Tahoma'
- text-align:center;
- text-transform:uppercase;
- line-height:100%;
- letter-spacing:0px;
- font-weight:bold;
- color: {color:blockquote};
- }
- h12 {
- font-size:16px;
- text-align:right;
- line-height:100%;
- letter-spacing:0px;
- font-family: 'IM Fell Double Pica SC', serif;
- text-shadow: 0px 2px 2px {color:blockquote};
- color:{color:text};
- text-transform: uppercase;
- }
- h81 {
- font-weight:normal;
- font-size:12px;
- text-align:center;
- font-style:normal;
- font-family: helvetica;
- padding-bottom:3px;
- line-height:80%;
- letter-spacing:3px;
- text-transform: uppercase;
- color:{color:blockquote};
- }
- /* Links & hovers */
- a {
- color:{color:links};
- text-shadow: none;
- text-decoration:none;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- a:hover {
- color:{color:links hover};
- text-shadow: none;
- /* transition of the image when you hover on it */
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* Your sidebar, image, description and links */
- #sidebar {
- position:fixed;
- margin-left:898px;
- width: 190px;
- margin-top:158px;
- background-color: transparent;
- padding:0px 5px 0px;
- }
- .pagination {
- top:196px;
- left:50%;
- margin-left: 350px;
- position: absolute;
- text-align: left;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .pagination a{
- color: {color:links};
- font-family:calibri;
- letter-spacing:4px;
- font-size:10px;
- text-shadow: 0px 0px 3px {color:links shadow};}
- .pagination a:hover{
- color:{color:links hover};
- -webkit-filter: blur(2px);
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #topbar {
- position:fixed;
- top:295px;
- left:470px;
- z-index: 9;
- }
- .user {
- position: fixed;
- margin-left: -268px;
- left:50%;
- font-size: 18px;
- letter-spacing:-1px;
- font-family: 'IM Fell Double Pica SC', serif;
- text-transform:uppercase;
- line-height: 170%;
- text-align: center;
- width: 500px;
- top:420px;
- text-shadow: 0px 0px 2px {color:sidebar shadow};
- margin-right: auto;
- -ms-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- -webkit-transition: all .5s linear;
- }
- .user a {
- padding-left: 5px;
- font-size: 40px;
- color: {color:sidebar links};
- font-family: 'IM Fell Double Pica SC', serif;
- text-shadow: none;
- text-shadow: 0px 0px 2px {color:sidebar shadow};
- width: 500px;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .user a:hover {
- padding-left: 5px;
- color: {color:sidebar hover};
- text-shadow: 0px 0px 2px {color:sidebar shadow};
- -moz-transition-duration:.9s;
- -webkit-transition-duration:.9s;
- -o-transition-duration:.9s;
- }
- .links {
- position: fixed;
- top:630px;
- margin-left:-128px;
- left:53%;
- font-size: 19px;
- letter-spacing:1px;
- font-family: georgia, sans-serif;
- text-transform:uppercase;
- line-height: 170%;
- text-align: right;
- width: 200px;
- text-shadow: 0px 0px 2px {color:sidebar shadow};
- margin-right: auto;
- -ms-transform: rotate(-0deg); /* IE 9 */
- -webkit-transform: rotate(-0deg); /* Safari */
- transform: rotate(-0deg);
- }
- .links a {
- padding-left: 3px;
- font-size: 15px;
- font-family: georgia, sans-serif;
- color: {color:sidebar links};
- text-shadow: 1px 1px 2px {color:sidebar shadow};
- -moz-transition-duration:.9s;
- -webkit-transition-duration:.9s;
- -o-transition-duration:.9s;
- }
- .links a:hover {
- padding-left: 5px;
- color: {color:sidebar hover};
- text-shadow: 0px 0px 2px {color:sidebar shadow};
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;
- }
- #container {
- left:50%;
- height: 410px;
- width: 410px;
- text-align:justify;
- font-family:calibri;
- text-transform: auto;
- position: fixed;
- margin-left:2px;
- margin-top:212px; /* this could be changed for this bottom:-2px;; */
- overflow: auto;
- }
- #post {
- width:400px;
- margin-top:10px;
- text-align:justify;
- font-size:11px;
- line-height:110%;
- letter-spacing:0px;
- color:{color:text};
- margin-bottom: 30px;
- text-transform: auto;
- padding: 2px;
- margin-left: auto;
- margin-right: auto;
- }
- #posts img {
- height:auto;
- max-width:100%;
- }
- #photo img {
- width:100%;
- -webkit-border-radius:5px;
- -moz-border-radius:5px;
- border-radius:5px;
- }
- .caption {
- width:{select:Post size}px;
- text-align:justify;
- line-height:120%;
- }
- #asker {
- font-family: 'Bangers', cursive;
- font-size:30px;
- text-align:right;
- margin-left:15px;
- text-transform:uppercase;
- color: {color:italic};
- letter-spacing:3px
- }
- #asker a{
- color: {color:bold};
- font-family: 'Bangers', cursive;
- letter-spacing: 3px;
- font-size:8px;
- text-shadow: 0px 0px 3px {color:bold shadow};
- }
- #asker a:hover {
- color: {color:links hover};
- letter-spacing: 3px;
- }
- #ask {
- font-family: 'IM Fell Double Pica SC', serif;
- font-size:8px;
- text-align:center;
- padding-top: 5px;
- margin-left:5px;
- text-transform:auto;
- line-height:130%;
- padding:8px;
- background:url("{image:ask}");
- color:{color:ask text};
- text-transform: uppercase;
- border:3px {color:ask border} solid;
- border-top-left-radius:20px;
- border-bottom-right-radius:20px;
- }
- .ans {
- text-align:left;
- padding:10px;
- }
- .audio {
- width:250px;
- padding-bottom:10px;
- }
- .playercontainer {
- text-align:left;
- padding:10px;
- width:240px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #info {
- font-family: 'VT323',serif ;
- width:300px;
- margin-top:0px;
- padding-top:4px;
- margin-left:auto;
- margin-right:auto;
- padding-BOTTOM:1px;
- font-size:14px;
- color:{color:info text};
- text-transform:uppercase;
- letter-spacing:1px;
- font-style:normal;
- text-align:center;
- padding:4px;
- background:url("{image:info}");
- BORDER:2px solid {color:info border};
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- #info a {
- font-size:15px;
- color:{color:info text};
- text-shadow: 0px 0px 3px {color:info link shadow};
- padding:5px;
- font-style:normal;
- }
- #info a:hover {
- color:{color:info hover};
- -webkit-filter: blur(0px);
- -moz-transition-duration:0.2s;
- -webkit-transition-duration:0.2s;
- -o-transition-duration:0.2s;
- }
- .tags {
- width:380px;
- margin-top:4px;
- margin-left:0px;
- padding:2px;
- color:{color:tags};
- font-family:"Times New Roman";
- letter-spacing:1px;
- line-height:100%;
- font-size:10px;
- text-align:left;
- }
- .tags a{
- font-size:9px;
- font-family: helvetica;
- text-transform:none;
- font-weight:0;
- font-weight:none;
- text-shadow: none;
- color:{color:tags};
- opacity:0.5;
- font-weight:none;
- }
- .tags a:hover{
- color:#ffffff;
- opacity:1;
- font-weight:none;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- #post:hover .tags {
- opacity:1;
- -moz-transition-duration:1.2s;
- -webkit-transition-duration:1.2s;
- -o-transition-duration:1.2s;
- }
- /* Quote & Source */
- .quotemarkleft {
- font-size: 80px;
- font-family: 'Georgia';
- font-weight: bold;
- line-height: 100px;
- position: relative;
- margin: 0px 0 -70px 30px;
- color: #7c373d;
- opacity: 0.9;
- }
- .quotemarkright {
- font-family: 'Georgia';
- font-size: 80px;
- font-weight: bold;
- padding-right: 0px;
- line-height: 30px;
- text-align: right;
- position: relative;
- margin:0 30px 0 -10px;
- color: #7c373d;
- opacity: 0.97;
- }
- #quote{
- font-family:crimson text;
- text-align:center;
- font-size:25px;
- line-height:18px;
- font-weight:bold;
- font-style:italic;
- z-index:999;
- }
- .credit {
- position:fixed;
- font-family: 'Alex Brush', cursive;
- color:{color:bold};
- font-size:16px;
- font-weight:bold;
- line-height:100%;
- letter-spacing:0px;
- right:7px;
- bottom:5px;
- text-align:center;
- text-shadow:0 0 3px {color:bold};
- -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;
- }
- .credit:hover {
- color:transparent;
- text-shadow:0 0 7px {color:bold shadow};
- -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;
- }
- /* Selection Text & BG (instead of having that blue background when you highlight something) */
- ::selection {
- background:{color:selec bg};
- color:{color:selec};
- }
- /* UPDATES */
- /* UPDATES TAB #1 by http://wizardring.tumblr.com */
- /*change 'left' to 'right' if you want it on the right corner*/
- #tab {width:140px; position:fixed; top:20px; left:20px; z-index:3; transition:all .5s ease;}
- #tab:hover {transition:all .8s ease;}
- /* box */
- #tab_box {position:relative; text-align:justify; opacity:0; transition:all .5s ease; margin:15px -200px 8px; width:140px;}
- #tab:hover #tab_box {opacity:1; transition:all 1s ease; margin:15px 0px 8px;}
- /* the navicon: change the color of it by putting other color code instead of #eee*/
- .border1 {width:20px; height:1px; background:#eee; position:absolute; margin-top:0px; transition:all .5s ease;}
- .border2 {width:20px; height:1px; background:#eee; position:absolute; margin-top:5px; transition:all .5s ease;}
- .border3 {width:20px; height:1px; background:#eee; position:absolute; margin-top:10px; transition:all .5s ease;}
- #tab:hover .border1 {margin-top:0px; width:50px; transition:all .9s ease;}
- #tab:hover .border2 {margin-top:0px; width:50px; margin-left:50px; transition:all .9s ease;}
- #tab:hover .border3 {margin-top:0px; width:40px; margin-left:100px; transition:all .9s ease;}
- /* title: change the title/background color by changing the #COLORCODE; if you want it on the right change the 'margin-left' to 'right' (also on the hover) */
- .updates_title {padding-right:5px; text-align:left; background:#151416; color:#b21023; text-transform:uppercase; font-size:7.5px; transition:all .5s ease; position:absolute; font-weight:bold; width:auto; display:inline-block; margin-top:-6.5px; margin-left:-200px; opacity:0; letter-spacing:3px;}
- #tab:hover .updates_title {transition:all 1.5s ease; opacity:1; margin-left:0px;}
- /* tab divisor: change the color of it by putting other color code instead of #eee; if you want it centered, change the margin to 'margin:8px auto 0px' */
- #tab_border {height:1px; background:#eee; width:100px; position:relative; margin:8px 0px 8px;}
- /* UPDATES TAB #1 by http://wizardring.tumblr.com */
- </style></head><body>
- <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
- <div id="tab">
- <!--navicon-->
- <div class="border1"></div>
- <div class="border2"></div>
- <div class="border3"></div>
- <!--navicon-->
- <!--tab title-->
- <div class="updates_title">{text:updates title}</div>
- <!--box-->
- <div id="tab_box">
- <!--write things here, break a line by using <br>-->
- <center>"{text:more}"
- <!--to use a divider just copy and paste this: <div id="tab_border"></div>-->
- <div id="tab_border"></div></center>
- {description}
- <div id="tab_border"></div>
- {text:updates}
- <div id="tab_border"></div>
- {text:drafts}
- <!--write things here-->
- </div>
- </div>
- <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
- <div class="credit"><a href="http://whiiitthemore.tumblr.com/" title="theme by whiiitthemore"><span class="credit">W</span></a></div>
- <div id="sidebar">
- <div class="user">
- <a href="/" title="refresh">{text:YOUR URL}</a></div>
- <div class="links">
- <a href="http://ofdragonslayers.tumblr.com/" rel="home" title="HOME.">I.</span></a>
- <a href="http://ofdragonslayers.tumblr.com/ask" title="INQUIRE.">II.</span></a>
- <a href="http://ofdragonslayers.tumblr.com/submit" title="SUBMIT.">III.</span></a>
- <a href="http://ofdragonslayers.tumblr.com/law" title="LAW.">IV.</span></a>
- <a href="http://ofdragonslayers.tumblr.com/bio" title="ABOUT.">V.</span></a>
- </div>
- </div>
- <div class="pagination">
- <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>«</b></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><b>»</b></a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
- </div></div></div>
- </div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <!--This is where you fix all your post (your quotes post, text post, photo post, audio post, etc. -->
- <div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- <!--I got a little bug, so, if you want to change de width you need to change the -500 for -250/400 or simply let the 500 -->
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}</center>
- <!-- only on those three -->
- {block:Quote}<div class="quote"><big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div></div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
- {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName} {TrackName}{/block:TrackName}
- {block:Artist} — {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div id="ask">{question}</div>
- <div id="asker">{Asker}</div>
- {Answer}{/block:Answer}
- {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">★</a>
- {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">★</a> {/block:NoteCount}
- {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">★</a> {/block:RebloggedFrom}{block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}">★</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="REBLOG?">★</a> </div>
- {block:HasTags}
- <div class="tags">
- <center> {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags} </div></center>
- {/block:HasTags}
- </div>
- </div>
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </div></div>
- <!-- SCRIPTS -->
- <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(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"});
- });})(jQuery);
- </script>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement