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 Garbage.
- 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="image:SidebarImage" 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:Three Columns" content="0" />
- <meta name="if:Two Columns" content="1" />
- <meta name="if:One Column" content="0" />
- <meta name="if:Show Home Link" content="1">
- <meta name="if:Show Submit" content="1"/>
- <meta name="if:White Hover" content="0">
- <meta name="if:Black Hover" content="1">
- <meta name="if:Show Text On Image Hover" content="1">
- <meta name="if:Show Icons" content="0">
- <meta name="if:Ask Popup" content="1">
- <meta name="if:Background Image" content="1">
- <meta name="color:Title" content="#000"/>
- <meta name="color:Body" content="#000"/>
- <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="color:Links Hover Background" content="#000"/>
- <meta name="color:Links Hover Color" content="#fff"/>
- <meta name="color:Hover Background" content="#000"/>
- <meta name="color:Title Hover Color" content="#fff"/>
- <meta name="color:Title Background" content="#fff"/>
- <meta name="text:Ask title" content="Ask"/>
- <meta name="text:Title Font Size" content="200"/>
- <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="" />
- <meta name="text:Link Six" content="" />
- <meta name="text:Link Six Title" content="" />
- <meta name="text:Link Seven" content="" />
- <meta name="text:Link Seven Title" content="" />
- <meta name="text:Link Eight" content="" />
- <meta name="text:Link Eight Title" content="" />
- <meta name="text:Link Nine" content="" />
- <meta name="text:Link Nine Title" content="" />
- <meta name="text:Link Ten" content="" />
- <meta name="text:Link Ten Title" content="" />
- <script type="text/javascript">
- /* Google Web Fonts*/
- WebFontConfig = {
- google: { families: [ 'Lora::latin', 'Open+Sans::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <link href='http://fonts.googleapis.com/css?family=Lora|Open+Sans' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Allerta::latin', 'Dorsa::latin', 'Judson::latin', 'Kreon::latin', 'Rokkitt::latin', 'Asap::latin', 'Dancing+Script::latin', 'Amaranth::latin' 'Rationale::latin', 'Oswald:300:latin', 'Squada+One::latin', 'Homenaje::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <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">
- /* Google Web Fonts*/
- @import url(http://fonts.googleapis.com/css?family=Allerta|Dorsa|Judson|Dancing+Script|Kreon|Rokkitt|Asap|Amaranth|Rationale|Oswald:300|Squada+One);
- @import url(http://fonts.googleapis.com/css?family=Lora|Open+Sans|Homenaje);
- /* Google Web Fonts*/
- /* 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:
- {block:IfUseCustomFonts}
- 'Kreon', sans-serif{/block:IfUseCustomFonts}
- {block:IfnotUseCustomFonts}
- {Font:Body}{/block:IfnotUseCustomFonts};
- 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:{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;}
- 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
- {
- width: 620px;}
- {/block:PermalinkPage}
- {block:permalinkpage}
- .samie
- {
- width: 620px;
- overflow: hidden;
- margin-top: 5px;
- border-bottom: 1px solid #ececec;
- font-size: 10px;
- text-align:left;
- font-weight: bold;
- line-height:10px;
- font-family: 'Asap', sans-serif;}
- .samie img
- {width: 600px; height: auto;}
- {/block:permalinkpage}
- /* Permalink Page */
- /* Answer */
- .main {z-index: -1; background-color: {color:Post Background}; padding: 10px;}
- .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_permalink
- {text-transform:uppercase;
- text-align:right;background-color: {color:Post Background}; padding: 10px;
- font-family:arial;
- font-size: 9px;
- opacity:0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- .answer_permalink a:hover
- {-webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- color:#000}
- .entry:hover .answer_permalink
- {-webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- opacity: 0.9;}
- .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: left;
- font-size: 12px;
- line-height: 13px;
- letter-spacing: 1px;
- font-family: arial;
- font-weight: bold;
- color: #000;
- background-color: {color:Post Background}; padding: 10px;}
- .quote_source
- {text-transform:capitalize;
- text-align: center;
- font-size: 11px;
- letter-spacing: 1px;
- font-family: helvetica;
- font-weight: none;
- background-color: {color:Post Background}; padding: 10px;}
- .quote_permalink
- {text-transform:uppercase;background-color: {color:Post Background}; padding: 10px;
- margin-top:10px;
- text-align:right;
- font-family:arial;
- font-weight: bold;
- font-size: 9px;
- opacity:0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- .quote_permalink a:hover
- {-webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- color:#000}
- .entry:hover .quote_permalink
- {color:#000
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- opacity: 0.9;}
- .quote a, .quote a:hover
- {color:#000;}
- .quote_permalink a, .quote_permalink a:hover
- {color:#000;}
- /* 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;
- margin: 0px 0px 0px 190px ;
- }
- .audio_permalink_2
- {z-index:999999;background-color:{color:Post Background}; padding: 10px;
- margin-top: 10px;
- text-transform:uppercase;
- text-align:right;
- font-family:arial;
- font-weight: bold;
- font-size: 10px;
- opacity:0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- .audio_permalink_2 a:hover
- {-webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- color:#000}
- .entry:hover .audio_permalink_2
- {z-index:999999;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- opacity: 0.9;}
- .audio_notes
- {margin: 0 auto;
- margin-top: 200px;}
- /* Audio*/
- /* Video */
- div.video1 embed,
- div.post div.video1 object, .video1 iframe {
- {block:IndexPage}
- width:500px !important; height:400px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px; height:300px;
- {/block:PermalinkPage}
- }
- #content .entry:hover .background_video
- {opacity: .6;
- color: #000;
- background-color: #000;}
- #content .entry .background_video
- {position: absolute; display:block;
- width: 100%;
- height: 50px;
- bottom: 3px;
- cursor:pointer;
- background-color: #000;
- opacity: 0;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- #content .entry .background_video .video_notes
- {padding-right: 10px;
- margin-top: -11px;
- text-transform: uppercase;
- font-size: 10px;
- font-weight: bold;
- font-family: arial;
- text-align: right;
- color:#fff;}
- .video_notes a, .video_notes a:hover
- {color:#fff;}
- #content .entry .background_video .video_type
- {padding-left: 20px;
- margin-top: 20px;
- text-transform: uppercase;
- font-size: 15px;
- font-weight: bold;
- font-family: arial;
- text-align: left;
- color:#fff;}
- .video_type a, .video_type a:hover
- {color:#fff;}
- /* Video */
- /* Text Post */
- .text h1
- {
- font-size: 13px;
- line-height: 30px;
- font-family:arial;
- font-weight: bold;
- color:#000;
- 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-family:arial;
- font-weight: bold;
- overflow:hidden;}
- .text_body a, .text_body a:hover
- {color:#000;}
- /* Text Post */
- /* Chat */
- .chat_body
- {font-family: arial;
- 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_permalink
- {z-index:999999;background-color: {color:Post Background}; padding: 10px;
- margin-top: 10px;
- text-transform:uppercase;
- text-align:right;
- font-family:arial;
- font-weight: bold;
- font-size: 10px;
- opacity:0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- .chat_permalink a:hover
- {-webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- color:#000}
- .entry:hover .chat_permalink
- {z-index:999999;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- opacity: 0.9;}
- /* Chat */
- /* Link */
- .link_title h3
- {font-size: 15px;
- line-height: 30px;
- font-family:arial;
- font-weight: bold;
- color:#000;
- 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:#000;}
- .link_permalink
- {z-index:999999;background-color: {color:Post Background}; padding: 10px;
- margin-top: 10px;
- text-transform:uppercase;
- text-align:left;
- font-family:arial;
- font-weight: bold;
- color:#000;
- font-size: 9px;
- opacity:0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;}
- .link_permalink a:hover
- {-webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- color:#000}
- .entry:hover .link_permalink
- {z-index:999999;
- color:#000
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- opacity: 0.9;}
- /* Link */
- /* Sidebar */
- .header
- { padding: 20px;
- position: fixed; width: 150px; margin-top:100px; left:5px; display:block;z-index:999;
- }
- #content .banner {position: absolute; width: 600px; margin-top: -150px; margin-left: 45px; display:block;}
- #content .banner .bannerimage {width: 600px;height: 150px; }
- #content .banner .bannerimage img{width: 600px; height: 150px; }
- .title
- { position:fixed;
- z-index:9999;padding: 10px;
- bottom:0px;
- font-size:60px;height: 70px; padding: 10px 10px 10px 10px;
- text-transform:uppercase; width: 100%;
- line-height:80px;
- color:{color:Title};
- font-family: {font:title};
- text-align: left;
- }
- .title_fuck { position:fixed !important;
- z-index:999;
- bottom:0px;background-color: {color:background};
- font-size:60px;height:70px;
- text-transform:uppercase; width: 100%;
- line-height:80px;
- color:{color:Title};
- font-family: {font:title};
- text-align: left;
- }
- .header .sidebarimage
- {width:150px; }
- .header .sidebarimage img
- {max-width:150px;}
- .description_hide
- {cursor:crosshair}
- .link_hide {cursor:help;}
- .description_title {font-size: 15px; left:150px; color:#000; padding:30px; text-align: left;-webkit-transition: all .8s ease; position: fixed; bottom:0;
- -moz-transition: all .8s ease; z-index:9999;
- transition: all .1s ease; font-family:arial; font-weight: bold; text-transform: uppercase;}
- .description_body .header
- {padding-top: 10px;
- color:{color:Description};
- padding-bottom: 10px;
- overflow: hidden;
- line-height: 20px;
- display:none;
- margin: 0 auto;
- font-family: helvetica;
- font-weight:8000;
- font-size: {text:Description Font Size}px;
- }
- .description_body .description a
- {color:{color:Description};}
- .header.links a
- {text-decoration:none;
- color:{color:Links};}
- .header.links:hover
- {color: {color:Links Hover Color}; }
- .header .links
- {color:{color:Links};
- font-weight: bold;
- padding:10px 0 15px;
- line-height: 20px;
- text-align:left;
- font-family: {font:links};
- font-size: 12px;}
- .header .description
- {color:{color:Description};
- padding:0px 0px 30px 0px;
- font-weight: bold;
- padding:10px 0 15px;
- line-height: 17px;
- text-align:left;
- margin: 0 auto;
- font-family: {font:description};
- font-size: 11px;}
- .background_desc_links .desc_tri{text-align:center; -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px; margin-top: -20px; font-size: 50px; #ddd;}
- .background_desc_links {margin-top:30px; background-color:#fff;padding: 10px; width: 150px; }
- .description a
- {color:{color:Description};}
- /* Sidebar */
- /* Photoset */
- .photoset_permalink
- {z-index:999999;
- margin-top: 10px;
- text-transform:uppercase;
- text-align:right;
- font-family:arial;
- font-weight: bold;
- font-size: 9.5px;background-color: #fff; padding: 10px;
- opacity:1;
- }
- .photoset_permalink a, .photoset_permalink a:hover
- {color:#000;}
- /* Photoset */
- #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
- {{block:IndexPage}width:100%;display:block; padding-left:20px; {/block:IndexPage}
- {block:PermalinkPage}
- padding-left:200px;
- {/block:PermalinkPage}
- margin-top: 10px;
- }
- #content .posts{display:block;}
- #content .entry{ -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- transition: all 0.2s ease;
- display:block;
- margin:10px;
- {block:PermalinkPage}
- width:620px;
- padding: 10px;
- background-color: #fff; padding: 10px;
- {/block:PermalinkPage}
- }
- .small{display:block;width:{block:IndexPage}245{/block:IndexPage}px}
- .photo_permalink img {max-width:620px !important; }
- {/block:PermalinkPage}
- .photo img { display:block;
- {block:PermalinkPage}
- width:620px;
- margin: 0 auto;
- {/block:PermalinkPage}
- }
- .centered
- {margin: 0 auto;}
- {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: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;
- {block:IfBlackHover}
- background-color: rgba(0, 0, 0, 0.3);
- {/block:IfBlackHover}
- {block:IfWhiteHover}
- background-color: rgba(300, 300, 300, 0.65);
- {/block:IfWhiteHover}
- -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;
- float: left;
- font-weight:bold;
- text-transform:uppercase;
- padding: 5px 4px;
- 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;}
- .entry .fuck5 .you5 .top_reblog_icon .reblogbutton
- {background-image: url(http://static.tumblr.com/6quy42l/Sl6m7f5bm/reblog.png) !important;background-repeat: no-repeat;font-weight:bold;
- height:60px;
- float: right;
- padding-bottom:200px;
- font-family: arial;
- text-transform:uppercase;
- width:60px;
- color: rgba(255, 255, 255, 1);
- font-size: 15px;
- line-height:21px;
- }
- .entry .fuck5 .you5
- {position:relative;}
- .entry .fuck5 .you5 .top_reblog_icon
- {
- left: 15px;
- opacity: 0;
- position: absolute;
- top:15px;
- 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}
- #toTop{font-size: 10px;
- bottom: 10px;
- display: none;
- font-weight: bold;
- height: 30px;
- padding: 11px;
- position: fixed;
- text-transform: uppercase;
- width: auto;
- 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; }
- .reblog_note {background-image: url(http://static.tumblr.com/6quy42l/yxZm7f94q/reblog.png) !important;background-repeat: no-repeat;
- height:20px; margin-top:-29px;
- padding: 3px 9px;}
- .heart_note {background-image: url(http://static.tumblr.com/6quy42l/qpsm7f8ix/heart.png) !important;background-repeat: no-repeat;
- height:20px;margin-left:180px; margin-top:-25.5px;
- padding: 3px 9px;}
- .clock {background-image: url(http://static.tumblr.com/6quy42l/1h4m7f7vx/clock.png) !important;background-repeat: no-repeat;
- height:20px;margin-left:80px;
- padding: 3px 9px;}
- .main_permalink
- {margin-top: 15px; border-top: 1px solid rgba(0, 0, 0, .05);
- padding: 15px 0px; }
- .note_permalink
- {z-index:999999;
- margin-left:0px;
- float:center;
- text-transform:uppercase;
- text-align:right;
- font-family:arial;
- font-weight: bold;
- font-size: 10px;
- opacity:.9;
- }
- .note_permalink a, .time_permalink a:hover
- {color:#000;}
- .time_permalink
- {z-index:999999;
- margin-left:-60px;
- letter-spacing: -1px;
- float:center;
- text-transform:uppercase;
- text-align:center;
- font-family:arial;
- font-weight: bold;
- font-size: 9.5px;
- opacity:.9;
- }
- .time_permalink a, .time_permalink a:hover
- {color:#000;}
- {CustomCSS}
- </style>
- <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',
- isAnimated: true
- });
- $wall.infinitescroll({
- navSelector : 'div#navigation',
- nextSelector : 'div#navigation a#nextPage',
- itemSelector : '.entry',
- donetext : '',
- loadingText : '',
- bufferPx : 100,
- 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>
- <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>
- <script type="text/javascript">
- $(function() {
- $(window).scroll(function() {
- if($(this).scrollTop() != 0) {
- $('#toTop').fadeIn();
- }
- else {
- $('#toTop').fadeOut();
- }
- });
- $('#up').click(function() {
- $('body,html').animate({scrollTop:0},900);
- });
- });
- </script>
- {/block:IndexPage}
- </head>
- <div class="banner">
- <a href="/"><div class="bannerimage">
- {block:IndexPage} <img src="{image:Banner}"/></div></a>{/block:IndexPage}</div>
- <a href="/"><div class="title">{Title}</div> </a>
- <a class="description_hide" title="Description">
- <div class="description_title">Menu</div></a>
- <div class="description_body">
- <div class="header">
- <div class="background_desc_links">
- <a href="/"><div class="sidebarimage">
- <img src="{image:SidebarImage}"/></div></a>
- <div id="toTop"><a href="#home" id="up"><img src="http://static.tumblr.com/6quy42l/blYm7db6m/arrow_white_02.png">
- </a></div>
- <div class="description">{Description}</div>
- <br>
- {block:ifshowhomelink}
- <a href="/" class="links">Home</a><br>
- {/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><br>{/block:ifAskPopup}
- {block:IfShowSubmit}
- <a href="/submit" class="links">Submit</a><br>
- {/block:IfShowSubmit}
- {block:ifLinkOneTitle}
- <a href="{text:Link One}" class="links">{text:Link One Title}</a><br>
- {/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:ifLinkSixTitle}
- <a href="{text:Link Six}" class="links">{text:Link Six Title} </a>
- {/block:ifLinkSixTitle}
- {block:ifLinkSevenTitle}
- <a href="{text:Link Seven}" class="links">{text:Link Seven Title} </a>
- {/block:ifLinkSevenTitle}
- {block:ifLinkEightTitle}
- <a href="{text:Link Eight}" class="links">{text:Link Eight Title} </a>
- {/block:ifLinkEightTitle}
- {block:ifLinkNineTitle}
- <a href="{text:Link Nine}" class="links">{text:Link Nine Title} </a>
- {/block:ifLinkNineTitle}
- {block:ifLinkTenTitle}
- <a href="{text:Link Ten}" class="links">{text:Link Ten Title} </a><br>
- {/block:ifLinkTenTitle}
- </div>
- </div>
- </div>
- </div>
- {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="title_fuck"></div>
- <div class="jokes">
- <div id="content" class="transitions-enabled centered clearfix">
- <script>
- $('.description_hide').click(function() {
- $('.description_body .header').slideToggle('medium', function() {
- });
- });
- </script>
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="small">
- <div class="main">
- <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">
- <div class="clock">
- <div class="time_permalink">
- {block:date}<a href="{permalink}">
- {DayOfMonthWithZero}
- {ShortMonth} {ShortYear} </div></a>{/block:date}
- </div>
- <div class="heart_note">
- <div class="note_permalink">
- <a href="{permalink}">
- {NoteCount} </div></a>
- </div>
- <a href="{ReblogURL}" target="_blank">
- <div class="reblog_note"></div></a>
- </div>
- {/block:IndexPage}
- </div></div>
- {/block:Text}
- {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">
- {block:IndexPage}
- <div class="faggot">
- <div class="haha">
- <a href="{Permalink}" target="_blank">
- <div class="icon"></div></a>
- </div>
- </div>
- <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"></div></a>
- </div>
- {block:Post1}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post1}
- {block:Post2}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post2}
- {block:Post3}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post3}
- {block:Post4}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post4}
- {block:Post5}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post5}
- {block:Post6}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post6}
- {block:Post7}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post7}
- {block:Post8}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="large" width="509" />{/block:Post8}
- {block:Post9}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post9}
- {block:Post10}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post10}
- {block:Post11}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post11}
- {block:Post12}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post12}
- {block:Post13}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post13}
- {block:Post14}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post14}
- {block:Post15}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="small" />{/block:Post15}
- {/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:Photoset}
- <center>{Photoset-250}</center>
- {block:IndexPage}
- <div class="photoset_permalink">
- {block:date}<a href="{permalink}">
- {DayOfMonthWithZero}
- {ShortMonth} {ShortYear} </a>{/block:date}
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Link}<div class="small">
- <div class="main">
- <a href="{URL}" class="link_title" {Target}><h3>
- {Name}</h3></a>
- {block:Description}
- <div class="link_description">{Description}</div>
- {/block:Description} </div>
- {block:IndexPage}
- <div class="link_permalink">
- {block:date}<a href="{permalink}">
- {DayOfMonthWithZero}
- {ShortMonth} {ShortYear} </a>{/block:date}
- </div>
- {/block:IndexPage}
- </div>
- {/block:Link}
- {block:Chat}<div class="small">
- {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="chat_permalink">
- {block:date}<a href="{permalink}">
- {DayOfMonthWithZero}
- {ShortMonth} {ShortYear} </a>{/block:date}
- </div></div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Video}<div class="large"> <div class="background_video">
- <a href="{Permalink}"><div class="video_type">video</div></a>
- <a href="{Permalink}">
- <div class="video_notes">View in High-Res</div></a>
- </div>
- {Video-500}{caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="audioplayercircle">
- <div class="audioplayer">{AudioPlayerblack}</div>
- </div>
- {block:IndexPage}
- <div class="audio_permalink_2">
- {block:date}<a href="{permalink}">
- {ShortMonth} {DayOfMonthWithZero} </a>{/block:date}
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}<div class="small">
- <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>
- <div class="answer_background">?</div>
- {block:IndexPage}
- <div class="answer_permalink">
- {block:date}<a href="{permalink}">{DayOfMonthWithZero}
- {ShortMonth} {Year} {/block:date} </a></div>{/block:IndexPage}
- </div>
- </div>
- </div> </div>
- {/block:Answer}
- {block:Quote}
- <div class="small">
- <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="quote_permalink">
- {block:date}
- <a href="{permalink}">{TimeAgo}
- {/block:date}</a></div></div>
- {/block:IndexPage}
- {/block:Quote}
- {block:PermalinkPage}
- <div class="samie">
- {block:text}
- {Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>
- {/block:text}
- {block:Photo}
- {Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>
- {/block:Photo}
- {block:Photoset}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>{/block:Photoset}
- {block:Quote}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>{/block:Quote}
- {block:Link}{Caption}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>{/block:Link}
- {block:Chat}{Caption}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>{/block:Chat}
- {block:Audio}
- {Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>
- {/block:Audio}
- {block:Video}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>{/block:Video}
- {block:Answer}{Caption}<br> ♥ <a href="{Permalink}">{NoteCount}</a> notes <br> <br>
- <a href="{Permalink}">{TimeAgo}</a> <br><br>{/block:Answer}
- </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