Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- RAINY DAY THEME BY @PS1 / TOBIRAMA / UCHIHAITACHI / VAGABONDMANGA
- NOTES:
- when you have 250px posts and have larger text, the icons will not fit in the box.
- HEADER IMG
- - for default 400px posts, the img will have a size of 600px.
- - for 250px posts, the img will have a size of 400px.
- -any image smaller will automatically be centered and not stretched out. so put transparent images if you want c:
- -made an option for those who want space at the top and bottom of smaller images.
- CAPTION background color is the same color as the content background.
- PERMALINK pixel/img max-height is its original size. i added this feature just in case the img you wanna use is too tall! if you resize some big images, they will look blurry!
- icons used might not look good with certain font sizes. please stick to size 16px or bigger! if you want smaller, the icons will resize to your font without it looking super obscure.
- if you need help with this just message me.
- --->
- <head>
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
- rel="stylesheet">
- <title>{Title}</title>
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--- Add Custom Fonts Here (like Google Fonts) --->
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Karla&family=Sen&display=swap" rel="stylesheet">
- <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
- <meta name="image:favicon" content=""/>
- <meta name="image:header" content="https://i.imgur.com/vXmCwN0.png"/>
- <meta name="image:perma pxl" content="https://i.imgur.com/VSRXcdK.png"/>
- <meta name="image:bg" content=""/>
- <meta name="image:content" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/v95C3s0.png"/>
- <meta name="color:background" content="#f8f8f8">
- <meta name="color:content" content="#fff">
- <meta name="color:header bg" content="#ededed">
- <meta name="color:posts" content="#f0f0f0">
- <meta name="color:perma bg" content="#fff">
- <meta name="color:desc bg" content="#ededed">
- <meta name="color:description font" content="#000">
- <meta name="color:description glow outline" content="#0000ff">
- <meta name="color:font color" content="#000">
- <meta name="color:font glow outline" content="#000">
- <meta name="color:links" content="#ff0000">
- <meta name="color:links hover" content="#bbb">
- <meta name="color:links glow outline" content="#0000ff">
- <meta name="color:title" content="#000">
- <meta name="color:title glow outline" content="#fff">
- <meta name="color:permalink color" content="#000">
- <meta name="color:permalink glow outline" content="#000">
- <meta name="color:tooltip color" content="#000">
- <meta name="color:tooltip background" content="#ccc">
- <meta name="color:gradient 1" content="#ddd">
- <meta name="color:gradient 2" content="#fff">
- <meta name="color:border" content="#000">
- <meta name="color:shadow" content="#e2e2e2">
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <meta name="select:border" content="double"/>
- <meta name="select:border" content="inset"/>
- <meta name="select:border" content="outset"/>
- <meta name="select:border" content="ridge"/>
- <meta name="select:border" content="groove"/>
- <meta name="select:desc align" content="left"/>
- <meta name="select:desc align" content="center"/>
- <meta name="select:desc align" content="right"/>
- <meta name="select:desc align" content="justify"/>
- <meta name="text:border" content="1"/>
- <meta name="text:perma img height" content="20"/>
- <meta name="text:font family" content="arial">
- <meta name="text:post text size" content="20">
- <meta name="text:description size" content="20">
- <meta name="text:title font" content="arial">
- <meta name="text:title size" content="20">
- <meta name="text:title" content="With every death, comes honor.">
- <meta name="text:description" content="With honor, redemption.">
- <meta name="text:header tooltip" content="Does the puppet see its strings?">
- <meta name="if:250 posts" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:gradient header" content="0"/>
- <meta name="if:shadow" content="0"/>
- <meta name="if:space header img" content="0" />
- <meta name="if:dark scrollbar" content="0" />
- <meta name="if:bold links" content="0"/>
- <meta name="if:italic links" content="0"/>
- <meta name="if:links underline" content="0"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:glow text" content="0" />
- <meta name="if:outline text" content="0" />
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:redirect" content="0" />
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3 URL" content="/">
- <style type="text/css">
- ::-moz-selection {
- background: {color:permalink color};
- color: {color:links};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:Links Hover},
- 0 0 2px {color:Links Hover};
- {/block:IfGlowText}}
- ::selection {
- background: {color:permalink color};
- color: {color:links};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:Links Hover},
- 0 0 2px {color:Links Hover};
- {/block:IfGlowText}}
- #s-m-t-tooltip {
- z-index: 999999999;
- background-color: {color:tooltip background};
- {block:IfGradientHeader}
- background-image: linear-gradient(to right, {color:gradient 1}, {color:gradient 2});{/block:IfGradientHeader}
- {block:IfShadow}box-shadow: 3px 3px {color:shadow};{/block:IfShadow}
- border: {text:border}px {select:border} {color:border};
- color: {color:tooltip color};
- font-size: {text:post text size}px;
- text-align: center;
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:tooltip color},
- 0 0 3px {color:tooltip color};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font glow outline}, 0 1px {color:font glow outline}, 1px 0 {color:font glow outline}, 0 -1px {color:font glow outline};
- {/block:IfOutlineText}
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- text-transform: normal;
- max-width: 300px;
- display: block;
- word-wrap: break-word;
- padding: 5px 7px 5px 7px;
- margin: -30px 0px 10px 20px;}
- body {
- background-image: url({image:bg});
- background-attachment: fixed;
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- background-color: {color:background};
- font-family: '{text:font family}';
- font-size: {text:post text size}px;
- color: {color:font color};
- line-height: 120%;
- word-wrap: break-word;
- overflow-x:hidden;
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:font glow outline}, 0 0 1px {color:font glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font glow outline}, 0 1px {color:font glow outline}, 1px 0 {color:font glow outline}, 0 -1px {color:font glow outline};
- {/block:IfOutlineText}}
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}
- {/block:IfCustomCursor}
- p {margin: 0px;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 130%;}
- h2 {line-height: 150%;}
- a:link, a:active, a:visited {
- {block:IfBoldLinks}font-weight: bold;{/block:IfBoldLinks}
- {block:IfItalicLinks}
- font-style: italic;{/block:IfItalicLinks}
- color: {color:links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:links glow outline}, 0 0 2px {color:links glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:links glow outline}, 0 1px {color:links glow outline}, 1px 0 {color:links glow outline}, 0 -1px {color:links glow outline};
- {/block:IfOutlineText}
- {block:IfNotLinksUnderline}
- text-decoration: none;{/block:IfNotLinksUnderline}
- {block:IfLinksUnderline}
- text-decoration: underline;
- {/block:IfLinksUnderline}
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- a:hover {
- color:{color:Links Hover};
- text-decoration: none;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- {block:IfGlowText}
- text-shadow: 0 0 5px {color:Links Hover},
- 0 0 5px {color:Links Hover};
- {/block:IfGlowText}}
- {block:IfNotDarkScrollbar}
- ::-webkit-scrollbar {
- width:15px; height:15px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-image: url(https://i.imgur.com/n1kAWKU.png);}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/KePIOiE.png);
- border-top: 1px solid #D4D0C8; border-bottom: 1px solid #808080;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/ZF6PC55.png);
- width: 15px; height: 15px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/sMOMkQ7.png);
- width: 15px; height: 15px;}
- {/block:IfNotDarkScrollbar}
- {block:IfDarkScrollbar}
- ::-webkit-scrollbar {
- width:15px; height:15px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-image: url(https://i.imgur.com/1wwyNgR.png);}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/3twDfJb.png);
- border-top: 1px solid #111; border-bottom: 1px solid #000;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/pSpgQbq.png);
- width: 15px; height: 15px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/IzbYg9x.png);
- width: 15px; height: 15px;}
- {/block:IfDarkScrollbar}
- #content {
- background-color: {color:content};
- background-image: url({image:content});
- background-attachment: fixed;
- margin: 30px auto;
- width: 600px;
- {block:If250Posts}
- width: 400px;
- {/block:If250Posts}
- border: {text:border}px {select:border} {color:border};
- }
- .sb img {
- display: block;
- {block:IfSpaceHeaderImg}
- padding-top: 15px;
- padding-bottom: 15px;
- {/block:IfSpaceHeaderImg}
- }
- .lonk {
- font-size: {text:description size}px;
- color: {color:description font};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:description glow outline},
- 0 0 1px {color:description glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:description glow outline}, 0 1px {color:description glow outline}, 1px 0 {color:description glow outline}, 0 -1px {color:description glow outline};
- {/block:IfOutlineText}
- margin: 0px 0 -20px 0;
- background-color: {color:desc bg};
- {block:IfGradientHeader}
- background-image: linear-gradient(to right, {color:gradient 1} , {color:gradient 2});{/block:IfGradientHeader}
- padding: 10px;
- {block:If250Posts}
- padding: 5px;
- {/block:If250Posts}
- text-align: {select:desc align};
- border-bottom: {text:border}px {select:border} {color:border};
- border-top: {text:border}px {select:border} {color:border};
- }
- .title {
- background-color: {color:header bg};
- {block:IfGradientHeader}
- background-image: linear-gradient(to right, {color:gradient 1} , {color:gradient 2});{/block:IfGradientHeader}
- font-family: {text:title font};
- font-size:{text:title size}px;
- padding: 10px;
- {block:If250Posts}
- padding: 5px;
- {/block:If250Posts}
- text-align: right;
- border-bottom: {text:border}px {select:border} {color:border};}
- .title a {
- color: {color:title};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:title glow outline},
- 0 0 2px {color:title glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:title glow outline}, 0 1px {color:title glow outline}, 1px 0 {color:title glow outline}, 0 -1px {color:title glow outline};
- {/block:IfOutlineText}
- 3}
- .title a:hover {
- color:{color:Links Hover};}
- .posts {
- {block:PermalinkPage}margin: 70px 0 70px 0;{/block:PermalinkPage}
- background-color: {color:posts};
- border: {text:border}px {select:border} {color:border};
- padding: 25px;
- width: 400px;
- {block:IfShadow}box-shadow: 5px 5px {color:shadow};{/block:IfShadow}
- text-align: left;
- {block:If250Posts}
- width: 250px;
- padding: 15px;
- {/block:If250Posts}
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .posts:hover {
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .posts blockquote {
- margin: 0 0 5px 20px;
- {block:If250Posts}
- margin: 0 0 5px 5px;
- {/block:If250Posts}
- padding: 5px 0 0 5px;
- border-left: 1px {select:border} {color:border};
- word-wrap: break-word;
- word-break: break-word;
- }
- .pic img {
- border: {text:border}px {select:border} {color:border};
- display: block;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;}
- .pic img:hover {
- filter: hue-rotate(180deg);
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- .permalinky a {
- color: {color:permalink color};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:permalink glow outline},
- 0 0 2px {color:permalink glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:permalink glow outline},
- 0 1px {color:permalink glow outline},
- 1px 0 {color:permalink glow outline},
- 0 -1px {color:permalink glow outline};
- {/block:IfOutlineText}
- }
- .permalinky a:hover {
- color: {color:Links Hover};
- {block:IfGlowText}
- text-shadow: 0 0 5px {color:Links Hover},
- 0 0 5px {color:Links Hover};{/block:IfGlowText}
- }
- .permalinky {
- {block:IfShadow}box-shadow: 5px 5px {color:shadow};{/block:IfShadow}
- {block:IfGradientHeader}
- background-image: linear-gradient(to right, {color:gradient 1}, {color:gradient 2});{/block:IfGradientHeader}
- background-color: {color:perma bg};
- color: {color:permalink color};
- text-align: left;
- width: 400px;
- padding: 10px 25px 10px 25px;
- {block:If250Posts}
- width: 250px;
- padding: 5px 15px 5px 15px;
- margin-top: 60px;
- {/block:If250Posts}
- border: {text:border}px {select:border} {color:border};
- border-bottom: 0;
- {block:IfNot250Posts}margin-top: 80px;{/block:IfNot250Posts}
- }
- .permalinky img {
- max-height: {text:perma img height}px;
- vertical-align: text-bottom;
- }
- .tags {
- color: {color:permalink color};
- {block:IfShadow}box-shadow: 5px 5px {color:shadow};{/block:IfShadow}
- {block:IfGradientHeader}
- background-image: linear-gradient(to right, {color:gradient 1}, {color:gradient 2});{/block:IfGradientHeader}
- background-color: {color:perma bg};
- border: {text:border}px {select:border} {color:border};
- border-top: 0;
- width: 400px;
- padding: 10px 25px 10px 25px;
- {block:If250Posts}
- width: 250px;
- padding: 5px 15px 5px 15px;
- {/block:If250Posts}
- text-align: left;
- }
- .tags a {color: {color:permalink color};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:permalink glow outline},
- 0 0 2px {color:permalink glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:permalink glow outline},
- 0 1px {color:permalink glow outline},
- 1px 0 {color:permalink glow outline},
- 0 -1px {color:permalink glow outline};
- {/block:IfOutlineText}
- }
- .tags a:hover {
- color: {color:Links Hover};
- {block:IfGlowText}
- text-shadow: 0 0 5px {color:Links Hover},
- 0 0 5px {color:Links Hover};{/block:IfGlowText}
- }
- .pagi {
- text-align: right;
- border-top: {text:border}px {select:border} {color:border};
- background-color: {color:header bg};
- {block:IfGradientHeader}
- background-image: linear-gradient(to right, {color:gradient 1} , {color:gradient 2});{/block:IfGradientHeader}
- margin-top:80px;
- padding: 10px;
- font-size: 24px;
- }
- .wrapper{
- display:table;}
- .box {
- display:table-cell;
- padding:0px;
- background-color: transparent;
- padding: 10px;
- border: {text:border}px {select:border} {color:border};
- }
- .permaa {
- text-align: left;
- margin: 20px 0 20px 0;
- background-color: {color:content};
- padding: 10px;
- border: {text:border}px {select:border} {color:border};}
- }
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;}
- #permanotes ol.notes {
- list-style-type: none;
- text-align: left;
- margin: 0;
- padding: 0;
- overflow: scroll;
- overflow-x: hidden;
- max-height: 400px;
- background-color: {color:content};
- padding: 10px;
- border: {text:border}px {select:border} {color:border};}
- #permanotes img.avatar {
- margin-right: 10px;
- display: inline;
- width: 16px;
- height: 16px;}
- .quote {
- text-align: justify;
- font-style: italic;
- font-weight: bold;
- font-size: 140%;
- line-height: 130%;}
- .source {
- text-align: right;}
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- .trackback {
- position: absolute;
- left: 36px;
- top: 36px;
- {block:If250Posts}
- left: 20px;
- top: 20px;
- padding: 3px;
- {/block:If250Posts}
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 110px;
- height: 110px;
- {block:If250Posts}
- width: 80px;
- height: 80px;
- {/block:If250Posts}
- }
- .albumpic img {
- width: 100%;
- height: auto;
- border-right: {text:border}px {select:border} {color:border};
- }
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 110px;
- padding-left: 20px;
- padding-top: 10px;
- min-height: 110px;
- {block:If250Posts}
- margin-left: 80px;
- padding-left: 10px;
- padding-top: 5px;
- min-height: 80px;
- {/block:If250Posts}
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- margin-bottom: 0px;
- width: 400px;
- height: 110px;
- {block:If250Posts}
- height: 80px;
- width: 250px;
- {/block:If250Posts}
- border: {text:border}px {select:border} {color:border};
- }
- #second {
- position: fixed;
- bottom: 10px;
- left: 10px;
- }
- #second a {text-decoration: none; font-weight: normal; font-style: normal;
- font-size: 24px;
- }
- .video {
- position: relative;
- padding-bottom: 75%;
- height: 0;
- overflow: hidden;
- }
- .video iframe, .video object, .video embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .cap img {margin: 10px; display: block;}
- .image-container {
- display: flex;
- justify-content: center;
- margin: 10px;
- padding: 10px;
- }
- .photo-slideshow {border: {text:border}px {select:border} {color:border}; width: 100%; }
- .material-icons {
- font-family: 'Material Icons';
- font-weight: normal;
- font-style: normal;
- font-size: max(1em, 12px);
- display: inline-block;
- line-height: auto;
- text-transform: none;
- letter-spacing: normal;
- word-wrap: normal;
- white-space: nowrap;
- direction: ltr;
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
- /* Support for IE. */
- font-feature-settings: 'liga';
- }
- </style>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </head>
- <div align="center">
- <div id="content">
- <div class="title"><a href="/" style="float: left; text-decoration: none;">{text:Title}</a>
- <a href="{text:link 1 URL}" style="text-decoration: none;">
- <span class="material-icons">
- remove
- </span>
- </a>
- <a href="{text:link 2 URL}" style="text-decoration: none;">
- <span class="material-icons">
- web_asset
- </span>
- </a>
- <a href="{text:link 3 URL}" style="text-decoration: none;">
- <span class="material-icons">
- clear
- </span>
- </a>
- </div>
- <div class="sb">
- <a href="/" data-toggle="tooltip" title="{text:header tooltip}"><img src="{image:header}"></a>
- </div>
- <div class="lonk">{text:description}</div>
- {block:Posts}
- {block:IndexPage}<div class="permalinky">
- <img src="{image:perma pxl}" style="text-decoration: none; margin-right: 5px"><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear}</a> ▸ <a href="{Permalink}">{NoteCount}N</a>
- <a href="{ReblogURL}" style="float: right; text-decoration: none;" data-toggle="tooltip" title="Reblog">
- <span class="material-icons">
- remove
- </span>
- <span class="material-icons">
- web_asset
- </span>
- <span class="material-icons">
- clear
- </span>
- </a>
- </div>
- {/block:IndexPage}
- <div class="posts">
- {block:Text}<div class="text">
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Quote}
- <div class="text"><div class="quote">"{Quote}"</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}</DIV>
- {/block:Quote}
- {block:Link}
- <div class="text"><big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div class="text">{block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}</div>
- {/block:Chat}
- {block:Answer}
- <div class="wrapper" style="width: 100%">
- <div class="box" style="width: 30%; text-align: center; background: {color:content};">
- {Asker}<br><img src="{AskerPortraitURL-96}" style="margin: 0px;">
- </div>
- <div class="box" style="padding: 0px; border-left: 0; text-align: center;">
- <div class="q">{Question}</div>
- <p style="border-top: {text:border}px {select:border} {color:border}">{Answer}</p></div>
- </div>
- {/block:Answer}
- {block:Photo}
- <div class="pic">
- {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}"></a>{/block:IndexPage}
- {block:PermalinkPage}<a href="{LinkURL}"><img src="{PhotoURL-HighRes}"></a>{/block:PermalinkPage}
- </div>
- {/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:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="albumpic"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="trackback">
- <div class="pressplay">
- {AudioPlayer}
- </div></div>
- <div class="trackinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}<i>{Album}</i>{/block:Album}<br>
- </div></div>
- {/block:AudioPlayer}
- {block:ifNotHideCaption}
- {block:Caption}
- <div style="width: 100%; height: auto; display: table; border: {text:border}px {select:border} {color:border}; border-top: 0; background-color: {color:content};">
- <div style="display: table-row;">
- <div style="
- {block:IfNot250Posts}
- width: 110px;
- {/block:IfNot250Posts}
- {block:If250Posts}
- width: 80px;
- {/block:If250Posts} display: table-cell;
- border-right: {text:border}px {select:border} {color:border};">
- <div class="image-container">
- {block:NotReblog}<a href="{Permalink}" data-toggle="tooltip" title="{Title}">
- {block:IfNot250Posts}
- <img src="{PortraitURL-64}">
- {/block:IfNot250Posts}
- {block:If250Posts}
- <img src="{PortraitURL-40}">
- {/block:If250Posts}</a>
- {/block:NotReblog}
- {block:RebloggedFrom}<a href="{ReblogRootURL}" data-toggle="tooltip" title="{ReblogRootTitle}">
- {block:IfNot250Posts}
- <img src="{ReblogRootPortraitURL-64}">
- {/block:IfNot250Posts}
- {block:If250Posts}
- <img src="{ReblogRootPortraitURL-40}">
- {/block:If250Posts}
- </a>
- {/block:RebloggedFrom}
- </div>
- </div>
- <div style="display: table-cell; background: {color:content}; vertical-align: middle; padding-left: 10px">
- <div class="cap">{Caption}</div>
- </div>
- </div>
- </div>
- {/block:Caption}
- {/block:ifNotHideCaption}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- {block:NoteCount}
- <div class="permaa">
- <a href="{Permalink}">{NoteCount}N</a>
- {block:RebloggedFrom}
- — <a href="{ReblogParentURL}" data-toggle="tooltip" title="via">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" data-toggle="tooltip" title="source">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br>{/block:HasTags}
- </div>
- {/block:NoteCount}
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {block:IndexPage}{block:ifNotHideTags}
- {block:HasTags}<div class="tags">
- <span class="material-icons">
- loyalty
- </span> {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- {/block:ifNotHideTags}{/block:IndexPage}
- {/block:Posts}
- <div class="pagi">
- <a href="/" style="float:left; font-size: {text:post text size}px">{BlogURL}</a>
- {block:PermalinkPage}<p style="font-size: {text:post text size}px; line-height: {text:post text size}px;">©{CopyrightYears}</p>{/block:PermalinkPage}
- {block:IndexPage}{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">
- <span class="material-icons">
- keyboard_arrow_left
- </span></a>{/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">
- <span class="material-icons">
- keyboard_arrow_right
- </span></a>{/block:NextPage}{/block:Pagination}
- {/block:IndexPage}
- </div>
- </div></div>
- </div>
- <div id="second"><a href="https://ps1.tumblr.com/" data-toggle="tooltip" title="RAINY DAY THEME BY PS1">
- <span class="material-icons">
- gamepad
- </span>
- </a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement