Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Mooonlight @ planthed
- — DO NOT delete the credit.
- — Do not copy or steal any code.
- — Do not claim as yours.
- — Full credits at @painthemes/c
- -->
- <html lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:hidden}
- <!--Default Variables-->
- <meta name="image:background" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Accent" content="#BDC0DA"/>
- <meta name="color:Accent text" content="#000000"/>
- <meta name="color:Borders" content="#BDC0DA"/>
- <meta name="text:Blogtitle" content="" />
- <meta name="text:Home label" content="home" />
- <meta name="text:Ask label" content="ask"/>
- <meta name="text:Archive label" content="Past" />
- <meta name="text:Extra link 1" content="" />
- <meta name="text:Extra link 1 URL" content="http://" />
- <meta name="text:Extra link 2" content="" />
- <meta name="text:Extra link 2 URL" content="http://" />
- <meta name="if:White Tiny cursor" content="" />
- <meta name="if:Black Tiny cursor" content="" />
- <meta name="if:Shadows" content="" />
- {/block:hidden}
- <!---pxu script--->
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--- tooltips script --->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-------
- A FEW RULES YOU NEED TO KNOW BEFORE START EDITING THE THEME:
- > You CAN'T use my themes as base
- > You CAN'T remove my credits, even if you edited the theme a lot.
- > Don't use any part of my codes without permission.
- > You can edit the theme as your own like and make it look too different as the original one but if you edit the theme a lot and you're having problems with it, I'll not allowed to help you.
- YOU ARE NOT ALLOWED TO USE MY CODES FOR YOUR OWN THEME OR ANY OTHER THEME
- BY OTHER THEME MAKER WITHOUT PERMISSION, IF YOU WANNA USE ONE OF MY CODES
- ASK FIRST, DON'T CLAIM AS YOURS, DON'T BE A BITCH.
- ---------->
- <style type="text/css">
- .video, .video iframe{
- display:block;
- {block:indexpage}
- width:230px;
- height:auto;
- {/block:indexpage}
- {block:PermalinkPage}
- width:500px;
- height:auto;
- {/block:PermalinkPage}
- }
- /*tooltips style*/
- #s-m-t-tooltip{
- max-width:300px;
- padding:7px;
- min-height:7px;
- margin:20px 0px 0px 20px;
- line-height:100%;
- border:1px solid {color:borders};
- background:#fff;
- {block:IfShadows}
- box-shadow: 2px 2px RGBA({RGBcolor:Accent}, 1);
- {/block:IfShadows}
- word-wrap:break-word;
- word-break:break-all;
- opacity:1;
- z-index:9999999999999999999;
- }
- #tumblr_controls, .tmblr-iframe{
- position:fixed!important;
- top:25px!important;
- right:5px!important;
- opacity:.3;
- z-index:99999999999999999999999999!important;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- -webkit-transition:all 0.6s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out
- }
- #tumblr_controls, .tmblr-iframe:hover{
- opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
- }
- /*tumblr controls and lightbox*/
- #tumblr_lightbox,.tmblr-lightbox{
- background:rgba({RGBcolor:background}, 0.8)!important;}
- #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
- opacity:0!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .lightbox-image {
- box-shadow:none!important;
- border-radius:0px!important;
- padding:0px!important;
- background:{color:post background}!important;
- border:0px solid {color:border}!important;
- }
- ::-webkit-scrollbar{
- height:3px;
- width:11px;
- background:inherit;
- background:rgba({RGBcolor:borders}, 0.4);
- border:5px solid {color:background};
- }
- ::-webkit-scrollbar-track {background:transparent;}
- ::-webkit-scrollbar-thumb {
- height:150px!important;
- background:{color:borders};
- border:5px solid {color:background};
- }
- /*tiny cursor*/
- html, body, img, a {
- {block:ifWhiteTinycursor}
- cursor:url(http://static.tumblr.com/vmteopo/fhxo3gbrd/small_white_cursor.png), auto;
- {/block:ifWhiteTinycursor}
- {block:ifBlackTinyCursor}
- cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), auto;
- {/block:ifBlackTinyCursor}
- }
- a:hover, a:active, iframe{
- {block:ifWhiteTinycursor}cursor:url(http://static.tumblr.com/vmteopo/RQ9o3gbth/small_white_cursor_help.png), crosshair;
- {/block:ifWhiteTinycursor}
- {block:ifBlackTinyCursor}
- cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
- {/block:ifBlackTinyCursor}
- }
- /*main structure*/
- body{
- background-color:{color:background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:repeat;
- font-size:10px;
- letter-spacing:0.5px;
- font-family:Raleway, sans-serif;
- color:{color:text};
- line-height:1.5em;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a:link, a:active, a:visited{
- color:{color:Accent};
- text-decoration:none;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- a:hover {color:{color:text};}
- .center {
- position:relative;
- margin:50px auto;
- width:calc(550px + 120px);
- {block:PermalinkPage}
- width:calc(400px + 200px);
- {/block:PermalinkPage}
- }
- #posts{
- position:relative;
- {block:PermalinkPage}
- margin-top:100px;
- {/block:PermalinkPage}
- }
- .entry {
- overflow:hidden;
- margin:35px;
- background:#fff;
- padding:15px;
- {block:IfShadows}
- box-shadow: 2px 2px RGBA({RGBcolor:Accent}, 1);
- {/block:IfShadows}
- border:1px solid {color:borders};
- {block:indexpage}
- width:230px;
- opacity:0;
- z-index:-1;
- {/block:indexpage}
- {block:PermalinkPage}
- width:500px;
- padding-bottom:0px;
- {/block:PermalinkPage}
- }
- .entry img{
- max-width:100%;
- display:block;
- position:relative;
- overflow:hidden;
- }
- #zoom{
- position:relative;
- overflow:hidden;
- }
- .entry #zoom img{
- display:block;
- height:auto;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- -webkit-transform: scale(1.2);
- -moz-transform: scale(1.2);
- -o-transform: scale(1.2);
- transform: scale(1.2);
- }
- .entry:hover #zoom img{
- -webkit-filter: grayscale(0%);
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- }
- .mask{
- position:absolute;
- width:230px;
- height:calc(100% - 30px);
- opacity:0.0;
- background:{color:Accent};
- z-index:9;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- transition: all 0.4s ease;
- }
- .entry:hover .mask{
- opacity:0.8;
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- transition: all 0.4s ease;
- }
- .perm1 a, .perm2 a, .perm3 a{
- color:{color:Accent text};
- }
- .perm1 {
- width:20px;
- height:20px;
- text-align:center;
- position:absolute;
- z-index:100;
- top:10%;
- font-size:18px;
- margin-left:55px;
- opacity:0;
- display:inline-block;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .entry:hover .perm1{
- opacity:1;
- top:45%;
- -webkit-transition-delay: 0.50s;
- -webkit-transition: all 0.50s;
- transition: all 0.50s;
- transition-delay: 0.50s;
- }
- .perma1{
- position:absolute;
- text-transform:uppercase;
- font-family:roboto;
- font-weight:300;
- font-style:normal;
- font-size:14px;
- letter-spacing:1px;
- margin-top:20px;
- margin-left:0px;
- width:120px;
- opacity:0;
- visibility:hidden;
- -webkit-transition:opacity 0.3s linear;
- -webkit-transition:all 0.3s linear;
- -moz-transition:all 0.3s linear;
- transition:all 0.3s linear;
- }
- .perm1:hover .perma1{
- opacity:1;
- visibility:visible;
- margin-left:0px;
- }
- .perm2 {
- width:20px;
- height:20px;
- text-align:center;
- position:absolute;
- z-index:100;
- top:70%;
- font-size:18px;
- margin-left:105px;
- opacity:0;
- display:inline-block;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- }
- .entry:hover .perm2 {
- opacity:1;
- top:45%;
- -webkit-transition-delay: 0.50s;
- -webkit-transition: all 0.50s;
- transition: all 0.50s;
- transition-delay: 0.50s;
- }
- .perma2{
- position:absolute;
- text-transform:uppercase;
- font-family:roboto;
- font-weight:300;
- font-style:normal;
- font-size:14px;
- letter-spacing:1px;
- margin-top:20px;
- margin-left:-50px;
- width:120px;
- opacity:0;
- visibility:hidden;
- -webkit-transition:opacity 0.3s linear;
- -webkit-transition:all 0.3s linear;
- -moz-transition:all 0.3s linear;
- transition:all 0.3s linear;
- }
- .perm2:hover .perma2{
- opacity:1;
- visibility:visible;
- margin-left:-50px;
- }
- .perm3 {
- width:20px;
- height:20px;
- text-align:center;
- position:absolute;
- z-index:100;
- top:10%;
- font-size:18px;
- margin-left:155px;
- opacity:0;
- display:inline-block;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- -o-transition:all .5s ease-in-out;
- }
- .entry:hover .perm3 {
- opacity:1;
- top:45%;
- -webkit-transition-delay: 0.50s;
- -webkit-transition: all 0.50s;
- transition: all 0.50s;
- transition-delay: 0.50s;
- }
- .perma3{
- position:absolute;
- text-transform:uppercase;
- font-family:roboto;
- font-weight:300;
- font-style:normal;
- font-size:14px;
- letter-spacing:1px;
- margin-top:20px;
- margin-left:-100px;
- width:120px;
- opacity:0;
- visibility:hidden;
- -webkit-transition:opacity 0.3s linear;
- -webkit-transition:all 0.3s linear;
- -moz-transition:all 0.3s linear;
- transition:all 0.3s linear;
- }
- .perm3:hover .perma3{
- opacity:1;
- visibility:visible;
- margin-left:-100px;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- p {margin:5px 0;}
- p:first-of-type {
- margin-top:0;
- padding-top:0;
- }
- p:last-of-type {
- margin-bottom:0;
- padding-bottom:0;
- }
- small, big {font-size:1em;}
- h1, h2, h3, h4 {
- font-size:2em;
- line-height:24px;
- margin:0;
- padding:0;
- }
- .back{
- padding:0px;
- }
- .etext{
- padding:5px;
- }
- .back a, .a a{
- color:{color:text};
- border-bottom:1px solid {color:borders};
- }
- .back a:hover, .a a:hover{
- color:{color:Accent};
- border-bottom:1px solid {color:Accent};
- }
- .permalinktext{
- margin-left:-15px;
- width:calc(100% + 17px);
- display:block;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:1px;font-size:8px;
- border-top:1px solid {color:borders};
- padding-right:7px;
- padding-top:7px;
- padding-left:7px;
- margin-top:15px;
- height:6px;
- line-height:16px;
- }
- .permalinktext a:hover{
- color:{color:text};
- letter-spacing:3px;font-weight:700;
- }
- /*audio player*/
- #audio {
- width:auto;
- margin:0px;
- height:auto;
- min-height:60px;
- line-height:20px;
- }
- .cover {
- z-index:1;
- width:70px;
- height:70px;
- position:absolute;
- }
- .cover img {
- float:left;
- position:absolute;
- border-radius:0px;
- width:70px;
- height:70px;
- }
- .playbox {
- position:absolute;
- z-index:9;
- background:black;
- opacity:0;
- width:70px;
- height:70px;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .entry:hover .playbox{
- opacity:.8;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .button {
- position:relative;
- z-index: 1000;
- overflow:hidden;
- width:25px;
- height:25px;
- margin:20px 20px 20px 20px;
- }
- .info {
- margin-left:70px;
- margin-top:0px;
- font-size:10px;
- letter-spacing:2px;
- text-align:right;
- text-transform:uppercase;
- line-height:25px;
- background:{color:Accent};
- color:{color:Accent text};
- padding:10px;
- }
- /*title*/
- .title{
- padding:8px;
- padding-left:11px;
- margin-bottom:10px;
- font-size:14px;
- color:{color:Accent text};
- background:{color:Accent};
- text-transform:uppercase;
- letter-spacing:2px;
- line-height:28px;
- }
- .title a{
- color:{color:Accent text};
- }
- /*blockquote & quote*/
- blockquote{
- border-left:1px solid {color:borders};
- margin:5px;
- padding-left:10px;
- line-height:15px;
- }
- .quote{
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- line-height:20px;
- padding:7px;
- background:{color:Accent};
- color:{color:Accent text};
- }
- .cite{
- line-height:15px;
- text-align:right;
- font-family:9px;
- font-style:italic;
- padding:10px;
- padding-bottom:7px;
- background:rgba({RGBcolor:Accent}, 0.7);
- color:{color:Accent text};
- }
- .cite a{
- color:{color:Accent text};
- }
- /*ask style*/
- .as{
- color:{color:text};
- letter-spacing:0px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:10px;
- font-family:roboto;
- font-size:10px;
- text-align:center;
- overflow:hidden;
- background:{color:Accent};
- color:{color:Accent text};
- }
- .as a{color:{color:Accent text};}
- .q{
- margin-top:10px;
- margin-bottom:10px;
- line-height:14px;
- }
- .qline{
- height:1px;
- display:block;
- width:50%;
- margin-left:25%;
- background:{color:borders};
- }
- .a{
- line-height:14px;
- margin-top:10px;
- }
- .a img{
- width:100%;
- height:auto;
- }
- /*chat styling*/
- .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{
- background:rgba({RGBcolor:Accent}, 1);
- padding:7px;
- color:{color:Accent text};}
- .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{
- background:rgba({RGBcolor:Accent}, 0.8);
- padding:7px;
- color:{color:Accent text};}
- /*permalink notes*/
- .caption{
- padding-top:10px;
- padding-bottom:10px;
- }
- .l{
- display:block;
- border-top:1px solid {color:borders};
- margin-left:-15px;
- width:calc(100% + 30px);
- }
- .inf{
- display:block;
- margin-top:10px;
- margin-bottom:10px;
- line-height:17px;
- }
- .tg{display:block;}
- .tg a:after{content:',';}
- .tg a:last-of-type:after {content:'.';}
- .inf a, .notas a, .tg a{color:{color:text};}
- .inf a:hover, .notas a:hover, .tg a:hover{color:{color:Accent};}
- .notas{
- margin-top:0px;
- display:none;
- padding:0px;margin-left:-15px;
- width:calc(100% + 30px);
- color:{color:text};
- }
- ol.notes{padding:0px;margin:0px;list-style-type:none;}
- ol.notes li.note{padding:8px;text-align:left;border-top:1px solid {color:borders};}
- ol.notes li.note img.avatar {border-radius:0%;float:left;margin-right:10px;}
- ol.notes li.note blockquote a {text-decoration:none;}
- li.more_notes_link_container {text-transform: uppercase;font-size:1em;line-height:150%;letter-spacing:1px;}
- li.more_notes_link_container:hover{letter-spacing:4px;}
- img:not(.lightbox-image) {max-width:100%;height:auto;}
- #top{
- position:fixed;
- top:0px;
- left:0px;
- width:100%;
- height:15px;
- background:{color:Accent};
- z-index:999999;
- }
- #top2{
- position:fixed;
- top:15px;
- left:20px;
- width:100%;
- height:5px;
- border-bottom:1px solid {color:Accent};
- background:{color:background};
- z-index:999999;
- }
- #left{
- position:fixed;
- top:0px;
- left:0px;
- width:15px;
- height:100%;
- background:{color:Accent};
- z-index:999999;
- }
- #left2{
- position:fixed;
- top:20px;
- left:20px;
- width:1px;
- height:100%;
- background:{color:Accent};
- z-index:999999;
- }
- #sidebar {
- width:160px;
- height:auto;
- {block:IfShadows}
- box-shadow: 2px 2px RGBA({RGBcolor:Accent}, 1) ;
- {/block:IfShadows}
- border:1px solid {color:borders};
- position:fixed;
- background:white;
- margin-left:calc(20px - 250px);
- top:180px;
- z-index:999999;
- padding:10px;
- padding-bottom:5px;
- height:auto;
- color:{color:text};
- }
- .titulo {
- color:{color:Accent};
- margin-top:-25px;
- margin-left:12px;
- font-family:Dancing Script;
- font-size:32px;
- letter-spacing:1px;
- z-index:999999;
- text-align:left;
- width:auto;
- padding:3px;
- background:{color:background};
- position:absolute; }
- .desc{
- margin-top:4px;
- text-align:center;
- }
- .links{
- margin-top:6px;
- border-top:1px solid {color:borders};
- padding-top:5px;
- margin-left:0px;
- opacity:1;
- transition:0.4s;
- }
- .links a{
- font-size:11px;
- display:inline-block;
- margin-left:2px;
- text-align:center;
- width:17px;
- height:14px;
- padding:5px;
- color:{color:Accent};
- -webkit-transition:All 0.5s ease-in-out;
- -moz-transition:All 0.5s ease-in-out;
- -ms-transition:All 0.5s ease-in-out;
- -o-transition:All 0.5s ease-in-out;
- transition:All 0.5s ease-in-out;
- }
- .links a:hover{
- background:{color:Accent};
- color:{color:Accent text};
- }
- #infscr-loading { display:none!Important; }
- </style>
- </head>
- <body>
- <div id="top"></div>
- <div id="top2"></div>
- <div id="left"></div>
- <div id="left2"></div>
- <div class="center">
- <div id="sidebar">
- <div class="titulo">{text:blogtitle}</div>
- <div class="desc">
- {description}
- </div>
- <div class="links">
- <a title="{text:Home Label}" href="/"><i class="fa fa-home"></i></a>
- <a title="{text:Ask Label}" href="/ask"><i class="fa fa-envelope"></i></a>
- <a title="{text:Extra link 1}" href="{text:Extra link 1 URL}"><i class="fa fa-tags"></i></a>
- <a title="{text:Extra link 2}" href="{text:Extra link 2 URL}"><i class="fa fa-user"></i></a>
- <a title="{text:Archive Label}" href="/archive"><i class="fa fa-calendar"></i></a>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="back">{Body}</div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <div class="title">
- <a href="{URL}">{Name} <i class="fa fa-angle-right"></i></a></div>
- <div class="back">{block:Description}{Description}{/block:Description}
- </div>{block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <div class="perm1">
- <a href="{Permalink}"><i class="fa fa-calendar"></i></a>
- <div class="perma1">
- <a href="{Permalink}">{Month} {DayOfMonth}</a></div>
- </div><div class="perm2"><a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a>
- <div class="perma2"><a href="{ReblogURL}" target="_blank">reblog this</a></div>
- </div>
- <div class="perm3">
- <a href="{Permalink}"><i class="fa fa-comments"></i></a>
- <div class="perma3"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
- </div>
- <div class="mask"></div>
- <div id="zoom">
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="back"><div class="quote">❝ {quote}</div>
- <div class="cite">— {Source}</div></div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}<div class="back">
- <div class="chat">
- {block:Title}<span class="title">{Title}</span></span>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
- </div></div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}<div class="back">
- <div id="audio">
- <div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
- {block:AlbumArt}
- <div class="cover"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playbox">
- <div class="button">
- {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- <div class="info">
- <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
- <div style="text-transform:uppercase;font-size:8px;letter-spacing:2px;color:{color:Accent text};font-family:{select:Font};">
- <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</div>
- </div>
- </div></div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Video}
- {block:Answer}<div class="back">
- <div class="as">{Asker} asked:</div>
- <div class="q">{Question}</div>
- <div class="qline"></div>
- <div class="a">{Answer}</div></div>
- {block:IndexPage}
- <div class="permalinktext">
- Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
- {/block:IndexPage}
- {/block:Answer}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:PermalinkPage}
- <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {block:Date}
- <div class="l"></div>
- <div class="inf">
- Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm} <br>
- {block:RebloggedFrom}
- source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- <div class="tg">
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}
- </div>
- <a title="show notes" class="show">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
- <div class="notas">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Date}
- </div>
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- </div>
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next"></a>
- {/block:NextPage}
- {/block:Pagination}</div></div>
- <!--Like seriously guys, DON'T TOUCH any of this scripts unless you know what it does or you will ruin your whole theme--->
- <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
- <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700|Hind:400,700|Dancing+Script:400,700|Open+Sans:400,700|Muli|Kurale|PT+Serif:400,700|Old+Standard+TT:400,700|Roboto:400,700|Roboto+Condensed:400,700|Lato:400,700|Raleway:400,700,300|Montez|Karla:400,700|Quicksand:400,700|Petit+Formal+Script|Clicker+Script|Mako|Maven+Pro:400,700' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src ="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
- <script src="http://static.tumblr.com/8pnyeus/nfIo2oh8w/l-script.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- $(".show").click(function(){
- $(".notas").slideToggle("slow");
- });
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('#posts');
- $container.masonry({ itemSelector: '.entry' });
- $container.imagesLoaded(function(){
- $container.masonry();
- $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
- });
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- resizeVideos(); },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- });
- {/block:IndexPage}
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment