Advertisement
iamthemelocked

Iamthemelocked #129 - Wit

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