Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-----------------------------------------------------------------------
- ***PLEASE READ THIS AS IT CONTAINS IMPORTANT INFO***
- Feline Themes Presents: Paw Prints
- You may make as many cosmetic changes as you'd like to this theme such as changing fonts, colors, and simple stuff like that. You may also change or remove the corner images if you want. Just please don't make this theme look like an entirely new theme, okay? :)
- Do not use as a base code! And do not reupload this theme as your own, no matter how much you edit it, and keep both credit links intact.
- You may look at my coding to see how I did certain things, but please don't copy and paste and of the CSS/HTML.
- ***I did not draw/create the images I used for the corner images***
- I know there's only two blank spaces for links, but you can always change the ask link if you want. I recommend getting some popup links though if you need more!
- *FONTS USED*
- All fonts are from Google Fonts or dafont.com, I did not make any of them!
- -Chasing Embers - 'chasing_embers_demo_versionRg' [Title Font from dafont.com]
- -Poiret One [Headers, Quotes, Link Posts, Ect.]
- -Raleway [Main body]
- *OTHER INFO*
- -I have tested the following post types: Text, Photos/Photosets, Quotes, Asks, Videos, Chats. I didn't really touch the audio posts as I don't see them used often.. Honestly I didn't even code for them, as I see them so rarely.
- -Popup script not included to keep out unneeded coding. If you want popups just add in the code. :)
- Enjoy and let me know if you use it so I can see! :)
- © Feline Themes 2016
- ------------------------------------------------------------------------>
- <meta name="color:Color 1" content="#e5b9a9"/>
- <meta name="color:Color 2" content="#52483d"/>
- <meta name="color:Color 3" content="#b6b0a6"/>
- <meta name="color:Font Color" content="#000000"/>
- <meta name="text:Font Size" content="11px"/>
- <meta name="text:Link 2 URL" content="/linktwo"/>
- <meta name="text:Link 2" content="Link Two"/>
- <meta name="text:Link 3 URL" content="/linkthree"/>
- <meta name="text:Link 3" content="Link Three"/>
- <!------------ start of styled tooltips script ------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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>
- <!-------------- end of styled tooltip scripts -------------->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
- <link href="https://fonts.googleapis.com/css?family=Poiret+One|Raleway" rel="stylesheet">
- <link href="http://static.tumblr.com/dq6g0mp/MIzoe7f11/tropicalfont.css" rel="stylesheet">
- <style type="text/css">
- /*----------------------------------------------------------------------*/
- #sidebar{
- position:fixed;
- z-index:10;
- top:70px;
- left:5%;
- padding-top:80px;
- padding-left:80px;
- text-align:center;
- }
- #paw{
- height:200px;
- width:200px;
- transform:rotate(-30deg);
- }
- #toeone, #toetwo, #toethree, #toefour{
- position:absolute;
- width:50px;
- height:50px;
- padding:10px;
- transform:rotate(30deg);
- border-radius:90px;
- background-color:{color:Color 1};
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:11px;
- color:#ffffff;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #toeone{
- top:-15px;
- left:-55px;
- }
- #toeone:hover{
- background-color:{color:Color 2};
- }
- #toetwo{
- top:-70px;
- left:20px;
- }
- #toetwo:hover{
- background-color:{color:Color 2};
- }
- #toethree{
- top:-70px;
- right:20px;
- }
- #toethree:hover{
- background-color:{color:Color 2};
- }
- #toefour{
- top:-15px;
- right:-55px;
- }
- #toefour:hover{
- background-color:{color:Color 2};
- }
- #pawpad{
- position:relative;
- width:170px;
- height:170px;
- transform:rotate(30deg);
- padding:15px;
- overflow:hidden;
- border-radius:300px;
- background-color:{color:Color 1};
- }
- #pawpad img{
- width:170px;
- border-radius:300px;
- }
- #pawoverlay{
- position:absolute;
- top:15px;
- bottom:15px;
- left:15px;
- right:15px;
- padding:10px;
- opacity:0;
- border-radius:300px;
- background-color:{color:Color 3};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #sidebar:hover #pawoverlay{
- opacity:0.8;
- }
- .pawoverlay{
- position:absolute;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- width:120px;
- height:120px;
- padding:20px;
- border-radius:300px;
- border:1px solid #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:11px;
- color:#ffffff;
- }
- #blogtitle{
- position:relative;
- z-index:11;
- margin-top:-35px;
- margin-left:-40px;
- width:250px;
- font-family:'chasing_embers_demo_versionRg';
- font-size:80px;
- color:{color:Color 2};
- text-shadow:2px 2px 2px {color:Color 3};
- }
- /*----------------------------------------------------------------------*/
- #container{
- position:absolute;
- top:20px;
- left:30%;
- width:650px;
- }
- .entry{
- position:relative;
- float:left;
- {block:IndexPage}
- width:230px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin:15px;
- padding:15px;
- background-color:{color:Color 3};
- }
- /*--Makes text posts look a little nicer--*/
- #textpostbody{
- padding:10px;
- background-color:#ffffff;
- }
- /*--Makes text posts look a little nicer--*/
- /*--Post permalinks--*/
- #posteddate{
- padding:7px;
- text-align:center;
- background-color:{color:Color 1};
- font-size:10px;
- color:#ffffff;
- }
- #textpermalinks{
- padding:5px;
- background-color:{color:Color 2};
- text-align:center;
- color:#ffffff;
- }
- #textpermalinks a{
- margin-left:5px;
- margin-right:5px;
- color:#ffffff;
- }
- /*--Post permalinks--*/
- /*--Permalinks on photo posts--*/
- #photopermalinks{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- position:absolute;
- z-index:3;
- width:170px;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- opacity:0;
- text-align:center;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .entry:hover #photopermalinks{
- opacity:1;
- }
- .photopermalinks{
- margin:3px;
- padding:10px;
- background-color:{color:Color 1};
- font-family:'Poiret One';
- font-size:13px;
- color:#ffffff;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .photopermalinks:hover{
- background-color:{color:Color 3};
- color:#ffffff;
- }
- /*--Permalinks on photo posts--*/
- /*--For hover effect on photo posts--*/
- #photoposts{
- position:relative;
- overflow:hidden;
- }
- #photoposts img{
- -webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
- filter: grayscale(20%);
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .entry:hover #photoposts img{
- -webkit-filter: grayscale(100%) blur(3px); /* Safari 6.0 - 9.0 */
- filter: grayscale(100%) blur(3px);
- -moz-transform: scale(1.4);
- -webkit-transform: scale(1.4);
- transform: scale(1.4);
- }
- .photohovereffect{
- position:absolute;
- z-index:2;
- top:0px;
- bottom:0px;
- left:0px;
- right:0px;
- opacity:0;
- background-color:{color:Color 2};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .entry:hover .photohovereffect{
- opacity:0.9;
- }
- .entry:hover .photohovereffect{
- opacity:0.9;
- -webkit-transition-delay: 0s; /* Safari */
- transition-delay: 0s;
- }
- .phototop, .photoleft, .photobottom, .photoright{
- position:absolute;
- z-index:3;
- background-color:#ffffff;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .phototop{
- top:15px;
- left:15px;
- width:0px;
- height:1px;
- }
- .photoleft{
- top:15px;
- left:15px;
- width:1px;
- height:0px;
- }
- .photobottom{
- bottom:15px;
- right:15px;
- width:0px;
- height:1px;
- }
- .photoright{
- bottom:15px;
- right:15px;
- width:1px;
- height:0px;
- }
- .entry:hover .phototop{
- width:140px;
- }
- .entry:hover .photobottom{
- width:140px;
- }
- .entry:hover .photoleft{
- height:140px;
- }
- .entry:hover .photoright{
- height:140px;
- }
- /*--For hover effects on photo posts--*/
- /*--For quote posts--*/
- blockquote{
- margin:0px;
- text-align:left;
- font-family:'Poiret One';
- font-size:25px;
- }
- #source{
- margin-top:5px;
- padding:5px;
- text-align:right;
- font-size:8px;
- }
- /*--For quote posts--*/
- /*--For the link in link posts--*/
- #link{
- padding:10px;
- background-color:{color:Color 2};
- text-align:left;
- font-family:'Poiret One';
- font-size:25px;
- color:#ffffff;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #link:hover{
- background-color:#ffffff;
- color:{color:Color 2};
- }
- #link i{
- margin-right:10px;
- }
- /*--For the link in link posts--*/
- /*--For the lines of chat posts--*/
- .odd{
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- background-color:#ffffff;
- }
- .even{
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- background-color:{color:Color 2};
- color:#ffffff;
- }
- /*--For the lines of chat posts--*/
- /*--The question part of answer posts--*/
- .question{
- margin-bottom:5px;
- padding:5px;
- border:3px double {color:Color 3};
- background-color:{color:Color 2};
- text-align:left;
- color:#ffffff;
- }
- .theasker{
- font-size:11px;
- }
- .theasker img{
- width:55px;
- height:55px;
- border-radius:10px;
- border:4px solid {color:Color 1};
- margin-right:20px;
- }
- .theasker a{
- color:{color:Color 1};
- }
- .theasker a:hover{
- color:{color:Color 3};
- }
- /*--The question part of answer posts--*/
- /*--The answer part of answer posts--*/
- .replies{
- margin-bottom:5px;
- padding:5px 10px 5px 10px;
- border:3px double {color:Color 3};
- background-color:#ffffff;
- }
- /*--The answer part of answer posts--*/
- /*--Permalink page--*/
- .caption{
- margin-top:10px;
- padding:10px;
- background-color:#ffffff;
- max-height:300px;
- overflow-y:auto;
- }
- ol.notes{
- height:300px;
- padding:5px;
- overflow-y:auto;
- list-style-type:none;
- background-color:#ffffff;
- }
- ol.notes img.avatar {
- margin-right:5px;
- width:15px;
- height:15px;
- border-radius:90px;
- }
- /*--Permalink Page--*/
- .tumblr_audio_player {
- {block:IndexPage}
- width: 230px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- height: 100px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- }
- /*makes images in texts posts stay in the box*/
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- vertical-align:middle;
- height: auto;
- width: auto;
- }
- /*----------------------------------------------------------------------*/
- #top, #bottom, #left, #right, #top1, #left1, #bottom1, #right1, #top2, #bottom2, #left2, #right2, #tlcorner, #trcorner, #blcorner, #brcorner{
- z-index:1000;
- }
- #top, #bottom, #left, #right{
- position:fixed;
- background-color:#ffffff;
- }
- #top, #bottom{
- left:0px;
- right:0px;
- height:10px;
- }
- #top{
- top:0px;
- }
- #bottom{
- bottom:0px;
- }
- #left, #right{
- top:0px;
- bottom:0px;
- width:10px;
- }
- #left{
- left:0px;
- }
- #right{
- right:0px;
- }
- #top1, #left1, #bottom1, #right1{
- position:fixed;
- background-color:{color:Color 3};
- }
- #top1, #bottom1{
- left:0px;
- right:0px;
- height:5px;
- }
- #top1{
- top:0px;
- }
- #bottom1{
- bottom:0px;
- }
- #left1, #right1{
- top:0px;
- bottom:0px;
- width:5px;
- }
- #left1{
- left:0px;
- }
- #right1{
- right:0px;
- }
- #top2, #bottom2, #left2, #right2{
- position:fixed;
- background-color:{color:Color 2};
- }
- #top2, #bottom2{
- right:115px;
- left:115px;
- height:1px;
- }
- #top2{
- top:10px;
- }
- #bottom2{
- bottom:10px;
- }
- #left2, #right2{
- top:115px;
- bottom:115px;
- width:1px;
- }
- #left2{
- left:10px;
- }
- #right2{
- right:10px;
- }
- #tlcorner, #trcorner, #blcorner, #brcorner{
- position:fixed;
- width:150px;
- height:150px;
- transform:rotate(45deg);
- background-color:{color:Color 3};
- box-shadow:0 0 5px #000000;
- }
- #tlcorner,#trcorner{
- top:-75px;
- }
- #tlcorner{
- left:-75px;
- }
- #trcorner{
- right:-75px;
- }
- #blcorner, #brcorner{
- bottom:-75px;
- }
- #blcorner{
- left:-75px;
- }
- #brcorner{
- right:-75px;
- }
- #printstc{
- position:fixed;
- top:-20px;
- right:-55px;
- height:500px;
- opacity:0.3;
- }
- #printstc img{
- height::500px;
- -moz-transform: scaleX(-1);
- -o-transform: scaleX(-1);
- -webkit-transform: scaleX(-1);
- transform: scaleX(-1);
- filter: FlipH;
- -ms-filter: "FlipH";
- }
- #puppyandkitty{
- position:fixed;
- z-index:-1;
- bottom:3px;
- right:-20px;
- width:350px;
- }
- #puppyandkitty img{
- width:350px;
- }
- #puppy{
- position:fixed;
- z-index:-1;
- bottom:-25px;
- left:-10px;
- width:250px;
- }
- #puppy img{
- width:250px;
- }
- /*----------------------------------------------------------------------*/
- #s-m-t-tooltip {
- max-width:150px;
- background-color:{color:Color 1};
- border-radius:90px;
- font-family:'Poiret One';
- font-size:11px;
- color:#ffffff;
- letter-spacing:0px;
- padding:4px;
- margin:15px 0px 0px 10px;
- z-index:99999999999999999999999999999999999;
- }
- body{
- text-align:justify;
- background-color:#ffffff;
- font-family: 'Raleway', sans-serif;
- font-size:{text:Font Size};
- color:{color:Font Color};
- }
- h1{
- margin-top:0px;
- margin-bottom:0px;
- padding:3px;
- text-align:center;
- background-color:{color:Color 1};
- font-family:'Poiret One';
- font-size:30px;
- color:#ffffff;
- }
- h2{
- margin-top:5px;
- margin-bottom:5px;
- text-align:center;
- text-align:center;
- font-family:'Poiret One';
- font-size:20px;
- }
- ul{
- font-family: 'Raleway', sans-serif;
- font-size:{text:Font Size};
- }
- p{
- text-align:justify;
- font-family: 'Raleway', sans-serif;
- font-size:{text:Font Size};
- }
- a{
- text-decoration:none;
- color:{color:Color 1};
- webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition:all 1s ease; /*smooth transitions*/
- }
- a:hover{
- color:{color:Color 2};
- }
- /*--Change the color of the highlights--*/
- ::-moz-selection { /* Code for Firefox */
- background:{color:Color 1};
- color:#ffffff;
- }
- ::selection{
- background:{color:Color 1};
- color:#ffffff;
- }
- /*Cred to html tutorials*/
- ::-webkit-scrollbar-thumb:vertical {
- width:3px; /*width of the slider*/
- opacity:1;
- border:1px solid #ffffff;
- background-color:{color:Color 1}; /*color of main scrollbar*/
- }
- ::-webkit-scrollbar {
- background-color:#ffffff; /*color of the slider*/
- width:3px;
- opacity:1;
- }
- ::-webkit-scrollbar-corner{
- background-color:#FEFEFE;
- opacity:0;
- }
- #infscr-loading {
- display: none !important;
- }
- .tmblr-iframe{
- position:fixed;
- margin-top:11px;
- margin-right:5px;
- z-index:1000000 !important;
- -webkit-filter: invert(100%);
- }
- /*----------------------------------------------------------------------*/
- </style>
- </head>
- <!-------------------What Appears On The Browser Tab---------------------->
- <title>{Title}</title>
- <link href="{Favicon}" rel="icon" type="image/x-icon" />
- <!---------You can customize this to something differant from your profile pic by putting the url to your desired icon in place of {Favicon}------->
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!------------------------------------------------------------------------>
- <!------------------------Masonry Infinite Scroll------------------------->
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>
- {/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#container');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: true}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').hide(500);
- });
- </script>
- {/block:indexpage}
- <!----------------------------------End----------------------------------->
- <body>
- <!-----------------------------------------------------------------------> <div id="sidebar">
- <div id="paw">
- <a href="/ask"><div id="toeone">Ask</div></a>
- <a href="{text:Link 2 URL}"><div id="toetwo">{text:Link 2}</div></a>
- <a href="{text:Link 3 URL}"><div id="toethree">{text:Link 3}</div></a>
- <a href="http://katting.tk"><div id="toefour">Credit</div></a>
- <a href="/" title="Refresh">
- <div id="pawpad">
- <img src="{Favicon}"/>
- <div id="pawoverlay">
- <div class="pawoverlay">
- {Description}
- </div>
- </div>
- </div>
- </a>
- </div>
- <div id="blogtitle">{Title}</div>
- </div>
- <!----------------------------------------------------------------------->
- <div id="container">
- {block:Posts}
- <div class="entry">
- <!--------------------------------------------------------------->
- {block:Text}
- <div class="post text">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div id="textpostbody">{Body}</div>
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {block:Text}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Photo}
- <div class="post photo">
- {block:IndexPage}
- <div id="photoposts">
- <div class="phototop"></div>
- <div class="photoleft"></div>
- <div class="photobottom"></div>
- <div class="photoright"></div>
- <div class="photohovereffect"></div>
- <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- </div>
- <div id="photopermalinks">
- <a href="{Permalink}"><div class="photopermalinks">{TimeAgo} </div></a>
- <a href="{Permalink}"><div class="photopermalinks">{NoteCountWithLabel}</div></a>
- <a href="{ReblogURL}"><div class="photopermalinks">Reblog</div></a>
- </div>
- {block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Panorama}
- <div class="post panorama">
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Panorama}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Photoset}
- <div class="post photoset">
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Quote}
- <div id="post quote">
- <div id="textpostbody">
- <blockquote>"{Quote}"</blockquote>
- <div id="source">{Source}</div>
- </div>
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Quote}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Link}
- <div class="post link">
- <a href="{URL}" class="link" {Target} target="blank"><div id="link"><i class="fa fa-external-link"></i>{Name}</div></a>
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Link}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Chat}
- <div class="post chat">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {block:Lines}
- </div>
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Video}
- <div class="post video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Video}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Audio}
- <div class="post audio">
- </div>
- {/block:Audio}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Answer}
- <div class="question">
- <div class="theasker">
- <table>
- <tr>
- <td><img src="{AskerPortraitURL-64}"></td>
- <td>{Asker} asked: {Question}</td>
- </tr>
- </table>
- </div>
- </div>
- <div class="replies">
- {Answer}
- </div>
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <i class="fa fa-paw"></i>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Answer}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:PermalinkPagination}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:PostNotes}{PostNotes-16}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:PermalinkPagination}
- <!--------------------------------------------------------------->
- </div>
- {block:Posts}
- </div>
- <!----------------------------------------------------------------------->
- <style>
- #cred{
- position:fixed;
- z-index:9000;
- bottom:8px;
- right:8px;
- width:15px;
- height:15px;
- padding:5px;
- border-radius:90px;
- background-color:{color:Color 2};
- display: flex;
- align-items: center;
- justify-content: center;
- text-align:center;
- font-size:14px;
- color:#ffffff;
- webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition:all 1s ease; /*smooth transitions*/
- }
- #cred:hover{
- background-color:{color:Color 1};
- }
- </style>
- <a href="http://felinethemes.tumblr.com" title="Feline Themes" target="blank"><div id="cred"><i class="fa fa-paw"></i></div></a>
- <!---------------------------------------------------------------------->
- <div id="puppyandkitty"><img src="http://i.imgur.com/Utoijtb.jpg"></div>
- <div id="puppy"><img src="http://i.imgur.com/iVPbmji.jpg"></div>
- <div id="printstc"><img src="http://i.imgur.com/KaPF4nw.gif"></div>
- <div id="top"></div>
- <div id="bottom"></div>
- <div id="left"></div>
- <div id="right"></div>
- <div id="top1"></div>
- <div id="bottom1"></div>
- <div id="left1"></div>
- <div id="right1"></div>
- <div id="top2"></div>
- <div id="bottom2"></div>
- <div id="left2"></div>
- <div id="right2"></div>
- <div id="tlcorner"></div>
- <div id="trcorner"></div>
- <div id="blcorner"></div>
- <div id="brcorner"></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement