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: Christmas Eve Theme
- Well, Christmas is coming up quick! And I really wanted to release one more Christmas theme before Christmas, so you can use it if you choose for the holidays. :}
- You may make as many cosmetic changes as you'd like to this theme such as changing fonts, colors, and simple stuff like that. 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.
- *FONTS USED*
- All fonts are from either dafont.com or google, I did not make any of them!
- -Merry Christmas/Showflake Version ['merry_christmas_flakeregular'] (Main Title)
- -I Love Christmas ['i_love_christmasregular'] (headers, quotes, some other small stuff)
- -Xmas TFB ['xmas_tfb_christmasregular'] (Snowflakes and Sleigh Deco)
- -Aref Ruqaa ['Aref Ruqaa'] (main body font, change if you'd like as it's a simple google font.]
- You may switch these fonts out if needed for your desired look, but note that some of them are for images on this theme.
- *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.
- -Popup script 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:Background" content="#000000"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Color 1" content="#971c24"/>
- <meta name="color:Color 2" content="#1e3c18"/>
- <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"/>
- <meta name="if:Snowing" content="1"/>
- <!------------ 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="http://static.tumblr.com/dq6g0mp/Sx8ohu85h/cmasdecos.css" rel="stylesheet"> <!---Decos font--->
- <link href="http://static.tumblr.com/dq6g0mp/X6Loh6ehj/cmas.css" rel="stylesheet"> <!--Headers Fonts-->
- <link href="http://static.tumblr.com/dq6g0mp/Bu2ohu5ju/stylesheet.css" rel="stylesheet"> <!---Title--->
- <link href="https://fonts.googleapis.com/css?family=Aref+Ruqaa" rel="stylesheet"> <!---main body--->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
- <style type="text/css">
- /*----------------------------------------------------------------------*/
- #sidebar{
- position:fixed;
- z-index:1;
- top:200px;
- left:7%;
- width:290px;
- text-align:center;
- }
- #blogtitle{
- position:relative;
- z-index:2;
- font-family: 'merry_christmas_flakeregular';
- font-size:55px;
- color:{color:Color 2};
- }
- #description{
- position:relative;
- margin:-20px 0px 0px 0px;
- padding:20px;
- outline:1px dashed #ffffff;
- outline-offset:-5px;
- background-color:{color:Color 1};
- color:#ffffff;
- }
- #links{
- margin-top:-20px;
- margin-left:85px;
- padding-top:5px;
- font-family:'xmas_tfb_christmasregular';
- font-size:50px;
- }
- #ornament{
- position:relative;
- margin-bottom:17px;
- width:25px;
- height:25px;
- padding:5px;
- border-radius:90px;
- background: #897846; /* For browsers that do not support gradients */
- background: -webkit-radial-gradient(#ffffff, #897846); /* Safari 5.1 to 6.0 */
- background: -o-radial-gradient(#ffffff, #897846); /* For Opera 11.6 to 12.0 */
- background: -moz-radial-gradient(#ffffff, #897846); /* For Firefox 3.6 to 15 */
- background: radial-gradient(#ffffff, #897846); /* Standard syntax */
- box-shadow:1px 1px 2px #888888;
- color:#897846;
- }
- #ornament:hover{
- background: #888888; /* For browsers that do not support gradients */
- background: -webkit-radial-gradient(#ffffff, #888888); /* Safari 5.1 to 6.0 */
- background: -o-radial-gradient(#ffffff, #888888); /* For Opera 11.6 to 12.0 */
- background: -moz-radial-gradient(#ffffff, #888888); /* For Firefox 3.6 to 15 */
- background: radial-gradient(#ffffff, #888888); /* Standard syntax */
- box-shadow:1px 1px 2px #888888;
- color:#888888;
- }
- .ornament{
- margin-top:-16px;
- margin-left:-8px;
- height:40px;
- width:40px;
- opacity:0.6;
- }
- #sbdeco{
- margin-top:-74px;
- margin-right:-90px;
- text-align:right;
- font-size:110px;
- color:{color:Color 2};
- font-family:'xmas_tfb_christmasregular';
- }
- /*----------------------------------------------------------------------*/
- #container{
- position:absolute;
- top:55px;
- left:38%;
- width:610px;
- }
- .entry{
- position:relative;
- float:left;
- {block:IndexPage}
- width:240px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin:13px;
- padding:11px;
- outline:1px dashed #eeeeee;
- outline-offset:-5px;
- border:1px solid #cccccc;
- background-color:{color:Posts};
- box-shadow:4px 4px 4px #888888;
- }
- /*--Makes text posts look a little nicer--*/
- #textpostbody{
- padding:10px;
- background-color:{color:Posts};
- }
- /*--Makes text posts look a little nicer--*/
- /*--Post permalinks--*/
- #posteddate{
- margin-top:10px;
- margin-bottom:5px;
- padding:5px 5px 5px 15px;
- background: #897846; /* For browsers that do not support gradients */
- background: -webkit-linear-gradient(left, #897846 ,#ffffff, #897846); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient (right, #897846 ,#ffffff, #897846); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(right, #897846 ,#ffffff, #897846); /* For Firefox 3.6 to 15 */
- background: linear-gradient(right, #897846 ,#ffffff, #897846); /* Standard syntax */
- box-shadow:1px 1px 5px #888888;
- text-align:left;
- font-size:10px;
- color:#000000;
- }
- #textpermalinks{
- padding:2px;
- text-align:right;
- border-top:1px solid #cccccc;
- font-family:'i_love_christmasregular';
- font-size:13px;
- color:{color:Color 1};
- }
- #textpermalinks a{
- margin-left:5px;
- margin-right:5px;
- color:{color:Color 2};
- }
- /*--Post permalinks--*/
- /*--Permalinks on photo posts--*/
- #photopermalinks{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- position:absolute;
- width:230px;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- opacity:0;
- text-align:center;
- }
- .entry:hover #photopermalinks{
- opacity:1;
- }
- .photopermalinks{
- margin:3px;
- padding:5px;
- border-radius:90px;
- background-color:#ffffff;
- font-family:'i_love_christmasregular';
- font-size:15px;
- color:{color:Color 2};
- -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:#ffffff;
- }
- /*--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-family:'i_love_christmasregular';
- line-height:24px;
- font-size:25px;
- }
- #source{
- padding:5px;
- text-align:right;
- font-size:8px;
- }
- /*--For quote posts--*/
- /*--For the link in link posts--*/
- #link{
- padding:10px;
- border-radius:5px;
- background: -webkit-linear-gradient(left, #cccccc , #ffffff, #cccccc); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient(right, #cccccc , #ffffff, #cccccc); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(right, #cccccc , #ffffff, #cccccc); /* For Firefox 3.6 to 15 */
- background: linear-gradient(to right, #cccccc , #ffffff, #cccccc); /* Standard syntax */
- box-shadow:1px 1px 5px #888888;
- text-align:center;
- font-family:'i_love_christmasregular';
- font-size:20px;
- color:#888888;
- }
- #link:hover{
- background: -webkit-linear-gradient(left, #897846 ,#ffffff, #897846); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient (right, #897846 ,#ffffff, #897846); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(right, #897846 ,#ffffff, #897846); /* For Firefox 3.6 to 15 */
- background: linear-gradient(right, #897846 ,#ffffff, #897846); /* Standard syntax */
- color:#897846;
- }
- /*--For the link in link posts--*/
- /*--For the lines of chat posts--*/
- .odd{
- margin-top:3px;
- margin-bottom:3px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- border-radius:5px;
- background-color:{color:Color 1};
- color:#ffffff
- }
- .even{
- margin-top:3px;
- margin-bottom:3px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- border-radius:5px;
- background-color:{color:Color 2};
- color:#ffffff;
- }
- /*--For the lines of chat posts--*/
- /*--The question part of answer posts--*/
- .question{
- padding:10px;
- background-color:{color:Color 2};
- }
- .theasker{
- padding-bottom:2px;
- font-family:'i_love_christmasregular';
- font-size:20px;
- }
- .theasker img{
- margin-right:5px;
- width:35px;
- height:35px;
- }
- .theasker a{
- color:#ffffff;
- }
- .asked{
- margin-top:5px;
- padding:10px;
- border:3px double #ffffff;
- background-color:{color:Color 1};
- color:#ffffff;
- }
- /*--The question part of answer posts--*/
- /*--The answer part of answer posts--*/
- .replies{
- margin-top:5px;
- padding:5px 20px 5px 20px;
- outline:1px dashed #ffffff;
- outline-offset:-4px;
- background-color:{color:Color 1};
- color:#ffffff;
- }
- .replies a{
- color:{color:Color 3};
- }
- /*--The answer part of answer posts--*/
- /*--Permalink page--*/
- .caption{
- margin-left:5px;
- margin-right:5px;
- margin-top:20px;
- margin-bottom:20px;
- padding:10px;
- max-height:300px;
- overflow-y:auto;
- border:1px solid #ffffff;
- outline:5px solid {color:Color 1};
- font-family: 'Aref Ruqaa', serif;
- font-size:{text:Font Size};
- background-color:{color:Color 1};
- color:#ffffff;
- }
- .caption h2{
- color:#ffffff;
- }
- .caption hr{
- background-color:#ffffff;
- }
- .caption a{
- color:#ffffff;
- }
- .caption a:hover{
- color:#ffffff;
- }
- ol.notes{
- margin-left:5px;
- margin-right:5px;
- margin-top:10px;
- height:300px;
- padding:10px;
- overflow-y:auto;
- border:1px solid #ffffff;
- outline:5px solid {color:Color 2};
- list-style-type:none;
- background:{color:Color 2};
- color:#ffffff;
- }
- ol.notes a{
- color:#ffffff;
- }
- ol.notes a:hover{
- color:#ffffff;
- }
- ol.notes img.avatar {
- margin:2px 5px 2px 2px;
- border:2px solid #ffffff;
- border-radius:90px;
- width:20px;
- height:20px;
- }
- ol.notes blockquote{
- font-family: 'Aref Ruqaa', serif;
- font-size:{text:Font Size};
- }
- /*--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;
- }
- /*----------------------------------------------------------------------*/
- #top{
- position:fixed;
- top:0px;
- left:0px;
- right:0px;
- height:45px;
- background:{color:Background};
- }
- #left{
- position:fixed;
- left:0px;
- top:0px;
- bottom:0px;
- width:45px;
- background:{color:Background};
- }
- #topribbon1{
- position:fixed;
- top:25px;
- left:0px;
- right:0px;
- height:20px;
- background:
- /* On "top" */
- repeating-linear-gradient(
- 45deg,
- transparent,
- transparent 2px,
- #ffffff 3px,
- #000000 3px
- ),
- /* on "bottom" */
- linear-gradient(
- to bottom,
- {color:Color 1},
- {color:Color 1}
- );
- border-top:1px solid {color:Color 1};
- border-bottom:1px solid {color:Color 1};
- box-shadow:1px 1px 5px #000000;
- }
- #leftribbon1{
- position:fixed;
- top:0px;
- bottom:0px;
- left:25px;
- width:20px;
- background:
- /* On "top" */
- repeating-linear-gradient(
- -45deg,
- transparent,
- transparent 2px,
- #ffffff 3px,
- #000000 3px
- ),
- /* on "bottom" */
- linear-gradient(
- to bottom,
- {color:Color 1},
- {color:Color 1}
- );
- border-left:1px solid {color:Color 1};
- border-right:1px solid {color:Color 1};
- box-shadow:1px 1px 5px #000000;
- }
- #topribbon2{
- position:fixed;
- top:33px;
- left:0px;
- right:0px;
- height:5px;
- background: #cccccc; /* For browsers that do not support gradients */
- background: -webkit-linear-gradient(left, #cccccc , #ffffff, #cccccc); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient(right, #cccccc , #ffffff, #cccccc); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(right, #cccccc , #ffffff, #cccccc); /* For Firefox 3.6 to 15 */
- background: linear-gradient(to right, #cccccc , #ffffff, #cccccc); /* Standard syntax */
- box-shadow:1px 1px 5px #000000;
- }
- #leftribbon2{
- position:fixed;
- left:33px;
- top:0px;
- bottom:0px;
- width:5px;
- background: #cccccc; /* For browsers that do not support gradients */
- background: -webkit-linear-gradient(#cccccc , #ffffff, #cccccc); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient (#cccccc , #ffffff, #cccccc); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(#cccccc , #ffffff, #cccccc); /* For Firefox 3.6 to 15 */
- background: linear-gradient(#cccccc , #ffffff, #cccccc); /* Standard syntax */
- box-shadow:1px 1px 5px #000000;
- }
- /*----------------------------------------------------------------------*/
- #s-m-t-tooltip {
- max-width:150px;
- background-color:{color:Color 2};
- font-family:'i_love_christmasregular';
- font-size:14px;
- color:#ffffff;
- letter-spacing:1px;
- padding:5px;
- margin:15px 0px 0px 10px;
- border-radius:5px;
- z-index:99999999999999999999999999999999999;
- }
- body{
- text-align:justify;
- background-color:{color:Background};
- font-family: 'Aref Ruqaa', serif;
- font-size:{text:Font Size};
- color:{color:Font Color};
- }
- h1{
- margin-top:2px;
- margin-bottom:2px;
- text-align:center;
- font-family:'i_love_christmasregular';
- font-size:30px;
- color:{color:Color 2};
- }
- h2{
- margin-top:2px;
- margin-bottom:2px;
- text-align:center;
- text-align:center
- font-size:20px;
- color:{color:Color 1};
- }
- hr{
- border:none;
- height:1px;
- background-color:{color:Color 1};
- }
- ul{
- font-family: 'Aref Ruqaa', serif;
- font-size:{text:Font Size};
- }
- p{
- text-align:justify;
- font-family: 'Aref Ruqaa', 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:{color:Posts};
- }
- ::selection{
- background:{color:Color 1};
- color:{color:Posts};
- }
- /*Cred to html tutorials*/
- ::-webkit-scrollbar-thumb:vertical {
- border-left:2px solid {color:Background};
- border-right:2px solid {color:Background};
- border-top:15px solid {color:Background};
- border-bottom:15px solid {color:Background};
- width:5px; /*width of the slider*/
- opacity:1;
- background-color:{color:Color 1}; /*color of main scrollbar*/
- }
- ::-webkit-scrollbar {
- background-color:{color:Background}; /*color of the slider*/
- width:5px;
- opacity:1;
- }
- ::-webkit-scrollbar-corner{
- background-color:#FEFEFE;
- opacity:0;
- }
- #infscr-loading {
- display: none !important;
- }
- .tmblr-iframe{
- position:fixed !important;
- margin-top:0px;
- 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>
- <!----------------------------------------------------------------------->
- {block:ifSnowing}
- <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
- <script type="text/javascript">
- snowStorm.snowColor = '#ffffff'; //
- snowStorm.flakesMaxActive = 30;
- </script> <!---Snow effect found from yokoki.tumblr.com--->
- <script type="text/javascript" src="http://bpmaker.giffy.me/userdata/user/21/21229/19/parts.js"></script> <!---Snow effect found on HTMLhomies--->
- {/block:ifSnowing}
- <!----------------------------------------------------------------------->
- <div id="sidebar">
- <div id="blogtitle">{Title}</div>
- <div id="description">{Description}</div>
- <div id="links">
- <!----------------------------------------------------------------------- Snowflakes are a font from dafont. com . . which is wh there's random numbers as the link titles. They render different snowflakes!
- ------------------------------------------------------------------------>
- <table>
- <tr>
- <td><a href="/" title="refresh"><div id="ornament"><div class="ornament">4</div></div></a></td>
- <td><a href="/ask" title="Ask"><div id="ornament"><div class="ornament">5</div></div></a></td>
- <td><a href="{text:Link 2 URL}" title="{text:Link 2}"><div id="ornament"><div class="ornament">3</div></div></a></td>
- <td><a href="{text:Link 3 URL}" title="{text:Link 3}"><div id="ornament"><div class="ornament">6</div></div></a></td>
- <td><a href="http://katting.tk" title="Credit"><div id="ornament"><div class="ornament">5</div></div></a></td>
- </tr>
- </table>
- </div>
- <!----------The little santa sleigh was created using a font from dafont.com . . . I used a font so that the color will change when you edit the colors in the options editor. :) ------------>
- <div id="sbdeco">T</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">{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>
- •
- <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>
- <div id="source">{Source}</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">
- </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>
- <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>
- <!----------------------------------------------------------------------->
- <style>
- #cred{
- position:fixed;
- z-index:9000;
- bottom:5px;
- right:5px;
- width:15px;
- height:15px;
- padding:1px 5px 9px 5px;
- border-radius:90px;
- background-color:{color:Color 2};
- 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="top"></div>
- <div id="left"></div>
- <div id="topribbon1"></div>
- <div id="leftribbon1"></div>
- <div id="topribbon2"></div>
- <div id="leftribbon2"></div>
- <!--------------------------------------------------------------------=->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement