Advertisement
iamthemelocked

Iamthemelocked #134 - Aphrodite

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