Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!---------------------------------------------------------------------
- THEME 35 - MADE BY YEOLI.TUMBLR.COM
- -- Credits --
- masonry : masonry.desandro.com
- infinite scroll : infinite-scroll.com
- icon font : pixeden.com/icon-fonts/stroke-7-icon-font-set
- video resize : shythemes.tumblr.com/post/134536748863/
- ---------------------------------------------------------------------->
- <head>
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- {block:Hidden}
- <meta name="color:Background" content="#f9f9f9"/>
- <meta name="color:Post Bg" content="#ffffff"/>
- <meta name="color:Borders" content="#eaeaea"/>
- <meta name="color:Text" content="#abadad"/>
- <meta name="color:Bold Text" content="#88b3b3"/>
- <meta name="color:Italic Text" content="#88b3b3"/>
- <meta name="color:Links" content="#333333"/>
- <meta name="color:Links Hover" content="#88b3b3"/>
- <meta name="color:Permalink Text" content="#ffffff"/>
- <meta name="color:Permalink Bg" content="#000000"/>
- <meta name="color:Header Navigation" content="#333333"/>
- <meta name="color:Description Text" content="#abadad"/>
- <meta name="color:Description Bg" content="#f9f9f9"/>
- <meta name="color:Tooltip Text" content="#ffffff"/>
- <meta name="color:Tooltip Bg" content="#000000"/>
- <meta name="color:Scrollbar Bg" content="#ffffff"/>
- <meta name="color:Scrollbar Border" content="#bbbbbb"/>
- <meta name="color:Scrollbar Hover" content="#000000"/>
- <meta name="if:Custom Tumblr Controls" content="1"/>
- <meta name="if:Show Post Info" content="1"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Infinite Scroll with Load More Button" content="1"/>
- <meta name="image:Background Image" content=""/>
- <meta name="if:Background Image Repeat" content="1"/>
- <meta name="if:Background Image Stretch" content="0"/>
- <meta name="text:Background Image Positioning" content="Center"/>
- <meta name="text:Font Size" content="11px"/>
- <meta name="text:Font Name" content="Open Sans"/>
- <meta name="text:Custom Web Font URL" content="https://fonts.googleapis.com/css?family=Open+Sans:400,700"/>
- <meta name="text:Enlarge nth Post" content="7n"/>
- <meta name="text:Number of Columns" content="3"/>
- <meta name="text:Post Width" content="160"/>
- <meta name="text:Post Margins Size" content="20"/>
- <meta name="text:Post Paddings Size" content="20"/>
- <meta name="text:Border Radius" content="0"/>
- <meta name="text:Link 1" content="Link 1"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content="Link 2"/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content="Link 3"/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content="Link 4"/>
- <meta name="text:Link 4 URL" content="">
- <meta name="text:Link 5" content="Link 5"/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 6" content="Link 6"/>
- <meta name="text:Link 5 URL" content=""/>
- {/block:Hidden}
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/kmw8hta/bN0oysnob/pe-icon-7-stroke.css"/>
- <style>
- /***** FONT FAMILY ****/
- @import url('{text:Custom Web Font URL}');
- body {
- font-family: '{text:Font Name}', sans-serif;
- font-size: {text:Font Size};
- }
- .header, .tags, #s-m-t-tooltip {
- font-size: 9px;
- }
- .description, .note-no, .p-tag {
- font-size: 10px;
- }
- .time {
- font-size: 13px;
- }
- /*************************/
- ::-webkit-scrollbar {
- width: 7px;
- height: 7px;
- background-color: {color:Scrollbar Bg};
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background-color: {color:Scrollbar Bg};
- border: 1px solid {color:Scrollbar Border};
- }
- ::-webkit-scrollbar-thumb:hover {
- border: 1px solid {color:Scrollbar Hover};
- }
- ::-webkit-scrollbar-thumb:active {
- background-color: {color:Scrollbar Hover};
- border: 1px solid {color:Scrollbar Bg};
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- #tumblr_controls, .tmblr-iframe{
- {block:IfCustomTumblrControls}
- {block:IndexPage}display: none!important;{/block:IndexPage}
- {/block:IfCustomTumblrControls}
- position: fixed!important;
- z-index: 99999!important;
- top: 2px!important;
- right: 3%!important;
- }
- *{
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- body {
- cursor: default;
- word-wrap: break-word;
- text-align: center;
- color: {color:Text};
- background-color: {color:Background};
- }
- a, a:link, a:active, a:visited {
- outline: none;
- text-decoration: none;
- color: {color:Links};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- a:hover {
- text-decoration: none;
- color: {color:Links Hover};
- }
- p {
- display: block;
- margin: 1em 0;
- }
- img { max-width: 100%; }
- b, strong { font-weight: bold; color: {color:Bold Text}; }
- i, em { color: {color:Italic Text}; }
- h1, h2, h3, h4, h5, h6 {
- margin: 10px 0;
- font-weight: bold;
- line-height: 1em;
- color: {color:Bold Text};
- }
- h1 { font-size: 1.575em; }
- h2 { font-size: 1.500em; }
- h3 { font-size: 1.375em; }
- h4 { font-size: 1.275em; }
- h5 { font-size: 1.150em; }
- h6 { font-size: 1.000em; }
- a h1, a h2, a h3, a h4, a h5, a h6 {
- color: {color:Links};
- }
- a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
- color: {color:Links Hover};
- }
- blockquote {
- margin: 10px 10%;
- padding: 5px 10px;
- text-align: left;
- border-left: 1px dashed {color:Italic Text};
- }
- #grid {
- position: relative;
- width: 100%;
- height: 100vh;
- display: grid;
- grid-template-columns: 160px calc(100% - 160px);
- grid-template-rows: 60px calc(100% - 140px) 80px;
- grid-template-areas: "sidebar header"
- "sidebar main"
- "search main";
- }
- #header {
- position: relative;
- grid-area: header;
- background-color: {color:Post Bg};
- border-bottom: 1px solid {color:Borders};
- }
- .tumblr-ctrl {
- position: relative;
- z-index: 100;
- grid-area: header;
- justify-self: end;
- align-self: center;
- margin-right: 4%;
- list-style-type: none;
- display: flex;
- }
- .tumblr-ctrl a {
- display: block;
- margin-left: 6px;
- width: 24px;
- font-size: 15px;
- }
- .status-bar { width: 150px; }
- .tumblr-ctrl a, .status-bar {
- height: 24px;
- line-height: 22px;
- border-radius: calc({text:Border Radius}px / 1.5);
- color: {color:Description Text};
- background-color: {color:Description Bg};
- border: 1px solid {color:Borders};
- }
- .slide-toggle { display: none; }
- .slidemenu {
- position: relative;
- z-index: 99;
- grid-area: header;
- justify-self: start;
- overflow: hidden;
- margin-left: 4%;
- width: 213px;
- height: 60px;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .slidemenu label{ display: block; float: left; }
- .slidemenu label a {
- display: block;
- line-height: 59px;
- color: {color:Header Navigation};
- }
- .slidemenu label a:hover {
- color: {color:Links Hover};
- }
- .slide-1 { width: 42px; margin-left: 4px; }
- .slide-2 { width: 32px; margin-left: 10px; }
- .slide-3 { width: 56px; margin-left: 10px; }
- .slide-4 { width: 48px; margin-left: 10px; }
- .slider { display: block; width: 100%; height: 1px; }
- .slider .bar {
- margin: 0;
- width: 50px;
- height: 1px;
- background-color: {color:Header Navigation};
- }
- .slidemenu label, .slider .bar {
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear;
- transition: all 0.3s linear;
- -webkit-transition-delay: 0.15s;
- -moz-transition-delay: 0.15s;
- -o-transition-delay: 0.15s;
- transition-delay: 0.15s;
- }
- .slidemenu input:hover ~ .slider .bar { background-color: {color:Links Hover}; transition-delay: 0s;}
- .slidemenu #slide-1:hover ~ .slider .bar { margin-left: 0px; }
- .slidemenu #slide-2:hover ~ .slider .bar { margin-left: 47px; }
- .slidemenu #slide-3:hover ~ .slider .bar { margin-left: 101px; }
- .slidemenu #slide-4:hover ~ .slider .bar { margin-left: 163px; }
- #sidebar {
- position: relative;
- grid-area: sidebar;
- overflow-y: auto;
- background-color: {color:Post Bg};
- border-right: 1px solid {color:Borders};
- {block:IndexPage}
- {block:IfCustomTumblrControls}
- padding: 30px 20px 40px 20px;
- {block:IfInfiniteScroll}
- padding: 30px 20px 10px 20px;
- {/block:IfInfiniteScroll}
- {block:IfInfiniteScrollwithLoadMoreButton}
- padding: 30px 20px 10px 20px;
- {/block:IfInfiniteScrollwithLoadMoreButton}
- {/block:IfCustomTumblrControls}
- {block:IfNotCustomTumblrControls}
- padding: 30px 20px 70px 20px;
- {block:IfInfiniteScroll}
- padding: 30px 20px 40px 20px;
- {/block:IfInfiniteScroll}
- {block:IfInfiniteScrollwithLoadMoreButton}
- padding: 30px 20px 40px 20px;
- {/block:IfInfiniteScrollwithLoadMoreButton}
- {/block:IfNotCustomTumblrControls}
- {/block:IndexPage}
- {block:PermalinkPage}
- padding: 30px 20px 10px 20px;
- {/block:PermalinkPage}
- }
- .line {
- margin: 29px 0 0 60px;
- width: 58px;
- height: 1px;
- background-color: {color:Borders};
- }
- .blog-avatar {
- overflow: hidden;
- margin-top: -20px;
- width: 40px;
- height: 40px;
- padding: 6px;
- border-radius: {text:Border Radius}px;
- border: 1px solid {color:Borders};
- }
- .blog-avatar img {
- border-radius: calc({text:Border Radius}px / 1.5);
- }
- .title {
- margin-top: 30px;
- font-size: 1.45em;
- font-weight: bold;
- line-height: 1.05em;
- color: {color:Bold Text};
- }
- .desc {
- padding: 10px;
- line-height: 1.15em;
- border-radius: {text:Border Radius}px;
- color: {color:Description Text};
- background-color: {color:Description Bg};
- border: 1px solid {color:Borders};
- }
- .desc a { color: {color:Bold Text}; }
- .desc a:hover { color: {color:Links}; }
- .links {
- overflow: hidden;
- margin-top: 30px;
- list-style-type: none;
- text-align: right;
- text-transform: uppercase;
- letter-spacing: 1px;
- line-height: 1.125em;
- }
- .links li { display: block; margin: 6px 0; }
- .links li a {
- display: block;
- position: relative;
- padding: 6px 5px;
- color: {color:Text};
- }
- .links li a:hover {
- color: {color:Links Hover};
- }
- .links li a:before {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 1px;
- content: '.';
- color: transparent;
- background-color: {color:Borders};
- }
- .links li a:after {
- position: absolute;
- bottom: 0;
- left: -15%;
- opacity: 0;
- width: 25%;
- height: 1px;
- content: '.';
- color: transparent;
- background-color: {color:Header Navigation};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear;
- transition: all 0.3s linear;
- -webkit-transition-delay: 0.15s;
- -moz-transition-delay: 0.15s;
- -o-transition-delay: 0.15s;
- transition-delay: 0.15s;
- }
- .links li:hover a:after {
- left: 70%;
- opacity: 1;
- background-color: {color:Links Hover};
- -webkit-transition-delay: 0s;
- -moz-transition-delay: 0s;
- -o-transition-delay: 0s;
- transition-delay: 0s;
- }
- .status-side {
- {block:IfNotInfiniteScroll}bottom: 110px;{/block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}bottom: 80px;{/block:IfInfiniteScroll}
- {block:IfInfiniteScrollwithLoadMoreButton}bottom: 80px;{/block:IfInfiniteScrollwithLoadMoreButton}
- position: fixed;
- z-index: 97;
- left: 0px;
- width: 160px;
- height: 30px;
- line-height: 29px;
- color: {color:Description Text};
- background-color: {color:Description Bg};
- border-top: 1px solid {color:Borders};
- border-right: 1px solid {color:Borders};
- }
- .pagi {
- {block:IfInfiniteScrollwithLoadMoreButton}display: none;{/block:IfInfiniteScrollwithLoadMoreButton}
- overflow: hidden;
- list-style-type: none;
- position: fixed;
- z-index: 98;
- left: 0px;
- bottom: 80px;
- width: 160px;
- height: 30px;
- line-height: 29px;
- color: {color:Text};
- background-color: {color:Post Bg};
- border-top: 1px solid {color:Borders};
- }
- .pagi-button {
- overflow: hidden;
- position: relative;
- z-index: 1;
- float: left;
- width: 80px;
- height: 30px;
- background-color: {color:Post Bg};
- border-right: 1px solid {color:Borders};
- }
- .pagi-button span { opacity: 0.5; }
- .pagi-link {
- position: absolute;
- z-index: 2;
- width: 80px;
- height: 30px;
- color: {color:Text};
- background-color: {color:Post Bg};
- }
- .pagi-link:hover {
- color: {color:Links Hover};
- background-color: {color:Description Bg};
- }
- #search {
- position: relative;
- grid-area: search;
- background-color: {color:Post Bg};
- border-top: 1px solid {color:Borders};
- border-right: 1px solid {color:Borders};
- }
- .search {
- position: relative;
- z-index: 99;
- grid-area: search;
- justify-self: center;
- align-self: center;
- overflow: hidden;
- height: 24px;
- width: 120px;
- border-radius: calc({text:Border Radius}px / 1.5);
- border: 1px solid {color:Borders};
- }
- .search input {
- overflow: hidden;
- padding: 0;
- outline: 0;
- border: 0;
- }
- #smb {
- position: relative;
- float: right;
- cursor: pointer;
- width: 25px;
- height: 24px;
- font-size: 15px;
- font-family: 'Pe-icon-7-stroke';
- color: {color:Description Text};
- background-color: {color:Description Bg};
- border-left: 1px solid {color:Borders};
- }
- .sb {
- float: left;
- height: 24px;
- width: 93px;
- text-align: left;
- text-indent: 10px;
- color: {color:Text};
- }
- #main {
- position: relative;
- z-index: 0;
- grid-area: main;
- overflow: auto;
- {block:IfBackgroundImageRepeat}background-repeat: repeat;{/block:IfBackgroundImageRepeat}
- {block:IfNotBackgroundImageRepeat}background-repeat: no-repeat;{/block:IfNotBackgroundImageRepeat}
- {block:IfBackgroundImageStretch}-webkit-background-size: cover; background-size: cover;{/block:IfBackgroundImageStretch}
- background-position: {text:Background Image Positioning};
- {block:IfBackgroundImageImage}background-image: url('{image:Background Image}');{/block:IfBackgroundImageImage}
- }
- #container { margin: 0px auto; padding: 80px 0; }
- .container { position: relative; list-style-type: none; }
- #container, .container {
- {block:IndexPage}
- width: calc({text:Post Width}px * {text:Number of Columns} + {text:Post Margins Size}px * ({text:Number of Columns} - 1));
- {/block:IndexPage}
- {block:PermalinkPage}
- width: calc(402px + {text:Post Paddings Size}px * 2);
- {/block:PermalinkPage}
- }
- .clear {
- content: '';
- clear: both;
- display: table;
- }
- {block:IndexPage}.container.are-images-unloaded { opacity: 0; }{/block:IndexPage}
- .col-size { width: {text:Post Width}px; }
- .gutter-size { width: {text:Post Margins Size}px; }
- .posts {
- position: relative;
- float: left;
- overflow: hidden;
- {block:IndexPage}
- margin-bottom: {text:Post Margins Size}px;
- width: {text:Post Width}px;
- height: {text:Post Width}px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: calc(402px + {text:Post Paddings Size}px * 2);
- margin-bottom: -1px;
- {/block:PermalinkPage}
- border-radius: {text:Border Radius}px;
- border: 1px solid {color:Borders};
- }
- .posts:nth-child({text:Enlarge nth Post}) {
- width: calc({text:Post Width}px * 2 + {text:Post Margins Size}px);
- height: calc({text:Post Width}px * 2 + {text:Post Margins Size}px);
- }
- .post {
- position: relative;
- overflow: hidden;
- line-height: 1.125em;
- {block:IndexPage}
- width: calc({text:Post Width}px - 2px);
- height: calc({text:Post Width}px - 2px);
- {/block:IndexPage}
- {block:PermalinkPage}
- width: calc(400px + {text:Post Paddings Size} * 2 );
- {/block:PermalinkPage}
- background-color: {color:Post Bg};
- border: {text:Post Paddings Size}px solid {color:Post Bg};
- }
- .posts:nth-child({text:Enlarge nth Post}) .post{
- width: calc({text:Post Width}px * 2 + {text:Post Margins Size}px - 2px);
- height: calc({text:Post Width}px * 2 + {text:Post Margins Size}px - 2px);
- }
- .post a, .desc a { position: relative; display: inline-block; }
- .post a:after, .desc a:after {
- position: absolute;
- bottom: 0;
- left: 0;
- opacity: 0;
- width: 0;
- height: 1px;
- content: '.';
- color: transparent;
- background-color: {color:Links Hover};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .post a:hover:after, .desc a:hover:after {
- opacity: 1;
- width: 100%;
- }
- .post ol, .post ul { margin: 10px 10%; text-align: left; }
- .post ol{ counter-reset: item; }
- .post ol li { display: block; text-indent: -45px; margin: 0.4em 0; }
- .post ol li::before {
- content: counter(item) ". ";
- counter-increment: item;
- display: inline-block;
- margin-right: 5px;
- width: 40px;
- text-align: right;
- color: {color:Bold Text};
- }
- .post ul{ list-style: none; }
- .post ul li { margin: 0.4em 0; }
- .post ul li:before{
- content: '';
- display: inline-block;
- position: absolute;
- margin-left: -17px;
- width: 10px;
- height: 0.5em;
- border-bottom: 1px solid {color:Bold Text};
- }
- .overflow {
- {block:IndexPage}
- position: absolute;
- z-index: 5;
- bottom: -10%;
- width: 100%;
- height: 10%;
- background-color: {color:Post Bg};
- box-shadow: 0 0 30px 10px #fff;
- {/block:IndexPage}
- }
- .center {
- {block:IndexPage}
- width: 100%;
- margin: 50%;
- transform: translate(-50%,-50%);
- {/block:IndexPage}
- }
- .entry { padding: 10%; max-height: 100%; }
- .chat { margin-bottom: 5px; }
- .chat span {
- display: block;
- font-weight: bold;
- color: {color:Bold Text};
- }
- .vid {
- {block:IndexPage}
- width: 100%;
- margin: 50%;
- float: left;
- transform: translate(-50%,-50%);
- {/block:IndexPage}
- }
- .instagram-media { {block:IndexPage}transform: translate(0,36px);{/block:IndexPage}}
- .soundcloud_audio_player { margin-top: 2px; }
- .audio {
- {block:IndexPage}
- width: 100%;
- height: 100%;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 400px;
- height: 400px;
- {/block:PermalinkPage}
- }
- .album-art {
- position: relative;
- width: 100%;
- height: 100%;
- margin-bottom: -100%;
- }
- .album-art img { width: 100%; }
- .player {
- overflow: hidden;
- position: relative;
- z-index: 5;
- margin: 50%;
- width: 33px;
- height: 32px;
- background: black;
- border-radius: {text:Border Radius}px;
- {block:IndexPage}
- transform: translate(-50%,-50%);
- {/block:IndexPage}
- {block:PermalinkPage}
- transform: translate(-50%,-50%) scale(1.5,1.5);
- {/block:PermalinkPage}
- }
- .posts:nth-child({text:Enlarge nth Post}) .player {
- transform: translate(-50%,-50%) scale(1.3,1.3);
- }
- .tumblr_audio_player {
- filter: invert(100%);
- width: 32px;
- margin-top: 2px;
- margin-left: -3px;
- }
- .ask-border {
- position: relative;
- z-index: 1;
- margin: 20px 0 -21px 0;
- width: 100%;
- height: 1px;
- background-color: {color:Borders};
- }
- .ask img {
- overflow: hidden;
- position: relative;
- z-index: 2;
- width: 40px;
- padding: 6px;
- border-radius: {text:Border Radius}px;
- background-color: {color:Post Bg};
- border: 1px solid {color:Borders};
- }
- .ask a { color: {color:Bold Text}; }
- .ask a:hover { color: {color:Links}; }
- .ask { border-bottom: 1px solid {color:Borders}; }
- .ask {
- position: relative;
- padding-bottom: 20px;
- margin-bottom: 20px;
- }
- .permalink {
- overflow: hidden;
- position: absolute;
- z-index: 10;
- opacity: 0;
- top: 0;
- right: 6%;
- width: 86px;
- border-radius: calc({text:Border Radius}px / 1.5);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .post:hover .permalink {
- top: 6%;
- opacity: 1;
- }
- .permalink a {
- float: left;
- margin-left: 1px;
- padding: 4px;
- width: 28px;
- height: 28px;
- line-height: 20px;
- font-size: 14px;
- color: {color:Permalink Text};
- background-color: {color:Permalink Bg};
- -webkit-transition: all 0s;
- -moz-transition: all 0s;
- -o-transition: all 0s;
- transition: all 0s;
- }
- .permalink a:hover {
- color: {color:Links Hover};
- }
- .lkbn .like_button {
- position: absolute;
- z-index: 6;
- opacity: 0;
- {block:PermalinkPage}display: none;{/block:PermalinkPage}
- }
- .lkbn .like_button.liked + .likeb { font-weight: bold; color: #cc0000; }
- .post-info {
- cursor: default;
- overflow: hidden;
- position: absolute;
- z-index: 10;
- opacity: 0;
- bottom: 0;
- right: 6%;
- padding: 4px;
- width: 28px;
- height: 28px;
- border-radius: calc({text:Border Radius}px / 1.5);
- color: {color:Permalink Text};
- background-color: {color:Permalink Bg};
- transition: all 0.5s ease-in-out;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .post:hover .post-info {
- bottom: 6%;
- opacity: 1;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .post:hover .post-info:hover {
- bottom: 0;
- right: 0;
- width: 100%;
- height: 100%;
- border-radius: 0px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .info-icon {
- width: 20px;
- height: 20px;
- line-height: 20px;
- font-size: 13px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .post-info:hover .info-icon {
- margin-top: -20px;
- -webkit-transition: all 0s;
- -moz-transition: all 0s;
- -o-transition: all 0s;
- transition: all 0s;
- }
- .info {
- overflow: hidden;
- opacity: 0;
- max-height: 100%;
- padding: 2px 0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .post-info:hover .info {
- opacity: 1;
- -webkit-transition-delay: 0.4s;
- -moz-transition-delay: 0.4s;
- -o-transition-delay: 0.4s;
- transition-delay: 0.4s;
- }
- .time {
- margin-top: 10px;
- font-weight: bold;
- text-transform: uppercase;
- }
- .note-no {
- font-style: italic;
- }
- .tags { margin: 14px 0 4px 0; }
- .tags a {
- display: inline;
- line-height: 1em;
- color: {color:Permalink Text};
- -webkit-transition: all 0s;
- -moz-transition: all 0s;
- -o-transition: all 0s;
- transition: all 0s;
- }
- .tags a:hover { color: {color:Links Hover}; }
- .tags span, .p-tag span { display: inline; vertical-align: middle; }
- .p-tag { margin: 20px 0 5px 0; }
- .p-tag a { color: {color:Text}; }
- .p-tag a:hover { color: {color:Links Hover}; }
- .source { margin-top: 25px; }
- .source a{
- display: inline-block;
- margin: 1px 6px;
- width: 24px;
- height: 24px;
- line-height: 22px;
- font-size: 16px;
- border-radius: calc({text:Border Radius}px / 1.5);
- color: {color:Description Text};
- background-color: {color:Description Bg};
- border: 1px solid {color:Borders};
- }
- ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- text-align: center;
- }
- ol.notes li:before { display: none; }
- ol.notes li { margin: 6px 0; text-indent: 0;}
- ol.notes img.avatar {
- overflow: hidden;
- display: inline;
- margin-right: 10px;
- padding: 4px;
- width: 22px;
- height: 22px;
- vertical-align: middle;
- border-radius: {text:Border Radius}px;
- background-color: {color:Description Bg};
- border: 1px solid {color:Borders};
- }
- .pagination { display: none; }
- .page-load-status { display: none; margin: 40px auto -20px auto; }
- .load-more-button {
- cursor: pointer;
- position: relative;
- overflow: hidden;
- margin: 40px auto 0 auto;
- width: 90px;
- height: 26px;
- line-height: 24px;
- border-radius: calc({text:Border Radius}px / 1.5);
- color: {color:Text};
- background-color: {color:Post Bg};
- border: 1px solid {color:Borders};
- }
- #totop {
- cursor: pointer;
- display: none;
- position: fixed;
- z-index: 99999;
- overflow: hidden;
- width: 30px;
- height: 30px;
- bottom: 20px;
- right: 28px;
- font-size: 28px;
- line-height: 28px;
- border-radius: calc({text:Border Radius}px / 1.5);
- color: {color:Text};
- background-color: {color:Post Bg};
- border: 1px solid {color:Borders};
- }
- #s-m-t-tooltip{
- overflow: hidden;
- z-index: 99999;
- margin: 10px 16px;
- padding: 4px 10px;
- color: {color:Tooltip Text};
- background-color: {color:Tooltip Bg};
- border-radius: calc({text:Border Radius}px / 1.5);
- }
- .permalink a:after, .source a:after, .tags a:after, .ai:after, .notes a:after { display: none; }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="totop" class="pe-7s-angle-up"></div>
- <div id="grid">
- <div id="header"></div>
- {block:IfCustomTumblrControls}{block:IndexPage}
- <ul class="tumblr-ctrl">
- {block:Pagination}
- <li>
- {block:IfNotInfiniteScroll}
- <div class="status-bar description" style="{block:IfInfiniteScrollwithLoadMoreButton}display: none;{/block:IfInfiniteScrollwithLoadMoreButton}">Currently on page {CurrentPage}</div>
- {/block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}
- <div class="status-bar description status" style="{block:IfInfiniteScrollwithLoadMoreButton}display: none;{/block:IfInfiniteScrollwithLoadMoreButton}">Currently on page 1</div>
- {/block:IfInfiniteScroll}
- {block:IfInfiniteScrollwithLoadMoreButton}
- <div class="status-bar description status">Currently on page 1</div>
- {/block:IfInfiniteScrollwithLoadMoreButton}
- </li>
- {/block:Pagination}
- <li><a class="pe-7s-add-user" href="https://www.tumblr.com/follow/{Name}" title="Follow"></a></li>
- <li><a class="pe-7s-comment" href="https://www.tumblr.com/message/{Name}" title="Message"></a></li>
- <li><a class="pe-7s-global" href="https://www.tumblr.com/dashboard" title="Dashboard"></a></li>
- </ul>
- {/block:IndexPage}{/block:IfCustomTumblrControls}
- <div class="slidemenu header">
- <input type="radio" name="slideItem" id="slide-1" class="slide-toggle" checked/>
- <label for="slide-1" class="slide-1"><a href="/">Home</a></label>
- <input type="radio" name="slideItem" id="slide-2" class="slide-toggle"/>
- <label for="slide-2" class="slide-2"><a href="/ask">Ask</a></label>
- <input type="radio" name="slideItem" id="slide-3" class="slide-toggle"/>
- <label for="slide-3" class="slide-3"><a href="/archive">Archive</a></label>
- <input type="radio" name="slideItem" id="slide-4" class="slide-toggle"/>
- <label for="slide-4" class="slide-4"><a href="https://yeoli.tumblr.com" target="_blank">Theme</a></label>
- <div class="clear"></div>
- <div class="slider">
- <div class="bar"></div>
- </div>
- </div>
- <div id="sidebar">
- <div class="line"></div>
- <div class="blog-avatar"><img src="{PortraitURL-40}"/></div>
- <div class="title">{Title}</div>
- {block:Description}<div class="desc description">{Description}</div>{/block:Description}
- <ul class="links header">
- {block:IfLink1}<li><a href="{text:Link 1 URL}">{text:Link 1}</a></li>{/block:IfLink1}
- {block:IfLink2}<li><a href="{text:Link 2 URL}">{text:Link 2}</a></li>{/block:IfLink2}
- {block:IfLink3}<li><a href="{text:Link 3 URL}">{text:Link 3}</a></li>{/block:IfLink3}
- {block:IfLink4}<li><a href="{text:Link 4 URL}">{text:Link 4}</a></li>{/block:IfLink4}
- {block:IfLink5}<li><a href="{text:Link 5 URL}">{text:Link 5}</a></li>{/block:IfLink5}
- {block:IfLink6}<li><a href="{text:Link 6 URL}">{text:Link 6}</a></li>{/block:IfLink6}
- </ul>
- {block:IndexPage}{block:Pagination}
- {block:IfNotCustomTumblrControls}
- <div class="status-side description">
- {block:IfNotInfiniteScroll}
- <div style="{block:IfInfiniteScrollwithLoadMoreButton}display: none;{/block:IfInfiniteScrollwithLoadMoreButton}">Currently on page {CurrentPage}</div>
- {/block:IfNotInfiniteScroll}
- {block:IfInfiniteScroll}
- <div class="status" style="{block:IfInfiniteScrollwithLoadMoreButton}display: none;{/block:IfInfiniteScrollwithLoadMoreButton}">Currently on page 1</div>
- {/block:IfInfiniteScroll}
- {block:IfInfiniteScrollwithLoadMoreButton}
- <div class="status">Currently on page 1</div>
- {/block:IfInfiniteScrollwithLoadMoreButton}
- </div>
- {/block:IfNotCustomTumblrControls}
- {block:IfNotInfiniteScroll}
- <div class="pagi description">
- <div class="pagi-button">
- {block:PreviousPage}<a href="{PreviousPage}"><div class="pagi-link">Prev</div></a>{/block:PreviousPage}
- <span>Prev</span>
- </div>
- <div class="pagi-button">
- {block:NextPage}<a href="{NextPage}"><div class="pagi-link">Next</div></a>{/block:NextPage}
- <span>Next</span>
- </div>
- </div>
- {/block:IfNotInfiniteScroll}
- {/block:Pagination}{/block:IndexPage}
- </div>
- <div id="search"></div>
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" placeholder="Find..." class="sb description"/>
- <input type="submit" value="" id="smb"/>
- </form>
- <div id="main">
- <div id="container">
- <ol class="container {select:Layout} are-images-unloaded">
- <div class="col-size"></div>
- <div class="gutter-size"></div>
- {block:Posts}
- <li id="{PostID}" class="posts"><div class="post">
- {block:IndexPage}{/block:Date}
- <div class="permalink">
- <a class="icon pe-7s-refresh" href="{ReblogURL}" target="_blank" style="margin-left: 0px; font-size: 12px"></a>
- <a class="icon pe-7s-ribbon" href="{Permalink}"></a>
- <a class="icon lkbn">{LikeButton color="black" size="20"}<span class="likeb pe-7s-like"></span></a>
- </div>
- {block:IfShowPostInfo}
- <div class="post-info">
- <div class="info-icon pe-7s-more"></div>
- <div class="info center">
- <div class="time">{ShortDayOfWeek} {DayOfMonth} {ShortMonth}</div>
- <div class="note-no">with {NoteCountWithLabel}</div>
- <div class="tags">{block:Tags}<span class="pe-7s-close"></span> <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
- </div>
- </div>
- {/block:IfShowPostInfo}
- {/block:Date}{/block:IndexPage}
- {block:Text}
- <div class="overflow"></div>
- <div class="center entry">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="center">
- {block:IndexPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="display: block; width: 100%;"/>
- {/block:IndexPage}
- {block:PermalinkPage}
- <a class="ai" href="/image/{PostID}" target="_blank"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="display: block; width: 100%;"/></a>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="center">
- {Photoset}
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="vid"><div class="video">
- {Video-500}
- </div></div>
- {/block:Video}
- {block:Quote}
- <div class="overflow"></div>
- <div class="center entry">
- <div style="height: 8px; font-size: 32px; font-family: Arial; font-weight: normal; color: {color:Italic Text};">❝</div>
- <h6><i> {Quote} </i></h6>
- {block:Source}{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="overflow"></div>
- <div class="center entry">
- <a href="{URL}" target="{Target}"><h2>{Name}</h2></a>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="overflow"></div>
- <div class="center entry">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}
- <div class="chat">
- {block:Label}<span>{Label}</span>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="album-art"><img src="http://static.tumblr.com/kmw8hta/PJpoz0q0q/art.jpg"/></div>
- {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="player">{AudioPlayer}</div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="overflow"></div>
- <div class="center entry">
- <div class="ask">
- <div class="ask-border"></div>
- <img src="{AskerPortraitURL-40}"/>
- <h6>Sent by {Asker} : </h6>
- <p>{Question}</p>
- </div>
- <p>{Answer}</p>
- </div>
- {/block:Answer}
- </div></li>
- {block:PermalinkPage}
- {block:Caption}<li class="posts"><div class="post" style="border: 20px solid {color:Post Bg};">{Caption}</li>{/block:Caption}
- {block:Date}
- <li class="posts"><div class="post" style="border: 20px solid {color:Post Bg};">
- <h4>{DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month} {ShortYear}</h4>
- {block:NoteCount}<p>with {NoteCountWithLabel}</p>{/block:NoteCount}
- {block:HasTags}
- <div class="p-tag">
- {block:Tags}<span class="pe-7s-close"></span> <a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:ContentSource}
- <div class="source">
- {block:RebloggedFrom}
- <a class="pe-7s-refresh-cloud" href="{ReblogParentURL}" title="Reblogged from {ReblogParentName}" target="_blank"></a>
- <a class="pe-7s-cloud-upload" href="{ReblogRootURL}}" title="Posted by {ReblogRootName}" target="_blank"></a>
- {/block:RebloggedFrom}
- <a class="pe-7s-cloud-download" href="{SourceURL}" title="Source" target="_blank"></a>
- </div>
- {/block:ContentSource}
- </li>
- {/block:Date}
- {block:PostNotes}
- <li class="posts"><div class="post" style="border: 20px solid {color:Post Bg};">{PostNotes}</li>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </ol>
- <div class="clear"></div>
- {block:IndexPage}
- <div class="page-load-status">
- <p class="infinite-scroll-request">Loading...</p>
- <p class="infinite-scroll-last">End of content</p>
- <p class="infinite-scroll-error">No more pages to load</p>
- </div>
- {block:IfInfiniteScrollwithLoadMoreButton}
- {block:Pagination}{block:NextPage}
- <div class="load-more-button">Load More</div>
- {/block:NextPage}{/block:Pagination}
- {/block:IfInfiniteScrollwithLoadMoreButton}
- {/block:IndexPage}
- </div>
- </div>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/kmw8hta/NaEnnqkxd/tooltip.js"></script>
- <script src="https://unpkg.com/infinite-scroll@3/dist/infinite-scroll.pkgd.min.js"></script>
- <script src="https://static.tumblr.com/fxwznoj/Gxcoy13dm/masonry.pkgd.min.js"></script>
- <script src="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script>
- $('#totop').click(function () {
- $('#main').animate({
- scrollTop: 0
- }, 600);
- return false;
- });
- $('#main').scroll(function () {
- if ($(this).scrollTop() > 50) {
- $('#totop').fadeIn();
- } else {
- $('#totop').fadeOut();
- }
- });
- </script>
- {block:IndexPage}
- <script>
- $(document).ready(function(){
- var $container = $('.container').masonry({
- itemSelector: 'none',
- columnWidth: '.col-size',
- gutter: '.gutter-size',
- });
- var msnry = $container.data('masonry');
- $container.imagesLoaded( function() {
- $container.removeClass('are-images-unloaded');
- $container.masonry( 'option', { itemSelector: '.posts' });
- var $items = $container.find('.posts');
- $container.masonry( 'appended', $items );
- });
- $container.infiniteScroll({
- append: '.posts',
- outlayer: msnry,
- history: false,
- elementScroll: '#main',
- scrollThreshold: 100,
- {block:IfInfiniteScroll}
- path: '.pagination a#next',
- status: '.page-load-status',
- prefill: true,
- {/block:IfInfiniteScroll}
- {block:IfInfiniteScrollwithLoadMoreButton}
- path: '.pagination a#next',
- status: '.page-load-status',
- button: '.load-more-button',
- loadOnScroll: false,
- {/block:IfInfiniteScrollwithLoadMoreButton}
- });
- var infScroll = $container.data('infiniteScroll');
- var $statusBar = $('.status');
- $container.on( 'load.infiniteScroll', function() {
- $statusBar.text( 'Currently on page ' + infScroll.pageIndex );
- });
- $container.on( 'append.infiniteScroll', function( event, response, path, items ) {
- $container.masonry( 'option', { itemSelector: '.posts' });
- var $items = $container.find( items );
- var $newItemsIDs = $items.map(function () {
- return $(this).attr('id');
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newItemsIDs);
- resizeVideos();
- });
- });
- </script>
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement