Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--------------------------------------------------
- (◍•ᴗ•◍)♡ ✧*。
- Raincoat Theme by Chloe | @dontbrag | @bychloethemes
- > Do not delete/alter/obscure any credit.
- > Do not claim as your own.
- > Do not copy any code.
- > Do not redistribute.
- > Do not modify beyond recognition.
- This theme is licensed under a Creative Commons
- Attribution-NonCommercial-NoDerivatives 4.0
- International License.
- ====================================================
- Dependencies:
- > Outicons by Anton Saputro
- > JQuery
- > Infinite Scroll by Paul Irish
- > ImagesLoaded by Desandro
- > PXU Photosets by Pixel Union
- > Unnest Captions by @neothm and @magnusthemes
- > Permalinks Inspired by @acuite
- --------------------------------------------------->
- <html>
- <head>{block:Hidden}
- <meta name="image:Sidebar" content="http://placehold.it/60" />
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Accent" content="#fe3b80" />
- <meta name="color:Dark Accent" content="#eef"/>
- <meta name="if:Blogroll" content="" />
- <!--profile tab-->
- <meta name="image:Profile" content="http://placehold.it/130" />
- <meta name="text:Tagline 1" content="" />
- <meta name="text:Tagline 2" content="" />
- <meta name="text:Tagline 3" content="" />
- <meta name="text:Tagline 4" content="" />
- <meta name="text:About" content="" />
- <meta name="text:Watching" content="" />
- <meta name="text:Reading" content="" />
- <meta name="text:Listening" content="" />
- <!--faq-->
- <meta name="text:Question 1" content="" />
- <meta name="text:Answer 1" content="" />
- <meta name="text:Question 2" content="" />
- <meta name="text:Answer 2" content="" />
- <meta name="text:Question 3" content="" />
- <meta name="text:Answer 3" content="" />
- <meta name="text:Question 4" content="" />
- <meta name="text:Answer 4" content="" />
- <meta name="text:Question 5" content="" />
- <meta name="text:Answer 5" content="" />
- <!--links-->
- <meta name="text:Link Section 1" content="Link Section 1" />
- <meta name="text:Link 1 1" content="" />
- <meta name="text:URL 1 1" content="" />
- <meta name="text:Link 1 2" content="" />
- <meta name="text:URL 1 2" content="" />
- <meta name="text:Link 1 3" content="" />
- <meta name="text:URL 1 3" content="" />
- <meta name="text:Link 1 4" content="" />
- <meta name="text:URL 1 4" content="" />
- <meta name="text:Link 1 5" content="" />
- <meta name="text:URL 1 5" content="" />
- <meta name="text:Link 1 6" content="" />
- <meta name="text:URL 1 6" content="" />
- <meta name="text:Link Section 2" content="Link Section 2" />
- <meta name="text:Link 2 1" content="" />
- <meta name="text:URL 2 1" content="" />
- <meta name="text:Link 2 2" content="" />
- <meta name="text:URL 2 2" content="" />
- <meta name="text:Link 2 3" content="" />
- <meta name="text:URL 2 3" content="" />
- <meta name="text:Link 2 4" content="" />
- <meta name="text:URL 2 4" content="" />
- <meta name="text:Link 2 5" content="" />
- <meta name="text:URL 2 5" content="" />
- <meta name="text:Link 2 6" content="" />
- <meta name="text:URL 2 6" content="" />
- <meta name="text:Link Section 3" content="Link Section 3" />
- <meta name="text:Link 3 1" content="" />
- <meta name="text:URL 3 1" content="" />
- <meta name="text:Link 3 2" content="" />
- <meta name="text:URL 3 2" content="" />
- <meta name="text:Link 3 3" content="" />
- <meta name="text:URL 3 3" content="" />
- <meta name="text:Link 3 4" content="" />
- <meta name="text:URL 3 4" content="" />
- <meta name="text:Link 3 5" content="" />
- <meta name="text:URL 3 5" content="" />
- <meta name="text:Link 3 6" content="" />
- <meta name="text:URL 3 6" content="" />{/block:Hidden}
- <meta charset="UTF-8" />
- <title>{block:TagPage}{Tag} posts | {/block:TagPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{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}">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i|Anonymous+Pro' rel='stylesheet' type='text/css'>
- <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <style type="text/css">
- * {
- margin:0;
- padding:0;
- }
- #tumblr_controls, .tmblr-iframe {
- top:15px!important;
- right:15px!important;
- -webkit-filter: invert(90%);
- filter: invert(90%);
- position:fixed!important;
- -webkit-transform:scale(.9, .9);
- -moz-transform:scale(.9, .9);
- transform:scale(.9, .9);
- -webkit-transform-origin: right top;
- -moz-transform-origin: right top;
- -ms-transform-origin: right top;
- -o-transform-origin: right top;
- transform-origin: right top;
- z-index:999999999999999999!important
- }
- ::-webkit-scrollbar {
- background-color:#ddd;
- height: 11px;
- width: 11px;
- border:5px solid #fafafa;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- border:5px solid #fafafa;
- }
- .box::-webkit-scrollbar {
- border:5px solid #fff;
- }
- .box::-webkit-scrollbar-thumb {
- border:5px solid #fff;
- }
- ::selection {
- background:rgba({RGBcolor:Accent},0.05);
- color:{color:Dark Accent};
- }
- ::-moz-selection {
- background:rgba({RGBcolor:Accent},0.05);
- color:{color:Dark Accent};
- }
- body{
- background:#fafafa;
- color:#000;
- font-size:10px;
- font-family:'Open Sans', sans-serif;
- font-weight:400;
- overflow:hidden;
- }
- a {
- text-decoration:none;
- color:{color:Dark Accent};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- a:hover {
- color:#666;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- b, strong {
- font-weight:600;
- }
- img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(.instagram-media):not(#ask_frame):not(.tumblr_audio_player):not(.like_toggle) {
- max-width:100%!important;
- height:auto;
- }
- .instagram-media {
- max-width:100%!important;
- }
- img:not(.lightbox-image) {
- vertical-align:middle;
- }
- .tumblr_video_container {
- height:auto!important;
- }
- .vine-embed {
- height:336px!important;
- }
- #infscr-loading {
- position:absolute;
- bottom:-65px;
- width:200px;
- margin-left:50%;
- left:-100px;
- text-align:center;
- }
- #sidebar {
- text-align:right;
- margin:0 0 0 50%;
- margin-top:30px;
- z-index:999;
- width:120px;
- position:fixed;
- top:20px;
- padding-right:15px;
- padding-top:15px;
- padding-bottom:15px;
- left:calc(-230px - 135px);
- }
- img#avatar {
- width:60px;
- border-radius:50%;
- margin-bottom:10px;
- border:2px solid {color:Accent};
- }
- #sidebar h1 {
- margin:0 0 5px;
- font-family:'Anonymous Pro', monospace;
- font-weight:normal;
- font-size:1.44em;
- }
- #sidebar p {
- font-size:9px;
- }
- #navbar {
- text-align:left;
- margin:0 0 0 50%;
- margin-bottom:30px;
- z-index:999;
- width:140px;
- position:fixed;
- bottom:20px;
- padding-left:15px;
- padding-top:15px;
- padding-bottom:15px;
- left:230px;
- }
- ul#navlinks {
- list-style-type:none;
- font-size:1.44em;
- margin: 0;
- padding:10px 0 0 0;
- z-index:99;
- text-align:left;
- counter-reset: LIST-COUNTER;
- }
- ul#navlinks li:before{
- content: '\e0b9';
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- vertical-align:middle;
- margin-right: 5px;
- position:relative;
- opacity:0;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- ul#navlinks li.active:before {
- opacity:1;
- color:{color:Dark Accent};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- ul#navlinks li {
- line-height:20px;
- display:block;
- text-transform:lowercase;
- font-family:'Anonymous Pro';
- text-align:left;
- margin:1px 0px;
- position:relative;
- color:{color:Accent};
- cursor:pointer;
- opacity:0.5;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- ul#navlinks li:hover {
- opacity:1;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- ul#navlinks li.active {
- opacity:1;
- color:{color:Dark Accent};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .tab {
- padding-top:40px;
- padding-bottom:40px;
- height:calc(100% - 80px);
- width:100%;
- overflow-x:hidden;
- overflow-y:auto;
- display:block;
- position:absolute;
- top:-100%;
- }
- .enter {
- top:0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .exit {
- top:100%;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- .content {
- position:relative;
- margin:0 auto;
- width:400px;
- padding-left:11px;
- }
- article {
- margin-top:20px;
- margin-bottom:100px;
- position:relative;
- box-sizing:border-box;
- width:400px;
- padding:2px;
- background:{color:Accent};
- }
- article .tb {
- padding:0 20px 15px;
- background:#fff;
- }
- article .video {
- padding:20px 15px;
- background:#fff;
- }
- article .tb:first-of-type, .photo + .caption.tb,
- .photoset + .caption.tb {
- padding-top:20px;
- }
- article ul, article ol {
- padding-left:25px;
- line-height:175%;
- margin:10px 0;
- display:block!important;
- }
- article ul {
- list-style:circle;
- }
- article hr {
- border:none;
- width:75%;
- margin:15px auto;
- height:1px;
- background:rgba({RGBcolor:Accent},0.5);
- }
- blockquote.tumblr_parent {
- padding-left:5px;
- padding-right:5px;
- margin: 15px 0px;
- padding-bottom: 15px;
- line-height: 140%;
- position: relative;
- border-bottom:1px solid #eaeaea;
- line-height:160%;
- }
- blockquote.tumblr_parent:before, .chat .label:before {
- content: '\e0ca';
- font-family: "untitled-font-1" !important;
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- text-align: center;
- font-variant: normal;
- text-transform: none;
- line-height: 1em;
- font-size: 1em;
- vertical-align:middle;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- margin-right: 5px;
- color:{color:Dark Accent};
- }
- blockquote.tumblr_parent:first-of-type {
- margin-top:0;
- padding-top:5px;
- }
- blockquote.tumblr_parent p:first-of-type {
- display:inline;
- }
- blockquote.tumblr_parent:last-of-type {
- border-bottom:none;
- padding-bottom:5px;
- margin-bottom:0px;
- }
- blockquote.tumblr_parent:last-of-type:after {
- content:initial;
- }
- blockquote.tumblr_parent img {
- box-sizing: border-box;
- border: 2px solid {color:Accent};
- margin: 20px 0;
- }
- blockquote.tumblr_parent p {
- margin:10px 0;
- }
- blockquote.tumblr_parent p:last-of-type {
- margin-bottom:0;
- }
- blockquote.tumblr_parent p a {
- color:{color:Dark Accent};
- }
- blockquote.tumblr_parent h2 {
- margin-top:15px;
- }
- article h2 {
- margin-bottom:15px;
- padding-left:5px;
- padding-right:5px;
- position:relative;
- }
- h2.title {
- margin-bottom:25px;
- font-family:'Anonymous Pro', monospace;
- font-weight:normal;
- }
- h2.title:after {
- content:'';
- height:2px;
- width:30px;
- position:absolute;
- left:5px;
- bottom:-17px;
- background:{color:Accent};
- }
- a.tumblr_blog {
- font-weight:bold;
- margin-right:5px;
- color:#000;
- }
- a.tumblr_blog:after {
- content:": ";
- }
- blockquote.tumblr_parent > blockquote {
- border-left:2px solid #eee;
- padding-left:10px;
- margin:10px 0;
- margin-left:5px;
- display:block!important;
- }
- .quote.tb, .link.tb, .chat.tb {
- padding-left: 25px;
- padding-right: 25px;
- }
- .quote h3 {
- font-family:'Anonymous Pro', monospace;
- font-weight:normal;
- line-height:130%;
- font-size:1.4em;
- }
- .quote cite {
- text-align:right;
- display:block;
- margin:10px 0 0;
- font-size:0.9em;
- }
- .link h2 {
- font-family:'Anonymous Pro', monospace;
- padding:0;
- }
- .link blockquote.tumblr_parent {
- padding-left:0;
- padding-right:0;
- }
- ul.chat-list {
- list-style-type:none;
- padding:0;
- }
- ul.chat-list li {
- line-height:17px;
- }
- ul.chat-list .label {
- font-weight:bold;
- }
- .album-art {
- width: 100%;
- height: 100px;
- background: #eee repeat center center;
- background-size: contain;
- opacity: 0.05;
- }
- .audio-info {
- line-height:1.6em;
- text-align: center;
- position: absolute;
- top: 52px;
- left: 0;
- width: 100%;
- }
- .tumblr_audio_player {
- position: absolute;
- top: 45px;
- left: 45px;
- width: 50px;
- height: 50px;
- border-radius: 50%;
- border: 2px solid {color:Accent};
- box-sizing: border-box;
- }
- .question {
- font-weight:bold;
- }
- .response {
- position: relative;
- margin-top: 31px!important;
- padding:0 5px;
- }
- .response.answererer {
- padding:0;
- }
- .query {
- position:relative;
- padding:5px 5px 0;
- min-height:30px;
- }
- .query:after {
- content: '';
- width:100%;
- border-bottom:1px solid #eaeaea;
- left: 0px;
- bottom: -15px;
- position: absolute;
- }
- img.querier {
- float:left;
- width:25px;
- margin:0px 8px 3px 0 ;
- border-radius:5px;
- background:#eee;
- }
- .also_query {
- margin-top:31px;
- padding:0 5px;
- min-height:30px;
- }
- .also_query p:first-of-type {
- display:inline;
- margin:0;
- }
- .query a:first-of-type, .also_query a:first-of-type {
- color:#000;
- }
- .response:empty {
- display:none;
- overflow:hidden;
- }
- .answererer:before {
- content: '';
- width:100%;
- border-bottom:1px solid #eaeaea;
- left: 0px;
- top: -15px;
- position: absolute;
- }{block:IndexPage}
- .permalinks.tb {
- padding-top:0;
- }
- .permalinks a {
- color:#a9a9a9;
- }
- .permalinks ul {
- margin:0;
- text-align:right;
- list-style:none;
- padding:15px 5px 5px;
- border-top:1px solid #eaeaea;
- color:{color:Dark Accent};
- font-family:'Anonymous Pro', monospace;
- }
- .photo + .permalinks.tb ul,
- .photoset + .permalinks.tb ul {
- padding-top: 20px;
- border-top: none;
- }
- .permalinks li {
- display:inline-block;
- height:18px;
- line-height:18px;
- margin-left:7px;
- position:relative;
- }
- .permalinks li i:before {
- vertical-align:middle;
- line-height:18px;
- }
- .permalinks li:first-of-type {
- float:left;
- margin:0;
- }
- .permalinks i {
- background: #eee;
- width: 18px;
- height:18px;
- line-height:18px;
- text-align: center;
- border-radius: 50%;
- display: inline-block;
- color:{color:Dark Accent}
- }
- .like_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 10;
- }
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- .our_toggle {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 18px;
- height: 18px;
- z-index: 1;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .like_button:hover + .our_toggle {
- color:#c09992;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .like_button.liked + .our_toggle .oi-heart:before {
- content: "\e098";
- }{/block:IndexPage}{block:PermalinkPage}
- .extra-info {
- line-height: 22px;
- border-top: 1px solid #eaeaea;
- padding:15px 5px;
- font-family: 'Anonymous Pro';
- }
- .extra-info i {
- vertical-align: middle;
- margin-right: 5px;
- font-size:11px;
- color:{color:Dark Accent};
- }
- #notes {
- border-top: 1px solid #eaeaea;
- padding:15px 5px;
- font-family:'Anonymous Pro';
- }
- ol.notes {
- padding:0;
- margin: 0;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 3px 0;
- }
- ol.notes li.note img.avatar {
- float:right;
- border-radius:50%;
- margin-top:1px;
- margin-left:10px;
- }
- ol.notes li.note blockquote {
- border-left:2px solid #eee;
- padding-left:10px;
- margin:10px 0;
- margin-left:15px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- li.more_notes_link_container {
- text-transform: uppercase;
- font-size: 0.85em;
- }
- li.like:before {
- content: '\e099';
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- margin-right:10px;
- vertical-align:middle;
- color: #f3719f;
- }
- li.reblog:before {
- content: '\e083';
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- vertical-align:middle;
- margin-right: 10px;
- }
- li.original_post:before {
- content:'\e078';
- }
- {/block:PermalinkPage}
- a:focus {
- outline:none;
- }
- .box {
- margin-top:20px;
- box-sizing:border-box;
- background:#fff;
- border:2px solid {color:Accent};
- padding:20px;
- max-height: calc(100vh - 110px);
- overflow-x:hidden;
- overflow-y: auto;
- }
- .tab h1 {
- font-weight:normal;
- font-family:'Anonymous Pro', monospace;
- color:{color:Dark Accent};
- margin:15px 0;
- font-size:1.44em;
- }
- .tab h1:first-of-type {
- margin-top:0;
- }
- img#profilepic {
- border-radius:50%;
- float:right;
- margin:15px 15px 20px 10px;
- width:130px;
- height:130px;
- -webkit-filter: grayscale(100%);
- }
- ul#profile-info {
- list-style-type:none;
- padding:0;
- margin:0px 0 10px;
- }
- ul#profile-info li {
- margin:0px 20px 10px 40px;
- position:relative;
- }
- ul#profile-info li:before {
- content: '\e028';
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- vertical-align:middle;
- margin-right: 10px;
- margin-left:-20px;
- }
- .about {
- border-left:2px solid #eee;
- padding-left:13px;
- margin:10px 22px;
- }
- #profile p {
- position:relative;
- line-height:160%;
- margin-bottom:10px;
- }
- #profile p:last-of-type {
- margin-bottom:0;
- }
- ul#currently {
- list-style:none;
- }
- ul#currently li {
- margin:0px 20px 10px 40px;
- position:relative;
- display:block;
- }
- ul#currently li:before {
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- vertical-align:middle;
- margin-right: 10px;
- margin-left:-20px;
- }
- ul#currently li.watching:before {
- content:'\e08f';
- }
- ul#currently li.reading:before {
- content:'\e039';
- }
- ul#currently li.listening:before {
- content:'\e097';
- }
- #msg h4 {
- line-height:20px;
- text-align:left;
- position:relative;
- font-size:1.2em;
- margin:2px;
- display:inline-block;
- padding-left:20px;
- font-family:'Anonymous Pro',monospace;
- font-weight:normal;
- color:{color:Dark Accent};
- }
- #msg h4:before {
- content:'\e046';
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- vertical-align:middle;
- margin-right: 10px;
- margin-left:-20px;
- }
- #msg p {
- position:relative;
- display:block;
- border-left:2px solid #eee;
- padding-left:13px;
- margin:10px;
- line-height:160%;
- }
- #msg iframe {
- margin-top: 10px;
- transform: scale(0.712,0.712);
- transform-origin: top left;
- }
- #nav h4 {
- line-height:20px;
- text-align:left;
- position:relative;
- font-size:1.2em;
- margin:2px;
- padding-left:20px;
- font-family:'Anonymous Pro',monospace;
- font-weight:normal;
- color:{color:Dark Accent};
- }
- #nav h4:before {
- content:'\e06e';
- font-family: untitled-font-1;
- speak: none;
- font-style: normal;
- font-weight: 400;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- font-variant: normal normal;
- vertical-align:middle;
- margin-right: 10px;
- margin-left:-20px;
- }
- ul.link-sections {
- list-style-type:none;
- padding:0;
- margin:10px 10px 30px 10px;
- font-size:0;
- }
- ul.link-sections li {
- display: inline-block;
- line-height: 20px;
- margin: 1px 5px;
- position: relative;
- text-align: right;
- font-size: 11px;
- width: calc(100% / 3 - 10px);
- border-bottom: 1px solid #eaeaea;
- box-sizing: border-box;
- padding: 2px 12px;
- }
- ul.link-sections li a {
- color:#000;
- }
- ul.link-sections {
- counter-reset: LIST-COUNTER;
- }
- ul.link-sections li:before{
- content: "0" counter( LIST-COUNTER ) ".";
- counter-increment: LIST-COUNTER;
- position:relative;
- left:-3px;
- float:left;
- font-family:'Anonymous Pro', monospace;
- }
- ul#blogroll-content {
- margin:0;
- list-style-type:none;
- padding:0;
- text-align:center;
- }
- ul#blogroll-content li {
- display: inline-block;
- width: 110px;
- vertical-align: top;
- margin: 5px 0px 20px;
- text-align: center;
- }
- .follows img {
- position: relative;
- border-radius: 3px;
- display: inline-block;
- width: 25px;
- margin-right: 5px;
- vertical-align: top;
- }
- .follows .follow-info {
- line-height: 1.2;
- display: inline-block;
- width: 75px;
- text-align: left;
- }
- .follows .follow-url {
- display: block;
- font-size: 11px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding: 1px;
- font-family: 'Anonymous Pro', monospace;
- }
- .follows .follow-title {
- font-size: 8px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: block;
- }
- .follows .follow-title:before {
- content:'"';
- }
- .follows .follow-title:after {
- content:'"';
- }
- </style>
- </head>
- <body>
- <div id="sidebar">{block:IfSidebarImage}
- <img src="{image:Sidebar}" id="avatar">{/block:IfSidebarImage}
- <a href="/"><h1>{Title}</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}
- </div>
- <div id="navbar">
- <ul id="navlinks">
- <li class="swtich active" data-tab="wrapper">home</li>
- <li class="swtich" data-tab="profile">profile</li>
- <li class="swtich" data-tab="msg">message</li>
- <li class="swtich" data-tab="nav">navigate</li>{block:IfBlogroll}
- <li class="swtich" data-tab="br">blogroll</li>{/block:IfBlogroll}
- </ul>
- </div>
- <div id="wrapper" class="tab enter">
- <div id="posts" class="content">
- {block:Posts}<article id="{PostID}">
- {block:Text}<div class="text tb">
- {block:Title}<h2 class="title">{Title}</h2>{/block:Title}
- <div class="caption">{Body}</div>
- </div>{/block:Text}{block:Photo}
- <div class="photo">
- <div class="photo-wrap"><img src="{PhotoURL-400}" class="photos"></div>
- </div>{/block:Photo}{block:Photoset}
- <div class="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>
- </div>{/block:Photoset}{block:Quote}<div class="quote tb">
- <h3>{Quote}</h3>
- {block:Source}<cite>- {Source}</cite>{/block:Source}
- </div>{/block:Quote}{block:Link}<div class="link tb">
- <h2><a href="{URL}" {Target}>{Name} <i class="oi-chevron-right"></i></a></h2>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}
- </div>{/block:Link}{block:Chat}<div class="chat tb">
- {block:Title}<h2 class="title">{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- </div>{/block:Chat}{block:Audio}<div class="audio tb">
- <div class="album-art"{block:AlbumArt} style="background-image:url({AlbumArtURL})"{/block:AlbumArt}></div>
- <div class="audio-info">
- <b><span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</b> by <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}
- <br>From <i><span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</i>
- </div>
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- {/block:Audio}{block:Video}<div class="video">
- {Video-400}
- </div>{/block:Video}{block:Answer}<div class="answer tb">
- <div class="query">
- <img src="{AskerPortraitURL-40}" class="querier">
- <b>{Asker} asked: </b> {Question}
- </div>{block:Answerer}
- <div class="also_query">
- <img src="{AnswererPortraitURL-40}" class="querier">
- <b>{Answerer} replied: </b> {Answer}
- </div>{/block:Answerer}
- <div class="response{block:Answerer} answererer caption{/block:Answerer}">{Replies}</div>
- </div>{/block:Answer}
- {block:Caption}<div class="caption tb">
- {Caption}
- </div>{/block:Caption}
- {block:IndexPage}<div class="permalinks tb">
- <ul>
- <li><a href="{Permalink}" target="_blank"><i class="oi-pin"></i> {NoteCount}</a>
- <li class="custom-like-button" title="like">
- {LikeButton}
- <span class="our_toggle">
- <i class="oi-heart"></i>
- </span>
- <li><a href="{ReblogURL}"><i class="oi-refresh"></i></a>
- </ul>
- </div>{/block:IndexPage}
- {block:PermalinkPage}<div class="tb">
- {block:Date}<div class="extra-info">
- <i class="oi-time"></i> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}
- {block:NoteCount}<br><i class="oi-chart"></i> {NoteCount}{/block:NoteCount}
- {block:RebloggedFrom}<br><i class="oi-refresh"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br><i class="oi-globe"></i> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:HasTags}<br><i class="oi-tags"></i> {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>{/block:Date}
- {block:PostNotes}<div id="notes" class="tb">
- {PostNotes-16}
- </div>{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- </div><!--end posts-->
- </div><!--end wrapper-->
- <div id="profile" class="tab">
- <div class="content box">
- <h1 style="display:inline-block;">Profile</h1>{block:IfProfileImage}
- <img src="{image:Profile}" id="profilepic">{/block:IfProfileImage}{block:IfTagline1}
- <ul id="profile-info">
- <li>{text:Tagline 1}</li>{block:IfTagline2}
- <li>{text:Tagline 2}</li>{/block:IfTagline2}{block:IfTagline3}
- <li>{text:Tagline 3}</li>{/block:IfTagline3}{block:IfTagline4}
- <li>{text:Tagline 4}</li>{/block:IfTagline4}
- </ul>{/block:IfTagline1}{block:IfAbout}
- <h1>About</h1>
- <div class="about">
- {text:About}
- </div>{/block:IfAbout}
- <h1>Currently</h1>
- <ul id="currently">{block:IfWatching}
- <li class="watching">{text:Watching}{/block:IfWatching}{block:IfReading}
- <li class="reading">{text:Reading}{/block:IfReading}{block:IfListening}
- <li class="listening">{text:Listening}{/block:IfListening}
- </ul>
- </div>
- </div>
- <div id="msg" class="tab">
- <div class="content box">
- <h1>Message</h1>{block:IfQuestion1}
- <h4>{text:Question 1}</h4>
- <p>{text:Answer 1}</p>{/block:IfQuestion1}{block:IfQuestion2}
- <h4>{text:Question 2}</h4>
- <p>{text:Answer 2}</p>{/block:IfQuestion2}{block:IfQuestion3}
- <h4>{text:Question 3}</h4>
- <p>{text:Answer 3}</p>{/block:IfQuestion3}{block:IfQuestion4}
- <h4>{text:Question 4}</h4>
- <p>{text:Answer 4}</p>{/block:IfQuestion4}{block:IfQuestion5}
- <h4>{text:Question 5}</h4>
- <p>{text:Answer 5}</p>{/block:IfQuestion5}
- <iframe frameborder="0" border="0" scrolling="no" width="500" height="190" allowtransparency="true" id="ask_frame" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
- </div>
- </div>
- <div id="nav" class="tab">
- <div class="content box">
- <h1>Navigate</h1>{block:IfLinkSection1}
- <h4>{text:Link Section 1}</h4>
- {block:IfURL11}<ul class="link-sections">
- <li><a href="{text:URL 1 1}">{text:Link 1 1}</a>{block:IfURL12}
- <li><a href="{text:URL 1 2}">{text:Link 1 2}</a>{/block:IfURL12}{block:IfURL13}
- <li><a href="{text:URL 1 3}">{text:Link 1 3}</a>{/block:IfURL13}{block:IfURL14}
- <li><a href="{text:URL 1 4}">{text:Link 1 4}</a>{/block:IfURL14}{block:IfURL15}
- <li><a href="{text:URL 1 5}">{text:Link 1 5}</a>{/block:IfURL15}{block:IfURL16}
- <li><a href="{text:URL 1 6}">{text:Link 1 6}</a>{/block:IfURL16}
- </ul>{/block:IfURL11}{block:IfLinkSection1}{block:IfLinkSection2}
- <h4>{text:Link Section 2}</h4>
- {block:IfURL21}<ul class="link-sections">
- <li><a href="{text:URL 2 1}">{text:Link 2 1}</a>{block:IfURL22}
- <li><a href="{text:URL 2 2}">{text:Link 2 2}</a>{/block:IfURL22}{block:IfURL23}
- <li><a href="{text:URL 2 3}">{text:Link 2 3}</a>{/block:IfURL23}{block:IfURL24}
- <li><a href="{text:URL 2 4}">{text:Link 2 4}</a>{/block:IfURL24}{block:IfURL25}
- <li><a href="{text:URL 2 5}">{text:Link 2 5}</a>{/block:IfURL25}{block:IfURL26}
- <li><a href="{text:URL 2 6}">{text:Link 2 6}</a>{/block:IfURL26}
- </ul>{/block:IfURL21}{block:IfLinkSection2}{block:IfLinkSection3}
- <h4>{text:Link Section 3}</h4>
- {block:IfURL31}<ul class="link-sections">
- <li><a href="{text:URL 3 1}">{text:Link 3 1}</a>{block:IfURL32}
- <li><a href="{text:URL 3 2}">{text:Link 3 2}</a>{/block:IfURL32}{block:IfURL33}
- <li><a href="{text:URL 3 3}">{text:Link 3 3}</a>{/block:IfURL33}{block:IfURL34}
- <li><a href="{text:URL 3 4}">{text:Link 3 4}</a>{/block:IfURL34}{block:IfURL35}
- <li><a href="{text:URL 3 5}">{text:Link 3 5}</a>{/block:IfURL35}{block:IfURL36}
- <li><a href="{text:URL 3 6}">{text:Link 3 6}</a>{/block:IfURL36}
- </ul>{/block:IfURL31}{block:IfLinkSection3}
- </div>
- </div>{block:IfBlogroll}
- <div id="br" class="tab">
- <div class="content box">
- <h1>Blogroll</h1>
- {block:Following}<ul id="blogroll-content">
- {block:Followed}<li class="follows">
- <img class="follow-pic" src="{FollowedPortraitURL-48}">
- <div class="follow-info">
- <span class="follow-url"><a href="{FollowedURL}" target="_blank">{FollowedName}</a></span>
- <span class="follow-title">{FollowedTitle}</span>
- </div>
- </li>
- {/block:Followed}
- </ul>{/block:Following}
- </div>
- </div>{/block:IfBlogroll}
- {block:Pagination}<div class="pagination" style="visibility:hidden;">
- {block:NextPage}<a href="{NextPage}" id="next-link">next</a>{/block:NextPage}
- </div>{/block:Pagination}
- {block:IndexPage}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- {/block:IndexPage}<link href="https://dl.dropboxusercontent.com/s/hzclyl41cq3yzjk/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5391855";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span style='display:none' id='o_"+fhs_id+"'></span>");</script>
- <script src="http://static.tumblr.com/8pnyeus/Vm1ofn39c/raincoat.js"></script>{block:IndexPage}
- <script>
- $(function(){
- var $tumblelog = $('#posts');
- $tumblelog.infinitescroll(
- infScrollOptions, function( newElements ) {
- var $newElems = $( newElements );
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- $newElems.find('.photo-slideshow').pxuPhotoset(pxuOptions);
- $newElems = $(newElements).css({ opacity: 0, zIndex: -1});
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- $newElems.unnest(unnestOptions);
- $('.caption p').each(function(index, item) {
- if(($.trim($(item).text()) === "")
- && !($(item).has("img").length)) {
- $(item).remove();
- }
- });
- $('.label:contains(":")').each(function(){
- $(this).html($(this).html().split(":").join(""));
- });
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- });
- </script>{block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement