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 Simple.
- Made by v0tum.
- Main blog: 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="image:Banner" content="">
- <meta name="font:Title" content="helvetica" />
- <meta name="font:Links" content="helvetica" />
- <meta name="font:Description" content="helvetica" />
- <meta name="font:Link Post" content="arial" />
- <meta name="if:Show Icons" content="0" />
- <meta name="if:Main Background" content="0" />
- <meta name="if:Title Hover Effect" content="1" />
- <meta name="if:Hover Over Image Style 1" content="0" />
- <meta name="if:Hover Over Image Style 2" content="0" />
- <meta name="if:Hover Over Image Style 3" content="0" />
- <meta name="if:Show Home Link" content="1">
- <meta name="if:Show Submit" content="1"/>
- <meta name="if:Links Bold" content="1">
- <meta name="if:Description Bold" content="1">
- <meta name="if:Banner" content="0">
- <meta name="if:Ask Popup" content="0">
- <meta name="if:Links UnderLine" content="0">
- <meta name="if:Hover Background" content="0">
- <meta name="if:Background" content="0">
- <meta name="if:Title Center" content="1">
- <meta name="if:Title Left" content="0">
- <meta name="if:Links Center" content="1">
- <meta name="if:Links Left" content="0">
- <meta name="if:Description Center" content="1">
- <meta name="if:Description Left" content="0">
- <meta name="if:Four Columns" content="1" />
- <meta name="if:Three Columns" content="0" />
- <meta name="if:Two Columns" content="0" />
- <meta name="if:One Column" content="0" />
- <meta name="if:Border" content="0" />
- <meta name="color:Border" content="#fff"/>
- <meta name="color:Main Background" content="#fff"/>
- <meta name="color:Post Background" content="#fff"/>
- <meta name="color:Hover Background" content="#000"/>
- <meta name="color:Title Hover Color" content="#fff"/>
- <meta name="color:Description" content="#000"/>
- <meta name="color:Links" content="#000"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Body" content="#000"/>
- <meta name="color:Title" content="#000"/>
- <meta name="text:Ask title" content="Ask"/>
- <meta name="text:Description Font Size" content="12"/>
- <meta name="text:Links Font Size" content="11"/>
- <meta name="text:Title Font Size" content="16"/>
- <meta name="text:Body Font Size" content="9"/>
- <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="" />
- <script type="text/javascript" src="http://static.tumblr.com/6quy42l/lBNm6eh49/need.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/6quy42l/S2Am632sh/theme.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 : 30000,
- extraScrollPx: 30000,
- 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: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );
- });
- }); $wall.show(500);
- $('#load').click(function(e){
- e.preventDefault();
- $wall.infinitescroll('retrieve');
- $(this).css('display','block');
- });
- });
- </script>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- {/block:IndexPage}
- <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'>
- <style type="text/css">
- /* Iframe (Follow/Dashboard Buttons) */
- iframe#tumblr_controls
- {z-index: 99999999999999999999;
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- /* Iframe (Follow/Dashboard Buttons) */
- /* Body */
- body
- {background-color: {color:Background};
- {block:IfBackground}
- background-image:url('{image:Background}');
- {/block:IfBackground}
- 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:#000;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- a:hover {color:#000;
- -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;}
- h2 {font-size: 20px;
- line-height:25px;
- margin-top: 0px;
- font-family:
- {block:IfUseCustomFonts}
- 'Asap', sans-serif{/block:IfUseCustomFonts}
- {block:IfnotUseCustomFonts}
- {Font:Link Post}{/block:IfnotUseCustomFonts}
- ;}
- /* Body */
- /* Permalink Page */
- {block:PermalinkPage}
- .jokes
- {margin: auto;
- width: 500px;}
- .samie
- {width: 500px;
- overflow: hidden;
- margin-top: 5px;
- border-bottom: 1px solid #ececec;
- font-size: 10px;
- text-align:left;
- font-weight: bold;
- text-transform: uppercase;
- line-height:10px;
- font-family: 'Asap', sans-serif;}
- .samie img
- {width: 480px; height: auto;}
- {/block:permalinkpage}
- /* Permalink Page */
- /* Main */
- .main_permalink
- {z-index:999999;opacity:0;
- background-color:{color:Post Background}; font-weight:bold;
- padding: 10px;margin-top: 10px;text-transform:uppercase;text-align:right;font-family:arial;color:#000;font-size: 9px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}
- .entry:hover .main_permalink {opacity:1}
- .main_permalink a:hover{color:#000}
- .main {z-index: -1; background-color: {color:Post Background}; padding: 10px;}
- /* Main */
- /* Answer */
- .answer_border{padding-top: 10px;
- margin-top: 10px;
- padding-bottom: -5px;
- margin-bottom: -5px;}
- .asker_name{text-align: left;
- font-size: 13px;
- text-transform:uppercase;
- padding-left: 38px;
- font-family: Helvetica;
- margin-top: -32px;
- letter-spacing: 0px;
- color: #000; }
- .asker_name a{color:#000;}
- .asker_name a:hover{color:#000;}
- .ask_body{text-align: left;
- font-size: 10px;
- text-transform:none;
- padding-left: 38px;
- font-family: Helvetica;
- line-height: 12px;
- color: #000;}
- .ask_image img{width: 100%;
- margin-top: 10px;
- margin-left: -40px;}
- .answer_background{left: 40%;
- bottom: 40%;
- z-index: -9999999999;
- margin: 0 auto;
- opacity: 0.02;
- position: absolute;
- color:#000;
- font-size: 150px;}
- /* Answer */
- /* Quote */
- .quote {text-transform:uppercase;
- text-align: center;
- font-size: 12px;
- line-height: 13px;
- letter-spacing: 1px;
- font-family: arial;
- font-weight: bold;
- color: {color:body};}
- .quote_source {text-transform:capitalize;
- text-align: center;
- font-size: 11px;
- letter-spacing: 1px;
- font-family: helvetica;
- font-weight: none;}
- /* Quote */
- /* Audio */
- .audioplayercircle
- {font-size: 1px;
- z-index: 3;
- background: #000;
- width: 100%;
- top: 60px;
- height: 50px;
- opacity: .8;}
- .audioplayer
- {font-size: 1px;
- padding-top:11px;
- width: 20px;
- overflow: hidden;
- {block:IfFourColumns}
- margin: 0px -10px -10px 115px ;
- {/block:IfFourColumns}
- {block:IfThreeColumns}
- margin: 0px -10px -10px 165px ;
- {/block:IfThreeColumns}
- {block:IfTwoColumns}
- margin: 0px -10px -10px 240px ;
- {/block:IfTwoColumns}
- {block:IfOneColumn}
- margin: 0px -10px -10px 290px ;
- {/block:IfOneColumn}
- }
- .art img {width: 100%}
- /* Audio*/
- /* Video */
- div.video1 embed,
- div.post div.video1 object, .video1 iframe {
- {block:IndexPage}
- {block:IfFourColumns}
- width:250px !important; height:150px !important;
- {/block:IfFourColumns}
- {block:IfThreeColumns}
- width:350px !important; height:250px !important;
- {/block:IfThreeColumns}
- {block:IfTwoColumns}
- width:500px !important; height:400px !important;
- {/block:IfTwoColumns}
- {block:IfOneColumn}
- width:600px !important; height:500px !important;
- {/block:IfOneColumn}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px; height:300px;
- {/block:PermalinkPage}
- }
- /* Video */
- /* Text Post */
- .text .title
- {font-size: 18px;
- line-height: 30px;
- font-family:arial;
- font-weight: bold;
- color:{color:body};
- text-transform: uppercase;}
- .text h1 a, .text h1 a:hover{color:#000;}
- .text_body img {width: 100%;}
- .text_body {line-height: 10px;
- font-family:arial;
- font-weight: bold;
- overflow:hidden;}
- .text_body a, .text_body a:hover
- {color:{color:body};}
- /* Text Post */
- /* Chat */
- .chat_body
- {font-family: arial;
- margin:5px 0;
- padding:0;
- list-style:none;}
- .chat_body li
- {margin: 5px;
- 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;
- line-height: 30px;
- font-family:arial;
- font-weight: bold;
- color:{color:body};
- text-transform: uppercase;}
- .link_description
- {font-size: 10px;
- font-family:arial;
- font-weight: bold;
- text-transform: none;}
- .link_title a, .link_title a:hover
- {color:{color:body};}
- /* Link */
- /* Header */
- .header
- {position:relative;
- {block:IfMainBackground}
- background-color: {color:Main Background};
- {/block:IfMainBackground}
- padding: 30px;
- {block:IfnotBanner}
- margin-top:-210px;
- {/block:IfnotBanner}
- {block:IfBanner}
- margin-top:-390px;
- {block:IfBanner}
- {block:IndexPage}
- {block:IfFourColumns} width:1000px;{/block:IfFourColumns}
- {block:IfThreeColumns} width:1050px;{/block:IfThreeColumns}
- {block:IfTwoColumns} width:1000px;{/block:IfTwoColumns}
- {block:IfoneColumn}width:600px; {/block:IfoneColumn}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}}
- .header .headertitle
- {margin:15px 0;
- margin-left:-6px;
- {block:ifborder}
- border-bottom: 1px solid {color:border};
- {/block:ifborder}
- font-size:{text:Title Font Size}px;
- text-transform:uppercase;
- line-height:20px;padding: 10px;
- color:{color:Title};
- {block:iftitlecenter}
- text-align:center;
- {/block:iftitlecenter}
- {block:iftitleleft}
- text-align:left;
- {/block:iftitleleft}
- font-family: {font:title};
- -webkit-transition: all 1.1s ease;
- -moz-transition: all 1.1s ease;
- transition: all 1.1s ease;}
- {block:IfTitleHoverEffect}
- .header .headertitle:hover
- {text-decoration:none;
- background-color:{color:Hover Background};
- color: {color:Title Hover Color};
- padding: 10px;
- -webkit-transition: all .8s ease;
- -moz-transition: all .8s ease;
- transition: all 1.5s ease;}
- {/block:IfTitleHoverEffect}
- .header.links a
- {text-decoration:none;
- color:{color:Links};}
- .header .links a:hover
- {color:{color:Link Hover};}
- .header .links
- {color:{color:Links};
- margin-top: 10px;
- {block:IfLinksUnderLine}
- text-decoration:underline;
- {/block:IfLinksUnderLine}
- {block:IfLinksBold}font-weight: bold; {/block:IfLinksBold}
- line-height: 14px;
- {block:iflinksleft}
- text-align:left;
- {/block:iflinksleft}
- font-family: {font:links};
- font-size: {text:Links Font Size}px;}
- .header .description
- {color:{color:Description};
- {block:ifborder}
- border-bottom: 1px solid {color:border};
- {/block:ifborder}
- {block:IfDescriptionBold}
- font-weight: bold;
- {/block:IfDescriptionBold}
- padding:0 0 15px;
- line-height: 15px;
- {block:ifdescriptioncenter}
- text-align:center;
- {/block:ifdescriptioncenter}
- {block:ifdescriptionleft}
- text-align:left;
- {/block:ifdescriptionleft}
- margin: 0 auto;
- font-family: {font:description};
- font-size: {text:Description Font Size}px;}
- .description a
- {color:{color:Description};}
- /* Header */
- .photoset {overflow:hidden; margin-left: -5px;}
- #infscr-loading {display:none;}
- #infscr-loading div {display:none;}
- #infscr-loading img {display:none;}
- #content{
- margin:auto;
- {block:IfFourColumns} width:1100px;{/block:IfFourColumns}
- {block:IfThreeColumns} width:1100px;{/block:IfThreeColumns}
- {block:IfTwoColumns} width:1100px;{/block:IfTwoColumns}
- {block:IfoneColumn}width:650px; {/block:IfoneColumn}
- {block:IfnotBanner}
- margin-top: 230px;
- {/block:IfnotBanner}
- {block:IfBanner}
- margin-top: 400px;
- {/block:IfBanner}
- }
- #content .posts{
- {block:IndexPage}
- {block:IfFourColumns}width:1090px; margin-left: -20px;{/block:IfFourColumns}
- {block:IfThreeColumns}width:1090px;margin-left: -15px;{/block:IfThreeColumns}
- {block:IfTwoColumns}width:1090px;margin-left: -10px;{/block:IfTwoColumns}
- {block:IfoneColumn}width:650px; margin-left: -5px;{/block:IfoneColumn}
- {/block:IndexPage}}
- #content .entry{
- {block:IndexPage}
- {block:IfFourColumns}width:250px;{/block:IfFourColumns}
- {block:IfThreeColumns}width:350px;{/block:IfThreeColumns}
- {block:IfTwoColumns}width:500px;{/block:IfTwoColumns}
- {block:IfOneColumn}width:600px;{/block:IfOneColumn}{/block:IndexPage}
- margin:5px;
- {block:PermalinkPage}
- width:500px;
- padding: 10px;
- margin-left: -10px;
- background-color: #fff; padding: 10px;
- {/block:PermalinkPage}}
- {block:PermalinkPage}
- .photo_permalink img {max-width:500px !important; }
- {/block:PermalinkPage}
- .photo{ overflow:hidden;}
- .photo img {display:block;overflow:hidden;
- {block:PermalinkPage}width:500px;margin: 0 auto;{/block:PermalinkPage}}
- {block:ifHoverOverImageStyle1}{block:IndexPage}.fuck .you{position:relative;}.fuck .you .faggot {height:100%;left: 0;opacity: 0;position: absolute;top: 0;visibility: hidden;width:100%;z-index: 998;background-color: rgba(0, 0, 0, 0.5);-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck:hover .you .faggot{opacity:.9;height: 100%;-webkit-transition: all 1.5s ease;-moz-transition: all 1.5s ease; transition: all 1.5s ease;}.fuck .you .faggot .haha {height: 134px;margin-top: -67px;position: absolute;text-align: center;top: 50%;width: 100%;z-index: 999;}.fuck .you .faggot .haha .note{font-family: 'Dorsa', sans-serif;font-size: 90px;font-weight:bold;position: absolute;letter-spacing: 2px;width: 100%;top: 44%; right: 50%text-align:right;color: #fff;}.fuck .you .faggot .haha .reblog{font-family: arial;z-index:1; font-size: 11px; position: absolute; margin: 40px -55px 0px -50px;right:50%;text-transform:uppercase;font-weight: 600;top:50%;text-align: center;color: #fff;}.fuck .you .faggot .haha .border{border-bottom: 1px solid rgba(300,300,300,.3);margin: 104px auto;width: 60px;top:50%;}.fuck .you .faggot .haha .date{font-family: 'Asap', sans-serif;font-weight: 600;font-size: 11px; position: absolute; text-transform:uppercase;margin: 40px -75px 0px -67px;left:50%;letter-spacing: 0px;top:50%;text-align: center;color: #fff;}.fuck .you:hover .faggot {visibility:visible;}
- {/block:IndexPage}{/block:ifHoverOverImageStyle1}
- {block:IfShowIcons} {block:IndexPage} .fuck .you{position:relative;}.fuck .you .faggot {height:0px;left: 5px;opacity: 0;position: absolute;top: 0px;visibility: hidden;height: 0px;z-index: 998;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;transition: all 0.7s ease;}.fuck:hover .you .faggot{opacity:.9;height: 100%;-webkit-transition: all 1.5s ease;-moz-transition: all 1.5s ease;transition: all 1.5s ease;}.fuck .you .faggot .haha {top: 5px;position: absolute;text-align: center;width: 100%;z-index: 999;}.fuck .you .faggot .haha .note {position: absolute; margin: 0px -50px 0px -50px;right:50%;}.my-like {background-image: url(http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png) !important;height:22px;background-repeat: no-repeat;width:22px;cursor:pointer;display:inline-block;vertical-align:top;}.my-liked, .my-like:hover {background-image: url(http://static.tumblr.com/uiqhh9x/Y36m6h0qu/liked.png) !important; background-repeat: no-repeat; height:22px;width:22px;cursor:pointer;display:inline-block;vertical-align:top;}.fuck .you:hover .faggot {visibility:visible;} {/block:IndexPage}{/block:IfShowIcons}
- {block:ifHoverOverImageStyle2}{block:IndexPage}.fuck .you {position:relative;}.fuck .you .faggot {top:0px;left: 0;opacity: 0;position: absolute;bottom: 0px;visibility: hidden;width: 100%;z-index: 99;background-color: rgba(0, 0, 0, 0.5);-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck:hover .you .faggot{opacity:.9; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease;transition: all 1.5s ease;}.fuck .you .faggot .haha {height: 134px;margin-top: -67px;position: absolute;text-align: center;top: 50%;width: 100%;z-index: 99;}.fuck .you .faggot .haha .note{font-family: 'Dorsa', sans-serif;{block:IfFourColumns} font-size: 50px;top: 38%; {/block:IfFourColumns}{block:IfThreeColumns} font-size: 70px;top: 34%; {/block:IfThreeColumns}{block:IfTwoColumns} font-size: 120px;top: 32%; {/block:IfTwoColumns}{block:IfoneColumn}font-size: 120px; top: 32%; {/block:IfoneColumn} font-weight:bold;position: absolute;letter-spacing: 2px;width: 100%;right: 50%text-align: right;color: #fff;}.fuck .you .faggot .haha .view_post{font-family: arial;height:30px;position: absolute; {block:IfFourColumns} margin: 17px -5px 0px;font-size: 10px; {/block:IfFourColumns}{block:IfThreeColumns} margin: 17px -5px 0px;font-size: 10px; {/block:IfThreeColumns}{block:IfTwoColumns} margin: 47px -5px 0px;font-size: 12px; {/block:IfTwoColumns}{block:IfoneColumn}margin: 47px -5px 0px; font-size: 12px; {/block:IfoneColumn}width:100%;text-transform:uppercase;font-weight: 600;letter-spacing:2px;top:50%;text-align: center;color: #fff;}.fuck .you .faggot .haha .icon{{block:IfFourColumns}margin: 82px 0px 0px 160px;background-image: url(http://static.tumblr.com/6quy42l/zx1m7ddty/small.png) !important;background-repeat: no-repeat;height:30px; {/block:IfFourColumns}{block:IfThreeColumns}margin: 82px 0px 0px 210px;background-image: url(http://static.tumblr.com/6quy42l/zx1m7ddty/small.png) !important;background-repeat: no-repeat;height:30px; {/block:IfThreeColumns}{block:IfTwoColumns} margin: 105px 0px 0px 290px;background-image: url(http://static.tumblr.com/6quy42l/yBxm7d88r/arrow_white_02.png) !important;background-repeat: no-repeat;height:30px;{/block:IfTwoColumns}{block:IfoneColumn} margin: 105px 0px 0px 340px;background-image: url(http://static.tumblr.com/6quy42l/yBxm7d88r/arrow_white_02.png) !important;background-repeat: no-repeat;height:30px; {/block:IfoneColumn}top:50%;}.fuck .you .faggot .haha .border{border-bottom: 1px solid rgba(300,300,300,.15);{block:IfFourColumns}margin: 18px auto;width: 30px; {/block:IfFourColumns} {block:IfThreeColumns}margin: 23px auto;width: 30px; {/block:IfThreeColumns}{block:IfTwoColumns} margin: 50px auto;width: 60px; {/block:IfTwoColumns}{block:IfoneColumn} margin: 50px auto;width: 60px; {/block:IfoneColumn}}.fuck2 .you2 .right_date .date{float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;font-style:italic;font-weight:bold;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 11px;height: 20px;line-height:21px;}.fuck2 .you2 {position:relative;}.fuck2 .you2 .right_date{left: 0;border-color: rgba(255, 255, 255, 0.15);border-style: solid;border-width: 1px 1px 1px 1px;opacity: 0;position: absolute;bottom: 0px;z-index: 9999;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck2:hover .you2 .right_date{opacity:.9; z-index: 9999;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.fuck2 .you2:hover .right_date{visibility:visible;}.fuck .you:hover .faggot {visibility:visible;}.fuck3 .you3 .left_reblog .reblog{border-color: rgba(255, 255, 255, 0.15);border-style: solid;border-width: 1px 1px 1px 1px;float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;font-style:italic;font-weight:bold;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 11px;height: 20px;line-height:21px;}.fuck3 .you3 {position:relative;}.fuck3 .you3 .left_reblog{right: 0;opacity: 0;position: absolute;bottom: 0px;z-index: 9999;color:#fff;-webkit-transition: all 0.7sease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.fuck3:hover .you3 .left_reblog{opacity:.9; z-index: 9999;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.fuck3.you3:hover .left_reblog{visibility:visible;}{/block:IndexPage}{/block:ifHoverOverImageStyle2}
- {block:ifHoverOverImageStyle3}{block:IndexPage}.entry .fuck .you {position:relative;}.entry .fuck .you .faggot {top:0px;left: 0;opacity: 0;position: absolute;bottom: 0px;visibility: hidden;width: 100%;z-index: 99;background-color: rgba(0, 0, 0, 0.6);-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck:hover .you .faggot{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck2 .you2 .right_date .view_post{font-weight:bold;float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;font-style:italic;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 13px;height: 20px;line-height:21px;}.entry .fuck2 .you2 {position:relative;}.entry .fuck2 .you2 .right_date{left: 10px;opacity: 0; position: absolute;bottom: 15px;z-index: 9999;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck2:hover .you2 .right_date{opacity:.9; z-index: 9999;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck2 .you2:hover .right_date{visibility:visible;}.entry .fuck .you:hover .faggot {visibility:visible;}.entry .fuck3 .you3 .left_reblog .reblog{background-image: url(http://static.tumblr.com/6quy42l/yBxm7d88r/arrow_white_02.png) !important;background-repeat: no-repeat;font-weight:bold;height:30px;float: right;padding-bottom:200px;font-family: arial;text-transform:uppercase;padding: 5px 9px;color: rgba(255, 255, 255, 1);font-size: 15px;height: 20px;line-height:21px;}.entry .fuck3 .you3 {position:relative;}.entry .fuck3 .you3 .left_reblog{right: 10px;opacity: 0;position: absolute;bottom: 15px;z-index: 99;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck3:hover .you3 .left_reblog{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck3.you3:hover .left_reblog{visibility:visible;}.entry .fuck4 .you4 .right_note .heart{font-family: 'Dorsa', sans-serif; font-size:20px; color:#fff;float: right;padding: 5px 4px;height: 70px;line-height:71px;}.entry .fuck4 .you4 .right_note .note{font-family: 'Dorsa', sans-serif; font-size:70px; color:#fff;border-color: rgba(300, 300, 300, 0.25);border-style: dotted; border-width: 0px 0px 1px 1px;font-weight:bold;text-transform:uppercase;padding: 5px 5px;height: 70px;line-height:71px;}.entry .fuck4 .you4 {position:relative;}.entry .fuck4 .you4 .right_note{right: 0px;opacity: 0;position: absolute;z-index: 99;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck4:hover .you4 .right_note{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck4.you4:hover .right_note{visibility:visible;} .reblogbutton a{color: #fff;font-size: 10px;}.entry .fuck5 .you5 .top_reblog_icon .reblogbutton{font-weight:bold;float: left;display:block;font-family: arial;padding: 5px 9px;color: rgba(255, 255, 255, 5);font-size: 10px;line-height:15px;} .entry .fuck5 .you5 {position:relative;}.entry .fuck5 .you5 .top_reblog_icon{left: 5px;opacity: 0;position: absolute;top:5px;width: 150px;z-index: 99;color:#fff;-webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;}.entry .fuck5:hover .you5 .top_reblog_icon{opacity:1; z-index: 99;-webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; transition: all 1.5s ease;}.entry .fuck5.you5:hover .top_reblog_icon{visibility:visible;}{/block:IndexPage}{/block:ifHoverOverImageStyle3}
- #toTop{font-size: 10px;
- bottom: 10px;
- display: none;
- font-weight: bold;
- height: 9px;
- padding: 11px;
- position: fixed;
- left: 0px;
- text-align: left;
- text-transform: uppercase;
- width: auto;
- background: #fff;
- font-family:arial;}
- ol.notes {width:500px; height:300px; ; 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;}
- ol.notes {
- font-family: arial;
- font-size: 10px;
- font-weight: normal;
- list-style-type: none;
- margin: 13px auto;
- padding: 15px 0 0;
- width: 500px;}
- ol.notes a{
- text-decoration:none;
- padding:0;
- background-color:transparent;}
- ol.notes li.note {
- padding: 2px 0;}
- ol.notes li.note:last-child{
- margin-top:13px;
- border-top:1px dotted;
- padding: 15px 0 0;}
- ol.notes li.note img.avatar {
- display: inline !important;
- height: 16px;
- margin-right: 10px;
- min-width: 16px !important;
- vertical-align: -4px;
- width: 16px !important;}
- ol.notes li.note span.action a{
- font-weight:bold;}
- ol.notes li.note .answer_content {
- font-weight:bold;}
- ol.notes li.note blockquote {
- border-left: medium none !important;
- font-weight: bold;
- margin: 10px 0 10px 30px !important;
- padding: 5px 0 8px !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;
- 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:20px; }
- ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; height:10px !important; }
- ::-webkit-scrollbar { height:10px; width:10px; background-color:#fff; }
- {CustomCSS}
- </style>
- </head>
- <div class="jokes"><div id="content"><div class="header"><center>{block:IfBanner}<a href="/"><img style="max-width:1100px; max-height:300px" src="{image:banner}"/></a>{/block:IfBanner}</center><a href="/"><div class="headertitle">{Title}</div></a><div class="description">{Description}</div><br>
- {block:iflinkscenter}
- <center>
- {/block:iflinkscenter}
- {block:ifshowhomelink}
- <a href="/" class="links">Home</a>
- {/block:ifshowhomelink}
- {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}
- {block:iflinkscenter}
- </center>
- {/block:iflinkscenter}
- {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}
- <br><br><br><br><br><br>
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Photo}<div class="photo">
- <div class="fuck5"><div class="you5"><div class="fuck4"><div class="you4"><div class="fuck3"><div class="you3"><div class="fuck2"><div class="you2"><div class="fuck"><div class="you"><div class="faggot"><div class="haha">
- {block:IndexPage}
- {block:IfShowIcons}<div class="note"><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div></div><a href="{ReblogURL}" target="_blank"><div class="reblog"><img src="http://static.tumblr.com/j1tjexd/MEJm4yob3/reblog.png">
- </div></a>{/block:IfShowIcons}
- {block:ifHoverOverImageStyle3}<a href="{Permalink}" target="_blank"><div class="icon"></div></a>{/block:ifHoverOverImageStyle3}
- {block:ifHoverOverImageStyle2}<a href="{Permalink}" target="_blank"><div class="note">{NoteCount}<div class="border" target="_blank"></div></div></a><a href="{Permalink}" target="_blank"><div class="icon"></div></a><a href="{Permalink}" target="_blank"><div class="view_post">View Post</div></a>{/block:ifHoverOverImageStyle2}
- {block:ifHoverOverImageStyle1}<a href="{Permalink}" target="_blank"><div class="note">{NoteCount}</div></a><div class="border"></div><a href="{ReblogURL}" target="_blank"><div class="reblog">Reblog </div></a>{block:date}<a href="{permalink}"><div class="date">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a>{/block:date}
- {/block:ifHoverOverImageStyle1}
- </div>
- </div>
- {block:ifHoverOverImageStyle3}<div class="right_date"><a href="{Permalink}" target="_blank"><div class="view_post">View Post</div></a></div><div class="right_note"><a href="{Permalink}" target="_blank"><div class="note">{NoteCount}</div></a> <div class="heart" target="_blank"></div></div><div class="left_reblog"><a href="{Permalink}" target="_blank"><div class="reblog"></div></a> </div><div class="top_reblog_icon"><a href="{ReblogURL}" target="_blank"><div class="reblogbutton">{caption}</div></a></div>{/block:ifHoverOverImageStyle3}
- {block:ifHoverOverImageStyle2}<div class="right_date"><a href="{permalink}"><div class="date">{12Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a> </div> <div class="left_reblog"><a href="{ReblogURL}" target="_blank"><div class="reblog">Reblog</div></a> </div>{/block:ifHoverOverImageStyle2}
- <a href="{Permalink}"><img src="{PhotoURL-HighRes}"
- {block:IfFourColumns}width="250"/>{/block:IfFourColumns}{block:IfThreeColumns}width="350"/> {/block:IfThreeColumns}{block:IfTwoColumns}width="500"/>{/block:IfTwoColumns}{block:IfOneColumn}width="600"/>{/block:IfOneColumn}
- {/block:IndexPage}
- </div></div></div> </div></div> </div></div> </div></div> </div>
- {block:PermalinkPage}
- <img src="{PhotoURL-HighRes}"
- class="photo_permalink" />
- {/block:PermalinkPage}</u>
- </div>{/block:Photo}
- {block:Text}<div class="main"><div class="text">{block:Title}<div class="title">{Title}</div>{/block:Title}</div><div class="text_body">{Body}</div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:date}</div>{/block:IndexPage}</div>{/block:Text} {block:Photoset}<div class="main"><div class="photoset"><center>{block:IndexPage}{block:IfFourColumns}{Photoset-250}{/block:IfFourColumns}{block:IfThreeColumns}{Photoset-250}{/block:IfThreeColumns}{block:IfTwoColumns}{Photoset-500}{/block:IfTwoColumns}{block:IfOneColumn}{Photoset-500} {/block:IfOneColumn}</center><div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:date}</div>{/block:IndexPage}</div></div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}{block:Link}<div class="main"><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">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Link}{block:Chat}<div class="main">{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">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Chat}{block:Video}<div class="main"><div class="post"><div class="video1">{Video-500}</div></div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Video}{block:Audio}<div class="art">{block:AlbumArt}<img src="{AlbumArtURL}" id="albumart">{/block:AlbumArt}</div><div class="audioplayercircle"><div class="audioplayer">{AudioPlayerblack}</div></div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}{/block:Audio}{block:Answer}<div class="main"><img src="{AskerPortraitURL-30}" alt="{PhotoAlt}"/><div class="asker_name"><b>{Asker}</b></div><BR><div class="ask_body">{Question}</div><BR><div class="answer_border"><img src="{PostAuthorPortraitURL-30}" alt="{PhotoAlt}"/> <div class="asker_name"><b>{PostAuthorName}</b></div><div class="ask_image"><div class="ask_body">{Answer}</div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div></div></div>{/block:Answer}{block:Quote}<div class="main"><div class="quote"><b>"{Quote}"</b> </div><div class="quote_border">{block:Source}<div class="quote_source">-{Source}</div>{/block:Source}</div>{block:IndexPage}<div class="main_permalink">{block:date}<a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} </a>{/block:date}</div>{/block:IndexPage}</div>{/block:Quote}{block:PermalinkPage}<div class="samie">{block:Photo}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Photo}{block:Photoset}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Photoset}{block:Quote}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Quote}{block:Link}{Caption}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Link}{block:Chat}{Caption}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Chat}{block:Audio}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Audio}{block:Video}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>{/block:Video}</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></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement