Advertisement
iamthemelocked

Iamthemelocked #135 - Time

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