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: Smoothie Dreams Theme
- This theme was created to be a colorful one for tropical themed blogs, but I'm sure with a couple color edits it can suite a wide variety of blogstyles!
- 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 can also add in as many add-ons as you'd like. Get creative! Just please don't make this theme look like an entirely new theme.
- Do not use as a base code! Do not reupload this theme as your own, no matter how much you edit it, and keep both of the credit links intact.
- You may look at my coding to see how I did certain things, but please don't copy and paste any of the CSS/HTML.
- *FONTS AND COLORS USED*
- -There are 3 main color selections, if you want less colors, just make two of them the same color, or edit the tags a little bit in the CSS.
- -I went with white for the body font as it looked nice with the colorful backgrounds of the posts.
- -Chasing Embers is the font used for the blogtitle. I got it from dafont.com
- -I used the font "Caviar Dreams" from dafont.com for the main body. Replace this with any font that suites your needs if you wish.
- *OTHER INFO*
- -I have tested the following post types: Text, Photos/Photosets, Quotes, Asks, Chats, and Videos. It should look okay with Audio posts, but I don't personally use them or see them often so I didn't focus on them much.
- -I did not include the scripts for popups to keep out unneccassary coding for the release as I didn't make any popups for this theme. So you'll need to add that in yourself if you want to use popups.
- 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:Color 1" content="#fe8c9d"/>
- <meta name="color:Color 2" content="#ffd093"/>
- <meta name="color:Color 3" content="#fff5b5"/>
- <meta name="color:Font Color" content="#ffffff"/>
- <meta name="text:Font Size" content="12px"/>
- <meta name="text:Title Font Size" content="60px"/>
- <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"/>
- <meta name="pinterest" content="nopin" />
- <!----------------------------------------------------------------------->
- <link href="http://static.tumblr.com/dq6g0mp/MIzoe7f11/tropicalfont.css" rel="stylesheet">
- <link href="http://static.tumblr.com/dq6g0mp/UAVocwhan/caviar.css" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
- <!----------------------------------------------------------------------->
- <!------------------ 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:1000;
- bottom:200px;
- left:9%;
- width:250px;
- padding:10px;
- text-align:center;
- border:3px solid {color:Color 1};
- background-color:{color:Background};
- outline:1px dashed{color:Color 2};
- outline-offset:-6px;
- }
- #blogtitle{
- position:absolute;
- top:-30px;
- left:-30px;
- height:45px;
- padding-right:10px;
- background-color:{color:Background};
- text-align:left;
- font-family:'chasing_embers_demo_versionRg';
- font-size:{text:Title Font Size};
- color:{color:Color 2};
- text-shadow:2px 2px 1px {color:Color 1};
- }
- #description{
- position:relative;
- z-index:100;
- margin-top:25px;
- margin-left:10px;
- margin-right:-40px;
- padding:12px;
- text-align:right;
- background-color:{color:Color 1};
- font-size:10px;
- color:{color:Background};
- }
- #links{
- margin-top:10px;
- margin-bottom:10px;
- margin-left:-30px;
- padding-top:3px;
- padding-bottom:3px;
- padding-right:3px;
- padding-left:10px;
- background-color:{color:Color 2};
- text-align:left;
- font-size:10px;
- }
- #links a{
- margin-left:5px;
- margin-right:5px;
- color:{color:Font Color};
- }
- /*----------------------------------------------------------------------*/
- #container{
- position:absolute;
- top:50px;
- left:37%;
- width:610px;
- }
- .entry{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin:15px;
- padding:10px;
- }
- /*--Makes text posts look a little nicer--*/
- #textpostbody{
- padding:20px;
- outline:1px dashed {color:Font Color};
- outline-offset:-5px;
- background-color:{color:Color 2};
- }
- /*--Makes text posts look a little nicer--*/
- /*--Post permalinks--*/
- #posteddate{
- margin-top:5px;
- margin-bottom:2px;
- padding:5px;
- text-align:right;
- background-color:{color:Color 1};
- font-size:10px;
- color:{color:Font Color};
- }
- #textpermalinks{
- padding:5px;
- background-color:{color:Color 3};
- font-family:'caviar_dreamsbold';
- font-size:10px;
- color:{color:Color 1};
- }
- #textpermalinks a{
- margin-left:5px;
- margin-right:5px;
- color:{color:Color 1};
- }
- /*--Post permalinks--*/
- /*--Permalinks on photo posts--*/
- #photopermalinks{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- position:absolute;
- width:100px;
- bottom:55px;
- right:10px;
- 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:5px;
- padding:7px;
- background-color:{color:Color 2};
- text-transform:uppercase;
- font-size:12px;
- color:{color:Font Color};
- -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};
- }
- .postedago{
- position:absolute;
- bottom:10px;
- width:220px;
- padding:15px;
- opacity:0;
- background-color:{color:Color 1};
- text-align:center;
- font-size:13px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .entry:hover .postedago{
- opacity:1;
- }
- .postedfrom{
- position:absolute;
- top:10px;
- width:220px;
- padding:15px;
- opacity:0;
- background-color:{color:Color 1};
- text-transform:uppercase;
- font-size:13px;
- color:{color:Font Color};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .entry:hover .postedfrom{
- opacity:1;
- }
- /*--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;
- text-align:left;
- font-size:25px;
- }
- #source{
- margin-top:15px;
- padding:5px;
- text-align:right;
- font-size:9px;
- border-top:1px solid {color:Font Color};
- }
- /*--For quote posts--*/
- /*--For the link in link posts--*/
- #link{
- padding:10px;
- background-color:{color:Color 2};
- text-align:right;
- outline:1px dashed {color:Font Color};
- outline-offset:-3px;
- font-size:30px;
- color:{color:Font Color};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #link:hover{
- background-color:{color:Color 3};
- }
- /*--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:{color:Color 2};
- }
- .even{
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- background-color:{color:Color 1};
- }
- /*--For the lines of chat posts--*/
- /*--The question part of answer posts--*/
- .question{
- padding:10px;
- border:4px solid {color:Color 2};
- background-color:{color:Color 1};
- }
- .question a:hover{
- color:{color:Color 2};
- }
- .theasker{
- padding-bottom:5px;
- border-bottom:1px solid {color:Color 3};
- text-transform:uppercase;
- font-size:13px;
- }
- .theasker img{
- border-radius:90px;
- width:35px;
- height:35px;
- }
- .asked{
- margin-top:5px;
- padding:5px;
- }
- /*--The question part of answer posts--*/
- /*--The answer part of answer posts--*/
- .replies{
- margin-top:3px;
- padding:10px;
- outline:1px dashed {color:Font Color};
- outline-offset:-5px;
- background-color:{color:Color 2};
- font-size:13px;
- }
- /*--The answer part of answer posts--*/
- /*--Permalink page--*/
- .caption{
- margin-top:10px;
- padding:10px;
- outline:1px dashed {color:Font Color};
- outline-offset:-5px;
- background-color:{color:Color 2};
- }
- ol.notes{
- height:300px;
- padding:10px;
- overflow-y:auto;
- list-style-type:none;
- background-color: {color:Color 3};
- }
- ol.notes a{
- font-family:'caviar_dreamsbold';
- color:{color:Color 1};
- }
- ol.notes img.avatar {
- margin-right:10px;
- width:20px;
- height:20px;
- border-radius:90px;
- }
- ol.notes li{
- margin:2px;
- }
- /*--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;
- }
- /*----------------------------------------------------------------------*/
- #borderbgtop, #borderbgleft, #topone, #toptwo, #leftone, #lefttwo{
- position:fixed;
- z-index:90000;
- }
- #borderbgtop, #borderbgleft{
- background-color:{color:Background};
- }
- #borderbgtop{
- top:0;
- left:0;
- right:0;
- height:30px;
- }
- #borderbgleft{
- top:0;
- bottom:0;
- left:0;
- width:30px;
- }
- #topone, #toptwo, #leftone, #lefttwo{
- opacity:.7;
- }
- #topone, #leftone{
- background-color:{color:Color 1};
- }
- #toptwo, #lefttwo{
- background-color:{color:Color 2};
- }
- #topone{
- top:5px;
- left:0;
- right:0;
- height:15px;
- }
- #toptwo{
- top:25px;
- left:0;
- right:0;
- height:5px;
- }
- #leftone{
- top:0;
- bottom:0;
- left:5px;
- width:15px;
- }
- #lefttwo{
- top:0;
- bottom:0;
- left:25px;
- width:5px;
- }
- /*----------------------------------------------------------------------*/
- body{
- text-align:justify;
- background-color:{color:Background};
- font-family:'caviar_dreamsregular';
- font-size:{text:Font Size};
- color:{color:Font Color};
- }
- hr{
- border:none;
- height:1px;
- background-color:{color:Font Color};
- }
- h1{
- margin-top:5px;
- margin-bottom:5px;
- padding:5px;
- background-color:{color:Color 1};
- text-align:center;
- text-transform:uppercase;
- font-size:25px;
- color:{color:Font Color};
- }
- h2{
- margin-top:5px;
- margin-bottom:5px;
- text-align:center;
- text-align:center;
- font-family:'caviar_dreamsregular';
- font-size:15px;
- }
- ul{
- font-size:{text:Font Size};
- }
- p{
- text-align:justify;
- font-size:{text:Font Size};
- }
- a{
- text-decoration:none;
- color:{color:Color 3};
- 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 1};
- }
- b{
- font-family:'caviar_dreamsbold';
- }
- /*--Change the color of the highlights--*/
- ::-moz-selection { /* Code for Firefox */
- background:{color:Color 1};
- color:{color:Font Color};
- }
- ::selection{
- background:{color:Color 1};
- color:{color:Font Color};
- }
- /*Cred to html tutorials*/
- ::-webkit-scrollbar-thumb:vertical {
- width:7px; /*width of the slider*/
- opacity:1;
- border:3px solid {color:Background};
- background-color:{color:Color 3}; /*color of main scrollbar*/
- }
- ::-webkit-scrollbar {
- background-color:{color:Background}; /*color of the slider*/
- width:8px;
- opacity:1;
- }
- ::-webkit-scrollbar-corner{
- background-color:#FEFEFE;
- opacity:0;
- }
- #s-m-t-tooltip {
- max-width:150px;
- margin:15px 0px 0px 10px;
- padding:5px;
- border-radius:90px;
- background-color:{color:Color 3};
- font-size:11px;
- color:{color:Font Color};
- z-index:99999999999999999999999999999999999;
- }
- #infscr-loading {
- display: none !important;
- }
- .tmblr-iframe{
- position:fixed;
- margin-top:32px;
- margin-right:0px;
- z-index:10000 !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="blogtitle">{Title}</div>
- <div id="description">{Description}</div>
- <div id="links">
- <a href="/">Refresh</a>
- •
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- •
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- •
- <a href="http://katting.tk">Theme</a>
- </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>
- •
- <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">Details</div></a>
- <a href="{ReblogURL}"><div class="photopermalinks">Reblog</div></a>
- </div>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}"><div class="postedfrom">{ReblogParentName}</div></a>
- {/block:RebloggedFrom}
- {block:NotReblog}<div class="postedfrom">{Name}</div>{/block:NotReblog}
- <div class="postedago">
- {TimeAgo} W/{NoteCountWithLabel}
- </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>
- •
- <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>
- •
- <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>
- •
- <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 id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </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: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>
- •
- <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>
- •
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Video}
- <!--------------------------------------------------------------->
- <!--------------------------------------------------------------->
- {block:Audio}
- <div class="post audio">
- {block:IndexPage}{AudioEmbed-250}{/block:IndexPage}
- {block:PermalinkPage}{AudioEmbed-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>
- •
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </div>
- {/block:IndexPage}
- {/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>
- <div id="posteddate">
- Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </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>
- <!---------------------------------------------------------------------->
- <div id="borderbgtop"></div>
- <div id="borderbgleft"></div>
- <div id="topone"></div>
- <div id="leftone"></div>
- <div id="toptwo"></div>
- <div id="lefttwo"></div>
- <!---------------------------------------------------------------------->
- <style>
- #cred{
- position:fixed;
- z-index:9000;
- bottom:5px;
- right:5px;
- width:15px;
- height:15px;
- padding:5px;
- border-radius:90px;
- background-color:{color:Color 1};
- text-align:center;
- font-size:14px;
- color:{color:Font Color};
- 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 2};
- }
- </style>
- <a href="http://felinethemes.tumblr.com" title="Feline Themes" target="blank"><div id="cred"><i class="fa fa-paw"></i></div></a>
- <!---------------------------------------------------------------------->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement