Advertisement
iamthemelocked

Iamthemelocked #130 - Flower

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