Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><html><head>
- <!-- ✧ THEME #4 BY SKYOFRP - CARRY ON ✧
- made using a base code by axialthemes. fonts hosted by dohertys. imessage code by animalities. audio player code by padyluppet.
- ✧ TERMS OF USE ✧
- edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
- enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
- <meta name="color:background" content="#778989">
- <meta name="color:container" content="#f8f8f8">
- <meta name="color:title" content="#7ca2a2">
- <meta name="color:subtitle" content="#c09992">
- <meta name="color:links" content="#b2a283">
- <meta name="color:links hover" content="#f0bfb6">
- <meta name="color:nav links background" content="#bfbab8">
- <meta name="color:nav links color" content="#7e615b">
- <meta name="color:text shadow" content="#444444">
- <meta name="color:text" content="#444444">
- <meta name="color:chat bubble 1" content="#c3dfdf">
- <meta name="color:chat bubble 2" content="#ffffff">
- <meta name="text:title" content="">
- <meta name="text:subtitle" content="">
- <meta name="text:link 1 name" content="link">
- <meta name="text:link 1" content="/">
- <meta name="text:link 2 name" content="link">
- <meta name="text:link 2" content="/">
- <meta name="text:link 3 name" content="link">
- <meta name="text:link 3" content="/">
- <meta name="text:link 4 name" content="link">
- <meta name="text:link 4" content="/">
- <meta name="if:webkit scroll bar" content="1">
- <meta name="if:show link 1" content="1">
- <meta name="if:show link 2" content="1">
- <meta name="if:show link 3" content="1">
- <meta name="if:show link 4" content="1">
- <meta name="image:sidebar" content="">
- <meta name="image:background image" content="">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href="https://fonts.googleapis.com/css?family=Karla:400,400i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <script src="https://use.fontawesome.com/59231e1de3.js"></script>
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <style type="text/css">
- @font-face { font-family: "hijrnotes"; src: url('https://dl.dropboxusercontent.com/s/452lfychrbgdlb2/Hijrnotes_PERSONAL_USE_ONLY.ttf') ;}
- body {
- background:{color:background} url({image:background image}) repeat fixed;
- font-family:karla;
- font-weight:normal;
- margin:0px;
- top:0;
- left:0;
- word-wrap:break-word;
- }
- {block:IfWebkitScrollBar}
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color: {color:text};
- border:2px solid {color:container};
- border-radius:100px;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:7px;
- background-color: {color:container};
- border-radius:20px;
- }
- {/block:IfWebkitScrollBar}
- a {
- color:{color:links};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:links hover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- h1 {
- font-size:24pt;
- font-weight:normal;
- font-family:'hijrnotes';
- text-transform:none;
- letter-spacing:0px;
- line-height:0%;
- color:{color:title};
- text-shadow: 0 0 2px {color:text shadow};
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- padding-bottom:20px;
- }
- h1 a{
- color:{color:title};
- }
- h1 a:hover {
- color:{color:links};
- }
- h2 {
- text-decoration:none;
- text-transform:lowercase;
- font-size:28px;
- font-family:'hijrnotes';
- text-align:center;
- line-height:80%;
- color:{color:text};
- text-shadow:0px 0px 2px {color:text shadow};
- padding:5px;
- padding-bottom:2px;
- font-weight:normal;
- letter-spacing:0px;
- }
- h3 {
- font-weight:bold;
- font-family:montserrat;
- font-size:14px;
- text-align:center;
- font-style:normal;
- color:{color:text};
- text-transform:uppercase;
- letter-spacing:1px;
- text-shadow:0 0 2px {color:text shadow};
- }
- h4 {
- font-weight:bold;
- font-size:10px;
- text-transform:uppercase;
- color:{color:subtitle};
- font-family:'montserrat';
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- line-height:50%;
- margin-top:-26px;
- text-align:right;
- margin-right:25px;
- }
- h5 {
- font-weight:normal;
- font-size:25px;
- font-family:'hijrnotes';
- }
- .photo{
- -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
- filter: grayscale(80%);
- -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;
- }
- .photo:hover{
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(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;
- }
- blockquote {
- border-left:2px solid {color:nav links background};
- background-color:transparent;
- border-radius: 10px;
- padding:5px;
- margin:5px;
- }
- .credit
- {
- font-family:'karla';
- font-size:13px;
- font-weight:bold;
- float:right;
- margin:5px;
- }
- .credit a
- {
- background-color:{color:container};
- border-radius:5px;
- font-family:'karla';
- font-weight:bold;
- font-size:15px;
- float:right;
- padding:4px 4px 2px 4px;
- }
- .credit a:hover {
- background-color:transparent;
- color:{color:links hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #theme {
- margin:auto;
- width:875px;
- height:100%;
- text-align: center;
- background-color:{color:background};
- z-index:9990;
- position:relative;
- }
- #sidewrap {
- width:250px;
- height:400px;
- display:table;
- position:fixed;
- margin-top:150px;
- border-radius:10px;
- background-color:{color:container};
- }
- #sidebar {
- display:table-cell;
- vertical-align:middle;
- color: {color:text};
- }
- #sidebar img {
- width:100px;
- max-height:300px;
- border-radius:100px 100px 0px 100px;
- -ms-transform: rotate(-5deg); /* IE 9 */
- -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
- transform: rotate(-5deg);
- }
- #titleandstuff {
- padding-left:20px;
- padding-right:20px;
- background-color:{color:container};
- }
- #description {
- text-align:center;
- font-size:10px;
- padding-bottom:20px;
- height:75px;
- max-height:75px;
- overflow-y:scroll;
- }
- .links {
- width:210px;
- position:relative;
- line-height:15px;
- font-size:14px;
- margin-top:30px;
- text-align:center;
- font-style:none;
- font-family:'karla';
- text-transform:uppercase;
- margin-bottom:20px;
- font-weight:bold;
- }
- .links a {
- display:inline-block;
- margin-left:2px;
- margin-bottom:2px;
- padding:5px 5px 3px 5px;
- height:15px;
- text-align:center;
- color:{color:nav links color};
- background-color:{color:nav links background};
- border-radius:80px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .links a:hover {
- background-color:transparent;
- color:{color:links hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #pagi {
- font-size:12px;
- font-family:'karla';
- text-transform:uppercase;
- width:250px;
- font-weight:normal;
- font-style:normal;
- text-align:center;
- padding-top:10px;
- color:{color:links};
- letter-spacing:0px;
- }
- #pagi a {
- display:inline-block;
- color:{color:nav links color};
- background-color:{color:nav links background};
- border-radius:80px;
- font-weight:bold;
- padding:2px 5px 2px 5px;
- height:15px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #pagi a:hover {
- background-color:transparent;
- color:{color:links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- letter-spacing:3px;
- }
- #postscontainer {
- margin-left:300px;
- margin-top:150px;
- padding:10px;
- width:420px;
- position:fixed;
- text-align:justify;
- border-radius:10px 5px 10px 10px;
- background-color:{color:container};
- color:{color:text};
- z-index:999;
- height:380px;
- max-height:380px;
- overflow-y:scroll;
- }
- .posts {
- background-color:{color:container};
- padding:5px 0px 25px 0px;
- width:400px;
- margin-top:5px;
- margin-bottom:20px;
- margin-left:10px;
- margin-right:10px;
- text-align:justify;
- font-size:11px;
- line-height:100%;
- letter-spacing:0px;
- color:{color:text};
- }
- .posts img, .posts li, .posts blockquote {
- max-width: 100%;
- border-radius:10px;
- }
- small, sub {
- font-size:10px;
- }
- .photoset
- {
- border-radius:10px;
- }
- .caption {
- width:400px;
- text-align:justify;
- line-height:120%;
- }
- .postinfo {
- width:400px;
- margin-top:20px;
- text-align:center;
- line-height:100%;
- display:inline-block;
- background-color:transparent;
- font-family:'karla';
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- }
- .postinfo a {
- font-style:normal;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- .postinfo a:hover {
- color:{color:links hover};
- }
- .dates {
- display:inline-block;
- font-size:11px;
- text-transform:none;
- font-weight:bold;
- letter-spacing:0px;
- margin-top:7px;
- }
- .sourcevia {
- margin-top:8px;
- display:inline;
- padding-left:5px;
- }
- .sourcevia img {
- border-radius:100%;
- width:12px;
- height:12px;
- margin-right:5px;
- margin-top:5px;
- }
- .notesetc {
- margin-top:8px;
- display:inline-block;
- letter-spacing:0px;
- }
- .tags {
- text-transform:none;
- font-size:8px;
- font-weight:bold;
- text-align:center;
- margin-top:2px;
- letter-spacing:1px;
- font-family:'montserrat';
- opacity:0;
- max-height:0px;
- line-height:130%;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .posts:hover .tags{
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .buttonss {
- width:40px;
- display:inline;
- padding:5px 5px 0px 0px;
- }
- .likee {
- opacity:0.7;
- display:inline-block;
- }
- .likee:hover {
- opacity:1;
- }
- .reblogg {
- padding-left:4px;
- padding-right:5px;
- opacity:0.7;
- display:inline-block;
- }
- .reblogg:hover {
- opacity:1;
- }
- .chat ol {
- line-height:170%;
- list-style:none;
- width:400px;
- margin-left:-40px;
- }
- .line.odd {
- background:{color:chat bubble 1};
- margin-bottom:0px;
- margin-left:auto;
- padding:7px;
- float:right;
- clear:left;
- border-radius: 15px;
- display:block;
- }
- .line.even {
- background:{color:chat bubble 2};
- margin-bottom:0px;
- padding:7px;
- margin-top:30px;
- float:left;
- margin-right:auto;
- border-radius: 15px;
- display:block;
- }
- .label {
- padding-right:2px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:text};
- font-family:'karla';
- padding-left:0px;
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- font-weight:bold;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- line-height:120%;
- }
- .note img {
- border-radius:100%;
- margin-right:10px;
- width:15px;
- }
- .question {
- padding:0px;
- line-height:120%;
- text-align:justify;
- font-size:12px;
- }
- .question img {
- border:transparent;
- border-radius:100px 100px 0px 100px;
- width:64px;
- float:left;
- display:block;
- margin-right:10px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 75px;
- top: 75px;
- 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;
- }
- .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: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- overflow: hidden;
- width: 180px;
- height: 180px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- filter: url(“data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale”); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(1);
- -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;
- }
- .audioimgwrapper img:hover {
- filter: none;
- -webkit-filter: grayscale(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;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 200px;
- min-height: 85px;
- padding-bottom:80px;
- font-family:'karla';
- font-weight:bold;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:center;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /* IMESSAGE CHAT POST */
- .answer span,
- .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
- .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
- .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
- .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
- .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
- .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: #666666;
- font-family:'karla';
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px;
- padding:5px 4px 5px 4px;
- margin:20px 7px -2px 20px;
- background-color:{color:container};
- border:1px solid #E0E0E0;
- font-family:karla;
- font-size:9px;
- font-weight:bold;
- letter-spacing:2px;
- text-transform:uppercase;
- color:{color:title};
- z-index:999999999999999999999999999999999999;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="theme">
- <div id="sidewrap">
- <div id="sidebar">
- <img src="{image:sidebar}">
- <div id="titleandstuff">
- <h1>{text:title}</h1>
- <h4>{text:subtitle}</h4>
- <div class="links">
- <a title="home" href="/"><span class="lnr lnr-home"></span></a>
- <a title="message" href="/ask"><span class="lnr lnr-inbox"></span></a>
- {block:ifshowlink1}<a title="{text:link 1 name}" href="{text:link 1}"><span class="lnr lnr-pushpin"></span></a>{/block:ifshowlink1}
- {block:ifshowlink1}<a title="{text:link 2 name}" href="{text:link 2}"><span class="lnr lnr-diamond"></span></a>{/block:ifshowlink2}
- {block:ifshowlink2}<a title="{text:link 3 name}" href="{text:link 3}"><span class="lnr lnr-leaf"></span></a>{/block:ifshowlink3}
- {block:ifshowlink3}<a title="{text:link 4 name}" href="{text:link 4}"><span class="lnr lnr-heart-pulse"></span></a>{/block:ifshowlink4}
- </div>
- {block:Description}<div id="description">{description}</div>{/block:Description}
- </div>
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">swim</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">sink</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="postscontainer">
- {block:TagPage}<h2 style="width:400px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="photo">{Body}</div>{/block:Text}
- {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
- {block:Link}<a href="{URL}"><h2 style="padding:18px; border-radius: 5px; background-color:{color:nav links background}">{Name} →</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></div>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:400px;"/>
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Panorama}
- {block:Photoset}<center><div class="photo">{Photoset-400}</div></center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}
- {block:Title}
- <h3>{Title}</h3>{/block:Title}<br>
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="question"><img src="{AskerPortraitURL-64}">{Question}<div align="right"><h1>{Asker}</h1></div></div>
- {Answer}
- {/block:Answer}
- {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">
- {AudioPlayer}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {block:Audio}
- {block:date}
- <div class="postinfo">
- <div class="dates"><a href="{Permalink}">{TimeAgo}</a> </div> <div class="notesetc">{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:NoteCount}</div><div class="sourcevia">{block:RebloggedFrom}<a href="{ReblogParentURL}"> <img src="{ReblogParentPortraitURL-16}" title="{ReblogParentName}"> </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> <i class="fa fa-bookmark-o" aria-hidden="true"></i> </a>{/block:ContentSource}</div><div class="buttonss"><a href="{ReblogUrl}"> <i class="fa fa-refresh" aria-hidden="true"></i></a></div>
- </div>
- {/block:date}
- {block:HasTags}<div class="tags"><i class="fa fa-tags" aria-hidden="true"></i>
- {block:Tags}<a href="{TagURL}"> {Tag} </a> {/block:Tags}</div>
- {/block:HasTags}
- {block:PostNotes}<div class="note">
- {PostNotes}</div>{/block:PostNotes}
- </div>
- {/block:posts}
- </div>
- </div>
- <div class="credit" style="position:fixed; bottom:0px; right:0px;"><a title="skyofrp" href="http://www.skyofrp.tumblr.com"><span class="lnr lnr-code"></span></a></div>
- </div>
- <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>
- (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>
- </body>
- </html>
Advertisement