Advertisement
iamthemelocked

Iamthemelocked Theme 32 (REVAMPED)

Apr 14th, 2014
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--- Theme by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  11.  
  12. <title>{block:TagPage}#{Tag} /// {/block:TagPage} {block:SearchPage}{lang:Search Results For SearchQuery} - {/block:SearchPage} {Title}</title>
  13.  
  14. <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>
  15.  
  16. <meta charset="utf-8">
  17. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  18.  
  19. <link rel="shortcut icon" href="{favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="image:Sidebar Image" content=""/>
  24.  
  25. <meta name="if:250px Posts" content="0"/>
  26. <meta name="if:One Column" content="1"/>
  27. <meta name="if:Infinite Scroll" content="0"/>
  28. <meta name="if:Accentuated Tags" content="0"/>
  29. <meta name="if:Show Captions" content="1"/>
  30. <meta name="if:Black And White Posts" content="0"/>
  31. <meta name="if:Zooming Post Images" content="1"/>
  32. <meta name="if:Tiny Cursor" content="1">
  33. <meta name="if:Updates Tab" content="1"/>
  34.  
  35. <meta name="color:Background" content="#fafafa"/>
  36. <meta name="color:Post Background" content="#ffffff"/>
  37. <meta name="color:Post Border" content="#f1f1f1"/>
  38. <meta name="color:Text" content="#8f8f8f"/>
  39. <meta name="color:Links" content="#222222"/>
  40. <meta name="color:Title" content="#ffffff"/>
  41.  
  42. <meta name="color:Sidebar" content="#111111"/>
  43. <meta name="color:Accent 1" content="#df6c7a" />
  44. <meta name="color:Accent 2" content="#df9a6c" />
  45. <meta name="color:Accent 3" content="#e5de71" />
  46. <meta name="color:Accent 4" content="#8bea71" />
  47. <meta name="color:Accent 5" content="#97c5e0" />
  48.  
  49. <meta name="color:Scrollbar" content="#000000"/>
  50.  
  51. <meta name="text:Home Link" content="Index"/>
  52. <meta name="text:Message Link" content="Ask"/>
  53.  
  54. <meta name="text:Link1 Name" content="Link Name 1"/>
  55. <meta name="text:Link1 Url" content="http://"/>
  56. <meta name="text:Link2 Name" content="Link Name 2"/>
  57. <meta name="text:Link2 Url" content="http://"/>
  58. <meta name="text:Link3 Name" content="Link Name 3"/>
  59. <meta name="text:Link3 Url" content="http://"/>
  60.  
  61. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  62. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  63.  
  64. <!--- SPECIAL FONTS --->
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Disco' rel='stylesheet' type='text/css'>
  67. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Aguafina Script' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=Wisdom Script' rel='stylesheet' type='text/css'>
  70. <link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic,700italic|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  72. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  73.  
  74. <!--- SPECIAL FONTS --->
  75.  
  76. <style type="text/css">
  77.  
  78. /* basic styles */
  79.  
  80. /* --- SCROLLBAR ---*/
  81.  
  82. ::-webkit-scrollbar {background-color:{color:Background}; height:5px; width:4px}::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:40px;}::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:5px!important}
  83.  
  84. iframe#tumblr_controls {top:auto;z-index:9999999;left:00;top:0;z-index:98;opacity:.4!important;position:fixed!important;-webkit-transition:opacity .4s linear;transition:opacity .4s linear;}
  85.  
  86. iframe#tumblr_controls:hover {opacity:.67!important;}
  87.  
  88. /* --- SCROLLBAR ---*/
  89.  
  90. /* --- IMAGE EFFECT ---*/
  91.  
  92. .imgp {
  93. background:{color:Background};
  94. overflow:hidden;
  95. }
  96.  
  97. .imgp img {
  98. -webkit-transform: scale(1.00);
  99. -webkit-transition: all 1s ease;
  100. -moz-transition: all 1s ease;
  101. -o-transition: all 1s ease;
  102. -ms-transition: all 1s ease;
  103. transition: all 1s ease;
  104. }
  105.  
  106. {block:IfZoomingPostImages}
  107. .po:hover .imgp img {
  108. -webkit-transform: scale(1.3);
  109. }{/block:IfZoomingPostImages}
  110.  
  111. .pset {
  112. -webkit-transform: scale(1.0);
  113. -webkit-transition: all 1s ease;
  114. -moz-transition: all 1s ease;
  115. -o-transition: all 1s ease;
  116. -ms-transition: all 1s ease;
  117. transition: all 1s ease;
  118. }
  119.  
  120. {block:IfZoomingPostImages}
  121. .po:hover .pset {
  122. -webkit-transform: scale(1.15);
  123. }{/block:IfZoomingPostImages}
  124.  
  125. /* --- IMAGE EFFECT ---*/
  126.  
  127. /* --- BODY ---*/
  128.  
  129. #s-m-t-tooltip{
  130. position:absolute;
  131. margin-top: 15px;
  132. margin-left:15px;
  133. z-index:9999999999999;
  134. background:{color:Links};
  135. color:{color:Post Background};
  136. text-transform:uppercase;
  137. letter-spacing:0.5px;
  138. font-family:calibri;
  139. line-height:13px;
  140. max-width:300px;
  141. font-size:8px;
  142. padding:2px 6px;
  143. -webkit-transition:all 0.4s;
  144. -moz-transition:all 0.4s;
  145. -ms-transition:all 0.4s;
  146. -o-transition:all 0.4s;
  147. transition:all 0.4s;
  148. }
  149.  
  150. body {
  151. color: {color:Text};
  152. background:{color:Background};
  153. font: 9px 'Trebuchet MS', sans-serif;
  154. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  155. }
  156.  
  157. {block:IfTinyCursor}*, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;} {/block:IfTinyCursor}
  158.  
  159. b, strong {color:{color:Text};word-wrap:normal;}
  160. i, em {color: color:{color:Text};word-wrap:normal;}
  161. p {margin-top:5px;margin-bottom:5px}
  162. ol {list-style:normal;}
  163. ul {list-style:square;}
  164. small {font-size:8px;font-family:calibri;}
  165. big {font-size:8px;font-family:calibri;}
  166.  
  167. blockquote {
  168. padding-left:10px;
  169. margin-left:15px;
  170. margin-top:5px;
  171. border-left:1px solid {color:Post Border};
  172. }
  173.  
  174. a {
  175. font-weight:normal;
  176. word-wrap:initial;
  177. text-decoration:none;
  178. text-transform:uppercase;
  179. font-family:calibri;
  180. font-size: 8px;
  181. color:{color:Text};
  182. word-wrap: break-word;
  183. -moz-outline-style:none;
  184. -webkit-transition:all 0.5s;
  185. -moz-transition:all 0.5s;
  186. -ms-transition:all 0.5s;
  187. -o-transition:all 0.5s;
  188. transition:all 0.5s;
  189. }
  190.  
  191. a:hover {
  192. color:{color:Links};
  193. -moz-outline-style:none;
  194. -webkit-transition:all 0.5s;
  195. -moz-transition:all 0.5s;
  196. -ms-transition:all 0.5s;
  197. -o-transition:all 0.5s;
  198. transition:all 0.5s;
  199. }
  200.  
  201. .caption a, .text a, #description a, #tab11 a {
  202. padding:0px;
  203. position:relative;
  204. border-bottom:1px solid {color:Post Border};
  205. }
  206.  
  207. .caption a:before, .text a:before, #description a:before, #tab11 a:before{
  208. content:'';
  209. top:99%;
  210. width:0;
  211. height:1px;
  212. right:50%;
  213. background:{color:Links};
  214. position:absolute;
  215. transition:all .2s linear;
  216. -webkit-transition:all .2s linear;
  217. -moz-transition:all .2s linear;
  218. -o-transition:all .2s linear;
  219. }
  220.  
  221. .caption a:hover::before, .text a:hover::before, #description a:hover::before, #tab11 a:hover::before{
  222. width:100%;
  223. right:0;
  224. }
  225.  
  226. h1 {
  227. font-family: 'Montserrat', sans-serif;
  228. font-size:14px;
  229. margin-top:-5px;
  230. line-height:7px;
  231. font-weight:bold;
  232. padding-bottom:3px;
  233. margin-bottom:-3px;
  234. border-bottom:1px solid {color:Post Border};
  235. color:{color:Links};
  236. -webkit-transition:all 0.5s;
  237. -moz-transition:all 0.5s;
  238. -ms-transition:all 0.5s;
  239. -o-transition:all 0.5s;
  240. transition:all 0.5s;
  241. }
  242.  
  243. h1:first-letter {color:{color:Accent 1};}
  244.  
  245. pre {
  246. white-space: pre-wrap;
  247. white-space: -moz-pre-wrap;
  248. white-space: -pre-wrap;
  249. white-space: -o-pre-wrap;
  250. word-wrap: break-word;
  251. font-family:inconsolata, consolas, monospace;
  252. }
  253.  
  254. pre a{font-size:8px;}
  255. .caption {text-align:left;display:block;}
  256. .caption img {width:50%;}
  257.  
  258. /* --- BODY ---*/
  259.  
  260. /* --- POST ENTRIES ---*/
  261.  
  262. #big {
  263. position:absolute;z-index:9999;top:30px;
  264. min-height:calc(100% - 200px);
  265. background-color:{color:background};
  266. right:0;margin-left:auto;margin-right:auto;
  267. {block:IndexPage}{block:ifNotOneColumn}
  268. {block:if250pxPosts}width:950px;left:250px;{/block:if250pxPosts}
  269. {block:ifNot250pxPosts}width:950px;left:250px;{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}width:530px;left:150px;{/block:ifOneColumn}{/block:IndexPage}{block:PermalinkPage}width:530px;left:150px;{/block:PermalinkPage}
  270. }
  271.  
  272. .entries {
  273. position:relative;
  274. text-align:left;
  275. display:inline-block;
  276. margin:0px -70px 35px 0px;
  277. padding:0px 100px 0px 0px;
  278. {block:IndexPage}{block:ifNotOneColumn}
  279. {block:if250pxPosts}width:275px;{/block:if250pxPosts}
  280. {block:ifNot250pxPosts}width:425px;{/block:ifNot250pxPosts}
  281. {/block:ifNotOneColumn}{block:ifOneColumn}width:531px;margin-bottom:30px;{/block:ifOneColumn}{/block:IndexPage}
  282. {block:PermalinkPage}width:531px;{/block:PermalinkPage}
  283. }
  284.  
  285. .post {
  286. position:relative;
  287. padding:14px 12px 12px 12px;
  288. background-color:{color:Post Background};
  289. border:1px solid {color:Post Border};
  290. color:{color:Post Text};
  291. text-transform:uppercase;
  292. font-family:calibri;
  293. font-size: 8px;
  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{width:100%;}
  318.  
  319. /* --- POST ENTRIES ---*/
  320.  
  321. /* --- SIDEBAR ---*/
  322.  
  323. #sidebar {
  324. width:75px;
  325. height:370px;
  326. z-index:99999;
  327. margin-top:200px;
  328. position:fixed;
  329. right:0;margin-left:auto;margin-right:auto;
  330. {block:if250pxPosts}left:-1040px;{/block:if250pxPosts}
  331. {block:ifNot250pxPosts}left:-1040px;{/block:ifNot250pxPosts}
  332. {block:ifOneColumn}left:-640px;{/block:ifOneColumn}
  333. {block:PermalinkPage}left:-640px;{/block:PermalinkPage}
  334. }
  335.  
  336. #sidebarimage img {
  337. height:100px;
  338. width:100px;
  339. position:fixed;
  340. z-index:9999;
  341. border:solid 3px {color:Post Border};
  342. padding:8px;
  343. }
  344.  
  345. #links {
  346. position:fixed;
  347. width:123px;
  348. margin-top:130px;
  349. text-align:center;
  350. }
  351.  
  352. #links a {
  353. margin:1.2px;
  354. font-family:calibri;
  355. font-size:10px;
  356. line-height:12px;
  357. padding:4px;
  358. width:12px;
  359. height:12px;
  360. display:inline-block;
  361. border:1px solid {color:Post Border};
  362. color:{color:Title};
  363. background:{color:Sidebar};
  364. text-transform:uppercase;
  365. }
  366.  
  367. #links a:hover:nth-child(5n+1){background:{color:Accent 1};}
  368. #links a:hover:nth-child(5n+2){background:{color:Accent 2};}
  369. #links a:hover:nth-child(5n+3){background:{color:Accent 3};}
  370. #links a:hover:nth-child(5n+4){background:{color:Accent 4};}
  371. #links a:hover:nth-child(5n+5){background:{color:Accent 5};}
  372.  
  373. #links a:hover {color:{color:Title};}
  374.  
  375. #description {
  376. color:{color:Text};
  377. font-family:calibri;
  378. font-size:8px;
  379. width:112px;
  380. z-index:99;
  381. background:{color:Post Background};
  382. border:1px solid {color:Post Border};
  383. margin-top:160px;
  384. padding:4px;
  385. position:relative;
  386. text-transform:uppercase;
  387. text-align:justify;
  388. }
  389.  
  390. #title {
  391. font-family: 'Montserrat', sans-serif;
  392. font-size:12px;
  393. color:{color:Sidebar};
  394. padding:2px;
  395. text-align:center;
  396. margin-bottom:4px;
  397. position:relative;
  398. }
  399.  
  400. /* --- SIDEBAR ---*/
  401.  
  402. /* --- PAGINATION ---*/
  403.  
  404. .pagination {
  405. letter-spacing:0.5px;
  406. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  407. margin-top:5px;
  408. position:relative;
  409. z-index:0;
  410. width:120px;
  411. text-align:center;
  412. font-size:8px;
  413. text-transform:uppercase;
  414. {block:ifNotInfiniteScroll}display:block;{/block:ifNotInfiniteScroll}
  415. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  416. }
  417.  
  418. .pagination a, .current{
  419. display:inline-block;
  420. text-decoration:none;
  421. font-family:calibri;
  422. outline:none;
  423. text-align:center;
  424. margin:-0.5px;
  425. padding:2px 5px;
  426. font-size:8px;
  427. letter-spacing:0.5px;
  428. text-transform:uppercase;
  429. background:{color:Post Border};
  430. color:{color:Links};
  431. border:1px solid {color:Post Border};
  432. }
  433.  
  434. .current {color:{color:Title};background:{color:Sidebar};}
  435. .pagination a:hover {color:{color:Title};background:{color:Sidebar};}
  436.  
  437. /* --- PAGINATION ---*/
  438.  
  439.  
  440. /* --- INFO SECTION ---*/
  441.  
  442. #info {margin-top:7px;padding:0px 4px 2px 4px;text-align:center;position:relative;display:block;border:1px solid {color:Post Border};z-index:0;}
  443.  
  444. #info a {
  445. display:inline-block;padding:2px 4px;font-family:calibri;font-size:8px;color:{color:Title};margin:2px 1px 0px 1px;}
  446.  
  447. #info a:nth-child(5n+1){background:{color:Accent 1};}
  448. #info a:nth-child(5n+2){background:{color:Accent 2};}
  449. #info a:nth-child(5n+3){background:{color:Accent 3};}
  450. #info a:nth-child(5n+4){background:{color:Accent 4};}
  451. #info a:nth-child(5n+5){background:{color:Accent 5};}
  452.  
  453. #info a:hover{box-shadow:inset 0px -20px 0px {color:Links};}
  454.  
  455. .tags {
  456. display:block;
  457. text-align:justify;
  458. {block:IndexPage}margin-top:-20px;{/block:IndexPage}
  459. {block:PermalinkPage}margin-top:5px;{/block:PermalinkPage}
  460. padding:4px;
  461. position:relative;
  462. line-height:12px;
  463. z-index:99;
  464. {/block:IfNotAccentuatedTags}
  465. background-color:{color:Post Background};border:1px solid {color:Post Border};{/block:IfNotAccentuatedTags}
  466. {block:IfAccentuatedTags}
  467. background-color:{color:Links};border:0px solid transparent;
  468. {/block:IfAccentuatedTags}
  469. -webkit-transition:all 0.5s;
  470. -moz-transition:all 0.5s;
  471. -ms-transition:all 0.5s;
  472. -o-transition:all 0.5s;
  473. transition:all 0.5s;
  474. }
  475.  
  476. .post:hover .tags {
  477. margin-top:5px;
  478. -webkit-transition:all 0.5s;
  479. -moz-transition:all 0.5s;
  480. -ms-transition:all 0.5s;
  481. -o-transition:all 0.5s;
  482. transition:all 0.5s;
  483. }
  484.  
  485. .tags a {
  486. font-family:calibri;
  487. font-style:normal;
  488. margin:0px;
  489. text-align:justify;
  490. padding:2px 3px;
  491. text-transform:uppercase;
  492. {/block:IfNotAccentuatedTags}color:{color:Text};{/block:IfNotAccentuatedTags}
  493. {block:IfAccentuatedTags}color:{color:Title};{/block:IfAccentuatedTags}
  494. font-size:8px;
  495. }
  496.  
  497. {block:IfAccentuatedTags}.tags a:hover {box-shadow:inset 0px 20px 0px {color:Title};color:{color:Links};}{/block:IfAccentuatedTags}
  498.  
  499. {block:IfNotAccentuatedTags}
  500. .tags a:hover:nth-child(5n+1)
  501. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 1};}
  502. .tags a:hover:nth-child(5n+2)
  503. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 2};}
  504. .tags a:hover:nth-child(5n+3)
  505. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 3};}
  506. .tags a:hover:nth-child(5n+4)
  507. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 4};}
  508. .tags a:hover:nth-child(5n+5)
  509. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 5};}
  510. {/block:IfNotAccentuatedTags}
  511.  
  512. /* --- INFO SECTION ---*/
  513.  
  514. /* --- QUOTES ---*/
  515.  
  516. .quote {
  517. padding:0px;
  518. font-family: 'Montserrat', sans-serif;
  519. font-size:14px;
  520. color:{color:Links};
  521. }
  522.  
  523. .quote:first-letter{
  524. padding:0px;
  525. font-family: 'Montserrat', sans-serif;
  526. font-size:14px;
  527. text-transform:uppercase;
  528. color:{color:Links};
  529. }
  530.  
  531. .quote-source {
  532. text-align:right;
  533. margin-top:-3px;
  534. font-weight:bold;
  535. color:{color:Text};
  536. padding-top:5px;
  537. font-size:8px;
  538. text-transform:uppercase;
  539. font-family:calibri;
  540. }
  541.  
  542. .quote-source a{
  543. text-align:right;
  544. font-weight:bold;
  545. font-size:8px;
  546. text-transform:uppercase;
  547. font-family:calibri;
  548. }
  549.  
  550. /* --- QUOTES ---*/
  551.  
  552. /* --- CHATS ---*/
  553.  
  554. ul.chat {
  555. margin:0px;
  556. padding:0px;
  557. }
  558.  
  559. .chat li {
  560. list-style-type:none;
  561. margin-left:0px;
  562. padding:4px;
  563. }
  564.  
  565. .odd .label {
  566. color:{color:Accent 1};
  567. }
  568.  
  569. .even .label {
  570. color:{color:Accent 2};
  571. }
  572.  
  573. .label {
  574. font-weight:bold;
  575. text-transform:uppercase;
  576. letter-spacing:1px;
  577. font-size:8px;
  578. }
  579.  
  580. .chat li.odd {
  581. background-color:{color:Background};
  582. margin-bottom:1px;
  583. }
  584.  
  585. .chat li.even {
  586. background-color:{color:Post Background};
  587. opacity:1;
  588. margin-bottom:1px;
  589. }
  590.  
  591. /* --- CHATS ---*/
  592.  
  593. /* --- AUDIO PLAYER ---*/
  594.  
  595. #audio {
  596. position:relative;
  597. min-height:60px;}
  598.  
  599. #audioimage {
  600. width:60px;
  601. height:60px;
  602. position:absolute;
  603. z-index:2;}
  604.  
  605. #audioimage img {
  606. margin-left:0px;
  607. }
  608.  
  609. #audiobackground {
  610. margin-top:5px;
  611. margin-left:5px;
  612. width:50px;
  613. height:50px;
  614. z-index:3;
  615. position:absolute;
  616. opacity:0.3;
  617. background-color:white;
  618. -webkit-transition:all 0.6s ease-out;
  619. -moz-transition:all 0.6s ease-out;
  620. transition:all 0.6s ease-out;}
  621.  
  622. #audiobackground:hover {
  623. opacity:0.8;
  624. transform:rotate(360deg);
  625. -ms-transform:rotate(360deg);
  626. -webkit-transform:rotate(360deg);
  627. background-color:white;
  628. -webkit-transition:all 0.6s ease-out;
  629. -moz-transition:all 0.6s ease-out;
  630. transition:all 0.6s ease-out;}
  631.  
  632. #audioplayer {
  633. width:20px;
  634. height:20px;
  635. margin-top:11px;
  636. margin-left:11px;
  637. overflow:hidden;}
  638.  
  639. #audiobig {
  640. {block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}width:250px;{/block:if250pxPosts}{block:ifNot250pxPosts}width:400px;{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}width:500px;{/block:ifOneColumn}{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}
  641. height:52px;
  642. padding-top:8px;
  643. overflow:hidden;}
  644.  
  645. #audioinfo {
  646. font-size:8px;
  647. font-family: calibri;
  648. color:{color:Text};
  649. text-transform:uppercase;
  650. {block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}width:170px;{/block:if250pxPosts}{block:ifNot250pxPosts}width:320px;{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}width:420px;{/block:ifOneColumn}{/block:IndexPage}{block:PermalinkPage}width:420px;{/block:PermalinkPage}
  651. display:inline-block;
  652. margin:0.5px;
  653. margin-left:73px;
  654. text-align:left;
  655. }
  656.  
  657. #audioinfo b{
  658. color:{color:Text};
  659. padding:0.5px 1px 0.5px 2px;
  660. -webkit-transition: all 0.6s;
  661. -moz-transition: all 0.6s;
  662. -ms-transition:all 0.6s;
  663. -o-transition: all 0.6s;
  664. transition: all 0.6s;
  665. }
  666.  
  667. #audioinfo:hover b{
  668. margin-left:20px;
  669. color:{color:Post Border};
  670. margin-right:4px;
  671. background:{color:Links};
  672. -webkit-transition: all 0.6s;
  673. -moz-transition: all 0.6s;
  674. -ms-transition:all 0.6s;
  675. -o-transition: all 0.6s;
  676. transition: all 0.6s;}
  677.  
  678. /* --- AUDIO PLAYER ---*/
  679.  
  680. /* --- QUESTIONS ---*/
  681.  
  682. #question {
  683. padding:10px 20px;
  684. border:2px solid {color:Links};
  685. }
  686.  
  687. #question:first-letter {color:{color:Accent 1};font-weight:bold;}
  688.  
  689. #asker {
  690. text-align:right;
  691. background:{color:Links};
  692. text-transform:uppercase;
  693. font-size:8px;
  694. font-family:calibri;
  695. color:{color:Title};
  696. height:10px;
  697. margin-bottom:5px;
  698. padding-right:5px;
  699. line-height:9px;
  700. }
  701.  
  702. #asker a{
  703. text-align:right;
  704. color:white;
  705. font-weight: bold;
  706. font-size:8px;
  707. font-family:calibri;
  708. text-transform:uppercase;
  709. }
  710.  
  711. #answer{padding-left:10px;}
  712.  
  713. /* --- QUESTIONS ---*/
  714.  
  715. /* --- PAGE PAGINATION ---*/
  716.  
  717. .pagepagination{
  718. position:absolute;
  719. width:530px;
  720. margin-top:10px;
  721. margin-left:0px;
  722. margin-right:auto;
  723. }
  724.  
  725. .pagepagination a{
  726. display:inline-block;
  727. color:#ffffff;
  728. text-transform:uppercase;
  729. font-family:calibri;
  730. font-size:8px;
  731. text-decoration:none;
  732. padding:0 2% 0 2%;
  733. background:{color:Links};
  734. }
  735.  
  736. .pagepagination a:hover:nth-child(2n+1)
  737. {background:{color:Accent 1};color:white;}
  738. .pagepagination a:hover:nth-child(2n+2)
  739. {background:{color:Accent 2};color:white;}
  740.  
  741. /* --- PAGE PAGINATION ---*/
  742.  
  743. /* --- NOTES ---*/
  744.  
  745. .pagenotes a {text-decoration:none;font-family:calibri;background:none;color:{color:Links};}
  746.  
  747. ol.notes {
  748. font-weight:none;
  749. background:none;
  750. text-align:left;
  751. font-size:8px;
  752. font-family:calibri;
  753. margin-left:0px;
  754. height:auto;
  755. width:500px;
  756. text-transform:uppercase;
  757. margin-top:30px;
  758. list-style-type:upper-roman;
  759. }
  760.  
  761. ol.notes li.note {
  762. padding:5px;
  763. color:{color:Text};
  764. background:{color:Background};
  765. margin:2px 0;
  766. font-size:8px;
  767. font-family:calibri;
  768. text-transform:uppercase;
  769. width:480px;
  770. list-style-type:upper-roman;
  771. -webkit-transition: all 0.6s;
  772. -moz-transition: all 0.6s;
  773. -ms-transition:all 0.6s;
  774. -o-transition: all 0.6s;
  775. transition: all 0.6s;
  776. }
  777.  
  778. ol.notes li.note a{
  779. font-size:8px;
  780. font-family:calibri;
  781. text-transform:uppercase;
  782. }
  783.  
  784. ol.notes li.note:hover {
  785. background:transparent;
  786. -webkit-transition: all 0.6s;
  787. -moz-transition: all 0.6s;
  788. -ms-transition:all 0.6s;
  789. -o-transition: all 0.6s;
  790. transition: all 0.6s;
  791. }
  792.  
  793. ol.notes li.note img.avatar {
  794. width:0px;
  795. height:0px;
  796. }
  797.  
  798. /* --- NOTES ---*/
  799.  
  800. /* --- SELECTION ---*/
  801.  
  802. ::selection {
  803. background-color:{color:Post Background};
  804. color:{color:Text};
  805. border-radius:2px;
  806. }
  807.  
  808. ::-moz-selection {
  809. background-color:{color:Post Background};
  810. color:{color:Text};
  811. border-radius:2px;
  812. }
  813.  
  814. /* --- SELECTION ---*/
  815.  
  816. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  817.  
  818. .credit, .credit a {
  819. width:12px;
  820. height:12px;
  821. bottom:5px;
  822. right:6px;
  823. padding:2px;
  824. font-size:8px;
  825. letter-spacing:1px;
  826. color:white;
  827. z-index:1;
  828. line-height:12px;
  829. position:fixed;
  830. text-align:center;
  831. font-family:calibri;
  832. text-decoration:none;
  833. text-transform:uppercase;
  834. background-color:{color:Accent 1};
  835. border:1px solid #cccccc;
  836. z-index:9999999999999999999999;
  837. -webkit-transition: all 0.5s ease-in-out;
  838. -moz-transition: all 0.5s ease-in-out;
  839. -o-transition: all 0.5s ease-in-out;
  840. transition: all 0.5s ease-in-out;
  841. }
  842.  
  843. .credit a:hover {
  844. -webkit-transition: all 0.5s ease-in-out;
  845. -moz-transition: all 0.5s ease-in-out;
  846. -o-transition: all 0.5s ease-in-out;
  847. transition: all 0.5s ease-in-out;
  848. background-color:black;
  849. color:white;
  850. transform:rotate(360deg);
  851. -ms-transform:rotate(360deg);
  852. -webkit-transform:rotate(360deg);}
  853.  
  854. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  855.  
  856. /* UPDATES TAB */
  857.  
  858. /* --- UPDATES TAB ---*/
  859.  
  860. #tab11 {
  861. position:fixed;
  862. float:right;
  863. z-index:9999999999999999;
  864. font-size:8px;
  865. line-height:110%;
  866. text-align:right;
  867. font-family:calibri;
  868. display:inline-block;
  869. top:0px;right:6px;
  870. }
  871.  
  872. #tab11 a{
  873. text-decoration:none;
  874. background:none;
  875. text-transform:uppercase;
  876. color:{color:Links};
  877. font-size:8px;
  878. -webkit-transition: all 0.5s ease-in-out;
  879. -moz-transition: all 0.5s ease-in-out;
  880. -o-transition: all 0.5s ease-in-out;
  881. transition: all 0.5s ease-in-out;
  882. }
  883.  
  884. /* --- UPDATES TAB BOX 1 START ---*/
  885.  
  886. #tab11line1 {
  887. height:30px;
  888. width:6px;
  889. margin-top:0px;
  890. display: inline-block;
  891. float:left;
  892. margin-left:5px;
  893. opacity:1;
  894. background-color: {color:Accent 1};
  895. -webkit-transition: all 0.5s ease-in-out;
  896. -moz-transition: all 0.5s ease-in-out;
  897. -o-transition: all 0.5s ease-in-out;
  898. transition: all 0.5s ease-in-out;
  899. }
  900.  
  901. #tab11box1 {
  902. width: 0px;
  903. height: 10px;
  904. display: inline-block;
  905. float:right;
  906. opacity:1;
  907. padding-bottom:4px;
  908. margin-top:5px;
  909. padding-top:4px;
  910. overflow:hidden;
  911. border-right:6px solid {color:Accent 1};
  912. text-transform:uppercase;
  913. color:{color:Text};
  914. -webkit-transition: all 0.5s ease-in-out;
  915. -moz-transition: all 0.5s ease-in-out;
  916. -o-transition: all 0.5s ease-in-out;
  917. transition: all 0.5s ease-in-out;
  918. }
  919.  
  920. #tab11line1:hover #tab11box1 {
  921. padding-right:5px;
  922. padding-left:4px;
  923. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  924. width: 70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  925. -webkit-transition: all 0.5s ease-in-out;
  926. -moz-transition: all 0.5s ease-in-out;
  927. -o-transition: all 0.5s ease-in-out;
  928. transition: all 0.5s ease-in-out;
  929. }
  930.  
  931. /* --- UPDATES TAB BOX 1 END ---*/
  932.  
  933. /* --- UPDATES TAB BOX 2 START ---*/
  934.  
  935. #tab11line2 {
  936. height:50px;
  937. width:6px;
  938. display: inline-block;
  939. float:left;
  940. margin-left:4px;
  941. opacity:1;
  942. background-color: {color:Accent 2};
  943. -webkit-transition: all 0.5s ease-in-out;
  944. -moz-transition: all 0.5s ease-in-out;
  945. -o-transition: all 0.5s ease-in-out;
  946. transition: all 0.5s ease-in-out;
  947. }
  948.  
  949. #tab11box2 {
  950. width: 0px;
  951. height: 15px;
  952. display: inline-block;
  953. float:right;
  954. opacity:1;
  955. margin-top:35px;
  956. padding-bottom:4px;
  957. padding-top:4px;
  958. overflow:hidden;
  959. border-right:6px solid {color:Accent 2};
  960. text-transform:uppercase;
  961. color:{color:Text};
  962. -webkit-transition: all 0.5s ease-in-out;
  963. -moz-transition: all 0.5s ease-in-out;
  964. -o-transition: all 0.5s ease-in-out;
  965. transition: all 0.5s ease-in-out;
  966. }
  967.  
  968. #tab11line2:hover #tab11box2 {
  969. padding-right:5px;
  970. padding-left:4px;
  971. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  972. width: 70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  973. -webkit-transition: all 0.5s ease-in-out;
  974. -moz-transition: all 0.5s ease-in-out;
  975. -o-transition: all 0.5s ease-in-out;
  976. transition: all 0.5s ease-in-out;
  977. }
  978.  
  979. /* --- UPDATES TAB BOX 2 END ---*/
  980.  
  981. /* --- UPDATES TAB BOX 3 START ---*/
  982.  
  983. #tab11line3 {
  984. height:70px;
  985. width:6px;
  986. display: inline-block;
  987. float:left;
  988. margin-left:4px;
  989. opacity:1;
  990. background-color: {color:Accent 3};
  991. -webkit-transition: all 0.5s ease-in-out;
  992. -moz-transition: all 0.5s ease-in-out;
  993. -o-transition: all 0.5s ease-in-out;
  994. transition: all 0.5s ease-in-out;
  995. }
  996.  
  997. #tab11box3 {
  998. width: 0px;
  999. height: 15px;
  1000. display: inline-block;
  1001. float:right;
  1002. opacity:1;
  1003. margin-top:62px;
  1004. padding-bottom:4px;
  1005. padding-top:4px;
  1006. overflow:hidden;
  1007. border-right:6px solid {color:Accent 3};
  1008. text-transform:uppercase;
  1009. color:{color:Text};
  1010. -webkit-transition: all 0.5s ease-in-out;
  1011. -moz-transition: all 0.5s ease-in-out;
  1012. -o-transition: all 0.5s ease-in-out;
  1013. transition: all 0.5s ease-in-out;
  1014. }
  1015.  
  1016. #tab11line3:hover #tab11box3 {
  1017. padding-right:5px;
  1018. padding-left:4px;
  1019. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1020. width:70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1021. -webkit-transition: all 0.5s ease-in-out;
  1022. -moz-transition: all 0.5s ease-in-out;
  1023. -o-transition: all 0.5s ease-in-out;
  1024. transition: all 0.5s ease-in-out;
  1025. }
  1026.  
  1027. /* --- UPDATES TAB BOX 3 END ---*/
  1028.  
  1029. /* --- UPDATES TAB BOX 4 START ---*/
  1030.  
  1031. #tab11line4 {
  1032. height:100px;
  1033. width:6px;
  1034. display: inline-block;
  1035. float:left;
  1036. margin-left:4px;
  1037. opacity:1;
  1038. background-color: {color:Accent 4};
  1039. -webkit-transition: all 0.5s ease-in-out;
  1040. -moz-transition: all 0.5s ease-in-out;
  1041. -o-transition: all 0.5s ease-in-out;
  1042. transition: all 0.5s ease-in-out;
  1043. }
  1044.  
  1045. #tab11box4 {
  1046. width: 0px;
  1047. height: 15px;
  1048. display: inline-block;
  1049. float:right;
  1050. opacity:1;
  1051. margin-top:92px;
  1052. padding-bottom:4px;
  1053. padding-top:4px;
  1054. overflow:hidden;
  1055. border-right:6px solid {color:Accent 4};
  1056. text-transform:uppercase;
  1057. color:{color:Text};
  1058. -webkit-transition: all 0.5s ease-in-out;
  1059. -moz-transition: all 0.5s ease-in-out;
  1060. -o-transition: all 0.5s ease-in-out;
  1061. transition: all 0.5s ease-in-out;
  1062. }
  1063.  
  1064. #tab11line4:hover #tab11box4 {
  1065. padding-right:5px;
  1066. padding-left:4px;
  1067. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1068. width:70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1069. -webkit-transition: all 0.5s ease-in-out;
  1070. -moz-transition: all 0.5s ease-in-out;
  1071. -o-transition: all 0.5s ease-in-out;
  1072. transition: all 0.5s ease-in-out;
  1073. }
  1074.  
  1075. /* --- UPDATES TAB BOX 4 END ---*/
  1076.  
  1077. /* --- UPDATES TAB BOX 4 START ---*/
  1078.  
  1079. #tab11line5 {
  1080. height:130px;
  1081. width:6px;
  1082. display: inline-block;
  1083. float:left;
  1084. margin-left:4px;
  1085. opacity:1;
  1086. background-color: {color:Accent 5};
  1087. -webkit-transition: all 0.5s ease-in-out;
  1088. -moz-transition: all 0.5s ease-in-out;
  1089. -o-transition: all 0.5s ease-in-out;
  1090. transition: all 0.5s ease-in-out;
  1091. }
  1092.  
  1093. #tab11box5 {
  1094. width: 0px;
  1095. height: 15px;
  1096. display: inline-block;
  1097. float:right;
  1098. opacity:1;
  1099. margin-top:122px;
  1100. padding-bottom:4px;
  1101. padding-top:4px;
  1102. overflow:hidden;
  1103. border-right:6px solid {color:Accent 5};
  1104. text-transform:uppercase;
  1105. color:{color:Text};
  1106. -webkit-transition: all 0.5s ease-in-out;
  1107. -moz-transition: all 0.5s ease-in-out;
  1108. -o-transition: all 0.5s ease-in-out;
  1109. transition: all 0.5s ease-in-out;
  1110. }
  1111.  
  1112. #tab11line5:hover #tab11box5 {
  1113. padding-right:5px;
  1114. padding-left:4px;
  1115. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1116. width:70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1117. -webkit-transition: all 0.5s ease-in-out;
  1118. -moz-transition: all 0.5s ease-in-out;
  1119. -o-transition: all 0.5s ease-in-out;
  1120. transition: all 0.5s ease-in-out;
  1121. }
  1122.  
  1123. /* --- UPDATES TAB BOX 5 END ---*/
  1124.  
  1125. /* --- UPDATES TAB ---*/
  1126.  
  1127. {CustomCSS}</style>
  1128.  
  1129. </head><body>
  1130.  
  1131. {block:IfUpdatesTab}
  1132.  
  1133. <div id="tab11">
  1134.  
  1135. <div id="tab11line1">
  1136. <div id="tab11box1">
  1137. <div style="padding:2px;background-color:{color:Accent 1}";>
  1138. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 1</FONT></FONT></div></p>
  1139. This is where your text belongs. </p>
  1140. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1141. New paragraph with < p > < / p > and
  1142. </br>New line with < br > without the spaces</p>
  1143. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1144. </div></div>
  1145.  
  1146. <div id="tab11line2">
  1147. <div id="tab11box2">
  1148. <div style="padding:2px;background-color:{color:Accent 2}";>
  1149. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 2</FONT></FONT></div></p>
  1150. This is where your text belongs. </p>
  1151. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1152. New paragraph with < p > < / p > and
  1153. </br>New line with < br > without the spaces</p>
  1154. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1155. </div></div>
  1156.  
  1157. <div id="tab11line3">
  1158. <div id="tab11box3">
  1159. <div style="padding:2px;background-color:{color:Accent 3}";>
  1160. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 3</FONT></FONT></div></p>
  1161. This is where your text belongs. </p>
  1162. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1163. New paragraph with < p > < / p > and
  1164. </br>New line with < br > without the spaces</p>
  1165. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1166. </div></div>
  1167.  
  1168. <div id="tab11line4">
  1169. <div id="tab11box4">
  1170. <div style="padding:2px;background-color:{color:Accent 4}";>
  1171. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 4</FONT></FONT></div></p>
  1172. This is where your text belongs. </p>
  1173. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1174. New paragraph with < p > < / p > and
  1175. </br>New line with < br > without the spaces</p>
  1176. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1177. </div></div>
  1178.  
  1179. <div id="tab11line5">
  1180. <div id="tab11box5">
  1181. <div style="padding:2px;background-color:{color:Accent 5}";>
  1182. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 5</FONT></FONT></div></p>
  1183. This is where your text belongs. </p>
  1184. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1185. New paragraph with < p > < / p > and
  1186. </br>New line with < br > without the spaces</p>
  1187. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="theme by iamthemelocked">©</a></p>
  1188. </div></div>
  1189.  
  1190.  
  1191. </div>
  1192.  
  1193. {/block:IfUpdatesTab}
  1194.  
  1195. <div id="sidebar">
  1196.  
  1197. <div id="sidebarimage"><img src="{image:Sidebar Image}"></div>
  1198.  
  1199. <div id="links">
  1200. <a href="/" title="{text:Home Link}">I.</a><a href="/ask" title="{text:Message Link}">II.</a><a href="{text:Link1 Url}" title="{text:Link1 Name}">III.</a><a href="{text:Link2 Url}" title="{text:Link2 Name}">IV.</a><a href="{text:Link3 Url}" title="{text:Link3 Name}">V.</a></div>
  1201.  
  1202. <div id="description"><div id="title">{Title}</div>{Description}</div>
  1203.  
  1204. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}{/block:Pagination}</div> </div>
  1205.  
  1206. <div id="big">
  1207. <div id="content">
  1208. {block:Posts}<article class="entries"><div class="post">
  1209.  
  1210. <div class="po">
  1211.  
  1212. {block:ContentSource}
  1213. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1214. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1215. {/block:SourceLogo}
  1216. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1217. {/block:ContentSource}
  1218.  
  1219. <!----- TEXT / PHOTO / PHOTOSET ----->
  1220.  
  1221. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  1222.  
  1223. {block:Photo}
  1224. {LinkOpenTag}<div class="imgp"><img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"/></div>{LinkCloseTag}{block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Photo}
  1225.  
  1226. {block:Photoset}
  1227. <div class="imgp"><div class="pset">{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}{Photoset-250}{/block:if250pxPosts}{block:ifNot250pxPosts}{Photoset-400}{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}{Photoset-500}{/block:ifOneColumn}{block:IndexPage}
  1228. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div></div> {block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Photoset}
  1229.  
  1230. <!----- TEXT / PHOTO / PHOTOSET ----->
  1231.  
  1232. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1233.  
  1234. {block:Quote}<div class="quote"><h1>{Quote}</h1></div>{block:Source}<div class="quote-source">{Source}</div>{/block:Source}{/block:Quote}
  1235.  
  1236. {block:Video}<div class="imgp"><div class="pset">{block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}{Video-250}{/block:if250pxPosts}{block:ifNot250pxPosts}{Video-400}{/block:ifNot250pxPosts}{/block:ifNotOneColumn}{block:ifOneColumn}{Video-500}{/block:ifOneColumn}{block:IndexPage}
  1237. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div></div>
  1238. {block:Caption}{block:ifShowCaptions}
  1239. <span class="caption">{Caption}</span>
  1240. {/block:ifShowCaptions}{/block:Caption}{/block:Video}
  1241.  
  1242. {block:Link}<a href="{URL}" target="_blank" {Target}><h1>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1243.  
  1244. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}</p><ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;
  1245. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  1246.  
  1247. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1248.  
  1249. <!----- AUDIO POSTS ----->
  1250.  
  1251. {block:Audio}
  1252. <div id="audio">
  1253. <div id="audiobackground"><div id="audioplayer">{AudioPlayer}</div></div>
  1254. <img id="audioimage" style="max-width:60px;" img src="http://www.i2symbol.com/images/symbols/music/beamed_sixteenth_notes_u266C_icon_256x256.png"/>
  1255. {block:AlbumArt}<img id="audioimage" style="max-width:60px;" src="{AlbumArtURL}" />{/block:AlbumArt}<div id="audiobig">
  1256. {block:TrackName}<div id="audioinfo"><b>Track: </b>{TrackName}</div>{/block:TrackName}{block:Artist}<div id="audioinfo"><b>Artist: </b> {Artist}</div>{/block:Artist}{block:Album}<div id="audioinfo"><b>Album: </b>{Album}</div>{/block:Album}<div id="audioinfo"><b>Played: </b>{PlayCountWithLabel}</div>
  1257. </div></div>{block:ifshowcaptions}
  1258. <span class="caption">{Caption}</span>
  1259. {/block:ifshowcaptions}
  1260. {/block:Audio}
  1261.  
  1262. <!----- AUDIO POSTS ----->
  1263.  
  1264. <!----- ASKS POSTS ----->
  1265.  
  1266. {block:Answer}<div id="question">{Question}</div><div id="asker">{Asker}</div></p><div id="answer">{Answer}</div>{/block:Answer}
  1267.  
  1268. <!----- ASKS POSTS ----->
  1269.  
  1270. <!----- INFO SECTION ----->
  1271.  
  1272. {block:IndexPage}{block:ifNotOneColumn}{block:if250pxPosts}{block:Date}<div id="info"><a href="{Permalink}" title="{DayofMonth}. {Month} {Year} | {TimeAgo}">Posted on</a><a href="{Permalink}" title="{NoteCountWithLabel}">Notes{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}" target="blank">From</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootName}" target="blank">source</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">Reblog</a></div>{/block:if250pxPosts}
  1273.  
  1274. {block:ifNot250pxPosts}{block:Date}<div id="info"><a href="{Permalink}">posted {TimeAgo}</a><a href="{Permalink}">{NoteCountWithLabel}{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}" target="blank">Reblogged from</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootName}" target="blank">originally by</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:ifNot250pxPosts}{/block:ifNotOneColumn}
  1275.  
  1276. {block:ifOneColumn}{block:Date}<div id="info"><a href="{Permalink}">posted {TimeAgo} | {DayofMonth}. {Month}</a><a href="{Permalink}">{NoteCountWithLabel}{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="blank">via: {ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" target="blank">org: {ReblogRootName}</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:ifOneColumn}{block:IndexPage}
  1277.  
  1278. {block:PermalinkPage}{block:Date}<div id="info"><a href="{Permalink}">posted {TimeAgo} | {DayofMonth}. {Month}</a><a href="{Permalink}">{NoteCountWithLabel}{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="blank">via: {ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" target="blank">org: {ReblogRootName}</a>{/block:RebloggedFrom}{/block:Date}<a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:PermalinkPage}
  1279.  
  1280. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1281.  
  1282. </div></div>
  1283.  
  1284. <!----- INFO SECTION ----->
  1285.  
  1286. <!----- PAGE PAGINATION ----->
  1287.  
  1288. <div class="pagepagination">
  1289. {block:PermalinkPagination}
  1290. {block:PreviousPost}
  1291. <a href="{PreviousPost}">⇚&nbsp;&nbsp;go to Previous Post</a>
  1292. {/block:PreviousPost}
  1293. {block:NextPost}
  1294. <a href="{NextPost}" style="position:absolute; right:0;">go to Next Post&nbsp;&nbsp;⇛</a>
  1295. {/block:NextPost}
  1296. {/block:PermalinkPagination}
  1297. </div>
  1298.  
  1299. <!----- PAGE PAGINATION ----->
  1300.  
  1301. <!----- NOTES ----->
  1302.  
  1303. {block:PostNotes}
  1304. <div class="pagenotes">{PostNotes}</div>
  1305. {/block:PostNotes}
  1306.  
  1307. <!----- NOTES ----->
  1308.  
  1309. </article>{/block:Posts}</div>
  1310.  
  1311. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  1312. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  1313. {block:IfInfiniteScroll}
  1314. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1315. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  1316. {/block:IfInfiniteScroll}
  1317.  
  1318. <script>
  1319. (function() {
  1320. var $tumblelog = $('#content');
  1321. {block:IfInfiniteScroll}
  1322. $tumblelog.infinitescroll({
  1323. navSelector : ".pagination",
  1324. nextSelector : ".pagination a:first",
  1325. itemSelector : "article",
  1326. bufferPx : 50,
  1327. done : "",
  1328. loading: {
  1329. finishedMsg: "<p> </p>",
  1330. img : " ",
  1331. msg: null,
  1332. msgText: "<p> </p>"
  1333. },
  1334. },
  1335. function( newElements ) {
  1336. var $newElems = $( newElements ).css({ opacity: 0 });
  1337. $newElems.imagesLoaded(function(){
  1338. $newElems.animate({ opacity: 1 });
  1339. $tumblelog.masonry( 'appended', $newElems);
  1340. });
  1341. }
  1342. );
  1343. {/block:IfInfiniteScroll}
  1344. $tumblelog.imagesLoaded( function(){
  1345. $tumblelog.masonry({
  1346. columnWidth: function( containerWidth ) {
  1347. return containerWidth / 100;
  1348. }
  1349. });
  1350. });
  1351. })();
  1352. </script><script>
  1353. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  1354. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  1355. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  1356. s.parentNode.insertBefore(g,s)}(document,'script'));
  1357. </script>
  1358.  
  1359. <span class="credit">
  1360. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
  1361.  
  1362. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement