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">
- <!-- ----------------------------------
- Theme Clean.
- Made by v0tum.
- http://v0tum.tumblr.com/
- More themes at: http://v0tumthemes.tumblr.com/
- ---------------------------------- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="font:Title" content="helvetica Neue" />
- <meta name="font:Body" content="Courier New" />
- <meta name="if:Four Columns" content="0" />
- <meta name="if:Three Columns" content="0" />
- <meta name="if:Two Columns Big" content="1" />
- <meta name="if:Two Columns Small" content="0" />
- <meta name="if:One Column Small" content="0" />
- <meta name="if:One Column Med" content="0" />
- <meta name="if:One Column Big" content="0" />
- <meta name="if:Caption" content="0">
- <meta name="if:Hide Description" content="1">
- <meta name="if:Image Shadow" content="1">
- <meta name="if:Show Entry Border" content="1"/>
- <meta name="if:Show Home Link" content="1">
- <meta name="if:Show Submit" content="1"/>
- <meta name="if:Ask Popup" content="1">
- <meta name="if:Background Image" content="1">
- <meta name="if:Show Text On Image Hover" content="1">
- <meta name="color:Entry Border Color" content="#e7e7e7"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Body" content="#5e5e5e"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Links" content="#000"/>
- <meta name="color:Post Background" content="#fff"/>
- <meta name="color:Description" content="#000"/>
- <meta name="text:Home title" content="Refresh"/>
- <meta name="text:Description title" content="Info"/>
- <meta name="text:Ask title" content="Ask"/>
- <meta name="text:Title Font Size" content="30"/>
- <meta name="text:Body Font Size" content="8"/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Title" content="" />
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Five Title" content="" />
- <link href='http://fonts.googleapis.com/css?family=Lora|Open+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allerta|Dorsa|Dancing+Script|Judson|Kreon|Rokkitt|Asap|Amaranth|Rationale|Oswald:300|Squada+One|Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://static.tumblr.com/6quy42l/S2Am632sh/theme.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/6quy42l/lBNm6eh49/need.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/6quy42l/KPXm6ehuk/popup.js"></script>
- <script src="http://static.tumblr.com/6quy42l/tPum65t1d/fucku.js"></script>
- <script src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- {block:IndexPage}
- <script>
- $(window).load(function(){
- var $wall = $('#content');
- $wall.masonry({
- itemSelector: '.entry',});
- $wall.infinitescroll({
- navSelector : 'div#navigation',
- nextSelector : 'div#navigation a#nextPage',
- itemSelector : '.entry',
- donetext : '',
- loadingText : '',
- bufferPx : 40,
- extraScrollPx: 100,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 50, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );
- });
- }); $wall.show(500);
- $('#load').click(function(e){
- e.preventDefault();
- $wall.infinitescroll('retrieve');
- $(this).css('display','block');
- });
- });
- </script>
- {/block:IndexPage}
- <style type="text/css">
- /* Iframe (Follow/Dashboard Buttons) */
- iframe#tumblr_controls
- {z-index: 999999999999;
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- /* Iframe (Follow/Dashboard Buttons) */
- /* Body */
- body
- {background-color: {color:Background};
- background-image:url('{image:Background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:{font:body};
- font-size:{text:Body font size}px;
- cursor:pointer;
- line-height:12px;
- color:{color:Body};}
- a {text-decoration:none;
- color:{color:Body};
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- a:hover {color:{color:Link Hover};
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- a:active {outline: none;}
- a:focus {-moz-outline-style: none;}
- :-moz-any-link:focus{outline: none;}
- img {border:none;}
- .clear {clear:both;}
- /* Body */
- /* Permalink Page */
- {block:PermalinkPage}
- .jokes
- {margin:auto;
- width: 620px;}
- .samie
- {
- width: 620px;
- overflow: hidden;
- margin-top: 5px;
- font-size: 11px;
- text-align:left;
- font-weight: bold;
- line-height:10px;
- font-family:'Lekton', sans-serif; }
- .samie img
- {width: 620px; height: auto;}
- {/block:permalinkpage}
- /* Permalink Page */
- /* Answer */
- .asker_name
- {text-align: left;
- font-size: 12px;
- padding-left: 38px;
- font-family:{font:body};
- margin-top: -32px;
- letter-spacing: 0px; }
- .ask_body
- {text-align: left;
- font-size: 10px;
- text-transform:none;
- padding-left: 38px;
- font-family:{font:body};
- line-height: 12px;}
- .ask_image img
- {width: 100%;
- margin-top: 20px;
- margin-left: -40px;}
- /* Answer */
- /* Quote */
- .quote
- {
- text-transform:uppercase;
- text-align: left;
- font-size: 12px;
- letter-spacing: 1px;
- font-weight: bold;
- color:{color:Body};
- background-color: {color:Post Background}; padding: 10px;}
- .quote_source
- {text-transform:capitalize;
- text-align: center;
- font-size: 11px;
- letter-spacing: 1px;
- font-weight: none;
- background-color: {color:Post Background}; padding: 10px;}
- /* Quote */
- /* Audio */
- .audioplayercircle
- {font-size: 1px;
- z-index: 3;
- background: #000;
- top: 60px;
- height: 50px;
- opacity: .8;}
- .audioplayer
- {font-size: 1px;
- padding-top:11px;
- width: 20px;
- padding-left:25px;
- overflow: hidden;}
- /* Audio*/
- /* Video */
- div.video1 embed,
- div.post div.video1 object, .video1 iframe {
- {block:IndexPage}
- width:100% !important; height:auto !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px; height:300px;
- {/block:PermalinkPage}}
- /* Video */
- /* Text Post */
- .text h1
- {
- font-size: 15px;
- line-height: 30px;
- font-weight: bold;
- color:{color:Body};
- text-transform: uppercase;
- }
- .text h1 a, .text h1 a:hover
- {color:#000;}
- .text_body img {width: {text:Post Width Size}px;}
- .text_body
- {
- line-height: 14px;
- font-weight: bold;
- overflow:hidden;}
- .text_body a, .text_body a:hover
- {color:#000;}
- /* Text Post */
- /* Chat */
- .chat_body
- {
- margin:5px 0;
- padding:0;background-color: {color:Post Background}; padding: 10px;
- list-style:none;}
- .chat_body li
- {margin: 5px;line-height: 20px;
- padding: 5px 2px 10px;
- border-bottom: 1px dotted #ddd;}
- .chat_bodyt li:last-child
- {border:0;
- padding: 5px 5px 0;}
- .chat_body .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label {font-weight:bold;text-transform:uppercase;}
- /* Chat */
- /* Link */
- .link_title h3
- {font-size: 15px;
- font-weight: bold;
- color:{color:Body};
- text-transform: uppercase;}
- .link_description
- {font-size: 10px;
- font-weight: bold;
- text-transform: none;}
- .link_title a, .link_title a:hover
- {color:#000;}
- /* Link */
- /* Sidebar */
- #content .sidebar
- { position:absolute;
- {block:IfFourColumns}width:400px;{/block:IfFourColumns}
- {block:IfThreeColumns}width:500px;{/block:IfThreeColumns}
- {block:IfTwoColumnsSmall}width:250px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}width:400px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
- margin:40px;
- top: -130px;}
- .sidebar .titlesidebar{
- font-size:{Text:Title Font Size}px;
- text-transform:uppercase;
- color:#000;
- font-family: {font:title};
- }
- {BLOCK:IFOK}
- .entry:hover {background-image: url(http://static.tumblr.com/ubjvoln/Cu0klawit/slant.png) ;
- height:auto; -webkit-transition: all 6s ease;
- -moz-transition: all 6s ease;
- transition: all 6s ease; }
- {/BLOCK:IFOK}
- .links a {text-decoration:none;color:{color:Links};}
- .sidebar .links
- {color:{color:Links};
- line-height: 17px;
- font-family: arial;
- font-size: 9px;}
- .description_hide {color:{color:Links};
- line-height: 17px;
- font-family: arial;
- font-size: 9px;}
- .description_body .description
- {color:{color:Description};
- padding: 10px 0px;
- line-height: 15px;
- {block:ifHideDescription}
- display:none;
- {/block:ifHideDescription}
- font-family: arial;
- font-size: 9px;
- }
- .description_body .description a
- {color:{color:Description};}
- .description_hide
- {cursor:help;color:#000;}
- /* Sidebar */
- #infscr-loading {
- z-index: 5000;
- position: fixed;
- font-size: 9px;
- line-height: 16px;
- height: 16px;
- left: -520px;
- top: 40px;
- opacity: 0.8;
- padding: 6px 10px 6px 8px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- a img {
- border: none;
- }
- #infscr-loading div {
- float:right;
- }
- #infscr-loading img {
- margin-right: 6px;
- }
- #content{position:relative;
- margin:auto;
- {block:IfFourColumns}width:1260px;{/block:IfFourColumns}
- {block:IfThreeColumns}width:1050px;{/block:IfThreeColumns}
- {block:IfTwoColumnsSmall}width:750px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}width:1000px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}width:450px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}width:800px;{/block:IfOneColumnBig}
- margin-top:150px;
- }
- #content .entry{
- {block:IndexPage}
- {block:IfFourColumns}width:200px;{/block:IfFourColumns}
- {block:IfThreeColumns}width:250px;{/block:IfThreeColumns}
- {block:IfTwoColumnsSmall}width:250px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}width:400px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
- {/block:IndexPage}
- margin:30px;
- {block:PermalinkPage}
- width:620px;
- background-color: #fff; padding: 10px;
- {/block:PermalinkPage}
- }
- {block:PermalinkPage}
- .photo_permalink img {max-width:620px !important; }
- {/block:PermalinkPage}
- .entry {background-color: {color:post background}; padding: 10px;
- {block:ifShowEntryBorder}
- {block:IndexPage}
- border-color: {color:Entry Border Color};
- border-style: dotted;
- border-width: 0px 0px 1px 0px;{/block:IndexPage}{/block:ifShowEntryBorder}}
- .photo{overflow:hidden;}
- .photo img {display:block;
- overflow:hidden;
- {block:PermalinkPage}
- width:620px;
- margin: 0 auto;
- {/block:PermalinkPage}
- }
- {block:IndexPage}
- .main_effect .backgr:hover .black
- {visibility:visible;}
- .main_effect .backgr .black
- {top:0px;
- position: absolute;
- bottom: 0px;
- visibility: hidden;
- width: 100%;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- transition: all 2s ease;}
- .main_effect:hover .backgr .black
- {opacity:1;
- background-color: rgba(0, 0, 0, 0.6);
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- transition: all 2s ease;}
- .date
- {font-weight:bold;
- font-family: arial;
- text-transform:uppercase;
- padding: 5px 9px;
- color: rgba(300, 300, 300, 1);
- font-size: 13px;}
- .right_date
- {right:10px;
- opacity: 0;
- position: absolute;
- bottom:10px;
- z-index: 9999;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- transition: all 0.7s ease;}
- .main_effect:hover .backgr .right_date
- {opacity:.9; z-index: 9;
- -webkit-transition: all 1.5s ease;
- -moz-transition: all 1.5s ease;
- transition: all 1.5s ease;}
- .note
- {font-family: 'Dorsa', sans-serif;
- font-size:80px;
- color: rgba(300, 300, 300, 1);
- text-align:center;
- font-weight:bold;
- text-transform:uppercase;
- }
- .main_effect .backgr
- {position:relative;}
- .right_note
- {
- right:20px;
- opacity: 0;
- position: absolute;
- bottom:60px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- transition: all 0.7s ease;}
- .main_effect:hover .backgr .right_note
- {opacity:1; z-index: 99;
- -webkit-transition: all 1.5s ease;
- -moz-transition: all 1.5s ease;
- transition: all 1.5s ease;}
- {/block:IndexPage}
- ol.notes {width:620px; height:400px; ; margin-top:10px; overflow:scroll; overflow-x:hidden; over-flow-y:scroll; list-style-type:none; font-weight:normal; font-size:11px; text-transform:none;margin-left:-40px;}
- ol.notes li.note {
- opacity:0.5;
- padding: 4px 0;
- margin:0;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- ol.notes li.note:hover {
- opacity:1;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- font-weight:normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- font-style:italic;
- }
- ol.notes li.note blockquote {
- border-left: medium none !important;
- font-weight: bold;
- margin: 0px 0 0px 0px !important;
- padding: 0px 0 0px !important;}
- ol.notes li.note blockquote a {
- color:#000;}
- #fade { display: none; position: fixed; left: 0; top: 0; width:100%; height: 100%; z-index:9000; position: fixed; overflow: hidden; background-color: #fff;opacity: .6;}
- .popup_block{z-index: 99999;
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 30px;
- float: left; -moz-border-radius: 10px;
- -webkit-border-radius:10px;
- -khtml-border-radius:10px;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- }
- img.btn_close { float: right;margin: -15px -15px 0 0;}
- *html #fade { position: fixed;}
- *html .popup_block { position: fixed;background-color: #fff;}
- ::-webkit-scrollbar-thumb:vertical { background-color:#000; height:50px; }
- ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
- ::-webkit-scrollbar { height:50px; width:10px; background-color:#fff; }
- .main_permalink
- {z-index:999999;
- background-color: {color:Post Background};
- padding: 10px;
- margin-top: 10px;
- text-transform:uppercase;
- text-align:right;
- font-family:'Lekton', sans-serif;
- font-weight:bold;
- color:{color:body};
- font-size: 9px;
- opacity:1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- </style>
- </head>
- <div class="jokes">
- <div id="content">
- <div class="sidebar">
- <a href="/"><div class="titlesidebar">{Title}</div></a>
- <br>
- {block:ifshowhomelink}
- <a href="/" class="links">{text:Home Title}</a>
- {/block:ifshowhomelink}
- {block:ifHideDescription}
- <a class="description_hide" title="Description">{text:Description Title}</a>
- {/block:ifHideDescription}
- {block:ifAskPopup}<a class="links" title="Ask or Messange" href="# ask question ? " rel="ask" id="poplight">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a>
- {/block:ifAskPopup}
- {block:ifnotAskPopup}
- <a href="/ask" class="links">{text:Ask Title}</a>
- {/block:ifnotAskPopup}
- {block:IfShowSubmit}
- <a href="/submit" class="links">Submit</a>
- {/block:IfShowSubmit}
- {block:ifLinkOneTitle}
- <a href="{text:Link One}" class="links">{text:Link One Title}</a>
- {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}
- <a href="{text:Link Two}" class="links">{text:Link Two Title}</a>
- {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}
- <a href="{text:Link Three}" class="links">{text:Link Three Title}</a>
- {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}
- <a href="{text:Link Four}" class="links">{text:Link Four Title}</a>
- {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}
- <a href="{text:Link Five}" class="links">{text:Link Five Title}</a>
- {/block:ifLinkFiveTitle}
- <div class="description_body">
- <div class="description">{Description}</div>
- </div>
- </div>
- {block:ifHideDescription}
- <script>
- $('.description_hide').click(function() {
- $('.description_body .description').slideToggle('medium', function() {
- });
- });
- </script>
- {block:ifHideDescription}
- {block:ifAskPopup}
- <div id="ask" class="popup_block"><iframe frameborder="0" scrolling="no" height="150px" width="600px" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:#000; opacity: .7; overflow: hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript"> document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
- {/block:ifAskPopup}
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="text">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- </div>
- <div class="text_border" ></div>
- <div class="text_body">
- {Body}
- </div>
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- <div class="photo">
- <div class="main_effect">
- <div class="backgr">
- {block:IndexPage}
- {block:ifShowTextOnImageHover}
- <div class="black">
- <div class="right_date">
- <a href="{Permalink}" target="_blank">
- <div class="date">
- {24HourWithZero}:{Minutes}
- </div></a>
- </div>
- <div class="right_note">
- <a href="{Permalink}" target="_blank">
- <div class="note">
- {NoteCount}
- </div></a>
- </div>
- </div>
- {/block:ifShowTextOnImageHover}
- {/block:IndexPage}
- {block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-HighRes}"
- {block:IfFourColumns}width="200"/></a>{/block:IfFourColumns}
- {block:IfThreeColumns}width="250"/></a>{/block:IfThreeColumns}
- {block:IfTwoColumnsSmall}width="250"/></a>{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}width="400"/></a>{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}width="250"/></a>{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}width="400"/></a>{/block:IfOneColumnMed}
- {block:IfOneColumnBig}width="500"/></a>{/block:IfOneColumnBig}
- {/block:IndexPage}
- </div></div>
- {block:PermalinkPage}
- <img src="{PhotoURL-HighRes}" class="photo_permalink" />
- {/block:PermalinkPage}</u>
- </div>
- {block:ifImageShadow}
- <img style="width:100%; opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png">
- {/block:ifImageShadow}
- {block:IfCaption}
- {caption}
- {/block:IfCaption}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}<center>
- {block:IfFourColumns}{Photoset-250}{/block:IfFourColumns}
- {block:IfThreeColumns}{Photoset-250}{/block:IfThreeColumns}
- {block:IfTwoColumnsSmall}{Photoset-250}{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}{Photoset-400}{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}{Photoset-250}{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}{Photoset-400}{/block:IfOneColumnMed}
- {block:IfOneColumnBig}{Photoset-500}{/block:IfOneColumnBig}
- </center>{/block:IndexPage}
- {block:PermalinkPage}
- <center>{Photoset-500}</center>
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Link}
- <a href="{URL}" class="link_title" {Target}><h3>
- {Name}</h3></a>
- {block:Description}
- <div class="link_description">{Description}</div>
- {/block:Description}
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <a href="{Permalink}"><h3>{Title}</h3></a>
- {/block:Title}
- <ul class="chat_body">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Quote}<div class="quote"><b>"{Quote}"</b> </div>
- {block:Source}
- <div class="quote_source"> - {Source} </div>
- {/block:Source} {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Video}
- <div class="post">
- <div class="video1">
- {Video-500}
- </div></div>
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- {/block:Video}
- {block:Audio}
- <div class="audioplayercircle">
- <div class="audioplayer">{AudioPlayerblack}</div>
- </div>
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- <img src="{AskerPortraitURL-30}" alt="{PhotoAlt}"/>
- <div class="asker_name"><b>{Asker}</b></div><BR>
- <div class="ask_body">{Question}</div><BR>
- <img src="{PostAuthorPortraitURL-30}" alt="{PhotoAlt}"/> <BR>
- <div class="asker_name"><b>{PostAuthorName}</b></div>
- <div class="ask_image">
- <div class="ask_body">{Answer}</div>
- {block:IndexPage}
- <div class="main_permalink">
- <a href="{permalink}">
- {24HourWithZero}:{Minutes} </a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="samie">
- <br>{Caption}<br>
- {block:NoteCount}
- <a href="{Permalink}">{NoteCount} + </a> <br> <br>
- {/block:NoteCount}
- </div>
- {PostNotes}
- {/block:PermalinkPage}
- </div>
- {block:PostNotes}{ShowNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- {/block:IndexPage}
- </div></div></div></div>
- </div></div></div></div>
- </body>
- </html>
- <div style="top:2px; left:4px; position:fixed; font-size:12px; color:{color:body}; "><a href="http://v0tum.tumblr.com">©</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement