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 Light
- 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:SidebarImage" content="">
- <meta name="image:Background" content=""/>
- <meta name="font:Title" content="helvetica Neue" />
- <meta name="font:Body" content="Courier New" />
- <meta name="if:Img Fade" content="0">
- <meta name="if:Sidebar Image" content="1">
- <meta name="if:Two Columns Big" content="0" />
- <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="1" />
- <meta name="if:Fixed Sidebar" content="0">
- <meta name="if:Right Sidebar" content="1">
- <meta name="if:Left Sidebar" content="0">
- <meta name="if:Hide Description" content="0">
- <meta name="if:Image Shadow" content="0">
- <meta name="if:Show Entry Border" content="0"/>
- <meta name="if:Show Home Link" content="1">
- <meta name="if:Show Submit" content="1"/>
- <meta name="if:Ask Popup" content="0">
- <meta name="if:Show Text On Image Hover" content="0">
- <meta name="color:Entry Border Color" content="#e7e7e7"/>
- <meta name="color:Sidebar" content="#fff"/>
- <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="Home"/>
- <meta name="text:Description title" content="Description"/>
- <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 = $('.posts');
- $wall.masonry({
- itemSelector: '.entry',});
- $wall.infinitescroll({
- navSelector : 'div#navigation',
- nextSelector : 'div#navigation a#nextPage',
- itemSelector : '.entry',
- donetext : '',
- loadingText : '',
- bufferPx : 4000,
- extraScrollPx: 1000,
- 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#tumblr_controls
- {z-index: 999999999999;
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- 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;}
- {block:PermalinkPage}
- .jokes
- {margin:auto;
- width: 500px;}
- .samie
- {
- width: 500px;
- overflow: hidden;
- margin-top: 5px;
- font-size: 11px;
- text-align:left;
- font-weight: bold;
- line-height:10px;
- }
- .samie img
- {width: 500px; height: auto;}
- {/block:permalinkpage}
- .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;}
- .quote {font-size: 12px;letter-spacing: 1px;}
- .quote_source {text-align: right;font-size: 11px;}
- .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;}
- 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}}
- .text h1 {line-height: 30px;}
- .text_body img {width: 100%;}
- .text_body {line-height: 14px;}
- .chat_body {margin:5px 0;padding:0;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;}
- .link_title h3{font-size: 15px;}
- .link_description {font-size: 10px;}
- .sidebar {background-color:{color:Sidebar}; padding:10px;{block:IfFixedSidebar}position:fixed;{/block:IfFixedSidebar}margin:30px;margin-top:20px;width:300px;text-align:center;{block:IndexPage}
- {block:IfFixedSidebar}
- {block:ifLeftSidebar}
- {block:IfTwoColumnsSmall}margin-left:-180px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}margin-left:-180px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}margin-left:-330px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}margin-left:-330px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}margin-left:-330px;{/block:IfOneColumnBig}
- {/block:ifLeftSidebar}
- {block:ifRightSidebar}
- {block:IfTwoColumnsSmall}margin-left:490px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}margin-left:780px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}margin-left:180px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}margin-left:330px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}margin-left:430px;{/block:IfOneColumnBig}
- {/block:ifRightSidebar}
- {/block:IfFixedSidebar}
- {block:IfnotFixedSidebar}
- {block:ifLeftSidebar}
- {block:IfTwoColumnsSmall}margin-left:-350px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}margin-left:-350px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}margin-left:-350px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}margin-left:-350px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}margin-left:-350px;{/block:IfOneColumnBig}
- {/block:ifLeftSidebar}
- {block:ifRightSidebar}
- {block:IfTwoColumnsSmall}margin-left:650px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}margin-left:950px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}margin-left:340px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}margin-left:490px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}margin-left:590px;{/block:IfOneColumnBig}
- {/block:ifRightSidebar}
- position:absolute;
- {block:IfnotFixedSidebar}
- {block:IndexPage}
- {block:permalinkpage}
- margin-left:-350px;
- {/block:permalinkpage}}
- .sidebar .sidebarimage{width:300px;}
- .sidebar .sidebarimage img{max-width:300px;}
- .sidebar .titlesidebar{ margin:10px 0;font-size:{Text:Title Font Size}px;text-transform:uppercase;padding: 20px 10px;color:{color:title};font-family: {font:title};border-bottom: solid 1px #ddd;}
- .links a {text-decoration:none;color:{color:Links};}
- .sidebar .links{color:{color:Links}; margin-left:-5px;padding: 0px 10px;line-height: 30px;font-family: arial;font-size: 12px;}
- .description_hide {color:{color:Links};padding: 10px 10px;line-height: 17px;font-family: arial;font-size: 12px;}
- .description_body .description{color:{color:Description}; margin:20px 0;line-height: 15px;{block:ifHideDescription}display:none;{/block:ifHideDescription}font-family: arial;font-size: 12px;}
- .description_body .description a {color:{color:Description};}
- .description_hide{cursor:help;color:#000;}
- #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;}
- .posts {
- {block:IndexPage}
- {block:ifLeftSidebar}
- {block:IfTwoColumnsSmall}width:620px;left:160px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}width:920px;left:160px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}width:250px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}width:400px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}width:500px;{/block:IfOneColumnBig}
- {/block:ifLeftSidebar}
- {block:ifRightSidebar}
- {block:IfTwoColumnsSmall}width:620px;left:-140px;{/block:IfTwoColumnsSmall}
- {block:IfTwoColumnsBig}width:920px;left:-180px;{/block:IfTwoColumnsBig}
- {block:IfOneColumnSmall}width:250px;left:-140px;{/block:IfOneColumnSmall}
- {block:IfOneColumnMed}width:400px;left:-140px;{/block:IfOneColumnMed}
- {block:IfOneColumnBig}width:500px;left:-140px;{/block:IfOneColumnBig}
- {/block:ifRightSidebar}
- {/block:IndexPage}
- margin:auto;
- margin-top:30px;
- }
- .entry{
- {block:IndexPage}
- {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:20px;
- {block:PermalinkPage}
- width:500px;
- background-color: #fff; padding: 10px;
- {/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;-webkit-transition: all .8s ease;
- -moz-transition: all .8s ease;
- transition: all .8s ease;
- }
- {block:ifImgFade}
- {block:IndexPage}
- .photo img:hover {opacity: .6;-webkit-transition: all .8s ease;
- -moz-transition: all .8s ease;
- transition: all .8s ease;}
- {/block:IndexPage}
- {/block:ifImgFade}
- {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:500px; 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 class="posts">
- <div class="sidebar">
- {block:IfSidebarImage}
- <a href="/"><div class="sidebarimage">
- <img src="{image:SidebarImage}"/></div></a>
- {/block:IfSidebarImage}
- <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}
- {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: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:Photo}
- {block:Photoset}
- {block:IndexPage}<center>
- {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}
- {/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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement