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: Winter Wonderland Theme
- Happy Holidays everyone! This is my first seasonal theme release! Although with a few minor edits and color changes you may be able to use it year round. :) It definitely is perfect for the holidays though as I used a Christmas font, as well as added a falling snow effect (from HTMLhomies blog).
- 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 replace the updates tab if the included one doesn't suite your needs. Just please don't make this theme look like an entirely new theme.
- 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.
- *FONTS AND COLORS USED*
- -All colors are easily editable with the customize theme settings.
- -'I Love Christmas' [i_love_christmasregular] is the font used for the blogtitle and in other areas throughout the theme that I thought it would be cute.. I DID NOT MAKE THIS FONT, I got it from dafont.com!
- -I used the font 'Cormorant Garamond' for the main body. Replace this if you wish.
- *OTHER INFO*
- -I have tested the following post types: Text, Photos/Photosets, Quotes, Asks, Videos, Chats. It should look okay audio posts, but I don't see these too oftenly used, so I didn't focus on them. If there's a problem let me know.
- -I did not include the scripts for popups to keep out unneccassary coding for the release as I didn't make any for this theme. Feel free to add them though when you use it!
- Enjoy and let me know if you use it so I can see! :)
- © Feline Themes 2016
- ------------------------------------------------------------------------>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Color 1" content="#2a495d"/>
- <meta name="color:Color 2" content="#cce3e5"/>
- <meta name="color:Color 3" content="#b0a9a0"/>
- <meta name="color:Font Color" content="#363333"/>
- <meta name="text:Font Size" content="11.5px"/>
- <meta name="text:Title Font Size" content="40px"/>
- <meta name="text:Link 2 URL" content="/linktwo"/>
- <meta name="text:Link 2" content="link 2"/>
- <meta name="text:Link 3 URL" content="/linkthree"/>
- <meta name="text:Link 3" content="link 3"/>
- <meta name="text:Link 4 URL" content="/archive"/>
- <meta name="text:Link 4" content="past"/>
- <meta name="if:Updates Tab" content="1"/>
- <meta name="text:Updates Tab Title" content="Wishlist"/>
- <meta name="text:Updates Tab Texts" content="This is your updates tab, or wishlist for the holidays if you want it to be! Do whatever you want with this tab! I have added an optional stats counter holder so you can put your stats counters in here in you wish. These tabs are much easier to edit in the 'edit HTML' section if you know know to do that."/>
- <meta name="if:Stats Box" content="1"/>
- <meta name="text:Stats Counters" content="Put your stats counters in here."/>
- <meta name="if:Snowing" content="1"/>
- <!---------------------------------------------------------------------->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
- <link href="http://static.tumblr.com/dq6g0mp/X6Loh6ehj/cmas.css" rel="stylesheet"> <!--Title Font from dafont.com-->
- <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
- <!--masonry--- (dont remove unless you want weird columns--->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!------------------------end masonry----------------------->
- <!------------ 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 -------------->
- <style type="text/css">
- /*----------------------------------------------------------------------*/
- #sidebar{
- position:fixed;
- z-index:100;
- top:150px;
- left:7%;
- width:320px;
- padding:0px;
- text-align:center;
- }
- #blogtitle{
- margin-left:-50px;
- margin-right:-50px;
- font-family:'i_love_christmasregular';
- font-size:{text:Title Font Size};
- color:{color:Color 1};
- text-shadow:1px 1px 1px {color:Background};
- }
- #blogtitle deco{
- color:{color:Color 2};
- }
- #blogtitle star{
- color:{color:Color 3};
- }
- #descwrapper{
- margin-top:-15px;
- padding:5px;
- border-radius:5px;
- background-color:{color:Color 2};
- }
- #description{
- padding:10px;
- border-radius:5px;
- border:1px dashed {color:Background};
- background-color:{color:Color 2};
- text-align:right;
- color:{color:Background};
- }
- #avi{
- position:absolute;
- bottom:-35px;
- padding:10px;
- overflow:hidden;
- border-radius:90px;
- background-color:{color:Color 3};
- }
- #avi img{
- width:65px;
- border-radius:90px;
- }
- #links{
- margin-left:90px;
- margin-top:5px;
- font-family:'i_love_christmasregular';
- line-height:22px;
- text-align:right;
- font-size:11px;
- }
- #links a{
- margin-left:2px;
- margin-right:2px;
- padding:3px 5px 3px 5px;
- border-radius:3px;
- background-color:{color:Color 1};
- color:{color:Background};
- }
- #links a:hover{
- background-color:{color:Color 2};
- }
- /*----------------------------------------------------------------------*/
- #updatestab{
- position:fixed;
- z-index:100;
- top:70px;
- right:3%;
- }
- #updatestabname{
- text-align:center;
- font-family:'i_love_christmasregular';
- font-size:{text:Title Font Size};
- color:{color:Color 1};
- text-shadow:1px 1px 1px {color:Background};
- }
- #wishlistwrapper{
- margin-top:-15px;
- padding:5px;
- max-height:600px;
- overflow-y:auto;
- width:155px;
- border-radius:5px;
- background-color:{color:Color 2};
- }
- #wishlist{
- padding:10px;
- border-radius:5px;
- border:1px dashed {color:Background};
- text-align:justify;
- color:{color:Background};
- }
- #statsheader{
- margin-top:5px;
- text-align:center;
- font-family:'i_love_christmasregular';
- font-size:30px;
- color:{color:Color 1};
- text-shadow:1px 1px 1px {color:Background};
- }
- #stats{
- margin:-15px 0px 5px 0px;
- padding:10px;
- border-radius:5px;
- background-color:{color:Background};
- text-align:center;
- font-size:10px;
- color:{color:Font Color};
- }
- /*----------------------------------------------------------------------*/
- #top, #left, #right, #bottom{
- position:fixed;
- z-index:100;
- background-color:{color:Color 3};
- }
- #top, #bottom{
- left:0px;
- right:0px;
- height:20px;
- }
- #left, #right{
- top:0px;
- bottom:0px;
- }
- #top{
- top:0px;
- }
- #bottom{
- bottom:0px;
- }
- #left{
- left:0px;
- width:20px;
- }
- #right{
- right:0px;
- width:12px;
- }
- /*----------------------------------------------------------------------*/
- #container{
- position:absolute;
- top:50px;
- left:35%;
- width:610px;
- }
- .entry{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin:15px;
- padding:10px;
- background-color:{color:Color 1};
- }
- /*--Makes text posts look a little nicer--*/
- #textpostbody{
- padding:10px;
- border-radius:5px;
- background-color:{color:Posts};
- }
- /*--Makes text posts look a little nicer--*/
- /*--Post permalinks--*/
- #posteddate{
- margin-top:5px;
- padding:5px 5px 5px 10px;
- border-radius:90px;
- text-align:left;
- font-family:'i_love_christmasregular';
- font-size:13px;
- color:{color:Color 2};
- }
- #textpermalinks{
- padding:5px;
- text-align:right;
- font-family:'i_love_christmasregular';
- font-size:14px;
- color:{color:Posts};
- }
- #textpermalinks a{
- margin-left:5px;
- margin-right:5px;
- color:{color:Posts};
- }
- /*--Post permalinks--*/
- /*--Permalinks on photo posts--*/
- #photopermalinks{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- position:absolute;
- width:240px;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- opacity:0;
- font-family:'i_love_christmasregular';
- 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:5px 15px 0px 15px;
- padding:5px;
- border-radius:90px;
- background-color:{color:Color 3};
- font-size:13px;
- color:{color:Posts};
- -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 2};
- color:{color:Posts};
- }
- /*--Permalinks on photo posts--*/
- /*--For hover effect on photo posts--*/
- #photoposts{
- position:relative;
- }
- .photohovereffect{
- position:absolute;
- top:0px;
- bottom:0px;
- left:0px;
- right:0px;
- opacity:0;
- background-color:{color:Color 1};
- -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;
- }
- /*--For hover effects on photo posts--*/
- /*--For quote posts--*/
- blockquote{
- margin:0px;
- font-family:'i_love_christmasregular';
- text-align:right;
- font-size:20px;
- }
- #source{
- padding:5px;
- text-align:right;
- font-size:9px;
- border-bottom:1px solid {color:Color 1};
- }
- /*--For quote posts--*/
- /*--For the link in link posts--*/
- #link{
- padding:10px;
- border-radius:5px;
- background-color:{color:Color 2};
- text-align:center;
- font-family:'i_love_christmasregular';
- font-size:25px;
- color:{color:Posts};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #link:hover{
- background-color:{color:Posts};
- color:{color:Color 2};
- }
- /*--For the link in link posts--*/
- /*--For the lines of chat posts--*/
- .odd{
- margin-top:2px;
- margin-bottom:2px;
- border-radius:5px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- background-color:{color:Posts};
- color:{color:Color 1};
- }
- .even{
- margin-top:2px;
- margin-bottom:2px;
- border-radius:5px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- background-color:{color:Posts};
- color:{color:Color 2};
- }
- /*--For the lines of chat posts--*/
- /*--The question part of answer posts--*/
- .question{
- padding:10px;
- border-radius:5px;
- background-color:{color:Posts};
- }
- .theasker{
- padding-bottom:5px;
- font-family:'i_love_christmasregular';
- font-size:18px;
- }
- .theasker img{
- width:40px;
- height:40px;
- border-radius:90px;
- }
- .asked{
- padding:10px;
- border-radius:5px;
- background-color:{color:Color 3};
- color:{color:Posts};
- }
- /*--The question part of answer posts--*/
- /*--The answer part of answer posts--*/
- .replies{
- margin-top:10px;
- padding:5px 10px 5px 10px;
- border-radius:5px;
- background-color:{color:Posts};
- }
- /*--The answer part of answer posts--*/
- /*--Permalink page--*/
- .caption{
- margin-top:10px;
- padding:10px;
- border-radius:5px;
- background-color: {color:Posts};
- max-height:300px;
- overflow-y:auto;
- }
- ol.notes{
- height:300px;
- padding:5px;
- overflow-y:auto;
- list-style-type:none;
- background-color:{color:Posts};
- }
- ol.notes img.avatar {
- border-radius:90px;
- margin-right:5px;
- width:15px;
- height:15px;
- }
- /*--Permalink Page--*/
- .tumblr_audio_player {
- {block:IndexPage}
- width: 250px;
- {/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;
- }
- /*---------------------------------------------------------------------*/
- #s-m-t-tooltip {
- margin:15px 0px 0px 10px;
- padding:5px;
- border-radius:90px;
- max-width:100px;
- background-color:{color:Color 3};
- font-size:11px;
- color:{color:Background};
- z-index:99999999999999999999999999999999999;
- }
- body{
- text-align:justify;
- background-color:{color:Backgrounds};
- font-family:'Cormorant Garamond';
- font-size:{text:Font Size};
- color:{color:Font Color};
- }
- h1{
- margin-top:5px;
- margin-bottom:5px;
- text-align:center;
- font-family:'i_love_christmasregular';
- font-size:25px;
- color:{color:Posts};
- }
- h2{
- margin-top:5px;
- margin-bottom:5px;
- text-align:center;
- text-align:center
- font-size:20px;
- }
- ul{
- text-align:left;
- font-family:'Cormarant Garamond';
- font-size:{text:Font Size};
- }
- p{
- text-align:justify;
- font-family:'Cormorant Garamond';
- 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:{color:Posts};
- }
- ::selection{
- background:{color:Color 1};
- color:{color:Posts};
- }
- /*Cred to html tutorials*/
- ::-webkit-scrollbar-thumb:vertical {
- width:2px; /*width of the slider*/
- opacity:1;
- background-color:{color:Background}; /*color of main scrollbar*/
- }
- ::-webkit-scrollbar {
- background-color:{color:Color 3}; /*color of the slider*/
- width:2px;
- opacity:1;
- }
- ::-webkit-scrollbar-corner{
- background-color:#ffffff;
- opacity:0;
- }
- #infscr-loading {
- display: none !important;
- }
- .tmblr-iframe{
- position:fixed;
- margin-top:21px;
- margin-right:13px;
- z-index:10000 !important;
- -webkit-filter: invert(50%);
- }
- /*----------------------------------------------------------------------*/
- </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>
- <!------------------------------------------------------------------------>
- {block:ifSnowing}
- <script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/52/52903/1/parts.js"></script>
- <!--Falling snow effect found from HTMLhomies-->
- {/block:ifSnowing}
- <!----------------------------------------------------------------------->
- <div id="sidebar">
- <div id="blogtitle">
- <star>*</star> {Title} <star>*</star>
- </div>
- <div id="descwrapper">
- <div id="description">
- {Description}
- <div id="avi"><img src="{Favicon}"></div>
- </div>
- </div>
- <div id="links">
- <a href="/">Refresh</a>
- <a href="/ask">Ask</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <a href="http://katting.tk">Credit</a> <!--Don't remove or edit-->
- </div>
- </div>
- <!----------------------------------------------------------------------->
- {block:ifUpdatesTab}
- <div id="updatestab">
- <div id="updatestabname">{Text:Updates Tab Title}</div>
- <div id="wishlistwrapper">
- <div id="wishlist">
- {text:Updates Tab Texts}
- {block:ifStatsBox}
- <div id="statsheader">Stats</div>
- <div id="stats">{text:Stats Counters}</div>
- {/block:ifStatsBox}
- </div>
- </div>
- </div>
- {/block:ifUpdatesTab}
- <!----------------------------------------------------------------------->
- <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 id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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="photohovereffect"></div>
- <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- </div>
- <div id="photopermalinks">
- <a href="{Permalink}"><div class="photopermalinks">Posted {TimeAgo} W/{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>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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 id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- </div>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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">{Name}</div></a>
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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:</td>
- </tr>
- </table>
- </div>
- <div class="asked">{Question}</div>
- </div>
- <div class="replies">
- {Answer}
- </div>
- {block:IndexPage}
- <div id="textpermalinks">
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- *
- <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:25px;
- right:25px;
- width:15px;
- height:15px;
- padding:5px;
- border-radius:90px;
- background-color:{color:Color 2};
- text-align:center;
- font-size:14px;
- color:{color:Posts};
- 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="top"></div>
- <div id="bottom"></div>
- <div id="left"></div>
- <div id="right"></div>
- <!----------------------------------------------------------------------->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement