trenzalours

theme 06 cat calls

May 12th, 2014
2,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.21 KB | None | 0 0
  1. <!--- |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
  2.  
  3. -PLEASE DON'T REMOVE THE CREDIT
  4. -DON'T REPOST AND CLAIM AS YOUR OWN
  5. -EDIT AS MUCH AS YOU LIKE
  6. -Don't just take the update code from theme.
  7. -You can remove the updates tab I've labeled where the codes begin and end for you.
  8. -Feel free to message me with any questions! Enjoy!
  9.  
  10. wwww.trenzathemes.tumblr.com
  11. --->
  12.  
  13. <!DOCTYPE html PUBLIC
  14. "-//W3C//DTD XHTML 1.0 Transitional//EN"
  15. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <!---TITLE--->
  21. <title>{Title}</title>
  22.  
  23. <!---FAVICON--->
  24. <link rel="shortcut icon" href="{Favicon}">
  25.  
  26. <!---RSS FEED--->
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. <!---DESCRIPTION--->
  30. {block:Description}
  31. <meta name="description" content="{MetaDescription}"/>
  32. {/block:Description}
  33.  
  34. <!---COLORS--->
  35. <meta name="color:background" content="#ffffff" />
  36. <meta name="color:accent" content="#000000" />
  37. <meta name="color:icons" content="#000000" />
  38. <meta name="color:link" content="#A1A1A1" />
  39. <meta name="color:link Hover" content="f0e7e1" />
  40. <meta name="color:title" content="#b8b8b8" />
  41. <meta name="color:blockcolor"content="#b6b5b5" />
  42. <meta name="color:infotext"content="#A1A1A1" />
  43. <meta name="color:infocolor" content="#eeeeee" />
  44. <meta name="color:font" content="#b6b5b5" />
  45. <meta name="color:desc" content="#b6b5b5" />
  46. <meta name="color:tooltip" content="f0e7e1" />
  47. <meta name="color:tooltiphover" content="#ffffff" />
  48. <meta name="color:scrollbar" content="#b8b8b8" />
  49. <meta name="color:selection" content="#b8b8b8" />
  50. <!---updates tab meta--->
  51. <meta name="color:tabcolor" content="#000">
  52. <meta name="color:tabcolor2" content="#333233">
  53. <meta name="color:tabcolor3" content="#666566">
  54. <meta name="color:tabcolor4" content="#8C8C8C">
  55. <meta name="color:tabcolor5" content="#ABABAB">
  56. <meta name="color:tabcolor6" content="#CFCFCF">
  57.  
  58.  
  59.  
  60. <!---LINKS--->
  61. <meta name="text:Ask Title" content="" />
  62. <meta name="text:Home Title" content="" />
  63. <meta name="text:Link 1 URL" content="" />
  64. <meta name="text:Link 1 Title" content="" />
  65. <meta name="text:Link 2 URL" content="" />
  66. <meta name="text:Link 2 Title" content="" />
  67. <meta name="text:Link 3 URL" content="" />
  68. <meta name="text:Link 3 Title" content="" />
  69. <meta name="text:Link 4 URL" content="" />
  70. <meta name="text:Link 4 Title" content="" />
  71.  
  72. <!---IMAGES--->
  73. <meta name="image:Sidebar Image" content="" />
  74.  
  75. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  77. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  78. <script>
  79. (function($){
  80. $(document).ready(function(){
  81. $("a[title]").style_my_tooltips({
  82. tip_follows_cursor:true,
  83. tip_delay_time:90,
  84. tip_fade_speed:600,
  85. attribute:"title"
  86. });
  87. });
  88. })(jQuery);
  89. </script>
  90. <link href="jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
  91. <script>
  92. (function($){
  93. $(window).load(function(){
  94. $(".content").mCustomScrollbar();
  95. });
  96. })(jQuery);
  97. $(function()
  98. {
  99. $('.scroll-pane').jScrollPane();
  100. $('.scroll-pane-arrows').jScrollPane(
  101. {
  102. showArrows: true,
  103. horizontalGutter: 10
  104. }
  105. );
  106. });
  107. </script>
  108.  
  109.  
  110. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  111.  
  112. <style type="text/css">
  113.  
  114. /*---WEBKIT SCROLLBAR---*/
  115. /* Styles specific to this particular page */
  116. .scroll-pane,
  117. .scroll-pane-arrows
  118. {
  119. width: 100%;
  120. height: 200px;
  121. overflow: auto;
  122. }
  123. .horizontal-only
  124. {
  125. height: auto;
  126. max-height: 200px;
  127. }
  128. *, body, a, a:hover {cursor: url(http://i58.tinypic.com/a2qecm.jpg), auto;}
  129.  
  130.  
  131. ::-webkit-scrollbar {
  132. width: 3px; height: 4px; background:white;
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb {
  136. background-color:{color:Scrollbar};
  137. }
  138.  
  139.  
  140. ::selection {
  141. background-color:{color:selection};
  142. color:white;
  143. }
  144.  
  145. /*---begin tooltips---*/
  146. #s-m-t-tooltip{
  147. max-width:250px;
  148. z-index:999999;
  149. margin:10px;
  150. padding:2px 5px;
  151. border-radius:3px;
  152. text-transform:uppercase; /* cand be lowercase or none */
  153. border:0px solid #DDD; /* change the border width and color */
  154. background:{color:tooltiphover}; /* change the background color */
  155. color:{color:tooltip}; /* change the text color */
  156. font-family:calibri; /* change the font */
  157. font-size:8px; /* change the font size */
  158. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  159. letter-spacing:1px;
  160. }
  161.  
  162.  
  163. /*---updates tab css begin---*/
  164. #tabcode1{
  165. margin-bottom:3px;
  166. border-left:4px solid {color:tabcolor};
  167. padding-left:4px;
  168. height:14px;
  169. text-align:left;
  170. overflow:hidden;
  171. margin-top:-1px;
  172. border-bottom:0px solid #706732;
  173. text-transform:uppercase;
  174. letter-spacing:1px;
  175. font-size:8px;
  176. line-height:10px;
  177. z-index:0;
  178. -webkit-transition: all 0.7s ease-in-out;
  179. -moz-transition: all 0.7s ease-in-out;
  180. -o-transition: all 0.7s ease-in-out;
  181. }
  182. #tabcode1:hover{
  183. height:120px;
  184. -webkit-transition: all 0.7s ease-in-out;
  185. -moz-transition: all 0.7s ease-in-out;
  186. -o-transition: all 0.7s ease-in-out;
  187. }
  188.  
  189. #tabcode2{
  190. margin-bottom:3px;
  191. height:14px;
  192. text-align:left;
  193. overflow:hidden;
  194. border-left:4px solid {color:tabcolor2};
  195. padding-left:4px;
  196. text-transform:uppercase;
  197. background-color:#fff;
  198. letter-spacing:1px;
  199. font-size;8px;
  200. line-height:13px;
  201. z-index:0;
  202. -webkit-transition: all 0.7s ease-in-out;
  203. -moz-transition: all 0.7s ease-in-out;
  204. -o-transition: all 0.7s ease-in-out;
  205. }
  206.  
  207. #tabcode2:hover{
  208. height:140px;
  209. -webkit-transition: all 0.7s ease-in-out;
  210. -moz-transition: all 0.7s ease-in-out;
  211. -o-transition: all 0.7s ease-in-out;
  212. }
  213.  
  214. #tabcode3{
  215. margin-bottom:3px;
  216. border-left:4px solid {color:tabcolor3};
  217. padding-left:4px;
  218. height:14px;
  219. text-align:left;
  220. overflow:hidden;
  221. border-bottom:0px solid #ccc;
  222. text-transform:uppercase;
  223. background-color:#fff;
  224. letter-spacing:1px;
  225. font-size;8px;
  226. line-height:13px;
  227. z-index:0;
  228. -webkit-transition: all 0.7s ease-in-out;
  229. -moz-transition: all 0.7s ease-in-out;
  230. -o-transition: all 0.7s ease-in-out;
  231. }
  232.  
  233. #tabcode3:hover{
  234. height:135px;
  235. -webkit-transition: all 0.7s ease-in-out;
  236. -moz-transition: all 0.7s ease-in-out;
  237. -o-transition: all 0.7s ease-in-out;
  238. }
  239.  
  240. #tabcode4{
  241. margin-bottom:3px;
  242. border-left:4px solid {color:tabcolor4};
  243. padding-left:4px;
  244. height:14px;
  245. text-align:left;
  246. overflow:hidden;
  247. border-bottom:0px solid #ccc;
  248. text-transform:uppercase;
  249. background-color:#fff;
  250. letter-spacing:1px;
  251. font-size;8px;
  252. line-height:13px;
  253. z-index:0;
  254. -webkit-transition: all 0.7s ease-in-out;
  255. -moz-transition: all 0.7s ease-in-out;
  256. -o-transition: all 0.7s ease-in-out;
  257. }
  258.  
  259. #tabcode4:hover{
  260. height:60px;
  261. -webkit-transition: all 0.7s ease-in-out;
  262. -moz-transition: all 0.7s ease-in-out;
  263. -o-transition: all 0.7s ease-in-out;
  264. }
  265.  
  266. #tabcode5{
  267. margin-bottom:3px;
  268. border-left:4px solid {color:tabcolor5};
  269. padding-left:4px;
  270. height:14px;
  271. text-align:left;
  272. overflow:hidden;
  273. border-bottom:0px solid #ccc;
  274. text-transform:uppercase;
  275. background-color:#fff;
  276. letter-spacing:1px;
  277. font-size;8px;
  278. line-height:13px;
  279. z-index:0;
  280. -webkit-transition: all 0.7s ease-in-out;
  281. -moz-transition: all 0.7s ease-in-out;
  282. -o-transition: all 0.7s ease-in-out;
  283. }
  284.  
  285. #tabcode5:hover{
  286. height:35px;
  287. -webkit-transition: all 0.7s ease-in-out;
  288. -moz-transition: all 0.7s ease-in-out;
  289. -o-transition: all 0.7s ease-in-out;
  290. }
  291.  
  292. #tabcode{
  293. text-align:left;
  294. font-size:10px;
  295. opacity: .8;
  296. text-transform:uppercase;
  297. position:fixed;
  298. font-family:calibri;
  299. left:999px;
  300. background-color:transparent;
  301. letter-spacing:1px;
  302. width:95px;
  303. z-index:9999;
  304. padding:4px;
  305. top:80px;
  306.  
  307. }
  308. /*---end updates tab css---*/
  309.  
  310. /*---BODY---*/
  311. body {
  312. font-style:none;
  313. background:{color:background};
  314. margin:0px; color:{color:Font};
  315. font-family:calibri;
  316. font-size:11px;
  317. line-height:130%;
  318. }
  319.  
  320. blockquote {
  321. border-left:2px solid {color:title};
  322. padding-left:3px;
  323. margin:5px;
  324. }
  325.  
  326. a {color:{color:link};
  327. }
  328.  
  329. a {
  330. text-decoration:none;
  331. text-transform:lowercase;
  332. -webkit-transition:all 0.5s ease-in-out;
  333. -moz-transition:all 0.5s ease-in-out;
  334. -o-transition:all 0.5s ease-in-out;
  335. -ms-transition:all 0.5s ease-in-out;
  336. -transition:all 0.5s ease-in-out;
  337. }
  338.  
  339. a:hover {
  340. color:{color:Link Hover}
  341. }
  342.  
  343. strong{
  344. font-style:bold;
  345. color:{color:accent};
  346. }
  347.  
  348.  
  349. b{
  350. font-style:bold;
  351. color:{color:accent};
  352. }
  353.  
  354. em{
  355. color:{color:accent};
  356. }
  357.  
  358.  
  359.  
  360.  
  361. img {
  362. max-height:100%;
  363.  
  364. }
  365.  
  366. h1 , h2 {
  367. color:{color:title};
  368. font-family: 'Megrim', cursive;
  369. text-transform:none;
  370. font-size:15px;
  371. line-height:30px;
  372. letter-spacing:2px;
  373. text-transform:lowercase;
  374. text-align:center;
  375. font-style:none;
  376. }
  377.  
  378. /*---ENTRIES/POSTS---*/
  379. #entry {
  380. width:500px;
  381. margin-top:50px;
  382. }
  383.  
  384. #posts {
  385. width:500px;
  386. padding-bottom:100px;
  387. font-style:none;
  388. border:0px solid #ececec;
  389. padding:15px;
  390. margin-left:460px;
  391. margin-bottom:50px;
  392. opacity:.75;
  393. -webkit-transition: all .8s ease-out;
  394. -moz-transition: all .8s ease-out;
  395. transition: all .8s ease-out;
  396. }
  397. #posts:hover{
  398. opacity:1;
  399. -webkit-transition: all .8s ease-in;
  400. -moz-transition: all .8s ease-in;
  401. transition: all .8s ease-in;
  402. }
  403.  
  404. /* --- SIDEBAR ---*/
  405. .fufu {
  406. width:227px;
  407. -webkit-transition: all .8s ease-out;
  408. -moz-transition: all .8s ease-out;
  409. transition: all .8s ease-out;
  410.  
  411. }
  412.  
  413. .fufu:hover {
  414. -webkit-transform: translate(1em,0);
  415. -moz-transform: translate(1em,0);
  416. -o-transform: translate(1em,0);
  417.  
  418. }
  419.  
  420. #biter
  421.  
  422. #bite a {display:block}
  423.  
  424. #bite .death {margin-top:-30px;
  425. filter: alpha(opacity = 0);
  426. opacity:0;
  427. -webkit-transition: all .8s ease-out;
  428. -moz-transition: all .8s ease-out;
  429. transition: all .8s ease-out;
  430.  
  431. }
  432.  
  433. #bite:hover .death {
  434. margin-top:0px;
  435. -webkit-transition: all 1s ease-out;
  436. -moz-transition: all 1s ease-out;
  437. transition: all 1s ease-out;
  438. filter: alpha(opacity = 100);
  439. filter: alpha(opacity = 100);
  440. opacity:100;
  441.  
  442. }
  443.  
  444. #bt{
  445. font-size:22px;
  446. color:{color:title};
  447. font-family: 'Megrim', cursive;
  448. width:150px;
  449. margin-left:93px;
  450. text-align:center;
  451. letter-spacing:1px;
  452. -webkit-transition: all 1s ease-out;
  453. -moz-transition: all 1s ease-out;
  454. transition: all 1s ease-out;
  455. }
  456. #bt a{
  457. color:{color:title};
  458. }
  459. #bt:hover{
  460. color:{color:link hover};
  461. opacity:.3;
  462.  
  463. }
  464.  
  465. #sidebar {
  466. width:300px;
  467. position:fixed;
  468. margin-left:120px;
  469. margin-top:120px;
  470. }
  471.  
  472. #sidebar {
  473. width:150px;
  474. }
  475.  
  476. #sidebarimage img {
  477. margin-left:93px;
  478. width:150px;
  479. max-height:750px;
  480. margin-top:0px;
  481. padding:5px;
  482. padding-bottom:12px;
  483. }
  484.  
  485. #nav {
  486. position:fixed;
  487. overflow:hidden;
  488. margin-top:150px;
  489. margin-left:317px;
  490. }
  491.  
  492. #link1 a, #link2 a, #link3 a, #link4 a, #link 5 a
  493.  
  494. #title {
  495. font-family:calibri;
  496.  
  497. text-align:center;
  498. margin-top:-129px;
  499. padding-bottom:0px;
  500. text-transform:none;
  501. font-style:normal;
  502. font-size:10px;
  503. }
  504.  
  505. #description {
  506. margin-left: 95px;
  507. margin-top:13px;
  508. width: 130px;
  509. line-height: 130%;
  510. background-color:{color:blockcolor};
  511. text-transform:lowercase;
  512. text-align:justify;
  513. color:{color:desc};
  514. font-family:calibri;
  515. font-size: 11px;
  516. font-style:none;
  517. overflow:scroll;
  518. height:93px;
  519. padding:13px;
  520. padding-bottom:8px;
  521. padding-top:8px;
  522. }
  523.  
  524. #links {
  525. position: fixed;
  526. color:{color:icons};
  527. font-family:calibri;
  528. margin-top: -3px;
  529. padding-bottom: 5px;
  530. margin-left: 100px;
  531. letter-spacing: 2px;
  532. height: 1px;
  533. text-align:center;
  534. width: 150px;
  535. }
  536.  
  537. #links a {
  538. color:{color:icons};
  539. padding 5px;
  540. padding-top: 0px;
  541. padding-bottom: 10px;
  542. padding-right:2px;
  543. padding-left:2px;
  544. margin-bottom: 5px;
  545. font-size: 11px;
  546. font-style:normal;
  547. text-align:center;
  548. text-transform:none;
  549. width: 50px;
  550. }
  551.  
  552. /*---ASKS/INFO---*/
  553. #questions {
  554. background-color:#ffffff;
  555. color:{color:Font};
  556. margin-left:0px;
  557. padding:5px;
  558. margin-top:5px;
  559. margin-bottom:5px;
  560. font-family:calibri;
  561. font-size:10px;
  562. font-style:normal;
  563. text-align:center;
  564. }
  565.  
  566. #answers {
  567. background-color:#ffffff;
  568. color:{color:Font};
  569. padding:2px;
  570. font-family:cambria;
  571. font-size:10px;
  572. font-style:normal;
  573. text-align:justify;
  574. }
  575.  
  576. .note {
  577. padding:0px 20px 0px 20px;
  578. background-color:#ffffff;
  579. text-transform:lowercase;
  580. letter-spacing:0px;
  581. font-size: 11px;
  582. font-style:normal;
  583. text-align:left;
  584. line-height:120%;
  585. }
  586.  
  587. .note li {
  588. list-style-type:none;
  589. padding:5px 25px 5px 25px;
  590. text-align:left;
  591. margin-right:30px;
  592. margin-top:-50px;
  593. }
  594.  
  595. /* posts info style */
  596. #info {
  597. background:{color:infocolor};
  598. text-align:left;
  599. opacity:.7;
  600. margin-bottom:40px;
  601. font-size:10px;
  602. color:{color:infotext};
  603. letter-spacing:1px;
  604. padding-top:5px;
  605. padding-left:5px;
  606. padding-bottom:5px;
  607. width:100%;
  608.  
  609. -webkit-transition-duration:1s;
  610. -o-transition-duration:1s;
  611. -moz-transition-duration:1s;
  612. }
  613.  
  614. #posts:hover #info {
  615. opacity:1;
  616. -webkit-transition-duration:1s;
  617. -o-transition-duration:1s;
  618. -moz-transition-duration:1s;
  619. }
  620. /* posts info's links */
  621.  
  622. .info a {
  623. color:{color:infotext};
  624.  
  625.  
  626. }
  627.  
  628. #RebloggedFrom {
  629. font-family:calibri;
  630. text-align:center;
  631. margin-top:-5px;
  632. padding-bottom:0px;
  633. text-transform:uppercase;
  634. font-style:none;
  635. font-size:10px;
  636. }
  637.  
  638. /*---TAGS---*/
  639. #tags {
  640. font-family:calibri;
  641. text-align:left;
  642. margin-top:0px;
  643. padding-bottom:0px;
  644. text-transform:uppercase;
  645. font-style:none;
  646. font-size:8px;
  647. }
  648.  
  649. /*---PAGINATION---*/
  650. #pagination {
  651. font-size:8px;
  652. margin-top:5px;
  653. margin-left:79px;
  654. text-align:center;
  655. text-transform:uppercase;
  656. letter-spacing:5px;
  657. }
  658.  
  659. /*---CREDIT don't touch---*/
  660. #cred {
  661. bottom:3px;
  662. padding:5px;
  663. position:fixed;
  664. right:10px;
  665. float:right;
  666. font-size:12px;
  667. letter-spacing:1px;
  668. }
  669.  
  670. #cred a {
  671. color:{color:links};
  672. -webkit-transition-duration:1s;
  673. -o-transition-duration:1s;
  674. -moz-transition-duration:1s;
  675.  
  676. }
  677.  
  678. #cred a:hover {
  679. color:{color:hover};
  680. -webkit-transition-duration:1s;
  681. -o-transition-duration:1s;
  682. -moz-transition-duration:1s;
  683. }
  684. /*---END CSS---*/
  685.  
  686. {CustomCSS}
  687.  
  688. </style></head><body>
  689. <!---updates tab body--->
  690. <div id="tabholder">
  691. <div id="tabcode">
  692. <div id="tabcode1">
  693. <div style="font-size:8px;color:#453220;">about</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:9px; text-align:left; color:#b9b9b9;"><br>
  694. TEXT HERE
  695.  
  696. </div>
  697. </div>
  698.  
  699. <div id="tabcode2">
  700. <div style="font-size:8px;color:#453220;">updates</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  701. TEXT HERE
  702. </div></div>
  703.  
  704. <div id="tabcode3">
  705. <div style="font-size:8px;color:#453220;">currently</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  706. TEXT HERE
  707. </div>
  708. </div>
  709.  
  710.  
  711. <div id="tabcode4">
  712. <div style="font-size:8px;color:#453220;">social</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  713. TEXT HERE
  714.  
  715. </div>
  716. </div>
  717.  
  718. <div id="tabcode5">
  719. <div style="font-size:8px;color:#453220;">extra</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  720. TEXT HERE
  721. </div>
  722. </div>
  723. </div></div></div></div>
  724. <!---end updates tab body--->
  725.  
  726.  
  727. <!----!>
  728.  
  729.  
  730. <!---
  731. If you want to change the icons on the navigation::
  732. head over to http://astronautweb.co/snippet/font-awesome/
  733. site and pick the icon you want.
  734. replace the entire <i class=""></i> with the one provided.
  735. --->
  736.  
  737. <!---SIDEBAR--->
  738. <div id="sidebar">
  739. <div id="bt"><a href="/">{title}</a></div>
  740. <div id="bite">
  741. <div id="sidebarimage"><img src="{image:Sidebar Image}"/></div>
  742. <div id="links">
  743. <a title="{text:Home Title}"href="/">
  744. <i class="fa fa-star-o"></i></a>
  745. <a title="{text:Ask Title}"href="/ask">
  746. <i class="fa fa-comment-o"></i></a>
  747. <a title="{text:Link 1 Title}"href="{text:Link 1 URL}"> <i class="fa fa-bars"></i></a>
  748. <a title="{text:Link 2 Title}"href="{text:Link 2 URL}">
  749. <i class="fa fa-moon-o"></i></a>
  750. <a title="{text:Link 3 Title}"href="{text:Link 3 URL}">
  751. <i class="fa fa-heart-o"></i></a>
  752. </div>
  753.  
  754. <div class="death">
  755. <div align="center">
  756. <div id="description">{Description}</div>
  757.  
  758. <div id="pagination">
  759. {block:Pagination}
  760. <div id="pagination">
  761. {block:PreviousPage}
  762. <a href="{PreviousPage}">Back</a>
  763. {/block:PreviousPage}
  764.  
  765. {block:NextPage}
  766. <a href="{NextPage}">Next</a>
  767. {/block:NextPage}</div>
  768. {/block:Pagination}</div>
  769. </div>
  770. </div>
  771. </div></div>
  772.  
  773.  
  774.  
  775.  
  776. <div id="scrollbar">{scrollbar}</div>
  777.  
  778. {block:HasPages}
  779. {block:Pages}
  780. <a href="{URL}">{Label}</a>
  781. {/block:Pages}
  782. {/block:HasPages}
  783.  
  784. </div></center>
  785. </div>
  786. <!---END SIDEBAR--->
  787.  
  788. <!---POSTS--->
  789. <div id="entry">
  790. {block:Posts}
  791. <div id="posts">
  792.  
  793. <!---TEXT POSTS--->
  794. {block:Text}
  795. <h1>
  796. {block:Title}{Title}
  797. {/block:Title}
  798. </h1>
  799. {Body}
  800. {/block:Text}
  801.  
  802. {block:blockquote}
  803. {/block:blockquote}
  804.  
  805. <!---PHOTO POSTS--->
  806. {block:Photo}<center>
  807. {LinkOpenTag}
  808. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  809. {LinkCloseTag}</center>
  810.  
  811. {block:Caption}
  812. {Caption}
  813. {/block:Caption}
  814. {/block:Photo}
  815.  
  816. <!---PHOTOSET POSTS--->
  817. {block:Photoset}<center>
  818. {Photoset-500}</center>
  819. {block:Caption}
  820. <i>{Caption}</i>
  821. {/block:Caption}{/block:Photoset}
  822.  
  823. <!---QUOTE POSTS--->
  824. {block:Quote}
  825. {Quote}<p><center>
  826. {block:Source}
  827. —{Source}
  828. {/block:Source}</center>
  829. {/block:Quote}
  830.  
  831. <!---LINK POSTS--->
  832. {block:Link}
  833. <h1>
  834. <a href="{URL}"{Target}>{Name}</a>
  835. </h1>
  836. {block:Description}
  837. {Description}
  838. {/block:Description}
  839. {/block:Link}
  840. <!---CHAT POSTS--->
  841. {block:Chat}
  842. {block:Title}
  843. <h1>
  844. {Title}
  845. </h1>
  846. {/block:Title}
  847. {block:Lines}
  848. {block:Label}
  849. <b>{Label}</b>
  850. {/block:Label}
  851. {Line}<br>
  852. {/block:Lines}
  853. {/block:Chat}
  854. <!---AUDIO POSTS--->
  855. {block:Audio}
  856. {AudioPlayerBlack}
  857. {block:Caption}
  858. {Caption}
  859. {/block:Caption}
  860. {/block:Audio}
  861. <!---VIDEO POSTS--->
  862. {block:Video}
  863. {Video-500}
  864. {block:Caption}
  865. {Caption}
  866. {/block:Caption}
  867. {/block:Video}
  868. <!---ASK POSTS--->
  869. {block:Answer}<div id="questions">
  870. <a href="{askerURL}"><b>{Asker}</b> whispered:
  871. {Question}
  872. </div>
  873. <div id="answers">{Answer}</div>
  874. {/block:answer}
  875.  
  876. <!---END POSTS--->
  877.  
  878. <!---POST INFO--->
  879.  
  880. <br><div id="info">
  881.  
  882. <!---DATE--->
  883. {block:Date}
  884. <a href="{Permalink}">{TimeAgo},</a>
  885. {/block:Date}
  886. <!---NOTE COUNT--->
  887. {block:NoteCount}
  888. <a href="{Permalink}"> with {NoteCountWithLabel}</a>.
  889. {/block:NoteCount}
  890. <!---VIA--->
  891. {block:RebloggedFrom}
  892. <a href="{ReblogParentURL}"> From {ReblogParentName}</a>.
  893. {/block:RebloggedFrom}
  894.  
  895. <!---SOURCE--->
  896. {block:ContentSource}
  897. <a href="{SourceURL}">{ReblogRootName}</a>
  898. {/block:ContentSource}
  899. <!---TAGS--->
  900. <div id="tags">
  901. {block:HasTags}
  902. {block:Tags}
  903. <a href="{TagURL}">#{Tag} </a>&nbsp;
  904. {/block:Tags}
  905. {/block:HasTags}
  906.  
  907. </div>
  908. </div>
  909.  
  910. <!---END POST INFO--->
  911.  
  912.  
  913.  
  914. <!---POST NOTES--->
  915. {block:PostNotes}
  916. {PostNotes}
  917. {/block:PostNotes}
  918. </div>
  919.  
  920. <!---CREDIT DON'T TOUCH--->
  921. <div id="cred">
  922. <a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
  923. <i class="fa fa-bolt"></i></a></div>
  924.  
  925.  
  926. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  927. <script src="jquery.mCustomScrollbar.concat.min.js"></script>
  928. </body>
  929. </html>
Advertisement
Add Comment
Please, Sign In to add comment