Advertisement
Katting

Simplistic Theme

Dec 1st, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6. <!-----------------------------------------------------------------------
  7.  
  8. ***PLEASE READ THIS AS IT CONTAINS IMPORTANT INFO***
  9.  
  10. Feline Themes Presents: Simplistic Theme
  11.  
  12. This theme was designed to be quite simple but elegant, and can work with just about any blog style. You can also easily make all the posts appear black and white if you wish as well!
  13.  
  14. 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. Just please don't make this theme look like an entirely new theme.
  15.  
  16. 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.
  17.  
  18. 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.
  19.  
  20.  
  21.  
  22. *FONTS AND COLORS USED*
  23.  
  24. -All colors are easily editable with the customize theme settings.
  25.  
  26. -'neou' [neouthin] is the font used for the blogtitle. I DID NOT MAKE THIS FONT, I got it from dafont.com!
  27.  
  28. -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.
  29.  
  30.  
  31. *OTHER INFO*
  32.  
  33. -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.
  34.  
  35. -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.
  36.  
  37.  
  38. Enjoy and let me know if you use it so I can see! :)
  39.  
  40.  
  41. © Feline Themes 2016
  42.  
  43. ------------------------------------------------------------------------>
  44.  
  45.  
  46.  
  47. <!----------------------------------------------------------------------->
  48. <meta name="color:Background" content="#f0f0f0"/>
  49. <meta name="color:Posts" content="#ffffff"/>
  50. <meta name="color:Color 1" content="#626262"/>
  51. <meta name="color:Color 2" content="#b3b3b3"/>
  52. <meta name="color:Color 3" content="#010101"/>
  53.  
  54. <meta name="color:Font Color" content="#000000"/>
  55. <meta name="text:Font Size" content="11px"/>
  56. <meta name="text:Title Font Size" content="70px"/>
  57.  
  58. <meta name="text:Link 2 URL" content="/linktwo"/>
  59. <meta name="text:Link 2" content="Link 2"/>
  60. <meta name="text:Link 3 URL" content="/linkthree"/>
  61. <meta name="text:Link 3" content="Link 3"/>
  62. <meta name="text:Link 4 URL" content="/archive"/>
  63. <meta name="text:Link 4" content="Archive"/>
  64.  
  65. <meta name="if:Black And White Posts" content="0"/>
  66.  
  67. <!----------------------------------------------------------------------->
  68. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <!--JQuery-->
  69.  
  70. <!----------------------------------------------------------------------->
  71.  
  72. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
  73.  
  74. <link rel="stylesheet" href="http://static.tumblr.com/dq6g0mp/o5uohhrvv/neou.css">
  75.  
  76. <link href="http://static.tumblr.com/dq6g0mp/UAVocwhan/caviar.css" rel="stylesheet">
  77.  
  78. <!----------------------------------------------------------------------->
  79.  
  80.  
  81. <!------------ start of styled tooltips script ------------->
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  83.  
  84. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  85.  
  86. <script>
  87. (function($){
  88. $(document).ready(function(){
  89. $("a[title]").style_my_tooltips({
  90. tip_follows_cursor:true,
  91. tip_delay_time:90,
  92. tip_fade_speed:600,
  93. attribute:"title"
  94. });
  95. });
  96. })(jQuery);
  97. </script>
  98. <!-------------- end of styled tooltip scripts -------------->
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103. /*----------------------------------------------------------------------*/
  104.  
  105. #header{
  106. text-align:center;
  107. }
  108.  
  109. #blogtitle{
  110. padding:10px 5px 5px 5px;
  111. background-color:{color:Color 3};
  112. font-family:'neouthin';
  113. font-size:{text:Title Font Size};
  114. color:{color:Posts};
  115. }
  116.  
  117. #description{
  118. padding:5px 100px 5px 100px;
  119. background-color:{color:Color 1};
  120. font-size:11px;
  121. color:{color:Posts};
  122. }
  123.  
  124. #links{
  125. padding:3px;
  126. background-color:{color:Color 3};
  127. font-size:12px;
  128. }
  129.  
  130. #links a{
  131. margin-left:10px;
  132. margin-right:10px;
  133. text-transform:uppercase;
  134. color:{color:Posts};
  135. }
  136.  
  137.  
  138. .sidebar {
  139. display: none;
  140. position: fixed;
  141. z-index:1;
  142. top:12px;
  143. bottom:12px;
  144. left:12px;
  145. width:200px;
  146. border:2px solid {color:Background};
  147. background-color:{color:Color 3};
  148. text-align:center;
  149. }
  150.  
  151. .sidebar #blogtitle{
  152. padding:5px;
  153. background-color:transparent;
  154. font-size:30px;
  155. }
  156.  
  157. .sidebar #description{
  158. padding:5px;
  159. font-size:10px;
  160. color:{color:Color 2};
  161. }
  162.  
  163. .sidebar #links{
  164. margin-top:5px;
  165. }
  166.  
  167. .sidebar #links a{
  168. color:{color:Color 3};
  169. }
  170.  
  171. .sblink{
  172. margin:3px 10px 3px 10px;
  173. padding:3px;
  174. background-color:{color:Posts};
  175. -webkit-transition: all 1s ease;
  176. -moz-transition: all 1s ease;
  177. -o-transition: all 1s ease;
  178. transition: all 1s ease;
  179. }
  180.  
  181. .sblink:hover{
  182. background-color:{color:Color 2};
  183. }
  184.  
  185. /*----------------------------------------------------------------------*/
  186.  
  187. #container{
  188. position:relative;
  189. padding-top:30px;
  190. padding-bottom:30px;
  191. overflow-y:auto;
  192. left:50%;
  193. transform:translateX(-50%);
  194. width:800px;
  195. }
  196.  
  197. .entry{
  198. {block:IndexPage}
  199. width:250px;
  200. {/block:IndexPage}
  201. {block:PermalinkPage}
  202. width:500px;
  203. {/block:PermalinkPage}
  204. margin:2px;
  205. padding:3px;
  206. background-color:{color:Posts};
  207. text-align:justify;
  208. }
  209.  
  210. {block:ifBlackAndWhitePosts}
  211. .entry img{
  212. -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  213. filter: grayscale(100%);
  214. }
  215. {/block:ifBlackAndWhitePosts}
  216.  
  217.  
  218. /*--Makes text posts look a little nicer--*/
  219. #textpostbody{
  220. padding:10px;
  221. background-color:{color:Posts};
  222. }
  223. /*--Makes text posts look a little nicer--*/
  224.  
  225. /*--Post permalinks--*/
  226.  
  227. #textpermalinks{
  228. margin-top:2px;
  229. padding:4px;
  230. text-align:center;
  231. background-color:{color:Color 2};
  232. font-size:9px;
  233. color:{color:Posts};
  234. }
  235.  
  236. #textpermalinks a{
  237. margin-left:5px;
  238. margin-right:5px;
  239. color:{color:Posts};
  240. }
  241. /*--Post permalinks--*/
  242.  
  243. /*--Permalinks on photo posts--*/
  244.  
  245. #photopermalinks{
  246. {block:PermalinkPage}
  247. display:none;
  248. {/block:PermalinkPage}
  249. position:absolute;
  250. width:200px;
  251. top:50%;
  252. right:50%;
  253. transform:translate(50%,-50%);
  254. opacity:0;
  255. text-align:center;
  256. -webkit-transition: all 1s ease;
  257. -moz-transition: all 1s ease;
  258. -o-transition: all 1s ease;
  259. transition: all 1s ease;
  260. }
  261.  
  262. .entry:hover #photopermalinks{
  263. opacity:1;
  264. }
  265.  
  266. .photopermalinks{
  267. margin:2px;
  268. padding:10px 5px 10px 5px;
  269. background:{color:Posts}; /* For browsers that do not support gradients */
  270. background: -webkit-linear-gradient(-90deg, transparent, {color:Posts}, transparent); /* For Safari 5.1 to 6.0 */
  271. background: -o-linear-gradient(-90deg, transparent, {color:Posts}, transparent); /* For Opera 11.1 to 12.0 */
  272. background: -moz-linear-gradient(-90deg, transparent, {color:Posts}, transparent); /* For Firefox 3.6 to 15 */
  273. background: linear-gradient(-90deg, transparent, {color:Posts}, transparent); /* Standard syntax */
  274. font-size:11px;
  275. color:{color:Font Color};
  276. -webkit-transition: all 1s ease;
  277. -moz-transition: all 1s ease;
  278. -o-transition: all 1s ease;
  279. transition: all 1s ease;
  280. }
  281.  
  282. .photopermalinks:hover{
  283. background:{color:Posts}; /* For browsers that do not support gradients */
  284. background: -webkit-linear-gradient(-90deg, transparent, {color:Color 3}, transparent); /* For Safari 5.1 to 6.0 */
  285. background: -o-linear-gradient(-90deg, transparent, {color:Color 3}, transparent); /* For Opera 11.1 to 12.0 */
  286. background: -moz-linear-gradient(-90deg, transparent, {color:Color 3}, transparent); /* For Firefox 3.6 to 15 */
  287. background: linear-gradient(-90deg, transparent, {color:Color 3}, transparent); /* Standard syntax */
  288. color:{color:Posts};
  289. }
  290.  
  291. /*--Permalinks on photo posts--*/
  292.  
  293. /*--For hover effect on photo posts--*/
  294.  
  295. #photoposts{
  296. position:relative;
  297. }
  298.  
  299. .photohovereffect{
  300. position:absolute;
  301. top:0px;
  302. bottom:0px;
  303. left:0px;
  304. right:0px;
  305. opacity:0;
  306. background-color:{color:Posts};
  307. -webkit-transition: all 1s ease;
  308. -moz-transition: all 1s ease;
  309. -o-transition: all 1s ease;
  310. transition: all 1s ease;
  311. }
  312.  
  313. .entry:hover .photohovereffect{
  314. opacity:0.6;
  315. }
  316.  
  317. /*--For hover effects on photo posts--*/
  318.  
  319. /*--For quote posts--*/
  320.  
  321. blockquote{
  322. margin:0px;
  323. text-align:left;
  324. font-size:25px;
  325. }
  326.  
  327. #source{
  328. padding:3px;
  329. text-align:right;
  330. font-size:8px;
  331. }
  332.  
  333. /*--For quote posts--*/
  334.  
  335. /*--For the link in link posts--*/
  336.  
  337. #link{
  338. padding:10px;
  339. background-color:{color:Color 3};
  340. text-align:center;
  341. font-size:15px;
  342. color:{color:Posts};
  343. -webkit-transition: all 1s ease;
  344. -moz-transition: all 1s ease;
  345. -o-transition: all 1s ease;
  346. transition: all 1s ease;
  347. }
  348.  
  349. #link:hover{
  350. background-color:{color:Color 1};
  351. }
  352.  
  353. /*--For the link in link posts--*/
  354.  
  355. /*--For the lines of chat posts--*/
  356.  
  357. .odd{
  358. padding-top:5px;
  359. padding-bottom:5px;
  360. padding-left:15px;
  361. padding-right:15px;
  362. color:{color:Color 2};
  363. }
  364.  
  365. .even{
  366. padding-top:5px;
  367. padding-bottom:5px;
  368. padding-left:10px;
  369. padding-right:10px;
  370. background-color:{color:Color 2};
  371. color:{color:posts};
  372. }
  373.  
  374. /*--For the lines of chat posts--*/
  375.  
  376. /*--The question part of answer posts--*/
  377.  
  378. .theasker{
  379. padding:4px;
  380. background-color:{color:Color 2};
  381. }
  382.  
  383. .theasker img{
  384. border-radius:90px;
  385. width:20px;
  386. height:20px;
  387. }
  388.  
  389. .asked{
  390. margin-top:2px;
  391. padding:5px 10px 5px 10px;
  392. font-size:10px;
  393. }
  394.  
  395. /*--The question part of answer posts--*/
  396.  
  397. /*--The answer part of answer posts--*/
  398.  
  399. .replies{
  400. margin-top:10px;
  401. padding:3px 10px 3px 10px;
  402. background-color:{color:Color 3};
  403. color:{color:Posts};
  404. }
  405.  
  406. /*--The answer part of answer posts--*/
  407.  
  408. /*--Permalink page--*/
  409.  
  410. .caption{
  411. margin-top:10px;
  412. padding:10px;
  413. background-color:{color:Background};
  414. }
  415.  
  416. ol.notes{
  417. height:300px;
  418. padding:10px;
  419. overflow-y:auto;
  420. background-color:{color:Background};
  421. list-style-type:none;
  422. }
  423.  
  424. ol.notes li{
  425. margin-top:2px;
  426. margin-bottom:2px;
  427. }
  428.  
  429. ol.notes img.avatar {
  430. border-radius:90px;
  431. margin-right:5px;
  432. width:16px;
  433. height:16px;
  434. }
  435.  
  436. /*--Permalink Page--*/
  437.  
  438. .tumblr_audio_player {
  439. {block:IndexPage}
  440. width: 250px;
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. width:500px;
  444. {/block:PermalinkPage}
  445. height: 100px;
  446. overflow: hidden;
  447. position: relative;
  448. z-index: 1000;
  449. }
  450.  
  451. /*makes images in texts posts stay in the box*/
  452. iframe, img, embed, object, video {
  453. max-width: 100%;
  454. }
  455.  
  456. img {
  457. vertical-align:middle;
  458. height: auto;
  459. width: auto;
  460. }
  461.  
  462. /*----------------------------------------------------------------------*/
  463.  
  464. #top, #bottom, #left, #right{
  465. position:fixed;
  466. z-index:9000000000;
  467. background-color:{color:Color 1};
  468. }
  469.  
  470. #top, #bottom{
  471. left:0px;
  472. right:0px;
  473. height:5px;
  474. }
  475.  
  476. #left, #right{
  477. top:7px;
  478. bottom:7px;
  479. width:5px;
  480. }
  481.  
  482. #top{
  483. border-top:7px solid {color:Background};
  484. top:0px;
  485. }
  486.  
  487. #bottom{
  488. border-bottom:7px solid {color:Background};
  489. bottom:0px;
  490. }
  491.  
  492. #left{
  493. border-left:7px solid {color:Background};
  494. left:0px;
  495. }
  496.  
  497. #right{
  498. right:0px;
  499. }
  500.  
  501. /*----------------------------------------------------------------------*/
  502.  
  503. #page{
  504. position:absolute;
  505. height:90px;
  506. top:14px;
  507. bottom:0px;
  508. left:14px;
  509. right:7px;
  510. }
  511.  
  512. #s-m-t-tooltip {
  513. max-width:150px;
  514. background-color:{color:Color 1};
  515. font-size:11px;
  516. color:{color:Posts};
  517. padding:5px;
  518. margin:15px 0px 0px 10px;
  519. border-radius:5px;
  520. z-index:99999999999999999999999999999999999;
  521. }
  522.  
  523. body{
  524. text-align:justify;
  525. background-color:{color:Background};
  526. font-family:'caviar_dreamsregular';
  527. font-size:{text:Font Size};
  528. color:{color:Font Color};
  529. }
  530.  
  531. h1{
  532. margin-top:5px;
  533. margin-bottom:5px;
  534. text-align:center;
  535. font-size:20px;
  536. color:{color:Color 1};
  537. }
  538.  
  539. h2{
  540. margin-top:5px;
  541. margin-bottom:5px;
  542. text-align:center;
  543. text-align:center
  544. font-size:15px;
  545. }
  546.  
  547. ul{
  548. font-size:{text:Font Size};
  549. }
  550.  
  551. p{
  552. text-align:justify;
  553. font-size:{text:Font Size};
  554. }
  555.  
  556. a{
  557. text-decoration:none;
  558. color:{color:Color 1};
  559. webkit-transition: all 1s ease;
  560. -moz-transition: all 1s ease;
  561. -o-transition: all 1s ease;
  562. transition:all 1s ease; /*smooth transitions*/
  563. }
  564.  
  565. a:hover{
  566. color:{color:Color 2};
  567. }
  568.  
  569. b{
  570. font-family:'caviar_dreamsbold';
  571. }
  572.  
  573. /*--Change the color of the highlights--*/
  574. ::-moz-selection { /* Code for Firefox */
  575. background:{color:Color 1};
  576. color:{color:Posts};
  577. }
  578. ::selection{
  579. background:{color:Color 1};
  580. color:{color:Posts};
  581. }
  582.  
  583. /*Cred to html tutorials*/
  584. ::-webkit-scrollbar-thumb:vertical {
  585. width:1px; /*width of the slider*/
  586. opacity:1;
  587. background-color:{color:Color 1}; /*color of main scrollbar*/
  588. border-top:15px solid {color:Background};
  589. border-bottom:15px solid {color:Background};
  590. border-left:3px solid {color:Background};
  591. border-right:3px solid {color:Background};
  592. }
  593. ::-webkit-scrollbar {
  594. background-color:{color:Background}; /*color of the slider*/
  595. width:7px;
  596. opacity:1;
  597. }
  598.  
  599. ::-webkit-scrollbar-corner{
  600. background-color:#FEFEFE;
  601. opacity:0;
  602. }
  603.  
  604. #infscr-loading {
  605. display: none !important;
  606. }
  607.  
  608. .tmblr-iframe{
  609. position:fixed;
  610. margin-top:16px;
  611. margin-right:5px;
  612. z-index:10000 !important;
  613. -webkit-filter: invert(100%);
  614. }
  615.  
  616. /*----------------------------------------------------------------------*/
  617. </style>
  618.  
  619. </head>
  620.  
  621.  
  622. <!-------------------What Appears On The Browser Tab---------------------->
  623.  
  624. <title>{Title}</title>
  625.  
  626. <link href="{Favicon}" rel="icon" type="image/x-icon" />
  627. <!---------You can customize this to something differant from your profile pic by putting the url to your desired icon in place of {Favicon}------->
  628.  
  629. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  630. {block:Description}
  631.  
  632. <meta name="description" content="{MetaDescription}" />
  633. {/block:Description}
  634.  
  635. <!------------------------------------------------------------------------>
  636.  
  637. <script type="text/javascript">
  638. $(document).scroll(function () {
  639. var y = $(this).scrollTop();
  640. if (y > 130) {
  641. $('.sidebar').fadeIn();
  642. } else {
  643. $('.sidebar').fadeOut();
  644. }
  645.  
  646. });
  647. </script>
  648.  
  649.  
  650. <!--masonry--- (dont remove unless you want wierd columns--->
  651. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  652. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  653. <!------------------------end masonry----------------------->
  654.  
  655. <!------------------------Masonry Infinite Scroll------------------------->
  656.  
  657. {block:indexpage}
  658. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>
  659. {/block:NextPage}
  660. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  661. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  662. <script type="text/javascript">
  663. $(window).load(function(){
  664. var $wall = $('#container');
  665. $wall.imagesLoaded(function(){
  666. $wall.masonry({
  667. itemSelector: '.entry, .entry_photo',
  668. isAnimated : true
  669. });
  670. });
  671.  
  672. $wall.infinitescroll({
  673. navSelector : '#page-nav',
  674. nextSelector : '#page-nav a',
  675. itemSelector : '.entry, .entry_photo',
  676. bufferPx : 2000,
  677. debug : false,
  678. errorCallback: function() {
  679. $('#infscr-loading').fadeOut('normal');
  680. }},
  681. function( newElements ) {
  682. var $newElems = $( newElements );
  683. $newElems.hide();
  684. $newElems.imagesLoaded(function(){
  685. $wall.masonry( 'appended', $newElems,{isAnimated: true}, function(){$newElems.fadeIn('slow');} );
  686. });
  687. }); $('#content').hide(500);
  688. });
  689. </script>
  690. {/block:indexpage}
  691.  
  692. <!----------------------------------End----------------------------------->
  693.  
  694.  
  695. <body>
  696.  
  697.  
  698.  
  699.  
  700. <div class="sidebar">
  701.  
  702. <div id="blogtitle">{Title}</div>
  703. <div id="description">{Description}</div>
  704.  
  705. <div id="links">
  706. <div class="sblink"><a href="/">Refresh</a></div>
  707. <div class="sblink"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  708. <div class="sblink"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  709. <div class="sblink"><a href="{text:Link 4 URL}">{text:Link 4}</a></div>
  710. <div class="sblink"><a href="http://katting.tk">Credit</a></div>
  711. </div>
  712.  
  713. </div>
  714.  
  715.  
  716. <div id="page">
  717.  
  718. <!----------------------------------------------------------------------->
  719. <div id="header">
  720.  
  721. <div id="blogtitle">{Title}</div>
  722. <div id="description">{Description}</div>
  723.  
  724. <div id="links">
  725. <a href="/">Refresh</a>
  726. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  727. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  728. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  729. <a href="http://katting.tk">Credit</a>
  730. </div>
  731.  
  732. </div>
  733.  
  734. <!----------------------------------------------------------------------->
  735.  
  736.  
  737. <div id="container">
  738.  
  739. <center>
  740. {block:Posts}
  741. <div class="entry">
  742.  
  743. <!--------------------------------------------------------------->
  744. {block:Text}
  745. <div class="post text">
  746.  
  747. {block:Title}<h1>{Title}</h1>{/block:Title}
  748. <div id="textpostbody">{Body}</div>
  749.  
  750. </div>
  751.  
  752.  
  753. {block:IndexPage}
  754. <div id="textpermalinks">
  755. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  756. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  757. </div>
  758. {/block:IndexPage}
  759.  
  760. {block:Text}
  761. <!--------------------------------------------------------------->
  762.  
  763.  
  764. <!--------------------------------------------------------------->
  765. {block:Photo}
  766. <div class="post photo">
  767.  
  768. {block:IndexPage}
  769. <div id="photoposts">
  770. <div class="photohovereffect"></div>
  771. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  772. </div>
  773.  
  774. <div id="photopermalinks">
  775. <a href="{Permalink}"><div class="photopermalinks">Posted {TimeAgo} W/{NoteCountWithLabel}</div></a>
  776.  
  777. <a href="{ReblogURL}"><div class="photopermalinks">Reblog</div></a>
  778. </div>
  779. {block:IndexPage}
  780.  
  781. {block:PermalinkPage}
  782. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  783. {/block:PermalinkPage}
  784.  
  785. </div>
  786.  
  787. {/block:Photo}
  788. <!--------------------------------------------------------------->
  789.  
  790.  
  791. <!--------------------------------------------------------------->
  792. {block:Panorama}
  793. <div class="post panorama">
  794. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  795. {LinkCloseTag}
  796.  
  797. </div>
  798.  
  799.  
  800. {block:IndexPage}
  801. <div id="textpermalinks">
  802. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  803. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  804. </div>
  805. {/block:IndexPage}
  806. {/block:Panorama}
  807. <!--------------------------------------------------------------->
  808.  
  809.  
  810. <!--------------------------------------------------------------->
  811. {block:Photoset}
  812. <div class="post photoset">
  813.  
  814. {block:IndexPage}
  815. {Photoset-250}
  816. {/block:IndexPage}
  817.  
  818. {block:PermalinkPage}
  819. {Photoset-500}
  820. {/block:PermalinkPage}
  821.  
  822. </div>
  823.  
  824.  
  825. {block:IndexPage}
  826. <div id="textpermalinks">
  827. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  828. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  829. </div>
  830. {/block:IndexPage}
  831. {/block:Photoset}
  832. <!--------------------------------------------------------------->
  833.  
  834.  
  835. <!--------------------------------------------------------------->
  836. {block:Quote}
  837. <div id="post quote">
  838. <div id="textpostbody"><blockquote>"{Quote}"</blockquote></div>
  839. <div id="source">{Source}</div>
  840. </div>
  841.  
  842.  
  843. {block:IndexPage}
  844. <div id="textpermalinks">
  845. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  846. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  847. </div>
  848. {/block:IndexPage}
  849. {/block:Quote}
  850. <!--------------------------------------------------------------->
  851.  
  852.  
  853. <!--------------------------------------------------------------->
  854. {block:Link}
  855. <div class="post link">
  856. <a href="{URL}" class="link" {Target} target="blank"><div id="link">{Name}</div></a>
  857. </div>
  858.  
  859.  
  860. {block:IndexPage}
  861. <div id="textpermalinks">
  862. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  863. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  864. </div>
  865. {/block:IndexPage}
  866. {/block:Link}
  867. <!--------------------------------------------------------------->
  868.  
  869.  
  870. <!--------------------------------------------------------------->
  871. {block:Chat}
  872. <div class="post chat">
  873.  
  874. {block:Title}<h1>{Title}</h1>{/block:Title}
  875.  
  876. <div class="chat">
  877. {block:Lines}
  878. <div class="{Alt} user_{UserNumber}">
  879. {block:Label}<b>{Label}</b>{/block:Label}
  880. {Line}
  881. </div>
  882. {block:Lines}
  883. </div>
  884.  
  885. </div>
  886.  
  887.  
  888. {block:IndexPage}
  889. <div id="textpermalinks">
  890. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  891. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  892. </div>
  893. {/block:IndexPage}
  894. {/block:Chat}
  895. <!--------------------------------------------------------------->
  896.  
  897.  
  898. <!--------------------------------------------------------------->
  899. {block:Video}
  900. <div class="post video">
  901. {block:IndexPage}{Video-250}{/block:IndexPage}
  902. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  903. </div>
  904.  
  905. {block:IndexPage}
  906. <div id="textpermalinks">
  907. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  908. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  909. </div>
  910. {/block:IndexPage}
  911. {/block:Video}
  912. <!--------------------------------------------------------------->
  913.  
  914.  
  915. <!--------------------------------------------------------------->
  916. {block:Audio}
  917. <div class="post audio">
  918.  
  919.  
  920. </div>
  921.  
  922.  
  923. {/block:Audio}
  924. <!--------------------------------------------------------------->
  925.  
  926.  
  927. <!--------------------------------------------------------------->
  928. {block:Answer}
  929.  
  930. <div class="question">
  931. <div class="theasker">
  932. <table>
  933. <tr>
  934. <td><img src="{AskerPortraitURL-64}"></td>
  935. <td>{Asker} asked:</td>
  936. </tr>
  937. </table>
  938. </div>
  939. <div class="asked">{Question}</div>
  940. </div>
  941.  
  942. <div class="replies">
  943. {Answer}
  944. </div>
  945.  
  946.  
  947.  
  948. {block:IndexPage}
  949. <div id="textpermalinks">
  950. <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
  951. <a href="{ReblogURL}"title="Reblog">Reblog</a>
  952. </div>
  953. {/block:IndexPage}
  954. {/block:Answer}
  955. <!--------------------------------------------------------------->
  956.  
  957.  
  958. <!--------------------------------------------------------------->
  959. {block:PermalinkPagination}
  960. {block:PermalinkPage}
  961.  
  962. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  963.  
  964. {block:PostNotes}{PostNotes-16}{/block:PostNotes}
  965.  
  966. {/block:PermalinkPage}
  967. {/block:PermalinkPagination}
  968. <!--------------------------------------------------------------->
  969. </div>
  970. {block:Posts}
  971. </center>
  972. </div>
  973.  
  974. <!----------------------------------------------------------------------->
  975. </div>
  976.  
  977.  
  978. <style>
  979. #cred{
  980. position:fixed;
  981. z-index:9000;
  982. bottom:17px;
  983. right:10px;
  984. width:15px;
  985. height:15px;
  986. padding:5px;
  987. border-radius:90px;
  988. background-color:{color:Color 1};
  989. text-align:center;
  990. font-size:14px;
  991. color:{color:Posts};
  992. webkit-transition: all 1s ease;
  993. -moz-transition: all 1s ease;
  994. -o-transition: all 1s ease;
  995. transition:all 1s ease; /*smooth transitions*/
  996. }
  997. #cred:hover{
  998. background-color:{color:Color 2};
  999. }
  1000. </style>
  1001. <a href="http://felinethemes.tumblr.com" title="Feline Themes" target="blank"><div id="cred"><i class="fa fa-paw"></i></div></a>
  1002.  
  1003.  
  1004. <!----------------------------------------------------------------------->
  1005. <div id="top"></div>
  1006. <div id="bottom"></div>
  1007. <div id="left"></div>
  1008. <div id="right"></div>
  1009. <!----------------------------------------------------------------------->
  1010. </body>
  1011.  
  1012. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement