Advertisement
iamthemelocked

Iamthemelocked Theme 27 (REVAMPED)

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