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">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/zkwuipe/5lbnec446/normalize.css" />
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/zkwuipe/nDvnec45t/demo.css" />
- <script src="http://tympanus.net/Tutorials/AnimatedBorderMenus/js/modernizr.custom.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- **
- * borderMenu.js v1.0.0
- * http://www.codrops.com
- *
- * Licensed under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- *
- * Copyright 2013, Codrops
- * http://www.codrops.com
- return check;
- }
- function init() {
- var menu = document.getElementById( 'bt-menu' ),
- trigger = menu.querySelector( 'a.bt-menu-trigger' ),
- // triggerPlay only for demo 6
- triggerPlay = document.querySelector( 'a.bt-menu-trigger-out' ),
- // event type (if mobile use touch events)
- eventtype = mobilecheck() ? 'touchstart' : 'click',
- resetMenu = function() {
- classie.remove( menu, 'bt-menu-open' );
- classie.add( menu, 'bt-menu-close' );
- },
- closeClickFn = function( ev ) {
- resetMenu();
- overlay.removeEventListener( eventtype, closeClickFn );
- };
- var overlay = document.createElement('div');
- overlay.className = 'bt-overlay';
- menu.appendChild( overlay );
- trigger.addEventListener( eventtype, function( ev ) {
- ev.stopPropagation();
- ev.preventDefault();
- if( classie.has( menu, 'bt-menu-open' ) ) {
- resetMenu();
- }
- else {
- classie.remove( menu, 'bt-menu-close' );
- classie.add( menu, 'bt-menu-open' );
- overlay.addEventListener( eventtype, closeClickFn );
- }
- });
- if( triggerPlay ) {
- triggerPlay.addEventListener( eventtype, function( ev ) {
- ev.stopPropagation();
- ev.preventDefault();
- classie.remove( menu, 'bt-menu-close' );
- classie.add( menu, 'bt-menu-open' );
- overlay.addEventListener( eventtype, closeClickFn );
- });
- }
- }
- init();
- })();
- </script>
- <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}
- <!---- $$$ theme 26 "heisenberg" by azureofrp $$$
- $$$ dont be a dick and steal anything of my coding pls $$$
- $$$ dont claim my themes as your own $$$
- $$$ for questions, just check out my faq $$$
- --->
- <meta name="color:background" content="#c3cccc"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:button" content="#000000"/>
- <meta name="color:post text" content="#b6b6b6"/>
- <meta name="color:title text" content="#ffffff"/>
- <meta name="color:links" content="#ffffff"/>
- <meta name="color:italic" content="#000000">
- <meta name="color:bold" content="#000000">
- <meta name="color:hover" content="#c1b8b8">
- <meta name="color:text shadow" content="#ffffff">
- <meta name="color:blockquote" content="#c3cccc">
- <meta name="color:blockquote border" content="#ffffff">
- <meta name="color:border" content="#000000">
- <meta name="color:ask border" content="#000000">
- <meta name="color:h1 background" content="#c3cccc">
- <meta name="color:hover background" content="#d7d1d1">
- <meta name="color:title background" content="#c1b6b6"/>
- <meta name="color:post background" content="#000000">
- <meta name="color:description background" content="#a1adad">
- <meta name="color:links background" content="#a1adad">
- <meta name="color:info background" content="#a1adad">
- <meta name="color:ask background" content="#adb3b3">
- <meta name="color:scrollbar" content="#473f3f">
- <meta name="color:scrollbar background" content="#616b6b">
- <meta name="image:background" content=""/>
- <meta name="image:ask background" content=""/>
- <meta name="image:admin 1" content=""/>
- <meta name="image:admin 2" content=""/>
- <meta name="image:admin 3" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:title" content="">
- <meta name="text:link 1" content="Link 1">
- <meta name="text:link 2" content="Link 2">
- <meta name="text:link 3" content="Link 3">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:5px;
- border:2px solid {color:scrollbar background};
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:0px;
- width:6px;
- background-color:{color:scrollbar background};
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 5px 3px 5px;
- margin:20px 0px 0px 20px;
- background:{color:description background};
- box-shadow: 1px 1px 2px {color:border shadow};
- color:{color:text};
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- font-style:italic;
- z-index:999999999999999999999999999999999999;
- font-family:'arial';
- font-size:8px;
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:arial;
- font-size:10px;
- text-align:justify;
- color:{color:txt};
- margin:0;
- }
- a {
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- img {
- border:none;
- }
- blockquote {
- font-size:10px;
- max-width:545px;
- border-left:2px solid{color:blockquote border};
- background-color:{color:blockquote};
- text-align:left;
- padding:7px;
- margin-left:5px;
- margin-right:5px;
- padding-left:5px;
- color:{color:text};
- }
- pre{
- margin-top:0px;
- margin-bottom:5px;
- letter-spacing:1px;
- font-size:10px;
- background-color:{color:blockquote};
- padding:5px;
- color:{color:text};
- text-transform:uppercase;
- font-family:arial;
- font-weight:bold;
- text-align:center;
- }
- small{
- font-size:10px;
- }
- big{
- font-size:10px;
- }
- sub{
- font-size:10px;
- }
- h1 {
- font-size:11px;
- text-transform:uppercase;
- text-align:center;
- font-family:utsaah;
- font-weight:bold;
- letter-spacing:0px;
- background-color:{color:h1 background};
- color:{color:text};
- padding:6px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- text-shadow: 1px 1px 0px {color:text shadow};
- text-align:left;
- font-style:italic;
- }
- b {
- font-weight:bold;
- color:{color:bold};
- }
- i {
- font-weight:italic;
- color:{color:italic};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:border};
- }
- #description {
- overflow:auto;
- position:fixed;
- text-align:center;
- margin-top:321px;
- margin-left:170px;
- text-transform:none;
- font-style:normal;
- font-family:arial;
- width:233px;
- height:63px;
- opacity:1;
- line-height:10px;
- color:{color:text};
- background:{color:description background};
- padding:10px;
- letter-spacing:0.1px;
- padding-top:5px;
- font-size:9.5px;
- z-index:999;
- }
- #pagination {
- font-size:14px;
- font-style:normal;
- position:fixed;
- text-align:center;
- letter-spacing:1px;
- margin-left:334px;
- margin-top:-44px;
- padding:5px;
- line-height:15px;
- height:22px;
- width:55px;
- font-weight:bold;
- display:inline-block;
- color:{color:title text};
- background:{color:links background};
- z-index:999;
- font-family:'utsaah';
- text-shadow:1px 0px 1px {color:text shadow};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagination:hover{
- color:{color:hover};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #title {
- width:233px;
- height:15px;
- position:fixed;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:4px;
- margin-top:301px;
- font-weight:bold;
- color:{color:title text};
- margin-left:170px;
- text-transform:uppercase;
- font-size:11px;
- font-family:'utsaah';
- background:{color:title background};
- text-align:center;
- overflow:hidden;
- letter-spacing:0px;
- z-index:999;
- opacity:1;
- }
- #sidebar1 {
- position:fixed;
- opacity:1;
- background-image:url('{image:sidebar}');
- width:233px;
- height:280px;
- top:160px;
- margin-left:170px;
- background:{color:info background};
- z-index:999;
- }
- #admin1 {
- position:fixed;
- width:85px;
- margin-top:190px;
- padding:10px;
- height:85px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #admin1image {
- width 85px;
- z-index:-99999;
- }
- #admin1image img {
- width:85px;
- height:85px;
- margin-left:26px;
- border-radius:100px;
- margin-top:30px;
- position:fixed;
- opacity:1;
- border:solid 4px {color:ask border};
- z-index:-9999999999;
- }
- #admin2 {
- position:fixed;
- width:85px;
- margin-top:190px;
- padding:10px;
- height:85px;
- margin-left:10px;
- background-color:transparent;
- z-index:-999999999;
- }
- #admin2image {
- width 85px;
- z-index:-99999;
- }
- #admin2image img {
- width:85px;
- height:85px;
- border-radius:100px;
- margin-left:26px;
- margin-top:160px;
- position:fixed;
- opacity:1;
- border:solid 4px {color:ask border};
- z-index:-9999999999;
- }
- #admin3 {
- position:fixed;
- width:85px;
- margin-top:190px;
- padding:10px;
- height:85px;
- margin-left:180px;
- background-color:transparent;
- z-index:-99999;
- }
- #admin3image {
- width 85px;
- z-index:99999;
- }
- #admin3image img {
- width:85px;
- height:85px;
- border-radius:100px;
- margin-left:26px;
- margin-top:290px;
- position:fixed;
- opacity:1;
- border:solid 4px {color:ask border};
- z-index:-9999999999;
- }
- #background {
- width:270px;
- height:400px;
- background:{color:border};
- z-index:-9999999;
- margin-top:60px;
- border:1px solid {color:ask border};
- margin-left:150px;
- }
- #entries {
- position:fixed;
- z-index:999;
- height:399px;
- width:544px;
- overflow:auto;
- margin-left:533px;
- margin-top:-480px;
- background:{color:border};
- outline:1px solid {color:ask border};
- border-left:18px solid {color:border};
- border-top:18px solid {color:border};
- border-bottom:18px solid {color:border};
- }
- #post{
- padding:15px;
- width:500px;
- background-color:{color:post background};
- overflow:hidden;
- color:{color:post text};
- border:1.5px solid {color:ask border};
- margin-bottom:12px;
- margin-left:0px;
- float:center;
- z-index:999;
- }
- #info {
- width:520px;
- text-align:center;
- font-family:utsaah;
- font-size:4px;
- padding:7px;
- color:{color:text};
- font-weight:bold;
- line-height:10px;
- background-color:{color:info background};
- margin-top:5px;
- margin-left:-15px;
- font-size:10px;
- margin-bottom:-15px;
- text-transform:uppercase;
- letter-spacing:0px;
- text-shadow:1px 0px 1px {color:text shadow};
- padding:5px;
- transition-duration: 1.0s;
- -moz-transition-duration: 1.0s;
- -webkit-transition-duration: 1.0s;
- -o-transition-duration: 1.0s;
- }
- #info hover{
- color:{color:hover};
- transition-duration: 1.0s;
- -moz-transition-duration: 1.0s;
- -webkit-transition-duration: 1.0s;
- -o-transition-duration: 1.0s;
- }
- #info a {
- text-align:center;
- font-size:10px;
- line-height:17px;
- font-family:utsaah;
- color:{color:text};
- }
- .right{
- float:center;
- }
- #tags {
- text-align:center;
- opacity:1;
- font-size:11px;
- font-family:'utsaah';
- margin-top:3px;
- margin-left:-5px;
- padding:-5px;
- margin-bottom:-5px;
- height:25px;
- width:530px;
- padding-top:3px;
- background-color:{color:post background};
- text-transform:uppercase;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #tags a {
- padding:4px;
- color:{color:text};
- letter-spacing:0px;
- font-family:'utsaah';
- text-decoration:none;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- #question {
- padding:15px;
- font-family:'arial';
- text-transform:lowercase;
- color:{color:text};
- font-size:10px;
- border:1.5px solid {color:ask border};
- text-align:center;
- line-height:150%;
- background-color:{color:ask background};
- }
- #question a {
- color:{color:info background};
- }
- #asker {
- padding:4px;
- font-weight:bold;
- font-family:utsaah;
- font-size:12px;
- height:19px;
- line-height:15px;
- letter-spacing:0px;
- text-shadow:1px 0px 1px {color:text shadow};
- text-align:center;
- color:{color:text};
- text-transform:uppercase;
- background-color:{color:ask border};
- }
- #c{
- position:fixed;
- font-size:7px;
- font-weight:bold;
- font-style:italic;
- padding-bottom:5px;
- padding-top:5px;
- height:20px;
- width:52px;
- padding-left:5px;
- padding-right:5px;
- margin-left:1312px;
- margin-top:44px;
- line-height:150%;
- text-align:center;
- float:left;
- font-family:arial;
- color:{color:post text};
- text-transform:uppercase;
- background-color:{color:links background};
- transition-duration: 0.8s;
- }
- .navi-links {
- width:151px;
- height:152px;
- overflow:hidden;
- cursor:pointer;
- margin-top:0px;
- opacity:1;
- position:fixed;
- margin-left:-180px;
- background:{color:description background};
- z-index:-999999;
- }
- .navi-links #all {
- margin-left:1px;
- margin-top:0px;
- padding:10px;
- height:14px;
- z-index:999999999999999999999;
- }
- .navi-links #all a:hover {
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .navi-links a {
- width:120px;
- height:15px;
- margin-bottom:3px;
- text-align:left;
- padding:4px;
- text-transform:uppercase;
- font-weight:bold;
- background:{color:links background};
- border-bottom:1px solid {color:shadow};
- text-shadow:1px 0px 1px {color:text shadow};
- line-height:15px;
- color:{color:links};
- font-family:'utsaah';
- letter-spacing:0px;
- font-size:12px;
- display:inline-block;
- }
- .navi-links a:hover {
- color:{color:hover};
- }
- *,
- *:after,
- *::before {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- body {
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- .container {
- padding: 80px;
- }
- .bt-menu {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 0;
- border-width: 0px;
- border-style: solid;
- border-color: {color:border};
- z-index:99999999999999999999999999999999;
- background-color: rgba(0,0,0,0);
- -webkit-backface-visibility: hidden;
- -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
- transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
- }
- .bt-menu.bt-menu-open {
- height: 100%;
- border-width: 0px 0px 50px 150px;
- background-color: rgba(0,0,0,0.3);
- -webkit-transition: border-width 0.3s, background-color 0.3s;
- transition: border-width 0.3s, background-color 0.3s;
- }
- .bt-overlay {
- position: absolute;
- width: 100%;
- z-index:99999999999999999999999999999999;
- }
- .bt-menu-open .bt-overlay {
- height: 100%;
- z-index:99999999999999999999999999999999;
- }
- .bt-menu-trigger {
- position: fixed;
- top: 10px;
- left: 20px;
- z-index: 100;
- display: block;
- width: 50px;
- height: 50px;
- cursor: pointer;
- }
- .bt-menu-trigger span {
- position: absolute;
- top: 50%;
- left: 0;
- display: block;
- width: 100%;
- height: 8%;
- background-color:{color:button};
- font-size: 0px;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-transition: background-color 0.3s;
- transition: background-color 0.3s;
- }
- .bt-menu-trigger span:before,
- .bt-menu-trigger span:after {
- position: absolute;
- left: 0;
- width: 100%;
- height: 100%;
- background-color:{color:button};
- content: '';
- -webkit-transition: -webkit-transform 0.3s;
- transition: transform 0.3s;
- }
- .bt-menu-trigger span:before {
- -webkit-transform: translateY(-250%);
- transform: translateY(-250%);
- }
- .bt-menu-trigger span:after {
- -webkit-transform: translateY(250%);
- transform: translateY(250%);
- }
- .bt-menu-open .bt-menu-trigger span:before {
- -webkit-transform: translateY(-300%);
- transform: translateY(-300%);
- }
- .bt-menu-open .bt-menu-trigger span:after {
- -webkit-transform: translateY(300%);
- transform: translateY(300%);
- }
- .bt-menu ul {
- position: fixed;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .bt-menu ul:first-of-type {
- top: 75px;
- left: 0;
- }
- .bt-menu ul:nth-of-type(2) {
- right: 0;
- bottom: 0;
- }
- .bt-menu ul li,
- .bt-menu ul li a {
- display: block;
- }
- .bt-menu ul:nth-of-type(2) li {
- float: left;
- font-size: 0px;
- }
- .bt-menu ul li {
- visibility: hidden;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
- transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
- }
- .bt-menu.bt-menu-open ul:first-of-type li,
- .bt-menu.bt-menu-open ul:nth-of-type(2) li {
- visibility: visible;
- opacity: 1;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
- transition: transform 0.3s, opacity 0.3s;
- }
- /* First menu */
- .bt-menu ul:first-of-type li {
- width: 150px;
- height: 50px;
- line-height: 50px;
- -webkit-transform: translate3d(-100%,50%,0);
- transform: translate3d(-100%,50%,0);
- }
- .bt-menu.bt-menu-open ul:first-of-type li {
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
- /* Second menu */
- .bt-menu ul:nth-of-type(2) li {
- width: 60px;
- height: 50px;
- line-height: 50px;
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child {
- -webkit-transition-delay: 0.1s;
- transition-delay: 0.1s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) {
- -webkit-transition-delay: 0.2s;
- transition-delay: 0.2s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) {
- -webkit-transition-delay: 0.3s;
- transition-delay: 0.3s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
- -webkit-transition-delay: 0.4s;
- transition-delay: 0.4s;
- }
- .bt-menu.bt-menu-open ul:nth-of-type(2) li {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- .bt-menu ul li a {
- display: block;
- outline: none;
- text-decoration: none;
- }
- .bt-menu ul:first-of-type li a {
- padding: 0 20px;
- box-shadow: inset 0 1px {color:blockquote border};
- color: {color:links};
- text-transform: uppercase;
- font-weight:bold;
- font-family:utsaah;
- text-shadow:1px 0px 1px {color:text shadow};
- letter-spacing: 1px;
- font-size: 15px;
- -webkit-transition: color 0.2s;
- transition: color 0.2s;
- }
- .bt-menu ul:first-of-type li:last-child a {
- box-shadow: inset 0 1px , inset 0 -1px {color:blockquote border};
- }
- .bt-menu ul:nth-of-type(2) li a {
- color: transparent;
- text-align: center;
- font-size: 0px;
- }
- .bt-menu ul li a:before {
- color: {color:links};
- font-size: 24px;
- -webkit-transition: color 0.2s;
- transition: color 0.2s;
- }
- .bt-menu ul:first-of-type li a:hover,
- .bt-menu ul:first-of-type li a:focus,
- .bt-menu ul li a:hover:before,
- .bt-menu ul li a:focus:before {
- color: {color:hover};
- }
- {CustomCSS}</style>
- </head>
- <body>
- <body class="demo5">
- <div class="container">
- <nav id="bt-menu" class="bt-menu">
- <a href="#" class="bt-menu-trigger"><span>Menu</span></a>
- <ul>
- <li><a href="/" title="refresh"</a>Home</a></li>
- <li><a href="/ask" title="MESSAGE"</a>Inquire</a></li>
- <li><a href="{text:link 1 url}" title="edit this title in html"</a>{text:link 1}</a></li>
- <li><a href="{text:link 2 url}" title="edit this title in html"</a>{text:link 2}</a></li>
- <li><a href="{text:link 3 url}" title="edit this title in html"</a>{text:link 3}</a></li>
- </ul>
- </nav>
- <div id="sidebar">
- <div id="sidebar1"><img src="{image:sidebar}"></a></div>
- <div id="description">{description}</div>
- <div id="title">{text:title}</div>
- <div id="admin1image"><img src="{image:admin 1}"></a></div>
- <div id="admin2image"><img src="{image:admin 2}"></a></div>
- <div id="admin3image"><img src="{image:admin 3}"></a></div>
- <div id="background"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">NEXT</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div></div>
- <div id="entries">
- {block:Posts}
- <div id="post"
- <article>
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}<div id="question">{Question}</div><div id="asker">{Asker}</div>{Answer}{/block:Answer}
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
- {/block:Audio}
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> / {NoteCount}</a></div>
- {block:HasTags}<div id="tags">
- {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- {/block:Posts}{/block:Posts}</div></div></div>
- </div>
- <div id="c">
- <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
- </div>
- <script src="http://static.tumblr.com/zkwuipe/lHxnec4a0/classie.js"></script>
- <script src="http://static.tumblr.com/zkwuipe/15Znec4bh/bordermenu.js"></script>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment