Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <!--
- CLOCKWORK THEME BY KIMTYS.TUMBLR.COM
- edit as much as you want but please don't hide or remove credits!
- --
- updated! (160501)
- photoset: pixelunion (github.com)
- video: shythemes.tumblr.com
- tumblr controls: ladmilk.tumblr.com
- infinitescroll: paulirish (github.com)
- smoothscroll: deadpoolkilledzac.tumblr.com
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="if:sidebar right" content="1" />
- <meta name="if:permalink left" content="1" />
- <meta name="if:tags" content="1"/>
- <meta name="if:captions" content="1"/>
- <meta name="if:hover perma" content="1"/>
- <meta name="if:hover tags" content="1"/>
- <meta name="if:description" content="1"/>
- <meta name="if:hover description" content="1"/>
- <meta name="if:infinite scroll" content="0" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:render" content=""/>
- <meta name="select:post size" content="400" title="400px" />
- <meta name="select:post size" content="250" title="250px" />
- <meta name="select:post size" content="300" title="300px" />
- <meta name="select:post size" content="350" title="350px" />
- <meta name="select:post size" content="500" title="500px" />
- <meta name="text:posts top" content="50"/>
- <meta name="text:posts left" content="100"/>
- <meta name="text:sidebar top" content="0"/>
- <meta name="text:sidebar left" content="0"/>
- <meta name="text:render left" content="900"/>
- <meta name="text:render bottom" content="10"/>
- <meta name="text:popup links text" content="links"/>
- <meta name="text:link1" content=""/>
- <meta name="text:link1 url" content=""/>
- <meta name="text:link2" content=""/>
- <meta name="text:link2 url" content=""/>
- <meta name="text:link3" content=""/>
- <meta name="text:link3 url" content=""/>
- <meta name="text:link4" content=""/>
- <meta name="text:link4 url" content=""/>
- <meta name="text:link5" content=""/>
- <meta name="text:link5 url" content=""/>
- <meta name="text:link6" content=""/>
- <meta name="text:link6 url" content=""/>
- <meta name="text:link7" content=""/>
- <meta name="text:link7 url" content=""/>
- <meta name="text:link8" content=""/>
- <meta name="text:link8 url" content=""/>
- <meta name="color:background" content="#f7f7f7"/>
- <meta name="color:text" content="#919191"/>
- <meta name="color:tags" content="#a8d1cb"/>
- <meta name="color:links" content="#5ec3b4"/>
- <meta name="color:links hover" content="#000"/>
- <meta name="color:borders" content="#e5e5e5"/>
- <meta name="color:posts" content="#fff"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:popup" content="#fff"/>
- <meta name="color:popup links" content="#b0bfd1"/>
- <meta name="color:description" content="#f3f3f3"/>
- <meta name="color:caption" content="#f5f5f5"/>
- <meta name="color:entry borders" content="#f0f0f0"/>
- <meta name="color:audio ask title chat" content="#f6f6f6"/>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link href='https://fonts.googleapis.com/css?family=Cousine:300,400,500,700,300italic,400italic,500italic,700italic|Roboto:300,400,500,700,300italic,400italic,500italic,700italic|Montserrat:300,400,500,700,300italic,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* Tumblr Controls */
- .tmblr-iframe--desktop-logged-in-controls, #tumblr_controls {
- top:0%;
- right:0%;
- position:fixed;
- z-index:999999999;
- opacity:0.3;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- }
- /* Scrollbar & Selection */
- ::-webkit-scrollbar {
- height: 0px;
- width: 4px;
- background:{color:background};
- border: 4px solid transparent transparent transparent transparent;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:links};
- height: 20px;
- width: 9px;
- border-radius: 10px;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- o-border-radius: 8px;
- -ms-border-radius: 8px;
- }
- ::-moz-selection { background:{color:links}; color:#fff; }
- ::selection { background:{color:links}; color:#fff; }
- /* Body */
- body {
- color: {color:text};
- background: {color:background} url('{image:background}') fixed repeat;
- font-size: 12px;
- line-height: 140%;
- font-family: arial;
- word-wrap: break-word;
- text-align: justify;
- margin-bottom: 50px;
- }
- a {
- color: {color:links};
- text-decoration: none;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- a:hover {
- color: {color:links hover};
- text-decoration: underline;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- hr {
- border: 0;
- height: 2px;
- background:{color:borders};
- }
- small, sub, sup, code { font-size: 11px !important; }
- big { font-size:13px; }
- pre {
- width:100%;
- font: 11px cousine, lucida sans, tahoma;
- white-space:pre-wrap;
- word-wrap:break-word;
- }
- b, strong { font-weight:bold; }
- i, em { font-weight:italic; }
- .posts ul, ol { margin:5px 0px 5px 15px; padding:0; }
- .posts ul { margin-left:0; list-style-type:none; }
- .posts ul li { padding:1px 0px 1px 25px; position:relative; text-align:left; }
- .posts ul li:before {
- content:'•';
- top:2px;
- font-size:13px;
- left:10px;
- color:{color:links};
- position:absolute;
- display:block;
- font-family:sans-serif;
- }
- /* Tooltip */
- #s-m-t-tooltip {
- padding-top:7px;
- padding-left:9px;
- padding-bottom:5px;
- padding-right:9px;
- height:auto;
- font-family:tunga;
- display: none;
- font-size:9px;
- text-align: center;
- letter-spacing:1px;
- font-weight:bold;
- margin-top:15px;
- margin-left:20px;
- text-transform:uppercase;
- margin-bottom:15px;
- margin-right:15px;
- line-height:8px;
- z-index: 999999999999;
- color: {color:text};
- background:{color:audio ask title chat};
- outline: 2px solid {color:borders};
- border:3px solid {color:posts};
- box-shadow:rgba(0,0,0,0.09) 4px 4px;
- }
- /* Posts */
- #wrapper { width:100%; margin:auto; }
- #content {
- {block:IndexPage}
- width:calc({select:post size}px + 18px);
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin:auto auto auto {text:posts left}px;
- {block:ifnotsidebarright}
- margin-left:300px;
- {/block:ifnotsidebarright}
- }
- #con {
- {block:ifnotsidebarright}
- margin:auto auto auto {text:posts left}px;
- {block:ifnotsidebarright}
- }
- .posts {
- {block:IndexPage}
- width:{select:post size}px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- margin-top: {text:posts top}px;
- margin-bottom:100px;
- padding:7px;
- background:{color:posts};
- border:2px solid {color:borders};
- letter-spacing:.02em;
- box-shadow:rgba(0,0,0,0.09) 5px 5px;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .posts:hover {
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .posts a {
- color: {color:links};
- text-decoration: none;
- border-bottom:1px solid transparent;
- padding:1px 0px;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .posts a:hover {
- color: {color:links hover};
- border-bottom:1px solid {color:links};
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .posts:hover #perma {
- opacity:1;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .posts img { max-width:100%;height:auto; }
- #photo img { width:100%; display:block; }
- .title {
- padding-bottom:10px;
- padding-top:10px;
- font-family:arial, helvetica, sans-serif;
- font-size:14px;
- font-weight:bold;
- text-transform: uppercase;
- letter-spacing:1px;
- border-bottom:2px solid {color:borders};
- word-spacing:2px;
- margin-bottom:10px;
- line-height:14px;
- text-align:center;
- background-color: {color:audio ask title chat};
- }
- /* Captions */
- blockquote {
- padding-left:10px;
- margin-top:-5px;
- margin-right:0px;
- margin-left:7px;
- margin-bottom:0px;
- border-left:2px solid {color:borders};
- }
- blockquote blockquote {
- padding-left:10px;
- border-left:2px solid {color:borders};
- }
- #captions {
- background: {color:caption};
- outline: 2px solid {color:entry borders};
- border: 3px solid {color:posts};
- padding:0 10px 0 10px;
- margin:8px 1px 1px 1px;
- }
- #captions img { max-width:100%; }
- {block:ifnotcaptions}
- {block:IndexPage}
- #captions { display:none; }
- {/block:IndexPage}
- {/block:ifnotcaptions}
- /* Permalink */
- #perma {
- float: left;
- position:absolute;
- padding:5px;
- margin-left: -38px;
- margin-top: -6px;
- opacity:0;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- {block:ifpermalinkleft}
- float:right;
- margin-left:calc({select:post size}px + 20px);
- {/block:ifpermalinkleft}
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- {block:ifnothoverperma}
- #perma { opacity:1; }
- {/block:ifnothoverperma}
- #perma img {
- padding-bottom: 11px;
- width:11px;
- opacity: 0.2;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #perma img:hover {
- opacity: 0.7;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #perma a {
- background-color: transparent;
- border-bottom:none;
- }
- #perma a:hover {
- background-color: transparent;
- border-bottom:none;
- }
- /* Tags */
- #tags {
- width:calc({select:post size}px + 8px);
- font-style: normal;
- font: normal 9px tunga;
- letter-spacing:1px;
- text-align: right;
- line-height: 16px;
- text-transform:uppercase;
- font-weight:bold;
- position:absolute;
- margin-left:-9px;
- margin-top: 12px;
- padding-right: 5px;
- padding-top: 5px;
- padding-left: 5px;
- padding-bottom: 5px;
- opacity:0;
- {block:ifpermalinkleft}
- text-align:left;
- {/block:ifpermalinkleft}
- -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;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- {block:ifnottags}
- display:none;
- {/block:ifnottags}
- }
- {block:ifnothovertags}
- #tags { opacity:1; }
- {/block:ifnothovertags}
- #tags a {
- color: {color:tags};
- padding: 0px;
- margin-right:7px;
- padding-left:1px;
- padding:right:1px;
- text-decoration:none;
- font-style:normal;
- font-weight:bold;
- }
- #tags img {
- width:10px;
- padding-right:5px;
- padding-left:0px;
- margin-top:-1px;
- float:right;
- padding-top:3px;
- opacity:0.2;
- {block:ifpermalinkleft}
- float:left;
- margin-top:-2px;
- {/block:ifpermalinkleft}
- }
- #tags a:hover {
- color: {color:links hover};
- text-shadow:none;
- text-decoration:none;
- }
- .posts:hover #tags {
- opacity:1;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- /* Permalink */
- ol.notes {
- padding: 0px;
- margin: 5px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:borders};
- list-style-type:none;
- font-family:tunga;
- font-size:9px;
- font-style:normal;
- font-weight:bold;
- letter-spacing:1px;
- text-transform:uppercase;
- width: 520px;
- padding:10px;
- margin-top:10px;
- color:{color:text};
- margin-left:-10px;
- }
- ol.notes li.note {
- border-top: solid 1px {color:borders};
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- /* Sidebar */
- .sidebar {
- width:130px;
- height:auto;
- position:fixed;
- {block:IndexPage}
- margin-left:calc({select:post size}px + 200px);
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:calc(500px + 200px);
- {/block:PermalinkPage}
- }
- {block:ifnotsidebarright}
- .sidebar { margin-left:100px; }
- {/block:ifnotsidebarright}
- #sidebar {
- width:130px;
- height:auto;
- margin-top:{text:sidebar top}px;
- margin-left:{text:sidebar left}px;
- position:fixed;
- }
- .sidebar_img {
- border:2px solid {color:borders};
- padding:5px;
- background:{color:sidebar};
- width:80px;
- height:80px;
- box-shadow:rgba(0,0,0,0.09) 3px 3px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .sidebar_img img {
- opacity:0.8;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .sidebar:hover .sidebar_desc {
- opacity:1;
- margin-top:6px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .sidebar:hover #tri {
- opacity:1;
- margin-top:10px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .sidebar:hover .sidebar_img {
- box-shadow:none;
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .sidebar:hover .sidebar_img img {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .sidebar_desc {
- background:{color:description};
- padding:7px;
- opacity:0;
- margin-top:0px;
- font-family:arial;
- font-size:11px;
- width:90px;
- max-height:45px;
- color:{color:text};
- line-height:14px;
- margin-left:2px;
- text-align:justify;
- border:5px solid {color:sidebar};
- overflow:scroll;
- overflow:auto;
- outline:2px solid {color:borders};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {block:ifnotdescription}
- display:none;
- {/block:ifnotdescription}
- }
- #tri {
- margin:0px 0 0;
- margin-bottom:-4px;
- margin-left:20px;
- width: 0;
- height: 0;
- opacity:0;
- border-style: solid;
- border-width: 0px 9px 10px 9px;
- border-color: transparent transparent {color:borders};
- transparent;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {block:ifnotdescription}
- display:none;
- {/block:ifnotdescription}
- }
- {block:ifnothoverdescription}
- .sidebar_desc {
- opacity:1;
- margin-top:6px;
- box-shadow:rgba(0,0,0,0.09) 5px 5px;
- }
- #tri { opacity:1; margin-top:10px; }
- .sidebar:hover sidebar_desc { margin-top:5px; }
- .sidebar:hover #tri { margin-top:10px; }
- .sidebar:hover .sidebar_img { box-shadow:rgba(0,0,0,0.09) 3px 3px; }
- {/block:ifnothoverdescription}
- #link {
- float: left;
- padding:5px;
- width:70px;
- margin-left:55px;
- margin-top: -100px;
- opacity:1;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #link img {
- width:12px;
- padding:4px;
- opacity: 0.2;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #link img:hover{
- opacity: 0.5;
- -webkit-transition: opacity 1s linear;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #link ul { list-style-type: none; }
- #link li { display: inline-block; }
- /* Pagination */
- #pag { text-align:center; }
- .pagination {
- margin-bottom:100px;
- margin-top:80px;
- padding-left:15px;
- bottom:200px;
- }
- .pagination a {
- padding: 8px 12px 5px;
- color:{color:text};
- font-weight:bold;
- font-size:12px;
- margin-right:15px;
- bottom:200px;
- border:2px solid {color:borders};
- background:{color:posts};
- box-shadow:rgba(0,0,0,0.06) 3px 3px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .pagination a:hover {
- padding: 8px 12px 5px;
- color: {color:links};
- font-size:12px;
- box-shadow:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .pagination img {
- width:13px;
- opacity:0.2;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .pagination img:hover {
- opacity:0.7;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {block:IfInfiniteScroll}
- .pagination { display:none; }
- {/block:IfInfiniteScroll}
- /* Quote */
- #quote {
- margin-bottom:10px;
- padding-left:5px;
- padding-right:40px;
- padding-top:0px;
- font-family:arial, helvetica, sans-serif;
- font-size:16px;
- font-style:italic;
- }
- #source {
- padding-right:5px;
- text-align:right;
- margin-bottom:5px;
- padding-top:7px;
- border-top:1px solid {color:borders};
- }
- /* Ask */
- .q img {
- width:40px;
- margin-top:0px;
- margin-left:2px;
- padding:3px;
- background:{color:posts};
- display:block;
- float:left;
- }
- .q span {
- margin-top:2px;
- margin-left:1.5px;
- margin-right:1.7px;
- outline: 2px solid {color:entry borders};
- border:3px solid {color:posts};
- padding:15px 0px 15px 0px;
- padding-left:55px;
- background:{color:audio ask title chat};
- display:block;
- text-align:left;
- text-transform:uppercase;
- color:{color:text};
- font-weight:bold;
- letter-spacing:1px;
- font-size:10px;
- line-height:100%;
- }
- .question {
- padding:10px;
- padding-top:12px;
- padding-top:12px;
- margin-right:0px;
- border:2px solid {color:entry borders};
- position:relative;
- margin-top:0px;
- background:{color:entry borders};
- }
- .a { margin-top:10px; margin-bottom:-10px; }
- /* Chat */
- .lines .line {
- background: {color:audio ask title chat};
- border:1px solid {color:audio ask title chat};
- padding: 5px;
- margin-bottom: 0px;
- }
- .lines .line.even {
- background-color: transparent;
- border:1px solid {color:audio ask title chat};
- }
- /* Video */
- .video, .video iframe { display:block; overflow:hidden; }
- /* Audio */
- #info {
- width:calc({select:post size}px - 88px);
- {block:PermalinkPage}
- width:calc(500px - 88px);
- {/block:PermalinkPage}
- margin-left:88px;
- }
- #infoline {
- padding-top:2.5px;
- padding-bottom:1px;
- padding-left:5px;
- padding-right:5px;
- background: {color:audio ask title chat};
- border-right:2px solid {color:entry borders};
- border-bottom:2px solid {color:entry borders};
- border-left:2px solid {color:entry borders};
- font-family:arial;
- font-size:7px;
- line-height:14px;
- letter-spacing:1px;
- text-align:left;
- text-transform:uppercase;
- }
- #player {
- width:calc({select:post size}px - 91px);
- {block:PermalinkPage}
- width:calc(500px - 91px);
- {/block:PermalinkPage}
- height:27px;
- margin-left:88px;
- overflow:hidden;
- background-color:#fff;
- border:2px solid {color:entry borders};
- border-bottom:2px solid {color:entry borders};
- border-left:1px solid {color:entry borders};
- }
- #art {
- width:70px;
- height:70px;
- position:absolute;
- padding:8px;
- border:2px solid {color:entry borders};
- background:{color:posts};
- }
- #art img {
- width:70px;
- height:70px;
- }
- /* Popup */
- .popup_block {
- display: none;
- background: transparent;
- padding: 20px;
- float: left;
- position: fixed;
- top: 40%;
- left: 50%;
- z-index: 99999;
- }
- #box {
- background: {color:popup};
- width:300px;
- border: 2px solid {color:entry borders};
- padding: 10px;
- }
- #boxtitle {
- color: #ccc;
- font-family: roboto;
- text-align:center;
- font-weight:bold;
- text-transform: none;
- font-size: 19px;
- line-height: 28px;
- }
- #border {
- background: {color:popup};
- margin-left: 40px;
- width:324px;
- padding: 5px;
- box-shadow:rgba(0,0,0,0.09) 5px 5px;
- }
- #linkx {
- color: #ccc;
- font-family: roboto;
- text-align:center;
- font-weight:bold;
- text-transform: none;
- font-size: 18px;
- line-height: 28px;
- }
- #linkx a { color:{color:popup links}; }
- img.btn_close { float: right; margin: 10px; }
- *html #fade { position: absolute; }
- *html .popup_block { position: absolute; }
- #fade {
- display: none;
- background:{color:background} url('{image:background}') fixed repeat;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999;
- }
- /* Photoset */
- .tmblr-lightbox { background:rgba({RGBcolor:background}, .7)!important; }
- .vignette, .lightbox-caption { opacity:0!important; }
- .lightbox-image {
- border-radius:0px!important;
- -webkit-border-radius:0px!important;
- -moz-border-radius:0px!important;
- box-shadow:none!important;
- -webkit-box-shadow:none!important;
- -moz-box-shadow:none!important;
- }
- .pxu-photo, .photo-data a { border-bottom:none; }
- .pxu-photo, .photo-data a:hover { border-bottom:none; }
- /* Credit */
- #cr {
- bottom:10px;
- right:10px;
- color:#000000;
- font-weight:bold;
- font-size:12px;
- position:fixed;
- font-family:arial;
- background:{color:posts};
- box-shadow:rgba(0,0,0,0.09) 3px 3px;
- border:2px solid {color:borders};
- padding:5px 7px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #cr:hover {
- box-shadow:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {CustomCSS}
- </style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- {block:IndexPage}{block:ifInfinitescroll}
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfinitescroll}{/block:IndexPage}
- <script>
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:10,
- tip_fade_speed:100,
- attribute:"title"
- });
- $(".sidebar_hidden").hide();
- $(".sidebar_click").show();
- $('.sidebar_click').click(function(){
- $(".sidebar_hidden").slideToggle();
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- {block:ifInfinitescroll}
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector :".post",
- navSelector : ".pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 2000,
- },
- function(newElements){
- resizeVideos();
- $(newElements).find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- {/block:ifInfinitescroll}
- {/block:IndexPage}
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- </head>
- <body>
- <div id="box1" class="popup_block">
- <div id="border">
- <div id="box">
- <div id="boxtitle">{Title}</div>
- <div id="linkx">{block:iflink1}<a href="{text:link1 url}">{text:link1}</a>{/block:iflink1} {block:iflink2}. <a href="{text:link2 url}">{text:link2}</a>{/block:iflink2} {block:iflink3}. <a href="{text:link3 url}">{text:link3}</a>{/block:iflink3} {block:iflink4}. <a href="{text:link4 url}">{text:link4}</a>{/block:iflink4} {block:iflink5}. <a href="{text:link5 url}">{text:link5}</a>{/block:iflink5} {block:iflink6}. <a href="{text:link6 url}">{text:link6}</a>{/block:iflink6} {block:iflink7}. <a href="{text:link7 url}">{text:link7}</a>{/block:iflink7} {block:iflink8}. <a href="{text:link8 url}">{text:link8}</a>{/block:iflink8}</div>
- </div>
- </div>
- </div>
- {block:ifrenderimage}
- <div style="bottom:{text:render bottom}px;position:fixed;left:{text:render left}px;width:400px;"><span style="opacity:;"><img src="{image:render}" width="500px"></div></span>
- {/block:ifrenderimage}
- <div id="wrapper">
- <div class="sidebar"><div id="sidebar">
- <a href="/"><div class="sidebar_img"><img src="{image:sidebar}" style="width:100%;height:100%"></a></div>
- <div id="link"><ul>
- <li><a href="/ask" title="askbox"><img src="https://static.tumblr.com/mqknr8q/8aAno24s8/24.png"></a></li>
- <li><a href="/archive" title="archive"><img src="https://static.tumblr.com/mqknr8q/8gmnodmvb/browser-2x.png" style="width:12px;padding-bottom:3px"></a></li>
- <li><a href="#?w=350" rel="box1" class="poplight" title="{text:popup links text}"><img src="https://static.tumblr.com/mqknr8q/e2Ono3a3i/plus-2x.png" style="width:12px;"></a></li>
- </ul>
- </div>
- <div id="tri"></div>
- <div class="sidebar_desc">
- {Description}
- </div>
- </div></div>
- <div id="cr">
- <a href="https://kimtys.tumblr.com" title="theme by kimtys">k.</a>
- </div>
- <div id="con">
- <div id="content">
- {block:Posts}
- <div class="post">
- <div class="posts">
- {block:IndexPage}
- <div id="perma">
- <a href="{Permalink}" title="{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}"><img src="https://static.tumblr.com/mqknr8q/6tuno1npk/pencil-2x.png"><br /><a href="{ReblogURL}" title="reblog!"><img src="https://static.tumblr.com/mqknr8q/8H1no1mrv/reload-2x.png"></a>
- </div>
- {/block:IndexPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Photo}
- <div id="photo">
- {block:IndexPage}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt='{PhotoAlt}' />{LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />{LinkCloseTag}
- {/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:Text}
- {block:Title} <div class="title">{Title}</div> {/block:Title}
- {Body}
- {block:More}
- <a href="{Permalink}">Read More</a>
- {/block:More}
- {/block:Text}
- {block:Answer}
- <div class="q">
- <img src="{AskerPortraitURL-40}"/><span>{Asker} asked:</span></div>
- <div class="question">{Question}</div>
- <div class="a">{Answer}</div>
- {block:More}
- <a href="{Permalink}">Read More</a>
- {/block:More}
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="lines">
- {block:Lines}<div class="line {Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Quote}
- <span style="margin-top:10px;float:right;font-family:arial;font-size:50px;font-weight:bold;color:{color:links}">”</span>
- <div id="quote"><span style="line-height:120%;">{Quote}</div></span>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Audio}
- <table border="0" cellpadding="0" cellspacing="0"><tr><td id="art" valign="top">
- {block:AlbumArt}
- <img src="{AlbumArtURL}"/>
- {/block:AlbumArt}
- </td><td valign="top"><div id="player">{AudioPlayerWhite}</div>
- <div id="info"><div id="infoline"><b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
- <div id="infoline"><b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</div>
- <div id="infoline">{block:PlayCount}{PlayCountwithlabel}{/block:PlayCount}</div>
- </div></td></tr></table>
- {/block:Audio}
- {block:Link}
- <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
- {description}
- {/block:Link}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:Caption}<div id="captions">{Caption}</div>{/block:Caption}
- {block:IndexPage}
- {block:HasTags}
- <div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} <img src="https://static.tumblr.com/mqknr8q/EFhno36z8/39.png"></div>
- {/block:HasTags}
- {block:IndexPage}
- </div>
- </div>
- {block:PermalinkPage}
- <div id="permalink">
- <div style="font-family: 'Arial', sans-serif; font-size: 10px; line-height: 140%; padding: 10px; letter-spacing: 0px; width: 480px; margin-top:-85px; color:{color:text};margin-left:2px;outline: 2px solid {color:borders};border:7px solid {color:posts};box-shadow:rgba(0,0,0,0.09) 7px 7px;background:{color:caption};text-transform:uppercase;font-weight:bold">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {Year} {/block:Date} {block:NoteCount} ♡ {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br> VIA: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a></b> BY: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}{block:HasTags}<br>TAGGED: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}{/block:HasTags}
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IndexPage}
- <div id="pag">
- {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}"><img src="https://static.tumblr.com/mqknr8q/AWznod2of/arrow-thick-left-2x.png"></a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" id="next"><img src="https://static.tumblr.com/mqknr8q/81pnod2q2/arrow-thick-right-2x.png"></a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment