Advertisement
iamthemelocked

Iamthemelocked #116 - P for Partners

Dec 5th, 2014
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.23 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--- Theme by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:400,300' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <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:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <!--- POP UP STUFF --->
  26.  
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. //When you click on a link with class of poplight and the href starts with a #
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. //Pull Query & Variables from href URL
  35. var query= popURL.split('?');
  36. var dim= query[1].split('&');
  37. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  38. //Fade in the Popup and add close button
  39. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><class="btn_close" title="Close Window" alt="Close" /></a>');
  40. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  41. var popMargTop = ($('#' + popID).height() + 80) / 2;
  42. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  43. //Apply Margin to Popup
  44. $('#' + popID).css({
  45. 'margin-top' : -popMargTop,
  46. 'margin-left' : -popMargLeft
  47. });
  48. //Fade in Background
  49. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  51. return false;
  52. });
  53. //Close Popups and Fade Layer
  54. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  55. $('#fade , .popup_block').fadeOut(function() {
  56. $('#fade, a.close').remove(); //fade them both out
  57. });
  58. return false;
  59. });
  60. });
  61. </script>
  62.  
  63. <!--- POP UP STUFF --->
  64.  
  65. <!--- OPTIONS --->
  66.  
  67. <meta name="if:Black and White Posts" content="0"/>
  68. <meta name="if:Infinite Scroll" content="0">
  69. <meta name="if:Tags Upon Hover" content="1">
  70. <meta name="if:Tiny Cursor" content="1">
  71. <meta name="if:Show Captions" content="1"/>
  72. <meta name="if:Pop Up Links" content="1"/>
  73. <!--- OPTIONS --->
  74.  
  75. <!--- IMAGES --->
  76.  
  77. <meta name="image:Header Image" content=""/>
  78.  
  79. <!--- IMAGES --->
  80.  
  81. <!--- FONTS --->
  82.  
  83. <meta name="font:Post Font" content="calibri" />
  84. <meta name="font:Tags Font" content="calibri" />
  85.  
  86. <!--- FONTS --->
  87.  
  88. <!--- FONT SIZES --->
  89.  
  90. <meta name="text:Post Font Size" content="10px"/>
  91. <meta name="text:General Links Font Size" content="10px"/>
  92. <meta name="text:Tags Font Size" content="8px"/>
  93.  
  94. <!--- FONTS SIZES--->
  95.  
  96. <!--- GENERAL COLOURS --->
  97.  
  98. <meta name="color:Background" content="#ffffff"/>
  99. <meta name="color:Posts Background" content="#f6f6f6"/>
  100. <meta name="color:Post Text" content="#222222"/>
  101. <meta name="color:General Links" content="#cb2f66"/>
  102. <meta name="color:General Links Hover" content="#ffffff"/>
  103.  
  104. <!--- GENERAL COLOURS --->
  105.  
  106. <!--- HEADER / SIDEBAR --->
  107.  
  108. <meta name="color:Header Background" content="#000000"/>
  109. <meta name="color:Header Accent 1" content="#cb2f66"/>
  110. <meta name="color:Header Accent 2" content="#FAA716"/>
  111. <meta name="color:Header Accent 3" content="#fdd017"/>
  112. <meta name="color:Header Links" content="#ffffff"/>
  113.  
  114. <meta name="color:Title" content="#ffffff"/>
  115. <meta name="color:Description Text" content="#f6f6f6"/>
  116.  
  117. <meta name="color:Pagination Button" content="#000000"/>
  118. <meta name="color:Pagination Text" content="#ffffff"/>
  119. <meta name="color:Pagination Button Hover" content="#cb2f66"/>
  120. <meta name="color:Pagination Text Hover" content="#ffffff"/>
  121.  
  122. <!--- HEADER / SIDEBAR --->
  123.  
  124. <!--- INFO SECTION --->
  125.  
  126. <meta name="color:Post Accent 1" content="#cb2f66"/>
  127. <meta name="color:Post Accent 2" content="#faa716"/>
  128.  
  129. <meta name="color:Info Background" content="#000000"/>
  130. <meta name="color:Info Text" content="#ffffff"/>
  131. <meta name="color:Info Text Hover" content="#000000"/>
  132.  
  133. <!--- INFO SECTION --->
  134.  
  135. <!--- TAGS --->
  136.  
  137. <meta name="color:Tags" content="#000000"/>
  138. <meta name="color:Tags Hover" content="#ffffff"/>
  139.  
  140. <!--- TAGS --->
  141.  
  142. <!--- POSTS --->
  143.  
  144. <meta name="color:Chat Background 1" content="#f6f6f6"/>
  145. <meta name="color:Chat Background 2" content="#f0eeee"/>
  146.  
  147. <meta name="color:Music Player Text" content="#b6b6b6"/>
  148. <meta name="color:Music Player Titles" content="#000000"/>
  149.  
  150. <!--- POSTS --->
  151.  
  152. <!--- OTHER --->
  153.  
  154. <meta name="color:Tooltip Background" content="#000000"/>
  155. <meta name="color:Tooltip Text" content="#ffffff"/>
  156. <meta name="color:Selection" content="#000000"/>
  157. <meta name="color:Selection Hover" content="#ffffff"/>
  158. <meta name="color:Scrollbar" content="#000000"/>
  159.  
  160. <!--- OTHER --->
  161.  
  162. <!--- TITLE --->
  163.  
  164. <meta name="text:Title" content="P for partners"/>
  165. <meta name="text:Scroll To Top Button" content="Scroll back up"/>
  166.  
  167. <!--- TITLE --->
  168.  
  169. <!--- LINKS --->
  170.  
  171. <meta name="text:Link 1 Name" content="Home"/>
  172. <meta name="text:Link 1 Url" content="/"/>
  173.  
  174. <meta name="text:Link 2 Name" content="Askbox"/>
  175. <meta name="text:Link 2 Url" content="/ask"/>
  176.  
  177. <meta name="text:Link 3 Name" content="Link 3"/>
  178. <meta name="text:Link 3 Url" content="http://"/>
  179.  
  180. <meta name="text:Link 4 Name" content="Link 4"/>
  181. <meta name="text:Link 4 Url" content="http://"/>
  182.  
  183. <meta name="text:Link 5 Name" content="Link 5"/>
  184. <meta name="text:Link 5 Url" content="http://"/>
  185.  
  186. <!--- LINKS --->
  187.  
  188. <!--- UPDATES TAB COLOURS --->
  189.  
  190. <meta name="color:Tab Titles" content="#000000"/>
  191. <meta name="color:Tab Text" content="#222222"/>
  192. <meta name="color:Tab Links" content="#b6b6b6"/>
  193.  
  194. <meta name="color:Tab Line 1 Colour" content="#fe89b3"/>
  195. <meta name="color:Tab Line 2 Colour" content="#fe6299"/>
  196. <meta name="color:Tab Line 3 Colour" content="#fe3b80"/>
  197. <meta name="color:Tab Line 4 Colour" content="#cb2f66"/>
  198. <meta name="color:Tab Line 5 Colour" content="#98234d"/>
  199.  
  200. <!--- UPDATES TAB COLOURS --->
  201.  
  202. <!---UPDATES TAB ON/OFF --->
  203.  
  204. <meta name="if:Updates Tab" content="1"/>
  205.  
  206. <!---UPDATES TAB ON/OFF --->
  207.  
  208. <!---INFINTE SCROLL --->
  209.  
  210. {block:IfInfiniteScroll}
  211. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  212. {/block:IfInfiniteScroll}
  213. {block:IfNotInfiniteScroll}{/block:IfNotInfiniteScroll}
  214.  
  215. <!---INFINTE SCROLL --->
  216.  
  217. <!--- SPECIAL FONTS --->
  218.  
  219. <script type="text/javascript">
  220. WebFontConfig = {
  221. google: { families: [ 'Petit+Formal+Script::latin' ] }
  222. };
  223. (function() {
  224. var wf = document.createElement('script');
  225. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  226. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  227. wf.type = 'text/javascript';
  228. wf.async = 'true';
  229. var s = document.getElementsByTagName('script')[0];
  230. s.parentNode.insertBefore(wf, s);
  231. })(); </script>
  232.  
  233. <link href='http://fonts.googleapis.com/css?family=Disco' rel='stylesheet' type='text/css'>
  234.  
  235. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  236.  
  237. <link href='http://fonts.googleapis.com/css?family=Aguafina Script' rel='stylesheet' type='text/css'>
  238.  
  239. <link href='http://fonts.googleapis.com/css?family=Wisdom Script' rel='stylesheet' type='text/css'>
  240.  
  241. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  242. <!--- SPECIAL FONTS --->
  243.  
  244. <style type="text/css">
  245.  
  246. /* --- SCROLLBAR ---*/
  247.  
  248. ::-webkit-scrollbar-thumb:vertical {
  249. height:10px; border:2px solid {color:background}; background-color:{color:Scrollbar};}
  250.  
  251. ::-webkit-scrollbar-thumb:horizontal {
  252. background-color:{color:background};border:2px solid {color:Scrollbar};}
  253.  
  254. ::-webkit-scrollbar {
  255. width:11px; height:5px; border:5px solid {color:background}; background-color:{color:Scrollbar};}
  256.  
  257. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:7px; border-right:2px solid {color:background}; border-left:2px solid {color:background}; background-color:{color:Scrollbar};}
  258.  
  259. iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; right:3px !important; position: fixed !important;}
  260.  
  261. /* --- SCROLLBAR ---*/
  262.  
  263. /* --- BODY ---*/
  264.  
  265. #s-m-t-tooltip{
  266. position:absolute;
  267. margin-top: 15px;
  268. letter-spacing:1px;
  269. z-index:9999999999999;
  270. background:{color:Tooltip Background};
  271. color:{color:Tooltip Text};
  272. text-transform:uppercase;
  273. letter-spacing:2px;
  274. max-width:320px;
  275. border:4px double {color:background};
  276. font-size:8px;
  277. padding:1px 2px 1px 2px;
  278. -webkit-transition:all 0.4s;
  279. -moz-transition:all 0.4s;
  280. -ms-transition:all 0.4s;
  281. -o-transition:all 0.4s;
  282. transition:all 0.4s;
  283. }
  284.  
  285. body {
  286. background:{color:background};
  287. margin:0px;
  288. font-size: {text:Post Font Size};
  289. color:{color:Post text};
  290. font-family: {font:Post Font};
  291. line-height:120%;
  292. }
  293.  
  294. b, strong {color: color:{color:Post text};}
  295. i, em {color: color:{color:Post text};}
  296. p {margin-top:5px;margin-bottom:5px}
  297. ol {list-style:normal;}
  298. ul {list-style:square;}
  299. small {font-size:8px;}
  300. big {font-size:10px;}
  301.  
  302. a {
  303. text-decoration:none;
  304. outline:none;
  305. padding:1px 2px;
  306. font-size:{text:General Links Font Size};
  307. text-transform:uppercase;
  308. -moz-outline-style:none;
  309. color:{color:General Links};
  310. -webkit-transition:all 0.5s;
  311. -moz-transition:all 0.5s;
  312. -ms-transition:all 0.5s;
  313. -o-transition:all 0.5s;
  314. transition:all 0.5s;
  315. }
  316.  
  317. a:hover {
  318. text-decoration:none;
  319. outline:none;
  320. -moz-outline-style:none;
  321. background:{color:General Links};
  322. color:{color:General Links Hover};
  323. -webkit-transition:all 0.5s;
  324. -moz-transition:all 0.5s;
  325. -ms-transition:all 0.5s;
  326. -o-transition:all 0.5s;
  327. transition:all 0.5s;
  328. }
  329.  
  330. blockquote {
  331. padding-left:10px;
  332. margin-left:10px;
  333. margin-top:5px;
  334. border-left:1px solid;
  335. }
  336.  
  337. h1 {
  338. font-size:22px;
  339. text-align:left;
  340. line-height:120%;
  341. text-transform:lowercase;
  342. line-height:15px;
  343. color:{color:General Links};
  344. font-family:"wisdom script";
  345. }
  346.  
  347. h1:first-letter {
  348. text-transform:uppercase;
  349. }
  350.  
  351. pre {
  352. white-space: pre-wrap;
  353. white-space: -moz-pre-wrap;
  354. white-space: -pre-wrap;
  355. white-space: -o-pre-wrap;
  356. word-wrap: break-word;
  357. font-weight:bold;
  358. font-size:8px;
  359. font-family:"DISCO";
  360. text-transform:uppercase;
  361. }
  362.  
  363. pre a{
  364. font-size:8px;
  365. }
  366.  
  367. .caption {
  368. text-align:left;
  369. display:block;
  370. }
  371.  
  372. .caption img {
  373. max-width:490px;
  374. }
  375.  
  376. /* --- BODY ---*/
  377.  
  378. /* --- POST ENTRIES ---*/
  379.  
  380. #entries {
  381. width:580px;
  382. margin-left:auto;
  383. margin-right:auto;
  384. left:40%;
  385. text-align:justify;
  386. margin-top:200px;
  387. margin-bottom:50px;
  388. font-family: {font:Post Font};
  389. }
  390.  
  391. #post {
  392. font-family: {font:Post Font};
  393. margin-top:-15px;
  394. margin-bottom:20px;
  395. width:500px;
  396. font-size: {text:Post Font Size};
  397. background:{color:Posts Background};
  398. padding:40px 40px 30px 40px;
  399. {block:IfBlackandWhitePosts}
  400. -webkit-filter: grayscale(100%);
  401. -moz-filter: grayscale(100%);
  402. filter: grayscale(100%);
  403. -webkit-transition:all 0.5s;
  404. -moz-transition:all 0.5s;
  405. -ms-transition:all 0.5s;
  406. -o-transition:all 0.5s;
  407. transition:all 0.5s;
  408. }
  409.  
  410. #post:hover {
  411. -webkit-transition:all 0.5s;
  412. -moz-transition:all 0.5s;
  413. -ms-transition:all 0.5s;
  414. -o-transition:all 0.5s;
  415. transition:all 0.5s;
  416. -webkit-filter: grayscale(0%);
  417. -moz-filter: grayscale(0%);
  418. filter: grayscale(0%);
  419. {block:IfBlackandWhitePosts}
  420. }
  421.  
  422. #post img {
  423. margin-left:-2px;
  424. }
  425.  
  426. /* --- POST ENTRIES ---*/
  427.  
  428. /* --- HEADER / SIDEBAR ---*/
  429.  
  430. #header{
  431. background:{color:Header Background};
  432. height:170px;
  433. top:0px;
  434. left:0px;
  435. text-align:center;
  436. width:100%;
  437. position:fixed;
  438. z-index:99;
  439. -webkit-transition: all 0.5s;
  440. -moz-transition: all 0.5s;
  441. -ms-transition:all 0.5s;
  442. -o-transition: all 0.5s;
  443. transition: all 0.5s;
  444. }
  445.  
  446. #header.sticky {
  447. position:fixed;
  448. top:-128px;
  449. left:0px;
  450. z-index:999;
  451. -webkit-transition: all 0.5s;
  452. -moz-transition: all 0.5s;
  453. -ms-transition:all 0.5s;
  454. -o-transition: all 0.5s;
  455. transition: all 0.5s;
  456. }
  457.  
  458. #bottomheader{
  459. background:{color:background};
  460. height:16px;
  461. bottom:0px;
  462. padding:10px;
  463. text-align:center;
  464. width:100%;
  465. position:fixed;
  466. z-index:99;
  467. }
  468.  
  469. /* --- HEADER / SIDEBAR ---*/
  470.  
  471. /* --- IMAGES ---*/
  472.  
  473. #image img{
  474. width:298px;
  475. height:110px;
  476. margin-top:15px;
  477. margin-left:-150px;
  478. margin-right:auto;
  479. position:fixed;
  480. -webkit-transition: all 0.6s;
  481. -moz-transition: all 0.6s;
  482. -ms-transition:all 0.6s;
  483. -o-transition: all 0.6s;
  484. transition: all 0.6s;
  485. }
  486.  
  487. #header:hover #image img{
  488. margin-top:-300px;
  489. -webkit-transition: all 0.6s;
  490. -moz-transition: all 0.6s;
  491. -ms-transition:all 0.6s;
  492. -o-transition: all 0.6s;
  493. transition: all 0.6s;
  494. }
  495.  
  496. /* --- IMAGES ---*/
  497.  
  498. /* --- DESCRIPTION ---*/
  499.  
  500. #description {
  501. font-family:arial;
  502. line-height:120%;
  503. font-size:7px;
  504. width:255px;
  505. height:45px;
  506. border:1px solid {color:Description Text};
  507. text-transform:uppercase;
  508. margin-top:-200px;
  509. padding:20px;
  510. opacity:1;
  511. left:30%;
  512. right:30%;
  513. overflow:hidden;
  514. margin-left:auto;
  515. margin-right:auto;
  516. text-align:center;
  517. text-shadow:3px 3px 1px transparent;
  518. color:{color:Description Text};
  519. position:fixed;
  520. -webkit-transition: all 0.7s;
  521. -moz-transition: all 0.7s;
  522. -ms-transition:all 0.7s;
  523. -o-transition: all 0.7s;
  524. transition: all 0.7s;
  525. }
  526.  
  527. #header:hover #description{
  528. margin-top:40px;
  529. -webkit-transition: all 0.6s;
  530. -moz-transition: all 0.6s;
  531. -ms-transition:all 0.6s;
  532. -o-transition: all 0.6s;
  533. transition: all 0.6s;
  534. }
  535.  
  536. /* --- DESCRIPTION ---*/
  537.  
  538. /* --- TITLE ---*/
  539.  
  540. #title {
  541. font-family:"DISCO";
  542. font-size:15px;
  543. text-transform:uppercase;
  544. width:289px;
  545. background:{color:Header Accent 3};
  546. opacity:1;
  547. height:10px;
  548. padding:4px;
  549. margin-top:-200px;
  550. left:30%;
  551. right:30%;
  552. overflow:hidden;
  553. margin-left:auto;
  554. margin-right:auto;
  555. position:fixed;
  556. text-align:center;
  557. color:{color:Title};
  558. -webkit-transition: all 0.7s;
  559. -moz-transition: all 0.7s;
  560. -ms-transition:all 0.7s;
  561. -o-transition: all 0.7s;
  562. transition: all 0.7s;
  563. }
  564.  
  565. #header:hover #title{
  566. margin-top:16px;
  567. -webkit-transition: all 0.6s;
  568. -moz-transition: all 0.6s;
  569. -ms-transition:all 0.6s;
  570. -o-transition: all 0.6s;
  571. transition: all 0.6s;
  572. }
  573.  
  574. /* --- TITLE ---*/
  575.  
  576. /* --- LINKS ---*/
  577.  
  578. .navi {
  579. width:297px;
  580. height:1px;
  581. left:36%;
  582. right:36%;
  583. margin-left:auto;
  584. margin-right:auto;
  585. margin-top:-2px;
  586. background:#222222;
  587. }
  588.  
  589. #links {
  590. width:300px;
  591. left:36%;
  592. right:36%;
  593. opacity:0.8;
  594. overflow:hidden;
  595. margin-left:auto;
  596. margin-right:auto;
  597. text-align:center;
  598. height:20px;
  599. margin-top:140px;
  600. -webkit-transition: all 0.6s;
  601. -moz-transition: all 0.6s;
  602. -ms-transition:all 0.6s;
  603. -o-transition: all 0.6s;
  604. transition: all 0.6s;
  605. }
  606.  
  607. #header:hover #links{
  608. opacity:1;
  609. -webkit-transition: all 0.6s;
  610. -moz-transition: all 0.6s;
  611. -ms-transition:all 0.6s;
  612. -o-transition: all 0.6s;
  613. transition: all 0.6s;
  614. }
  615.  
  616. #link1, #link2, #link3, #link4, #link5, #link6 {
  617. display:inline-block;
  618. width:55px;
  619. font-family:arial;
  620. letter-spacing:0.5px;
  621. margin:1px;
  622. text-align:center;
  623. font-size:7px;
  624. overflow:hidden;
  625. padding:0.5px;
  626. line-height:13px;
  627. margin:-1px;
  628. -webkit-transition: all 0.6s;
  629. -moz-transition: all 0.6s;
  630. -ms-transition:all 0.6s;
  631. -o-transition: all 0.6s;
  632. transition: all 0.6s;
  633. }
  634.  
  635. #link1 {
  636. background:{color:Header Accent 1};
  637. }
  638.  
  639. #link2 {
  640. background:{color:Header Accent 2};
  641. }
  642.  
  643. #link3 {
  644. background:{color:Header Accent 3};
  645. }
  646.  
  647. #link4 {
  648. background:{color:Header Accent 2};
  649. }
  650.  
  651. #link5 {
  652. background:{color:Header Accent 1};
  653. }
  654.  
  655. #links a:link, #links a:active, #links a:visited {
  656. color:{color:Header Links};
  657. }
  658.  
  659. #links a:hover{
  660. background:none;
  661. color:transparent;
  662. -webkit-transition: all 0.6s;
  663. -moz-transition: all 0.6s;
  664. -ms-transition:all 0.6s;
  665. -o-transition: all 0.6s;
  666. transition: all 0.6s;
  667. }
  668.  
  669. .naviline {
  670. width:56px;
  671. height:1px;
  672. left:36%;
  673. right:36%;
  674. margin-left:auto;
  675. margin-right:auto;
  676. background:transparent;
  677. margin-top:-1px;
  678. -webkit-transition: all 0.6s;
  679. -moz-transition: all 0.6s;
  680. -ms-transition:all 0.6s;
  681. -o-transition: all 0.6s;
  682. transition: all 0.6s;
  683. }
  684.  
  685. #header:hover .naviline {
  686. background:{color:Header Links};
  687. -webkit-transition: all 0.6s;
  688. -moz-transition: all 0.6s;
  689. -ms-transition:all 0.6s;
  690. -o-transition: all 0.6s;
  691. transition: all 0.6s;
  692. }
  693.  
  694. /* --- LINKS ---*/
  695.  
  696. /* --- PAGINATION ---*/
  697.  
  698. #pagination {
  699. width:500px;
  700. height:27px;
  701. text-transform:uppercase;
  702. font-family:calibri;
  703. bottom:20px;
  704. background:{color:background};
  705. line-height:18px;
  706. left:34%;
  707. margin-left:auto;
  708. margin-right:auto;
  709. padding:1px;
  710. text-align:center;
  711. }
  712.  
  713. #pagination a {
  714. color:{color:Pagination Text};
  715. background:{color:Pagination Button};
  716. padding: 2px 5px;
  717. text-transform:uppercase;
  718. margin: 0px 1px;
  719. border:1px solid {color:Pagination Button};
  720. width:auto;
  721. font-size:9px;
  722. -webkit-transition: all 0.8s;
  723. -moz-transition: all 0.8s;
  724. -ms-transition:all 0.8s;
  725. -o-transition: all 0.8s;
  726. transition: all 0.8s;
  727. }
  728.  
  729. .current {
  730. color:{color:post text};
  731. background:{color:background};
  732. padding: 2px 5px;
  733. text-transform:uppercase;
  734. margin: 0px 1px;
  735. border:2px solid {color:Pagination Button};
  736. width:auto;
  737. font-size:9px;
  738. -webkit-transition: all 0.8s;
  739. -moz-transition: all 0.8s;
  740. -ms-transition:all 0.8s;
  741. -o-transition: all 0.8s;
  742. transition: all 0.8s;
  743. }
  744.  
  745. #pagination a:hover {
  746. color:{color:Pagination Text Hover};
  747. background:{color:Pagination Button Hover};
  748. border:1px solid {color:Pagination Button Hover};
  749. -webkit-transition: all 0.8s;
  750. -moz-transition: all 0.8s;
  751. -ms-transition:all 0.8s;
  752. -o-transition: all 0.8s;
  753. transition: all 0.8s;
  754. }
  755.  
  756. /* --- PAGINATION ---*/
  757.  
  758.  
  759. /* --- POST INFO ---*/
  760.  
  761. #info {
  762. background:{color:Info Background};
  763. color:{color:Info Text};
  764. opacity:1;
  765. letter-spacing:1px;
  766. margin:auto;
  767. font-family:calibri;
  768. font-size:7.5px;
  769. padding:1.5px;
  770. text-align:center;
  771. margin-top:6px;
  772. text-transform:uppercase;
  773. -webkit-transition: all 0.6s;
  774. -moz-transition: all 0.6s;
  775. -ms-transition:all 0.6s;
  776. -o-transition: all 0.6s;
  777. transition: all 0.6s;
  778. }
  779.  
  780. #info a {
  781. font-size:7.5px;,
  782. font-family:calibri;
  783. margin:2px;
  784. border-radius:1px;
  785. color:{color:Info Text};
  786. -webkit-transition: all 0.4s ease-in-out;
  787. -moz-transition: all 0.4s ease-in-out;
  788. -o-transition: all 0.4s ease-in-out;
  789. transition: all 0.4s ease-in-out;
  790. }
  791.  
  792. #info a:hover {
  793. color:{color:Info Text Hover};
  794. background-color:{color:background};
  795. -webkit-transition: all 0.4s ease-in-out;
  796. -moz-transition: all 0.4s ease-in-out;
  797. -o-transition: all 0.4s ease-in-out;
  798. transition: all 0.4s ease-in-out;
  799. }
  800.  
  801. #post:hover #info {
  802. box-shadow:inset 500px 0 0 0 {color:Post Accent 1};
  803. -webkit-transition: all 0.6s;
  804. -moz-transition: all 0.6s;
  805. -ms-transition:all 0.6s;
  806. -o-transition: all 0.6s;
  807. transition: all 0.6s;
  808. }
  809.  
  810. #post:hover #info:hover {
  811. box-shadow:inset 500px 0 0 0 {color:Post Accent 2};
  812. -webkit-transition: all 0.6s;
  813. -moz-transition: all 0.6s;
  814. -ms-transition:all 0.6s;
  815. -o-transition: all 0.6s;
  816. transition: all 0.6s;
  817. }
  818.  
  819. /* --- POST INFO ---*/
  820.  
  821. /* --- POST TAGS ---*/
  822.  
  823. #tags {
  824. {block:IfTagsUponHover}
  825. opacity:0;
  826. {/block:IfTagsUponHover}
  827. padding: 4px;
  828. text-align: center;
  829. -webkit-transition: all 0.4s ease-in-out;
  830. -moz-transition: all 0.4s ease-in-out;
  831. -o-transition: all 0.4s ease-in-out;
  832. transition: all 0.4s ease-in-out;
  833. }
  834.  
  835. #tags a {
  836. margin: 0px 5px;
  837. color:{color:Tags};
  838. border-radius:1px;
  839. text-transform: uppercase;
  840. font-size:{text:Tags Font Size};
  841. font-family:{text:Tags Font};
  842. -webkit-transition: all 0.4s ease-in-out;
  843. -moz-transition: all 0.4s ease-in-out;
  844. -o-transition: all 0.4s ease-in-out;
  845. transition: all 0.4s ease-in-out;
  846. }
  847.  
  848. #tags a:hover {
  849. color:{color:Tags Hover};
  850. background-color:{color:Post Accent 1};
  851. -webkit-transition: all 0.4s ease-in-out;
  852. -moz-transition: all 0.4s ease-in-out;
  853. -o-transition: all 0.4s ease-in-out;
  854. transition: all 0.4s ease-in-out;
  855. }
  856.  
  857. {block:IfTagsUponHover}
  858. #post:hover #tags{
  859. opacity:1;
  860. -webkit-transition: all 0.4s ease-in-out;
  861. -moz-transition: all 0.4s ease-in-out;
  862. -o-transition: all 0.4s ease-in-out;
  863. transition: all 0.4s ease-in-out;
  864. }
  865. {/block:IfTagsUponHover}
  866.  
  867. /* --- POST TAGS ---*/
  868.  
  869. /* --- QUOTES ---*/
  870.  
  871. #mark {
  872. font: bold 40px georgia;
  873. margin-top:-38px;
  874. margin-left:-30px;
  875. position: absolute;
  876. float:left;
  877. color:#ffffff;
  878. transform:rotate(180deg);
  879. -ms-transform:rotate(180deg);
  880. -webkit-transform:rotate(180deg);
  881. }
  882.  
  883. #quote {
  884. background-color:transparent;
  885. padding:15px;
  886. font-family:'lato', helvetica, arial;
  887. text-align:left;
  888. font-weight:bold;
  889. font-size:11px;
  890. border:2px solid {color:Post Text};
  891. color:{color:Post Text};
  892. }
  893.  
  894. #quote:first-letter {
  895. font-weight:bold;
  896. font-size:14px;
  897. text-align:center;
  898. font-family:'lato', helvetica, arial;
  899. text-transform:uppercase;
  900. color:{color:Post Accent 1};
  901. }
  902.  
  903. #source {
  904. padding-top:5px;
  905. margin-top:4px;
  906. padding-left:40px;
  907. padding-bottom:5px;
  908. text-align:left;
  909. text-transform:uppercase;
  910. background-color:{color:Post Accent 1};
  911. color:#ffffff;
  912. -webkit-transition: all 0.6s;
  913. -moz-transition: all 0.6s;
  914. -ms-transition:all 0.6s;
  915. -o-transition: all 0.6s;
  916. transition: all 0.6s;
  917. }
  918.  
  919. #source:hover {
  920. box-shadow:inset 500px 0 0 0 {color:Post Accent 2};
  921. -webkit-transition: all 0.6s;
  922. -moz-transition: all 0.6s;
  923. -ms-transition:all 0.6s;
  924. -o-transition: all 0.6s;
  925. transition: all 0.6s;
  926. }
  927.  
  928. /* --- QUOTES ---*/
  929.  
  930. /* --- AUDIO PLAYER ---*/
  931.  
  932. #audio {
  933. position:relative;
  934. min-height:60px;}
  935.  
  936. #audioimage {
  937. width:60px;
  938. height:60px;
  939. position:absolute;
  940. z-index:2;}
  941.  
  942. #audiobackground {
  943. margin-top:5px;
  944. margin-left:3px;
  945. width:50px;
  946. height:50px;
  947. z-index:3;
  948. position:absolute;
  949. opacity:0.2;
  950. background-color:white;
  951. -webkit-transition:all 0.6s ease-out;
  952. -moz-transition:all 0.6s ease-out;
  953. transition:all 0.6s ease-out;}
  954.  
  955. #audiobackground:hover {
  956. opacity:0.8;
  957. transform:rotate(360deg);
  958. -ms-transform:rotate(360deg);
  959. -webkit-transform:rotate(360deg);
  960. background-color:#ffffff;
  961. -webkit-transition:all 0.6s ease-out;
  962. -moz-transition:all 0.6s ease-out;
  963. transition:all 0.6s ease-out;}
  964.  
  965. #audioplayer {
  966. width:20px;
  967. height:20px;
  968. margin-top:11px;
  969. margin-left:11px;
  970. overflow:hidden;}
  971.  
  972. #audiobig {
  973. width:500px;
  974. height:70px;
  975. overflow:hidden;}
  976.  
  977. #audioinfo {
  978. background-color:transparent;
  979. font-size:8px;
  980. font-family:calibri;
  981. color:{color:Music Player Text};
  982. text-transform:uppercase;
  983. height:6px;
  984. width:425px;
  985. padding:4px;
  986. line-height:80%;
  987. margin-bottom:1px;
  988. margin-top:1.5px;
  989. margin-left:68px;
  990. text-align:left;
  991. -webkit-transition: all 0.6s;
  992. -moz-transition: all 0.6s;
  993. -ms-transition:all 0.6s;
  994. -o-transition: all 0.6s;
  995. transition: all 0.6s;
  996. }
  997.  
  998. #audioinfo b{
  999. color:{color:Music Player Titles};
  1000. padding:2px;
  1001. -webkit-transition: all 0.6s;
  1002. -moz-transition: all 0.6s;
  1003. -ms-transition:all 0.6s;
  1004. -o-transition: all 0.6s;
  1005. transition: all 0.6s;
  1006. }
  1007.  
  1008. #audioinfo:hover b{
  1009. margin-left:40px;
  1010. color:{color:Background};
  1011. margin-right:4px;
  1012. background:{color:General Links};
  1013. -webkit-transition: all 0.6s;
  1014. -moz-transition: all 0.6s;
  1015. -ms-transition:all 0.6s;
  1016. -o-transition: all 0.6s;
  1017. transition: all 0.6s;}
  1018.  
  1019. /* --- AUDIO PLAYER ---*/
  1020.  
  1021. /* --- CHATS ---*/
  1022.  
  1023. ul.chat {
  1024. margin:0px;
  1025. padding:0px;
  1026. }
  1027.  
  1028. .chat li {
  1029. list-style-type:none;
  1030. margin-left:0px;
  1031. padding:4px;
  1032. }
  1033.  
  1034. .odd .label {
  1035. color:{color:General Links};
  1036. }
  1037.  
  1038. .even .label {
  1039. color:{color:General Links};
  1040. }
  1041.  
  1042. .label {
  1043. font-weight:bold;
  1044. text-transform:uppercase;
  1045. font-family:calibri;
  1046. letter-spacing:2px;
  1047. font-size:8px;
  1048. }
  1049.  
  1050. .chat li.odd {
  1051. background-color:{color:Chat Background 1};
  1052. margin-bottom:1px;
  1053. }
  1054.  
  1055. .chat li.even {
  1056. background-color:{color:Chat Background 2};
  1057. opacity:1;
  1058. margin-bottom:1px;
  1059. }
  1060.  
  1061. #ll {
  1062. font-size:12px;
  1063. text-transform:uppercase;
  1064. text-align:center;
  1065. padding:4px;
  1066. color:{color:General Links};
  1067. letter-spacing:3px;
  1068. font-family:calibri;
  1069. border:4px double #cccccc;
  1070. }
  1071.  
  1072. /* --- CHATS ---*/
  1073.  
  1074. /* --- QUESTIONS ---*/
  1075.  
  1076. #question {
  1077. padding:15px;
  1078. font-family:calibri;
  1079. letter-spacing:1px;
  1080. font-weight:bold;
  1081. color:{color:post text};
  1082. border:2px solid {color:post text};
  1083. -webkit-transition: all 0.6s;
  1084. -moz-transition: all 0.6s;
  1085. -ms-transition:all 0.6s;
  1086. -o-transition: all 0.6s;
  1087. transition: all 0.6s;
  1088. }
  1089.  
  1090. #post:hover #question {
  1091. border:2px solid {color:Post Accent 1};
  1092. -webkit-transition: all 0.6s;
  1093. -moz-transition: all 0.6s;
  1094. -ms-transition:all 0.6s;
  1095. -o-transition: all 0.6s;
  1096. transition: all 0.6s;
  1097. }
  1098.  
  1099. #post:hover #question:hover {
  1100. border:2px solid {color:Post Accent 2};
  1101. -webkit-transition: all 0.6s;
  1102. -moz-transition: all 0.6s;
  1103. -ms-transition:all 0.6s;
  1104. -o-transition: all 0.6s;
  1105. transition: all 0.6s;
  1106. }
  1107.  
  1108. #ask {
  1109. float:right;
  1110. text-align:right;
  1111. }
  1112.  
  1113. #asker {
  1114. margin-top:-8px;
  1115. margin-right:-3px;
  1116. padding:0px 4px 0px 8px;
  1117. font-family:calibri;
  1118. font-size:10px;
  1119. text-align:right;
  1120. text-transform:uppercase;
  1121. letter-spacing:0px;
  1122. background:{color:Posts Background};
  1123. color:{color:General Links};
  1124. }
  1125.  
  1126. #asker a {
  1127. color:{color:General Links};
  1128. -webkit-transition: all 0.6s;
  1129. -moz-transition: all 0.6s;
  1130. -ms-transition:all 0.6s;
  1131. -o-transition: all 0.6s;
  1132. transition: all 0.6s;
  1133. }
  1134.  
  1135. #asker a:hover {
  1136. color:{color:post text};
  1137. background:none;
  1138. -webkit-transition: all 0.6s;
  1139. -moz-transition: all 0.6s;
  1140. -ms-transition:all 0.6s;
  1141. -o-transition: all 0.6s;
  1142. transition: all 0.6s;
  1143. }
  1144.  
  1145. #portrait {
  1146. height:16px;
  1147. opacity:1;
  1148. width:16px;
  1149. background:transparent;
  1150. float:right;
  1151. margin-right:8px;
  1152. margin-top:-6px;
  1153. border:1px solid {color:post text};
  1154. padding:2px;
  1155. }
  1156.  
  1157. #replies {
  1158. margin-top:18px;
  1159. padding:15px;
  1160. font-family:calibri;
  1161. letter-spacing:1px;
  1162. border:2px solid {color:post text};
  1163. -webkit-transition: all 0.6s;
  1164. -moz-transition: all 0.6s;
  1165. -ms-transition:all 0.6s;
  1166. -o-transition: all 0.6s;
  1167. transition: all 0.6s;
  1168. }
  1169.  
  1170. #replies img{
  1171. max-width:460px;
  1172. }
  1173.  
  1174. #me {
  1175. margin-top:-22px;
  1176. margin-left:-12px;
  1177. width:128px;
  1178. text-transform:uppercase;
  1179. padding:0px 4px 0px 6px;
  1180. font-family:calibri;
  1181. font-size:10px;
  1182. text-align:left;
  1183. letter-spacing:0px;
  1184. background:{color:Posts Background};
  1185. color:{color:General Links};
  1186. }
  1187.  
  1188. #meportrait {
  1189. height:16px;
  1190. opacity:1;
  1191. width:16px;
  1192. background:transparent;
  1193. float:left;
  1194. margin-right:5px;
  1195. margin-top:-6px;
  1196. border:1px solid {color:post text};
  1197. padding:2px;
  1198. }
  1199.  
  1200. #meportrait img {
  1201. margin-left:0px;
  1202. }
  1203.  
  1204. #post:hover #replies {
  1205. border:2px solid {color:Post Accent 1};
  1206. -webkit-transition: all 0.6s;
  1207. -moz-transition: all 0.6s;
  1208. -ms-transition:all 0.6s;
  1209. -o-transition: all 0.6s;
  1210. transition: all 0.6s;
  1211. }
  1212.  
  1213. #post:hover #replies:hover {
  1214. border:2px solid {color:Post Accent 2};
  1215. -webkit-transition: all 0.6s;
  1216. -moz-transition: all 0.6s;
  1217. -ms-transition:all 0.6s;
  1218. -o-transition: all 0.6s;
  1219. transition: all 0.6s;
  1220. }
  1221.  
  1222. /* --- QUESTIONS ---*/
  1223.  
  1224. /* --- NOTES ---*/
  1225.  
  1226. ol.pagenotes {
  1227. display: none!important;
  1228. font-weight:none;
  1229. text-align:left;
  1230. margin-top:-30px;
  1231. padding-bottom:2%;
  1232. font-size:8px;
  1233. list-style-type:upper-roman;
  1234. }
  1235.  
  1236. ol.notes li.note{
  1237. margin-left:20px;
  1238. letter-spacing:2px;
  1239. width:420px;
  1240. padding:4px;
  1241. font-size:8px;
  1242. text-transform:uppercase;
  1243. list-style-type:upper-roman;
  1244. }
  1245.  
  1246. ol.notes li.note a{
  1247. font-size:8px;
  1248. }
  1249.  
  1250. ol.notes li.note img.avatar {
  1251. width:0px;
  1252. height:0px;
  1253. }
  1254.  
  1255. /* --- NOTES ---*/
  1256.  
  1257. /* --- SELECTION ---*/
  1258.  
  1259. ::selection {
  1260. background-color:{color:Selection};
  1261. color:{color:Selection Hover};
  1262. }
  1263.  
  1264. ::-moz-selection {
  1265. background-color:{color:Selection};
  1266. color:{color:Selection Hover};
  1267. }
  1268.  
  1269. /* --- SELECTION ---*/
  1270.  
  1271. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  1272.  
  1273. .credit, .credit a {
  1274. width:15px;
  1275. height:15px;
  1276. bottom:10px;
  1277. right:10px;
  1278. padding:4px;
  1279. font-size:9px;
  1280. letter-spacing:2px;
  1281. color:#ffffff;
  1282. line-height:15px;
  1283. position:fixed;
  1284. text-align:center;
  1285. color:{color:background};
  1286. font-family:calibri;
  1287. text-transform:uppercase;
  1288. background-color:{color:General Links};
  1289. border:1px solid #cccccc;
  1290. -webkit-transition: all 0.5s ease-in-out;
  1291. -moz-transition: all 0.5s ease-in-out;
  1292. -o-transition: all 0.5s ease-in-out;
  1293. transition: all 0.5s ease-in-out;
  1294. }
  1295.  
  1296. .credit a:hover {
  1297. -webkit-transition: all 0.5s ease-in-out;
  1298. -moz-transition: all 0.5s ease-in-out;
  1299. -o-transition: all 0.5s ease-in-out;
  1300. transition: all 0.5s ease-in-out;
  1301. transform:rotate(360deg);
  1302. -ms-transform:rotate(360deg);
  1303. -webkit-transform:rotate(360deg);
  1304. background-color:#000000;}
  1305.  
  1306. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  1307.  
  1308. /* UPDATES TAB */
  1309.  
  1310. #tab15 {
  1311. position:fixed;
  1312. left:10px;
  1313. top:53px;
  1314. width:130px;
  1315. font-size:11px;
  1316. padding:10px;
  1317. }
  1318.  
  1319. #tab15 a{
  1320. text-decoration:none;
  1321. color:{color:Tab Links Colour};
  1322. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  1323. -webkit-transition: all 0.5s ease-in-out;
  1324. -moz-transition: all 0.5s ease-in-out;
  1325. -o-transition: all 0.5s ease-in-out;
  1326. transition: all 0.5s ease-in-out;
  1327. }
  1328.  
  1329. #tab15 a:hover{
  1330. background:none;
  1331. color:{color:Tab Links Colour Hover};
  1332. font-size:8px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
  1333. -webkit-transition: all 0.5s ease-in-out;
  1334. -moz-transition: all 0.5s ease-in-out;
  1335. -o-transition: all 0.5s ease-in-out;
  1336. transition: all 0.5s ease-in-out;
  1337. }
  1338.  
  1339. /* UPDATES TAB */
  1340.  
  1341. /* --- UPDATES TAB BOX 1 ---*/
  1342.  
  1343. #tab15line1 {
  1344. height:12px;
  1345. width: 80px;
  1346. margin-top:0px;
  1347. display: inline-block;
  1348. float:left;
  1349. line-height:12px;
  1350. font-size:8.5px;
  1351. text-transform:uppercase;
  1352. margin-left:5px;
  1353. color:{color:Tab Titles};
  1354. text-align:left;
  1355. opacity:1;
  1356. padding-left:6px;
  1357. font-family:calibri;
  1358. border-left:3px solid {color:Tab Titles};
  1359. background-color: transparent;
  1360. -webkit-transition:0.5s;
  1361. -moz-transition:0.5s;
  1362. -ms-transition:0.5s;
  1363. -o-transition:0.5s;
  1364. transition:0.5s;
  1365. }
  1366.  
  1367. #tab15line1:hover {
  1368. color:#ffffff;
  1369. box-shadow:inset 80px 0 0 0 {color:Tab Line 1 Colour};
  1370. -webkit-transition:0.5s;
  1371. -moz-transition:0.5s;
  1372. -ms-transition:0.5s;
  1373. -o-transition:0.5s;
  1374. transition:0.5s;
  1375. }
  1376.  
  1377. .tab15textbox1 {
  1378. width:82px;
  1379. height:0px;
  1380. color:{color:Tab Text};
  1381. font-family:calibri; /* CHANGE FONT HERE */
  1382. font-size:8px; /* CHANGE FONT SIZE HERE */
  1383. line-height:110%;
  1384. margin-top:3px;
  1385. margin-left:5px;
  1386. text-transform:uppercase;
  1387. overflow:hidden;
  1388. opacity:0;
  1389. text-align:left;
  1390. -webkit-transition:0.5s;
  1391. -moz-transition:0.5s;
  1392. -ms-transition:0.5s;
  1393. -o-transition:0.5s;
  1394. transition:0.5s;
  1395. }
  1396.  
  1397. .click1 .tab15textbox1 {
  1398. opacity:1;
  1399. overflow:hidden;
  1400. padding-top:4px;
  1401. height:130px; /* EXTEND THE HEIGHT OF BOX 1 HERE */
  1402. }
  1403.  
  1404. /* --- UPDATES TAB BOX 1 ---*/
  1405.  
  1406. /* --- UPDATES TAB BOX 2 ---*/
  1407.  
  1408. #tab15line2 {
  1409. height:12px;
  1410. width: 80px;
  1411. margin-top:3px;
  1412. display: inline-block;
  1413. float:left;
  1414. font-size:8.5px;
  1415. line-height:12px;
  1416. font-family:calibri;
  1417. text-transform:uppercase;
  1418. margin-left:5px;
  1419. color:{color:Tab Titles};
  1420. text-align:left;
  1421. padding-left:6px;
  1422. opacity:1;
  1423. border-left:3px solid {color:Tab Titles};
  1424. background-color: transparent;
  1425. -webkit-transition:0.5s;
  1426. -moz-transition:0.5s;
  1427. -ms-transition:0.5s;
  1428. -o-transition:0.5s;
  1429. transition:0.5s;
  1430. }
  1431.  
  1432. #tab15line2:hover {
  1433. color:#ffffff;
  1434. box-shadow:inset 80px 0 0 0 {color:Tab Line 2 Colour};
  1435. -webkit-transition:0.5s;
  1436. -moz-transition:0.5s;
  1437. -ms-transition:0.5s;
  1438. -o-transition:0.5s;
  1439. transition:0.5s;
  1440. }
  1441.  
  1442. .tab15textbox2 {
  1443. width:82px;
  1444. height:0px;
  1445. color:{color:Tab Text};
  1446. font-family:calibri; /* CHANGE FONT HERE */
  1447. font-size:8px; /* CHANGE FONT SIZE HERE */
  1448. line-height:110%;
  1449. margin-top:3px;
  1450. text-transform:uppercase;
  1451. overflow:hidden;
  1452. margin-left:5px;
  1453. opacity:0;
  1454. text-align:left;
  1455. -webkit-transition:0.5s;
  1456. -moz-transition:0.5s;
  1457. -ms-transition:0.5s;
  1458. -o-transition:0.5s;
  1459. transition:0.5s;
  1460. }
  1461.  
  1462. .click1 .tab15textbox2 {
  1463. opacity:1;
  1464. overflow:hidden;
  1465. padding-top:4px;
  1466. height:130px; /* EXTEND THE HEIGHT OF BOX 2 HERE */
  1467. }
  1468.  
  1469. /* --- UPDATES TAB BOX 2 ---*/
  1470.  
  1471. /* --- UPDATES TAB BOX 3 ---*/
  1472.  
  1473. #tab15line3 {
  1474. height:12px;
  1475. width: 80px;
  1476. font-size:8.5px;
  1477. margin-top:5px;
  1478. display: inline-block;
  1479. float:left;
  1480. line-height:12px;
  1481. text-transform:uppercase;
  1482. margin-left:5px;
  1483. color:{color:Tab Titles};
  1484. text-align:left;
  1485. font-family:calibri;
  1486. opacity:1;
  1487. padding-left:6px;
  1488. border-left:3px solid {color:Tab Titles};
  1489. background-color: transparent;
  1490. -webkit-transition:0.5s;
  1491. -moz-transition:0.5s;
  1492. -ms-transition:0.5s;
  1493. -o-transition:0.5s;
  1494. transition:0.5s;
  1495. }
  1496.  
  1497. #tab15line3:hover {
  1498. color:#ffffff;
  1499. box-shadow:inset 80px 0 0 0 {color:Tab Line 3 Colour};
  1500. -webkit-transition:0.5s;
  1501. -moz-transition:0.5s;
  1502. -ms-transition:0.5s;
  1503. -o-transition:0.5s;
  1504. transition:0.5s;
  1505. }
  1506.  
  1507. .tab15textbox3 {
  1508. width:82px;
  1509. height:0px;
  1510. color:{color:Tab Text};
  1511. font-family:calibri; /* CHANGE FONT HERE */
  1512. font-size:8px; /* CHANGE FONT SIZE HERE */
  1513. line-height:110%;
  1514. margin-top:3px;
  1515. text-transform:uppercase;
  1516. overflow:hidden;
  1517. opacity:0;
  1518. margin-left:5px;
  1519. text-align:left;
  1520. -webkit-transition:0.5s;
  1521. -moz-transition:0.5s;
  1522. -ms-transition:0.5s;
  1523. -o-transition:0.5s;
  1524. transition:0.5s;
  1525. }
  1526.  
  1527. .click1 .tab15textbox3 {
  1528. opacity:1;
  1529. overflow:hidden;
  1530. padding-top:4px;
  1531. height:130px; /* EXTEND THE HEIGHT OF BOX 3 HERE */
  1532. }
  1533.  
  1534. /* --- UPDATES TAB BOX 3 ---*/
  1535.  
  1536. /* --- UPDATES TAB BOX 4 ---*/
  1537.  
  1538. #tab15line4 {
  1539. height:12px;
  1540. width: 80px;
  1541. margin-top:5px;
  1542. display: inline-block;
  1543. float:left;
  1544. font-size:8.5px;
  1545. line-height:12px;
  1546. text-transform:uppercase;
  1547. margin-left:5px;
  1548. color:{color:Tab Titles};
  1549. text-align:left;
  1550. font-family:calibri;
  1551. opacity:1;
  1552. padding-left:6px;
  1553. border-left:3px solid {color:Tab Titles};
  1554. background-color: transparent;
  1555. -webkit-transition:0.5s;
  1556. -moz-transition:0.5s;
  1557. -ms-transition:0.5s;
  1558. -o-transition:0.5s;
  1559. transition:0.5s;
  1560. }
  1561.  
  1562. #tab15line4:hover {
  1563. color:#ffffff;
  1564. box-shadow:inset 80px 0 0 0 {color:Tab Line 4 Colour};
  1565. -webkit-transition:0.5s;
  1566. -moz-transition:0.5s;
  1567. -ms-transition:0.5s;
  1568. -o-transition:0.5s;
  1569. transition:0.5s;
  1570. }
  1571.  
  1572. .tab15textbox4 {
  1573. width:82px;
  1574. margin-left:5px;
  1575. height:0px;
  1576. color:{color:Tab Text};
  1577. font-family:calibri; /* CHANGE FONT HERE */
  1578. font-size:8px; /* CHANGE FONT SIZE HERE */
  1579. line-height:110%;
  1580. margin-top:3px;
  1581. text-transform:uppercase;
  1582. overflow:hidden;
  1583. opacity:0;
  1584. text-align:left;
  1585. -webkit-transition:0.5s;
  1586. -moz-transition:0.5s;
  1587. -ms-transition:0.5s;
  1588. -o-transition:0.5s;
  1589. transition:0.5s;
  1590. }
  1591.  
  1592. .click1 .tab15textbox4 {
  1593. opacity:1;
  1594. overflow:hidden;
  1595. padding-top:4px;
  1596. height:130px; /* EXTEND THE HEIGHT OF BOX 4 HERE */
  1597. }
  1598.  
  1599. /* --- UPDATES TAB BOX 4 ---*/
  1600.  
  1601. /* --- UPDATES TAB BOX 5 ---*/
  1602.  
  1603. #tab15line5 {
  1604. height:12px;
  1605. width: 80px;
  1606. font-family:calibri;
  1607. margin-top:5px;
  1608. display: inline-block;
  1609. float:left;
  1610. line-height:12px;
  1611. font-size:8.5px;
  1612. text-transform:uppercase;
  1613. margin-left:5px;
  1614. color:{color:Tab Titles};
  1615. text-align:left;
  1616. opacity:1;
  1617. padding-left:6px;
  1618. border-left:3px solid {color:Tab Titles};
  1619. background-color: transparent;
  1620. -webkit-transition:0.5s;
  1621. -moz-transition:0.5s;
  1622. -ms-transition:0.5s;
  1623. -o-transition:0.5s;
  1624. transition:0.5s;
  1625. }
  1626.  
  1627. #tab15line5:hover {
  1628. color:#ffffff;
  1629. box-shadow:inset 80px 0 0 0 {color:Tab Line 5 Colour};
  1630. -webkit-transition:0.5s;
  1631. -moz-transition:0.5s;
  1632. -ms-transition:0.5s;
  1633. -o-transition:0.5s;
  1634. transition:0.5s;
  1635. }
  1636.  
  1637. .tab15textbox5 {
  1638. width:82px;
  1639. height:0px;
  1640. color:{color:Tab Text};
  1641. font-family:calibri; /* CHANGE FONT HERE */
  1642. font-size:8px; /* CHANGE FONT SIZE HERE */
  1643. line-height:110%;
  1644. margin-top:3px;
  1645. text-transform:uppercase;
  1646. overflow:hidden;
  1647. margin-left:5px;
  1648. opacity:0;
  1649. text-align:left;
  1650. -webkit-transition:0.5s;
  1651. -moz-transition:0.5s;
  1652. -ms-transition:0.5s;
  1653. -o-transition:0.5s;
  1654. transition:0.5s;
  1655. }
  1656.  
  1657. .click1 .tab15textbox5 {
  1658. opacity:1;
  1659. overflow:hidden;
  1660. padding-top:4px;
  1661. height:130px; /* EXTEND THE HEIGHT OF BOX 5 HERE */
  1662. }
  1663.  
  1664. /* --- UPDATES TAB BOX 5 ---*/
  1665.  
  1666. /* UPDATES TAB */
  1667.  
  1668. #scrollToTop:link,
  1669. #scrollToTop:visited {
  1670. display: none;
  1671. position: fixed;
  1672. bottom: 14px;
  1673. right: 45px;
  1674. }
  1675.  
  1676. #scrollToTop:link:hover {
  1677. background:none;
  1678. }
  1679.  
  1680.  
  1681. {CustomCSS}</style>
  1682.  
  1683. <!-- SCROLL CODES -->
  1684.  
  1685. <script type="text/javascript">
  1686. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  1687.  
  1688. <script>
  1689. $(function(){
  1690. var header = $('#header').offset().top;
  1691. $(window).scroll(function(){
  1692. if( $(window).scrollTop() > header ) {
  1693. $('#header').addClass("sticky");
  1694. } else {
  1695. $('#header').removeClass("sticky");
  1696. }
  1697. });
  1698. });
  1699. </script>
  1700.  
  1701. <script>
  1702. $(document).ready(function(){
  1703.  
  1704. $('#link1').mouseenter(function(){
  1705. $('.naviline').animate({
  1706. marginLeft:"0px",
  1707. }, 100, function() {
  1708. });
  1709. });
  1710.  
  1711. $('#link2').mouseenter(function(){
  1712. $('.naviline').animate({
  1713. marginLeft:"60px",
  1714. }, 100, function() {
  1715. });
  1716. });
  1717.  
  1718. $('#link3').mouseenter(function(){
  1719. $('.naviline').animate({
  1720. marginLeft:"121px",
  1721. }, 100, function() {
  1722. });
  1723. });
  1724.  
  1725. $('#link4').mouseenter(function(){
  1726. $('.naviline').animate({
  1727. marginLeft:"181px",
  1728. }, 100, function() {
  1729. });
  1730. });
  1731.  
  1732. $('#link5').mouseenter(function(){
  1733. $('.naviline').animate({
  1734. marginLeft:"241px",
  1735. }, 100, function() {
  1736. });
  1737. });
  1738.  
  1739. $('#sidebar').mouseleave(function(){
  1740. $('.naviline').animate({
  1741. marginLeft:"0px",
  1742. }, 100, function() {
  1743. });
  1744. });
  1745. });
  1746. </script>
  1747.  
  1748. <!-- SCROLL CODES -->
  1749.  
  1750. </head><body>
  1751.  
  1752. <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  1753. <script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
  1754.  
  1755. <script>
  1756. $(document).ready(function(){
  1757. $(".updatesbox").click(function(){
  1758. $(this).toggleClass("click1");
  1759. });
  1760. });
  1761. </script>
  1762.  
  1763. <script>
  1764. $(document).ready(function(){
  1765. $("#updates").mouseleave(function(){
  1766. $(".updatesbox").removeClass("click1");
  1767. });
  1768. });
  1769. </script>
  1770.  
  1771. {block:IfUpdatesTab}
  1772.  
  1773. <div id="tab15">
  1774.  
  1775. <!-- UPDATES TAB BOX 1 START -->
  1776.  
  1777. <div class="updatesbox">
  1778. <a title="click">
  1779. <div id="tab15line1">Box 1</div>
  1780. </a>
  1781. <div class="tab15textbox1">
  1782. <div style="width:80px; height:8px; margin-left: 0px;
  1783. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 1 Colour}";>
  1784. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1785. This is where your text belongs. </p>
  1786. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1787. New paragraph with < p > < / p > and
  1788. </br>New line with < br > without the spaces</p>
  1789. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1790. </div>
  1791. </div>
  1792.  
  1793. <!-- UPDATES TAB BOX 1 END -->
  1794.  
  1795. <!-- UPDATES TAB BOX 2 START -->
  1796.  
  1797. <div class="updatesbox">
  1798. <a title="click">
  1799. <div id="tab15line2">Box 2</div>
  1800. </a>
  1801. <div class="tab15textbox2">
  1802. <div style="width:80px; height:8px; margin-left: 0px;
  1803. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 2 Colour}";>
  1804. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1805. This is where your text belongs. </p>
  1806. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1807. New paragraph with < p > < / p > and
  1808. </br>New line with < br > without the spaces</p>
  1809. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1810. </div>
  1811. </div>
  1812.  
  1813. <!-- UPDATES TAB BOX 2 END -->
  1814.  
  1815. <!-- UPDATES TAB BOX 3 START -->
  1816.  
  1817. <div class="updatesbox">
  1818. <a title="click">
  1819. <div id="tab15line3">Box 3</div>
  1820. </a>
  1821. <div class="tab15textbox3">
  1822. <div style="width:80px; height:8px; margin-left: 0px;
  1823. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 3 Colour}";>
  1824. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1825. This is where your text belongs. </p>
  1826. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1827. New paragraph with < p > < / p > and
  1828. </br>New line with < br > without the spaces</p>
  1829. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1830. </div>
  1831. </div>
  1832.  
  1833. <!-- UPDATES TAB BOX 3 END -->
  1834.  
  1835. <!-- UPDATES TAB BOX 4 START -->
  1836.  
  1837. <div class="updatesbox">
  1838. <a title="click">
  1839. <div id="tab15line4">Box 4</div>
  1840. </a>
  1841. <div class="tab15textbox4">
  1842. <div style="width:80px; height:8px; margin-left: 0px;
  1843. border:1px #ffffff; line-height:7px;padding:1px; background-color:{color:Tab Line 4 Colour}";>
  1844. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1845. This is where your text belongs. </p>
  1846. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1847. New paragraph with < p > < / p > and
  1848. </br>New line with < br > without the spaces</p>
  1849. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1850. </div>
  1851. </div>
  1852.  
  1853. <!-- UPDATES TAB BOX 4 END -->
  1854.  
  1855. <!-- UPDATES TAB BOX 5 START -->
  1856.  
  1857. <div class="updatesbox">
  1858. <a title="click">
  1859. <div id="tab15line5">Box 5</div>
  1860. </a>
  1861. <div class="tab15textbox5">
  1862. <div style="width:80px; height:8px; margin-left: 0px;
  1863. border:1px #ffffff; line-height:8px;padding:1px; background-color:{color:Tab Line 5 Colour}";>
  1864. <FONT COLOR=#FFFFFF><FONT size=1><center>YOUR TITLE</center></FONT></FONT></div></p>
  1865. This is where your text belongs. </p>
  1866. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1867. New paragraph with < p > < / p > and
  1868. </br>New line with < br > without the spaces</p>
  1869.  
  1870. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="theme by iamthemelocked">©</a>
  1871. </div>
  1872. </div>
  1873.  
  1874. <!-- UPDATES TAB BOX 5 END -->
  1875.  
  1876. </div>
  1877.  
  1878. {/block:IfUpdatesTab}
  1879.  
  1880. {block:ifTinyCursor}
  1881. <style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>
  1882. {/block:ifTinyCursor}
  1883.  
  1884. <div id="header">
  1885.  
  1886. <div id="image"><img src="{image:Header Image}">
  1887. <div id="title">{text:Title}</div>
  1888. <div id="description">{Description}</div>
  1889. </div>
  1890.  
  1891. <div id="links">
  1892.  
  1893. {/block:IfLink1Name}
  1894. <a href="{text:Link 1 URL}">
  1895. <div id="link1">{text:Link 1 Name}</div></a>
  1896. {/block:IfLink1Name}
  1897.  
  1898. {/block:IfLink2Name}
  1899. <a href="{text:Link 2 URL}">
  1900. <div id="link2">{text:Link 2 Name}</div></a>
  1901. {/block:IfLink2Name}
  1902.  
  1903. {/block:IfLink13Name}
  1904. <a href="{text:Link 3 URL}">
  1905. <div id="link3">{text:Link 3 Name}</div></a>
  1906. {/block:IfLink3Name}
  1907.  
  1908. {/block:IfLink4Name}
  1909. <a href="{text:Link 4 URL}">
  1910. <div id="link4">{text:Link 4 Name}</div></a>
  1911. {/block:IfLink4Name}
  1912.  
  1913. {/block:IfLink5Name}
  1914. <a href="{text:Link 5 URL}">
  1915. <div id="link5">{text:Link 5 Name}</div></a>
  1916. {/block:IfLink5Name}
  1917.  
  1918. </div>
  1919.  
  1920. <div class="navi"><div class="naviline"></div></div>
  1921.  
  1922. </div>
  1923.  
  1924. <div id="bottomheader"><div id="pagination">
  1925. {block:IfNotInfiniteScroll}
  1926. {block:Pagination}
  1927. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  1928. {block:JumpPagination length="10"}
  1929. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  1930. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1931. {/block:JumpPagination}
  1932. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  1933. {/block:Pagination}
  1934. {block:IfNotInfiniteScroll}
  1935. {block:IfInfiniteScroll}{/block:IfInfiniteScroll}
  1936.  
  1937. </div>
  1938. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  1939. <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  1940. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go back to Top"><b> <big>{text:Scroll To Top Button}</big></b></a>
  1941. <span class="credit">
  1942. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span></div>
  1943.  
  1944. <div id="entries">
  1945. <div class = "autopagerize_page_element" >
  1946. {block:Posts}
  1947. <div id="post">
  1948.  
  1949. <!----- TEXT / PHOTO POSTS ----->
  1950.  
  1951. {block:ContentSource}
  1952. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1953. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1954. {/block:SourceLogo}
  1955. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1956. {/block:ContentSource}
  1957.  
  1958. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1959.  
  1960. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" target="_blank">{LinkCloseTag}
  1961. {block:Caption}{block:ifShowCaptions}
  1962. <span class="caption">{Caption}</span>
  1963. {/block:ifShowCaptions}{/block:Caption}
  1964. {/block:Photo}
  1965.  
  1966. {block:Photoset}{Photoset-500}
  1967. {block:Caption}{block:ifShowCaptions}
  1968. <span class="caption">{Caption}</span>
  1969. {/block:ifShowCaptions}{/block:Caption}{/block:Photoset}
  1970.  
  1971. {block:PermalinkPage}
  1972. {block:ifNotShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifNotShowCaptions}
  1973. {/block:PermalinkPage}
  1974.  
  1975. <!----- TEXT / PHOTO POSTS ----->
  1976.  
  1977. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1978.  
  1979. {block:Quote}<div id="quote">{Quote}</div>
  1980. <div id="source">{block:Source}{Source}{/block:Source}<div id="mark">“</div></div>{/block:Quote}
  1981.  
  1982. {block:Video}{Video-500}
  1983. {block:Caption}{block:ifShowCaptions}
  1984. <span class="caption">{Caption}</span>
  1985. {/block:ifShowCaptions}{/block:Caption}{/block:Video}
  1986.  
  1987. {block:Link}<h1><div id="ll"><a href="{URL}" target="_blank" {Target}>{Name}</a></div></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1988.  
  1989. {block:Chat}
  1990. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">
  1991. {block:Label}<span class="label">{Label}</span>{/block:Label}
  1992. {Line}</li>{/block:Lines}</ul>
  1993. {/block:Chat}
  1994.  
  1995. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1996.  
  1997. <!----- AUDIO POSTS ----->
  1998.  
  1999. {block:Audio}
  2000. <div id="audio">
  2001. <div id="audiobackground"><div id="audioplayer">
  2002. {AudioPlayerWhite}
  2003. </div></div>
  2004. <img id="audioimage" img src="https://38.media.tumblr.com/27c7e2c0db27e7c0573b9a098873f6c5/tumblr_nfeb2dRHoU1trnu46o1_400.jpg"/>
  2005. {block:AlbumArt}
  2006. <img id="audioimage" src="{AlbumArtURL}" />
  2007. {/block:AlbumArt}
  2008. <div id="audiobig">
  2009. {block:TrackName}
  2010. <div id="audioinfo"><b>Track: </b>{TrackName}</div>
  2011. {/block:TrackName}
  2012. {block:Artist}
  2013. <div id="audioinfo"><b>Artist: </b> {Artist}</div>
  2014. {/block:Artist}{block:Album}
  2015. <div id="audioinfo"><b>Album: </b>{Album}</div>
  2016. {/block:Album}
  2017. <div id="audioinfo"><b>Played: </b>{PlayCountWithLabel}</div>
  2018. </div></div>{block:ifshowcaptions}
  2019. <span class="caption">{Caption}</span>
  2020. {/block:ifshowcaptions}
  2021. {/block:Audio}
  2022.  
  2023. <!----- AUDIO POSTS ----->
  2024.  
  2025. <!----- ASKS POSTS ----->
  2026.  
  2027. {block:Answer}
  2028. <div id="question">{Question}</div>
  2029. <div id="ask"><div id="asker">{Asker}&nbsp;&nbsp;<div id="portrait"><img src="{AskerPortraitURL-16}"></div></div></div>
  2030. <div id="replies"><div id="me">The Blogger replied:&nbsp;&nbsp;<div id="meportrait"><img src="{PortraitURL-16}"/></div>
  2031. </div></br>{Replies}</div>
  2032. {/block:Answer}
  2033.  
  2034. <!----- ASKS POSTS ----->
  2035.  
  2036. <!----- INFO SECTION ----->
  2037.  
  2038. {block:Date}<div id="info">
  2039. <a href="{Permalink}">{TimeAgo} | {DayOfMonthWithZero} {ShortMonth}</a> -
  2040. {block:NoteCount}<a href="{Permalink}">with&nbsp;{NoteCountWithLabel}</a>{/block:NoteCount} -
  2041. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a> -
  2042. <a href="{ReblogRootURL}" title="orginally by">{ReblogRootName}</a>{/block:RebloggedFrom} -
  2043. <a href="{ReblogURL}" target="blank">reblog</a>
  2044. </div>
  2045.  
  2046. <!----- INFO SECTION ----->
  2047.  
  2048. <!----- TAGS SECTION ----->
  2049.  
  2050. {block:HasTags}
  2051. <div id="tags">
  2052. {block:Tags}<a href="{TagURL}">●&nbsp;{Tag}</a>{/block:Tags}</div>
  2053. {/block:HasTags}{/block:Date}</div>
  2054.  
  2055. <!----- TAGS SECTION ----->
  2056.  
  2057. <!----- POST NOTES ----->
  2058.  
  2059. {block:PostNotes}
  2060. <div class="pagenotes">
  2061. {PostNotes}
  2062. </div>
  2063. {/block:PostNotes}
  2064. {/block:Posts}
  2065.  
  2066. <!----- POST NOTES ----->
  2067.  
  2068. </body>
  2069. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement