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>
- <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:#a2a2a2; /*background color*/
- border:1px dotted #73934a; /*border info*/
- font-family:'Lato', sans-serif; /*tooltip font*/
- font-size:10px; /*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>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Arapey:400,400italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Raleway&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
- <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>
- <style>
- /*----------------------------------------
- Update Tab #1 (CSS Left) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 8/7/14
- ------------------------------------------*/
- #updatetab {
- font-family: helvetica; /*this is the font*/
- text-shadow:2px 2px 2px rgba(181,181,181,181);
- color: #bfbba4;} /*this is the font color*/
- #tabtitle, #dropdown, #dropdown p {
- background-color:transparent; /*this is the background color*/
- border-color: #a49c76;} /*this is the border color*/
- #updatetab {
- width:100px;
- position:fixed;
- margin-top:235px;
- margin-left:680px;}
- #tabtitle {
- font-family: 'VT323', ;
- color:#f1ebc8;
- text-align:center;
- padding:1px 1px;
- letter-spacing:2px;
- font-size:11px;
- text-transform:normal;
- border-width:0px 0px 1px 0px;
- border-style:dotted;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -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;
- }
- #tabtitle:hover {
- transition: all 0.5s ease-in-out;
- -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;
- letter-spacing:5px;
- }
- #dropdown {
- padding:2px 5px 0px 5px;
- border-bottom: 0px dotted;
- border-bottom-right-radius: 15px;
- -moz-border-bottom-right-radius: 5px;
- -webkit-border-bottom-right-radius: 5px;
- border-bottom-left-radius: 15px;
- -moz-border-bottom-left-radius: 5px;
- -webkit-border-bottom-left-radius: 5px;
- opacity:0;
- -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;}
- #updatetab:hover #dropdown {
- opacity:1;
- -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;}
- #dropdown p {
- padding-top:3px;
- padding-bottom:3px;
- border-width:0px 0px 0px 0px;
- border-style:dotted;
- font-size:10px;}
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;}
- #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
- margin: 0px 0px 0px 0px;}
- #c {
- position:fixed;
- bottom:4px;
- right:4px;
- font-size:13px;
- font-family:helvetica;}
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#fff; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- </style>
- <title>SPEED.</title>
- <link rel="shortcut icon" href="http://66.media.tumblr.com/3f94606f6d875f2ab4e850f37d4b8e70/tumblr_inline_mz647yi4LG1r9ajsd.png">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!---- this is theme 32 by Hollywhood
- please don't remove the credit
- thank you
- --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9B9B9B"/>
- <meta name="color:Link" content="#C48793"/>
- <meta name="color:border" content="#F2F2F2"/>
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:bg" content="#FFFFFF">
- <meta name="color:Link Hover" content="#F8E2AF"/>
- <meta name="text:homelink title" content="">
- <meta name="text:link1" content="" />
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="" />
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="" />
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="" />
- <meta name="text:link4 url" content="/">
- <meta name="text:link5" content="" />
- <meta name="text:link5 url" content="/">
- <meta name="color:tabcolor" content="#000">
- <meta name="color:tabcolor2" content="#333233">
- <meta name="color:tabcolor3" content="#666566">
- <meta name="color:tabcolor4" content="#8C8C8C">
- <meta name="color:tabcolor5" content="#ABABAB">
- <meta name="color:tabcolor6" content="#CFCFCF">
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-style:normal;
- margin-top:3px;
- margin-left:15px;
- font-size:8px;
- line-height:9px;
- font-family:cambria;
- z-index: 1000;
- background-color:#fff;
- border: 1px dotted #73934a;
- color: #000;
- text-transform:normal;
- letter-spacing: 1px;
- }
- </style>
- <style type="text/css">
- ::selection {color: #fff; background:#829e9e;}
- ::-moz-selection {color: #fff; background:#829e9e;}
- ::-webkit-selection {color: #fff; background:#829e9e;}
- .popup_block{
- display:none;
- background-image:url('https://31.media.tumblr.com/f8b8e947f22130bd80db066ef8a37799/tumblr_inline_n7qi5gic9X1rnjuep.png');
- background-repeat:repeat;
- background-position:fixed;
- width:510px;
- height:265px;
- padding:20px;
- overflow-x:scroll;
- scroll:left;
- overflow-x:hidden;
- border:0px dotted #fda2a2; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- #infos {
- text-align:left;
- font-size:25px;
- font-family:times;
- padding:11px;
- color:#ff0000;
- }
- #infos a {
- margin:5px;
- margin-left:150px;
- line-height:20px;
- background:#f9b99e;
- width:80px;
- height:20px;
- display:inline-block;
- overflow:hidden;
- text-align:center;
- padding:6px;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- border-top-left-radius:0px;
- border-top-right-radius:100px;
- border-bottom-left-radius:100px;
- border-bottom-right-radius:100px;
- }
- #infos a:hover {
- color:#fff;
- background:#ff0000;
- border-radius:0px;
- }
- #wrap {
- float:fixed;
- width:0px;
- position:fixed;
- background:#fff;
- opacity:.5;
- line-height:10px;
- margin-top:20px;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- ::-webkit-scrollbar-thumb{
- background-color: #ae927e;
- border: 0px solid {color:background};
- height:90px;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:0px;
- background-color: transparent;
- border: 0px solid {color:background};
- }
- *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
- iframe#tumblr_controls {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- h1 {
- font-weight:normal;
- font-size:13px;
- text-align:center;
- font-style:normal;
- line-height:100%;
- letter-spacing:1px;
- text-transform:normal;
- color:{color:text};
- }
- h2 {
- font-size:10px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:bold;
- text-transform:normal;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- border-left:1px solid {color:links};
- padding-left:5px;
- margin:5px;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:times;
- font-size:15px;
- line-height:120%;
- background-image:url("http://i64.tinypic.com/311p4iv.png"),url("https://67.media.tumblr.com/ca634c7a72be011359a1cf98d28fa160/tumblr_inline_o9goj9dRL91upbsmk_540.png") ;
- background-position:justify;
- background-repeat:no-repeat,repeat;
- background-attachment:fixed;
- background-position:45px 70px;center fixed;
- overflow: hidden;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#ecd9ad;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#faf9eb;
- }
- b, strong {
- font-family: 'Raleway', sans-serif;
- color: #babc7b;
- font-size:14px;
- text-shadow:1px 1px 1px #959595;(5,5,5,5);
- }
- i, italics {
- font-family: 'Arapey', serif;
- color: #bcac7b;
- font-size:14px;
- text-shadow:1px 1px 1px #959595;(5,5,5,5);
- }
- img {
- border:none;
- }
- blockquote blockquote {
- padding: 5px 10px 5px 10px;
- border:1px solid;
- background-color:rgba(216,216,216,0.5);
- }
- #post {
- width:590px;
- padding-bottom:10px;
- margin-top:100px;
- }
- #entries {
- position:absolute;
- height:345px;
- overflow-y:scroll;
- overflow-x:hidden;
- width:400px;
- text-align:justify;
- padding:5px;
- background:transparent;
- z-index:999;
- top:134px;
- left:52px;
- }
- #alinks{
- position:fixed;
- font-family:times;
- width:10px;
- margin-top:135px;
- margin-left:255px;
- font-size:50px;
- text-shadow:4px 4px 3px rgba(155,171,171,.6);
- text-align:left;
- line-height:170%;
- }
- #alinks a{
- line-height:170%;
- padding:5px 10px 5px 10px;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- border-radius:50%;
- color:#ebdfa9;
- background-color:#f1ebc8;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #alinks a:hover {
- color: #f1ebc8;
- background-color:#ebdfa9;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #blinks{
- position:fixed;
- font-family:times;
- width:10px;
- margin-top:135px;
- margin-left:345px;
- font-size:50px;
- text-shadow:4px 4px 3px rgba(155,171,171,.6);
- text-align:left;
- line-height:170%;
- }
- #blinks a{
- line-height:170%;
- padding:5px 10px 5px 10px;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- border-radius:50%;
- color:#ebdfa9;
- background-color:#f1ebc8;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #blinks a:hover {
- color: #f1ebc8;
- background-color:#ebdfa9;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #clinks{
- position:fixed;
- font-family:times;
- width:10px;
- margin-top:135px;
- margin-left:435px;
- font-size:50px;
- text-shadow:4px 4px 3px rgba(155,171,171,.6);
- text-align:left;
- line-height:170%;
- }
- #clinks a{
- line-height:170%;
- padding:5px 10px 5px 10px;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- border-radius:50%;
- color:#ebdfa9;
- background-color:#f1ebc8;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #clinks a:hover {
- color: #f1ebc8;
- background-color:#ebdfa9;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #dlinks{
- position:fixed;
- font-family:times;
- width:100px;
- margin-top:135px;
- margin-left:525px;
- font-size:50px;
- text-shadow:4px 4px 3px rgba(155,171,171,.6);
- text-align:left;
- line-height:170%;
- }
- #dlinks a{
- line-height:170%;
- padding:5px 10px 5px 10px;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#ebdfa9;
- border-radius:50%;
- background-color:#f1ebc8;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #dlinks a:hover {
- color:#f1ebc8;
- background-color:#ebdfa9;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #flinks{
- position:fixed;
- font-family:times;
- width:10px;
- margin-top:120px;
- margin-left:490px;
- font-size:25px;
- text-transform:normal;
- text-align:left;
- line-height:170%;
- }
- #flinks a{
- line-height:170%;
- padding:5px 10px 5px 10px;
- margin-top:1px;
- margin-left:2px;
- letter-spacing:1px;
- color:#f1ebc8;
- border-radius:50%;
- -moz-transition-duration:.7s;
- -webkit-transition-duration:.7s;
- -o-transition-duration:.7s;
- }
- #flinks a:hover {
- color: #ebdfa9;
- background-color:#f1ebc8;
- -moz-transition-duration:.4s;
- -webkit-transition-duration:.4s;
- -o-transition-duration:.4s;
- }
- #pagination {
- font-size:50px;
- width:200px;
- text-transform:normal;
- margin-top:150px;
- margin-left:50px;
- letter-spacing:3px;
- font-style:normal;
- text-align:normal;
- }
- #pagination a {
- color:#C48793;
- }
- #info {
- font-family:courier;
- width:374px;
- margin-top:0px;
- padding:0px;
- font-size:10px;
- color:{color:text};
- text-transform:normal;
- font-style:normal;
- text-align:left;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- border:1px solid #fff;
- background-color:transparent;
- }
- #info a {
- color:{color:link};
- text-align:left;
- font-style:normal;
- }
- #info a:hover {
- color:{color:link hover};
- }
- .tags {
- font-family:cambria;
- font-style:normal;
- width:374px;
- text-transform:normal;
- font-style:bold;
- color:#000000;
- line-height:120%;
- font-size:9px;
- opacity:0;
- text-align:left;
- padding-top:3px;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .tags a:hover {
- color:#000000;
- }
- #post:hover .tags {
- opacity:1;
- -moz-transition-duration:.5s;
- -webkit-transition-duration:.5s;
- -o-transition-duration:.5s;
- }
- .cover {
- position: relative;z-index: 1; width: 90px; float:left;}
- .button {
- width:20px;
- height:30px;
- overflow: hidden;
- position: relative;
- z-index: 99;
- margin: 15px 24px 13px 16px;
- }
- .musicbox {
- background-color: #fff;
- position: absolute;
- z-index: 99;
- margin-top: 15px;
- margin-left: 15px;
- opacity: 0.3;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- }
- .musicbox:hover {opacity:0.9;}
- .musicinfo {
- padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
- #ask {
- float:left;
- margin-left:10px;}
- #credit {
- font-size:9px;
- font-family:cambria;
- font-style:italic;
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #credit a {
- background-color:#fff;
- padding:5px;
- border:1px solid #e9e9e9;
- position:fixed;
- right:15px;
- bottom:10px
- }
- #credit a:hover {
- color:#fff;
- background-color:#e50000;
- }
- {CustomCSS}</style></head>
- <body>
- </div>
- <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 false")
- // -->
- </script>
- <!----------------------------------------
- Update Tab #1 (HTML) by Incedo
- http://incedothemes.tumblr.com
- Please do not remove the credit.
- Instructions @ http://incedothenes.tumblr.com/tab
- Updated 9/21/13
- ------------------------------------------>
- <div id="updatetab">
- <div id="tabtitle">
- <!---this is where you put title of your updates tab--->
- INVENTORY.
- </div>
- <div id="dropdown">
- <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
- <center>
- <small>PRIVATE, SELECTIVE JUN.</small>
- <p><small><a href="http://incedothemes.info/post/61911873382/tab1" title="tab credit">♔</a> <a href="http://www.pixiv.net/member_illust.php?mode=medium&illust_id=11762725" title="art credit">♛</a>
- </center>
- </div>
- </div>
- <div id="alinks">
- <a href="/" title="nameme.">☆</a> </div>
- <div id="blinks">
- <a title="nameme." href="#?w=300" rel="box1" class="poplight">★</a></div>
- <div id="clinks">
- <a href="/" title="nameme.">☆</a> </div>
- <div id="dlinks">
- <a href="#?w=300" title="nameme." rel="box2" class="poplight">★</a></div>
- <div id="flinks">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇦</a>{/block:PreviousPage}{/block:Pagination}
- {/block:Pagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">⇨</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</div>
- </div></div>
- <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-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{/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}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
- {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:normal; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> <em>{Asker}:<br> <big>{Question}</big></em><br><br>{Answer}{/block:Answer}
- {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#transparent;padding:3px;color:#000;font-style:italic;">{TimeAgo}</a> {block:NoteCount} with <font color=#6d6050><big>♢</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
- {block:HasTags}
- <div class="tags">
- {block:Tags} - <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div></div></div></div></div></div></div></div></div></div>
- <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></a>
- </body>
- <div id="box1" class="popup_block">
- <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
- </div>
- <div id="box2" class="popup_block">
- <div align="center">so put some shit here i guess</div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement