Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--------------------------------------------
- SCOTTISBAE's THEMES #192
- THEME BY: http://scottisbae.tumblr.com/
- PLEASE DO NOT:
- remove the credits; claim as your own; use as a base, take parts
- of the theme.
- YOU CAN:
- edit as much as you want for your own personal use only.
- CREDITS: unnest captions by neothm, magnusthemes and scarletwitch.
- pixel union photoset by shythemes.
- tumblr audio player by alphathemes.
- short notecount by shythemes.
- postnotes by havingthemes.
- smooth scroll by zacharyfury.
- time stamp by bychloethemes.
- saturnicons by themehive.
- font face by ddkinzart.
- --------------------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Body Text" content="#9F9F9F">
- <meta name="color:Link" content="#BAC2C6">
- <meta name="color:Link Hover" content="#838E94">
- <meta name="color:Bold" content="#C1C1C1">
- <meta name="color:Italic" content="#C3CED1">
- <meta name="color:Scrollbar" content="#151515">
- <meta name="color:Background" content="#040404">
- <meta name="color:Container Borders" content="#0A0A0A">
- <meta name="color:Container Background" content="#070707">
- <meta name="color:Posts Background" content="#040404">
- <meta name="text:Body Font Size" content="10px"/>
- <meta name="text:Body Font" content="'Muli', calibri"/>
- <meta name="text:Small Text Size" content="10px"/>
- <meta name="text:Title" content="Write title here">
- <meta name="image:Icon 1" content=""/>
- <meta name="image:Icon 2" content=""/>
- <meta name="image:Icon 3" content=""/>
- <meta name="image:Icon 4" content=""/>
- <meta name="image:Background" content="" />
- <meta name="image:Container" content="" />
- <meta name="if:Show Images Opacity" content="1" />
- <meta name="text:Opacity" content="0.7">
- <meta name="if:Show Icons" content="1" />
- <meta name="if:Show Images Black and White" content="0" />
- <meta name="if:Show Unnest Captions" content="0"/>
- <meta name="if:Show 400px posts" content="1"/>
- <meta name="if:Show Container Borders" content="1" />
- <meta name="text:Index Text" content="Home">
- <meta name="text:Index URL" content="/">
- <meta name="text:Ask Text" content="Message">
- <meta name="text:Ask URL" content="/ask">
- <meta name="if:Show Link1" content="1" />
- <meta name="if:Show Link2" content="1" />
- <meta name="if:Show Link3" content="1" />
- <meta name="if:Show Link4" content="1" />
- <meta name="text:Link 1 Text" content="Link 1">
- <meta name="text:Link 1 URL" content="/">
- <meta name="text:Link 2 Text" content="Link 2">
- <meta name="text:Link 2 URL" content="/">
- <meta name="text:Link 3 Text" content="Link 3">
- <meta name="text:Link 3 URL" content="/">
- <meta name="text:Link 4 Text" content="Link 4">
- <meta name="text:Link 4 URL" content="/">
- <!----- google fonts ---->
- <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Hind:300,400,700" rel="stylesheet">
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
- <!----- google fonts ---->
- <!----- scripts ---->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.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://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- </script><script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>
- <!----- scripts ---->
- <!----- time stamp style ---->
- <script type="text/javascript">
- $(document).ready(function() {
- $(".time-ago").timeAgo({
- time: "letter", // can be "letter" "short" or "word"
- spaces: true, // adds spaces between words and numbers
- words: false, // turns numbers to words
- prefix: "", // adds a prefix to the outputted string. could be "~" or "about"
- suffix: "", // adds a suffix to the outputted string. could be "ago"
- });
- });
- </script>
- <!----- time stamp style ---->
- <!----- tooltip ---->
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!----- tooltip ---->
- <!----- caption unnest ---->
- {block:ifShowUnnestCaptions}
- <script>
- $(document).ready(function(){ $('.posts').unnest({
- yourCaption: ".caption",
- wrapName: ".cap",
- newCaptionUsername: true,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".icon",
- usernameColon: false
- });
- }); </script>
- {/block:ifShowUnnestCaptions}
- <!----- caption unnest ---->
- <!----- pixel union photosets ---->
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox:true,
- rounded:false,
- gutter:'5px',
- borderRadius:'0px',
- photoset:'.photo-slideshow',
- photoWrap:'.photo-data',
- photo:'.pxu-photo'
- });
- });
- </script>
- <!----- pixel union photosets ---->
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar-track {
- background-color:{color:Posts Background};
- }
- ::-webkit-scrollbar {
- height:2px;
- width:2px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin-top:-30px;
- margin-left:-25px;
- font-size:8px;
- font-family: {text:Body Font};
- letter-spacing:1px;
- text-align:center;
- text-transform:uppercase;
- padding:3px;
- font-weight:bold;
- color:{color:Bold};
- background-color:{color:Posts Background};
- border:1px solid {color:Container Borders};
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- z-index:999999999999;
- }
- {block:ifShowUnnestCaptions}
- /* to style the reblogged urls */
- .tumblr_blog {
- font-style: none;
- font-weight:bold;
- color:{color:Bold}!important;
- }
- .tumblr_blog a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- /* to style the reblogged urls */
- .cap {
- margin-left:0px;
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- }
- .cap blockquote {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- margin-left:0px;
- }
- {/block:ifShowUnnestCaptions}
- {block:ifNotShowUnnestCaptions}
- /* to style the reblogged urls */
- .tumblr_blog {
- vertical-align:bottom;
- font-style: none;
- font-weight:bold;
- color:{color:Bold}!important;
- }
- .tumblr_blog a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- /* to style the reblogged urls */
- blockquote {
- border-left:1px solid {color:Container Borders};
- padding-left:7px;
- padding-top:px;
- padding-bottom:px;
- margin:5px;
- margin-top:px;
- margin-bottom:20px;
- margin-left:px;
- }
- {/block:ifNotShowUnnestCaptions}
- img {
- {block:ifShowImagesBlackandWhite}
- -webkit-filter: grayscale(100%);
- {/block:ifShowImagesBlackandWhite}
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- {block:ifShowImagesOpacity}
- opacity:{text:Opacity};
- {/block:ifShowImagesOpacity}
- }
- img:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- .html_photoset, .photo-slideshow:hover img {
- -webkit-filter: grayscale(0%);
- }
- h1 {
- font-weight:normal;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- font-family: 9px;
- text-align:left;
- font-style:italic;
- letter-spacing:0px;
- text-transform:none;
- color:{color:Bold};
- margin-bottom:10px;
- }
- h2 {
- margin-bottom:10px;
- font-size: {text:Body Font Size}+5px;
- font-family: {text:Body Font};
- font-style:none;
- text-align:left;
- font-weight:bold;
- line-height:100%;
- text-transform:lowercase;
- color:{color:Bold};
- }
- hr {
- width:50px;
- margin-left:0px;
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: {color:Container Borders};
- }
- pre {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- width:540px;
- text-align: left;
- word-break: break-all;
- color:{color:Body Text};
- }
- body {
- color: {color:Body Text};
- background-color:{color:Background};
- background-image:url('{image:background}');
- background-repeat: repeat;
- background-attachment: fixed;
- background-position:center;
- }
- b, strong {
- color: {color:bold};
- }
- i, italic {
- color: {color:italic};
- }
- small, sup, sub {
- font-size: {text:Small Text Size};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Link Hover};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- @font-face{font-family:"selima";src:url('https://static.tumblr.com/it5srtk/CFPorxbpc/selima.otf');}
- .title {
- overflow:hidden;
- {block:ifShowIcons}
- width:152px;
- {/block:ifShowIcons}
- {block:ifNotShowIcons}
- width:228px;
- {/block:ifNotShowIcons}
- height:35px;
- display:inline-block;
- margin:5px 0 5px 0;
- padding:0 10px 0 10px;
- font-family:'selima', arial;
- font-size:23px;
- text-align:center;
- font-style:none;
- font-weight:;
- text-transform:none;
- color:{color:bold};
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .sidebar {
- overflow:hidden;
- {block:ifShowIcons}
- width:174px;
- {/block:ifShowIcons}
- {block:ifNotShowIcons}
- width:250px;
- {/block:ifNotShowIcons}
- height:440px;
- font-size:10px;
- font-family: 'muli', calibri;
- {block:ifShowIcons}
- margin-left:80px;
- {/block:ifShowIcons}
- position:absolute;
- margin-top:px;
- padding:5px;
- background-color:{color:Container Background};
- -webkit-border-radius:px;
- -moz-border-radius: px;
- border-radius: px;
- }
- {block:ifShowIcons}
- .sidebarimage {
- float:left;
- margin: 50px 0 0 0;
- width:77px;
- }
- .sidebarimage img {
- width:64px;
- height:64px;
- padding:5px;
- margin-bottom:17px;
- object-fit: cover;
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- -webkit-filter: grayscale(0%);
- background-color:{color:Posts Background};
- }
- {/block:ifShowIcons}
- .sidebarlinks {
- overflow:hidden;
- text-align:center;
- font-weight:bold;
- font-size:8px;
- font-family: 'hind', calibri;
- text-transform:uppercase;
- color:{color:Bold};
- margin:5px 0 5px 2px;
- {block:ifShowIcons}
- margin:5px 0 5px 3px;
- {/block:ifShowIcons}
- padding:-10px;
- }
- .sidebarlinks li {
- overflow:hidden;
- color:{color:Bold};
- margin:3px;
- padding:4px;
- {block:ifShowIcons}
- width:68px;
- {/block:ifShowIcons}
- {block:ifNotShowIcons}
- width:107px;
- {/block:ifNotShowIcons}
- height:10px;
- float:left;
- list-style: none;
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .sidebarlinks a {
- color:{color:Bold};
- padding:2px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .sidebarlinks a:hover {
- color:{color:Link Hover};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .description {
- overflow-y:scroll;
- overflow-x:hidden;
- margin:0px 0 0px 0;
- {block:ifShowIcons}
- max-height:265px;
- {/block:ifShowIcons}
- {block:ifNotShowIcons}
- max-height:270px;
- {/block:ifNotShowIcons}
- padding:5px;
- {block:ifShowIcons}
- width:163px;
- {/block:ifShowIcons}
- text-align:justify;
- line-height:22px;
- letter-spacing:0px;
- color:{color:Body Text};
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .description a:hover {
- color:{color:Link Hover};
- }
- .pagination {
- position: absolute;
- bottom: 7px;
- right:5px;
- left:5px;
- padding: 5px;
- text-align:center;
- font-family:'muli', arial;
- font-size:9px;
- letter-spacing:2px;
- line-height:120%;
- font-style:none;
- font-weight:bold;
- text-transform:uppercase;
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- }
- .pagination a {
- padding:5px;
- color:{color:Bold};
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- /* style for pixel union photosets
- i recomend not changing if you don't know what you're doing */
- .photo-slideshow {
- visibility: hidden;
- }
- .photo-slideshow.processed {
- visibility: visible;
- }
- .photo-slideshow .row {
- clear: both;
- width: 100%;
- }
- .photo-slideshow .pxu-photo {
- display: block;
- float: clear;
- width: 100%;
- overflow: hidden;
- }
- .photo-slideshow .pxu-photo img {
- display: block;
- }
- .photo-slideshow.processed .pxu-photo img {
- width:100%;
- height: auto;
- display: block;
- }
- .photo-slideshow .pxu-photo:first-child img {
- margin:auto;
- }
- {block:ifNotShow400pxposts}
- .photo-slideshow .count-1 {
- max-width:500px;
- height: auto;
- }
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- .photo-slideshow .count-1 {
- max-width:400px;
- }
- {/block:ifShow400pxposts}
- .set {margin-left:10px;}
- {block:ifNotShow400pxposts}
- .photo-slideshow .count-2 {
- width:245px;
- height: auto;
- }
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- .photo-slideshow .count-2 {
- width:50%;
- height: auto;
- }
- {/block:ifShow400pxposts}
- {block:ifNotShow400pxposts}
- .photo-slideshow .count-3 {
- width:160px;
- height: auto;
- }
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- .photo-slideshow .count-3 {
- width:33.33%;
- height: auto;
- }
- {/block:ifShow400pxposts}
- /* style for pixel union photosets
- i recomend not changing if you don't know what you're doing */
- .photosets {
- margin-left:0px;
- }
- .npf_row {
- -ms-flex-align: center;
- align-items: center;
- display: -ms-flexbox;
- display: flex;
- overflow: hidden;
- max-height: 253px;
- }
- .tmblr-full {
- -ms-flex: 1;
- flex: 1;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin: 0;
- overflow-y: hidden;
- padding-left: 2px;
- padding-right: 2px;
- }
- .npf_row img {
- {block:ifNotShow400pxposts}
- width:245px;
- {block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:245px;
- {/block:ifShow400pxposts}
- object-fit:cover;
- }
- .container {
- margin: auto;
- margin-top:80px;
- width: 900px;
- overflow:hidden;
- border:px solid {color:Scrollbar};
- }
- .thecontainer {
- {block:ifNotShow400pxposts}
- width:810px;
- height:460px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:710px;
- height:460px;
- {/block:ifShow400pxposts}
- margin: auto;
- padding:10px;
- margin-left:px;
- background-color:{color:Container Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- background-image:url('{image:container}');
- background-repeat: repeat;
- background-attachment: fixed;
- background-position:center;
- }
- .postscontainer {
- {block:ifNotShow400pxposts}
- width:528px;
- height:460px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:428px;
- height:460px;
- {/block:ifShow400pxposts}
- position:fixed;
- overflow-y:scroll;
- overflow-x:hidden;
- margin: auto;
- padding:5px;
- margin-left:267px;
- background-color:{color:Container Background};
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .posts {
- {block:ifNotShow400pxposts}
- width:500px;
- margin-left:0px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- margin-left:0px;
- {/block:ifShow400pxposts}
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- padding:10px;
- margin-bottom:1px;
- line-height:150%;
- text-align:justify;
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: 5px;
- border-radius: px;
- }
- .posts img {
- {block:ifNotShow400pxposts}
- max-width:500px;
- height:auto;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- height:auto;
- {/block:ifShow400pxposts}
- }
- .time-ago {
- text-transform: uppercase | lowercase | capitalize;
- }
- .sf{
- font-size:7px;
- color:{color:bold};
- /* style the icon like you'd style regular text */
- }
- .info {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- margin-top:15px;
- margin-bottom:1px;
- font-family:'hind', arial;
- font-size:8px;
- padding:10px;
- line-height:14px;
- font-style:none;
- text-align:left;
- letter-spacing:1.5px;
- text-transform:uppercase;
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .info2 {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- margin-bottom:45px;
- font-family:'hind', arial;
- font-size:8px;
- padding:10px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .info a {
- color:{color:Body Text};
- }
- .info a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .notecount {
- font-family:'hind', arial;
- font-size:8px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- }
- .tagsline {
- color:{color:Bold};
- content:"";
- width:15px;
- height:1px;
- margin-top:4px;
- margin-bottom:4px;
- display:inline-block;
- vertical-align:middle;
- background-color:{color:Container Borders};
- position:relative;
- }
- .tags {
- text-transform:none;
- position:static;
- font-family:'muli', calibri;
- text-transform:none;
- letter-spacing:0px;
- font-size:9px;
- text-align:left;
- float:initial;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- padding-right:5px;
- background-color:none;
- color:{color:Body Text};
- }
- .tags a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- /* style for lists */
- ul li {
- color:{color:Body Text};
- margin-left:-33px;
- list-style:none;
- }
- ul li:before {
- color:{color:Bold};
- content:'\e086';
- font-family:'saturnicons';
- margin-right:6px;
- font-size:7px;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- }
- ol {
- color:{color:Body Text};
- margin-left:-25px;
- }
- /* style for lists */
- a.read_more {
- font-weight:bold;
- color:{color:Bold};
- }
- .postsnote {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts};
- margin-top: px;
- float: left;
- margin-bottom:30px;
- margin-left:px;
- padding:10px;
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- .postsnote ol, .notes-bottom ul {
- margin: 5px;
- padding: 0;
- list-style: none;
- }
- .postsnote li {
- {block:ifNotShow400pxposts}
- width:47%;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:45%;
- {/block:ifShow400pxposts};
- padding: 2px 0 5px 10px;
- margin:2px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- float:left;
- text-align:left;
- }
- .postsnote li img.avatar {
- border:none;
- margin:;
- width:0;
- padding:0;
- }
- .postsnote .note .action {
- }
- .postsnote .note .retags {
- display:none;
- visibility:hidden;
- }
- .postsnote blockquote {
- display:none;
- }
- .more_notes_link {
- list-style: none;
- text-transform:uppercase;
- letter-spacing:0.5px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- margin-top:10px;
- font-weight:bold;
- color:{color:Bold}
- padding:3px;
- position:relative;
- float:left;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: 0px;
- left: 0px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- line-height:14px;
- border: 0px solid black;
- display:inline-block;
- margin-left: 90px;
- padding:15px 10px 10px 10px;
- min-height:70px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- {block:ifShow400pxposts}
- iframe#youtube_iframe {
- width: 400px;
- height: 280px;
- border-top-width: 0px;
- border-right-width: 0px;
- border-bottom-width: 0px;
- border-left-width: 0px;
- }
- {/block:ifShow400pxposts}
- .quote {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- margin-top:5px;
- color:{color:Bold};
- font-weight:bold;
- letter-spacing:0.1px;
- text-transform:none;
- line-height:100%;
- text-align:left;
- }
- .source {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- font-style: italic;
- text-align:left;
- line-height:17px;
- }
- .chat {
- margin-top:5px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .chat .lines {
- margin-left:0;
- }
- .chat .lines span {
- font-weight: bold;
- color:{color:bold};
- }
- p.npf_chat {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .ask {
- {block:ifNotShow400pxposts}
- width:490px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:390px;
- {/block:ifShow400pxposts}
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-align:left;
- font-weight:;
- padding:5px;
- color:{color:Body Text};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- background-color:{color:Container Background};
- }
- .ask a {
- color:{color:Bold};
- }
- .ask a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .answer {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- text-align:left;
- margin-bottom:1px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .credit {
- position:fixed;
- right:5px;
- bottom:20px;
- font-family:'muli', calibri;
- font-size:10px;
- font-weight:bold;
- text-transform:lowercase;
- text-align:center;
- color:{color:Bold};
- }
- .credit a {
- color:{color:Bold};
- padding:3px;
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- background-color:{color:Container Background};
- font-style:normal;
- padding:3px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="thecontainer">
- {block:ifShowIcons}
- <div class="sidebarimage">
- <img src="{image:icon 1}">
- <img src="{image:icon 2}">
- <img src="{image:icon 3}">
- <img src="{image:icon 4}">
- </div>
- {/block:ifShowIcons}
- <div class="sidebar">
- <div class="title">
- {text:Title}
- </div>
- <div class="description">
- {Description}
- </div>
- <div class="sidebarlinks">
- <li><a href="{text:index url}">{text:index text}</a></li>
- <li><a href="{text:ask url}">{text:ask text}</a></li>
- {block:ifShowLink1}
- <li><a href="{text:link 1 url}">{text:link 1 text}</a></li>
- {/block:IfShowLink1}
- {block:ifShowLink2}
- <li><a href="{text:link 2 url}">{text:link 2 text}</a></li>
- {/block:IfShowLink2}
- {block:IfShowLink3}
- <li><a href="{text:link 3 url}">{text:link 3 text}</a></li>
- {/block:IfShowLink3}
- {block:ifShowLink4}
- <li><a href="{text:link 4 url}">{text:link 4 text}</a></li>
- {/block:IfShowLink4}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> back </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> forward </a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div class="postscontainer" id="{PostID}">
- {block:Posts}
- {block:Date}<div class="info"><span class="sf sf-link-2"></span><a href="{Permalink}"><span class="time-ago"> {TimeStamp} </span></a> <span class="sf sf-reblog-o"></span> <a href="{ReblogURL}" target="_blank" class="details">reblog</a> {block:RebloggedFrom} <span class="sf sf-chevron-right"></span> <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:Permalink}{block:ContentSource}<b>,</b> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:Permalink}{/block:RebloggedFrom}</span>
- </div>
- {/block:Date}
- <div class="posts" id="{PostID}">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="caption">
- {Body}
- </div>
- {/block:Text}
- {block:Quote}<div class="quote">“{Quote}”</div><div class="source"> {block:Source}{Source}{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:lines}
- <div class="chat">
- <div class="lines">
- {block:label}
- <span><span style="text-transform:lowercase;">{label}</span></span>
- {/block:label}
- {line}</br></div></div>
- {/block:lines}
- {/block:Chat}
- {block:Answer}<div class="ask"><span style="color:{color:Bold};text-transform:uppercase;font-weight:bold;">{Asker}</span> <br> <span style="text-transform:none;"> {Question} </span></div><div class="caption"><div class="answer">{Answer}</div></div>{/block:Answer}
- {block:Photo}
- {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-HighRes}"/>{/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:ifNotShow400pxposts}
- <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:ifNotShow400pxposts}{block:ifShow400pxposts}<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:ifShow400pxposts}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div></div></div>
- <div class="trackdetails">
- {block:TrackName}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Track:</span> {TrackName} <br/>{/block:TrackName}
- {block:Artist}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Artist:</span> {Artist} <br/>{/block:Artist}
- {block:Album}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Album:</span> {Album} <br/>{/block:Album}
- {block:PlayCount}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Plays:</span> {PlayCount}{/block:PlayCount}
- </div></div>
- {/block:AudioPlayer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- </div>
- {block:Date}
- <div class="info2">{block:NoteCount}<span class="sf sf-heart-o"></span> <span class="notecount">{NoteCount}</span> {/block:NoteCount}</span> <span class="tags">{block:Tags}<span style="color:{color:bold};"><span class="sf sf-check"></span> <a href="{TagURL}">{Tag}</a> {/block:Tags}</span>
- </div>
- {/block:Date}
- {block:PostNotes}
- <div class="postsnote">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div class="credit"><a href="https://scottisbae.tumblr.com/">scottisbae</a></div>
- </div>
- </div>
- </div>
- <!----- short notecount ---->
- <script type="text/javascript">
- var $container = $('.postscontainer');
- $container.find('.notecount').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k');
- }
- });
- </script>
- <!----- short notecount ---->
- </body>
- </html>
Add Comment
Please, Sign In to add comment