Advertisement
iamthemelocked

Iamthemelocked Theme 33 (REVAMPED)

Apr 14th, 2014
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.78 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:10px;
  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:200px;
  325. height:370px;
  326. z-index:99999;
  327. margin-top:250px;
  328. position:fixed;
  329. right:0;margin-left:auto;margin-right:auto;
  330. {block:if250pxPosts}left:-1000px;{/block:if250pxPosts}
  331. {block:ifNot250pxPosts}left:-1000px;{/block:ifNot250pxPosts}
  332. {block:ifOneColumn}left:-670px;{/block:ifOneColumn}
  333. {block:PermalinkPage}left:-670px;{/block:PermalinkPage}
  334. }
  335.  
  336. #one{
  337. width:75px;
  338. height:150px;
  339. margin-top:0px;
  340. z-index:999;
  341. overflow:hidden;
  342. position:fixed;
  343. padding:2px;
  344. border:1px solid {color:Post Border};
  345. transition-duration: 0.6s;
  346. -moz-transition-duration: 0.6s;
  347. -webkit-transition-duration: 0.6s;
  348. -o-transition-duration: 0.6s;
  349. }
  350.  
  351. #sidebar:hover #one{
  352. margin-left:-70px;
  353. transition-duration: 0.6s;
  354. -moz-transition-duration: 0.6s;
  355. -webkit-transition-duration: 0.6s;
  356. -o-transition-duration: 0.6s;
  357. }
  358.  
  359. #two{
  360. width:75px;
  361. height:150px;
  362. margin-top:0px;
  363. margin-left:81px;
  364. overflow:hidden;
  365. z-index:999;
  366. position:fixed;
  367. padding:2px;
  368. border:1px solid {color:Post Border};
  369. transition-duration: 0.6s;
  370. -moz-transition-duration: 0.6s;
  371. -webkit-transition-duration: 0.6s;
  372. -o-transition-duration: 0.6s;
  373. }
  374.  
  375. #sidebar:hover #two{
  376. margin-left:150px;
  377. transition-duration: 0.6s;
  378. -moz-transition-duration: 0.6s;
  379. -webkit-transition-duration: 0.6s;
  380. -o-transition-duration: 0.6s;
  381. }
  382.  
  383. #links {
  384. position:fixed;
  385. width:158px;
  386. margin-left:3px;
  387. margin-top:158px;
  388. text-align:center;
  389. }
  390.  
  391. #links a {
  392. margin:3px;
  393. font-family:calibri;
  394. font-size:10px;
  395. line-height:12px;
  396. padding:4px;
  397. width:12px;
  398. height:12px;
  399. display:inline-block;
  400. border:1px solid {color:Post Border};
  401. color:{color:Sidebar};
  402. text-transform:uppercase;
  403. }
  404.  
  405. #links a:nth-child(5n+1){border-top:3px solid {color:Accent 1};}
  406. #links a:nth-child(5n+2){border-top:3px solid {color:Accent 2};}
  407. #links a:nth-child(5n+3){border-top:3px solid {color:Accent 3};}
  408. #links a:nth-child(5n+4){border-top:3px solid {color:Accent 4};}
  409. #links a:nth-child(5n+5){border-top:3px solid {color:Accent 5};}
  410.  
  411. #links a:hover {color:{color:Title};}
  412.  
  413. #description {
  414. color:{color:Text};
  415. font-family:calibri;
  416. font-size:8px;
  417. width:112px;
  418. z-index:9;
  419. margin-top:3px;
  420. max-height:120px;
  421. overflow:auto;
  422. background:{color:Post Background};
  423. border:1px solid {color:Post Border};
  424. margin-left:20px;
  425. padding:4px;
  426. position:relative;
  427. text-transform:uppercase;
  428. text-align:justify;
  429. }
  430.  
  431. #title {
  432. font-family: 'Montserrat', sans-serif;
  433. font-size:12px;
  434. color:{color:Title};
  435. background:{color:Sidebar};
  436. padding:2px;
  437. text-align:center;
  438. margin-bottom:4px;
  439. position:relative;
  440. }
  441.  
  442. /* --- SIDEBAR ---*/
  443.  
  444. /* --- PAGINATION ---*/
  445.  
  446. .pagination {
  447. letter-spacing:0.5px;
  448. font-family:'open sans', 'helvetica neue', arial, sans-serif;
  449. margin-top:4px;
  450. position:relative;
  451. z-index:0;
  452. width:120px;
  453. margin-left:20px;
  454. text-align:center;
  455. font-size:8px;
  456. text-transform:uppercase;
  457. {block:ifNotInfiniteScroll}display:block;{/block:ifNotInfiniteScroll}
  458. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  459. }
  460.  
  461. .pagination a, .current{
  462. display:inline-block;
  463. text-decoration:none;
  464. font-family:calibri;
  465. outline:none;
  466. text-align:center;
  467. margin:-0.5px;
  468. padding:2px 5px;
  469. font-size:8px;
  470. letter-spacing:0.5px;
  471. text-transform:uppercase;
  472. background:{color:Post Border};
  473. color:{color:Links};
  474. border:1px solid {color:Post Border};
  475. }
  476.  
  477. .current {color:{color:Title};background:{color:Sidebar};}
  478. .pagination a:hover {color:{color:Title};background:{color:Sidebar};}
  479.  
  480. /* --- PAGINATION ---*/
  481.  
  482.  
  483. /* --- INFO SECTION ---*/
  484.  
  485. #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;}
  486.  
  487. #info a {
  488. display:inline-block;padding:2px 4px;font-family:calibri;font-size:8px;color:{color:Title};margin:2px 1px 0px 1px;}
  489.  
  490. #info a:nth-child(5n+1){background:{color:Accent 1};}
  491. #info a:nth-child(5n+2){background:{color:Accent 2};}
  492. #info a:nth-child(5n+3){background:{color:Accent 3};}
  493. #info a:nth-child(5n+4){background:{color:Accent 4};}
  494. #info a:nth-child(5n+5){background:{color:Accent 5};}
  495.  
  496. #info a:hover{box-shadow:inset 0px -20px 0px {color:Links};}
  497.  
  498. .tags {
  499. display:block;
  500. text-align:justify;
  501. {block:IndexPage}margin-top:-20px;{/block:IndexPage}
  502. {block:PermalinkPage}margin-top:5px;{/block:PermalinkPage}
  503. padding:4px;
  504. position:relative;
  505. line-height:12px;
  506. z-index:99;
  507. {/block:IfNotAccentuatedTags}
  508. background-color:{color:Post Background};border:1px solid {color:Post Border};{/block:IfNotAccentuatedTags}
  509. {block:IfAccentuatedTags}
  510. background-color:{color:Links};border:0px solid transparent;
  511. {/block:IfAccentuatedTags}
  512. -webkit-transition:all 0.5s;
  513. -moz-transition:all 0.5s;
  514. -ms-transition:all 0.5s;
  515. -o-transition:all 0.5s;
  516. transition:all 0.5s;
  517. }
  518.  
  519. .post:hover .tags {
  520. margin-top:5px;
  521. -webkit-transition:all 0.5s;
  522. -moz-transition:all 0.5s;
  523. -ms-transition:all 0.5s;
  524. -o-transition:all 0.5s;
  525. transition:all 0.5s;
  526. }
  527.  
  528. .tags a {
  529. font-family:calibri;
  530. font-style:normal;
  531. margin:0px;
  532. text-align:justify;
  533. padding:2px 3px;
  534. text-transform:uppercase;
  535. {/block:IfNotAccentuatedTags}color:{color:Text};{/block:IfNotAccentuatedTags}
  536. {block:IfAccentuatedTags}color:{color:Title};{/block:IfAccentuatedTags}
  537. font-size:8px;
  538. }
  539.  
  540. {block:IfAccentuatedTags}.tags a:hover {box-shadow:inset 0px 20px 0px {color:Title};color:{color:Links};}{/block:IfAccentuatedTags}
  541.  
  542. {block:IfNotAccentuatedTags}
  543. .tags a:hover:nth-child(5n+1)
  544. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 1};}
  545. .tags a:hover:nth-child(5n+2)
  546. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 2};}
  547. .tags a:hover:nth-child(5n+3)
  548. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 3};}
  549. .tags a:hover:nth-child(5n+4)
  550. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 4};}
  551. .tags a:hover:nth-child(5n+5)
  552. {color:{color:Title};box-shadow:inset 0px 20px 0px {color:Accent 5};}
  553. {/block:IfNotAccentuatedTags}
  554.  
  555. /* --- INFO SECTION ---*/
  556.  
  557. /* --- QUOTES ---*/
  558.  
  559. .quote {
  560. padding:0px;
  561. font-family: 'Montserrat', sans-serif;
  562. font-size:14px;
  563. color:{color:Links};
  564. }
  565.  
  566. .quote:first-letter{
  567. padding:0px;
  568. font-family: 'Montserrat', sans-serif;
  569. font-size:14px;
  570. text-transform:uppercase;
  571. color:{color:Links};
  572. }
  573.  
  574. .quote-source {
  575. text-align:right;
  576. margin-top:-3px;
  577. font-weight:bold;
  578. color:{color:Text};
  579. padding-top:5px;
  580. font-size:8px;
  581. text-transform:uppercase;
  582. font-family:calibri;
  583. }
  584.  
  585. .quote-source a{
  586. text-align:right;
  587. font-weight:bold;
  588. font-size:8px;
  589. text-transform:uppercase;
  590. font-family:calibri;
  591. }
  592.  
  593. /* --- QUOTES ---*/
  594.  
  595. /* --- CHATS ---*/
  596.  
  597. ul.chat {
  598. margin:0px;
  599. padding:0px;
  600. }
  601.  
  602. .chat li {
  603. list-style-type:none;
  604. margin-left:0px;
  605. padding:4px;
  606. }
  607.  
  608. .odd .label {
  609. color:{color:Accent 1};
  610. }
  611.  
  612. .even .label {
  613. color:{color:Accent 2};
  614. }
  615.  
  616. .label {
  617. font-weight:bold;
  618. text-transform:uppercase;
  619. letter-spacing:1px;
  620. font-size:8px;
  621. }
  622.  
  623. .chat li.odd {
  624. background-color:{color:Background};
  625. margin-bottom:1px;
  626. }
  627.  
  628. .chat li.even {
  629. background-color:{color:Post Background};
  630. opacity:1;
  631. margin-bottom:1px;
  632. }
  633.  
  634. /* --- CHATS ---*/
  635.  
  636. /* --- AUDIO PLAYER ---*/
  637.  
  638. #audio {
  639. position:relative;
  640. min-height:60px;}
  641.  
  642. #audioimage {
  643. width:60px;
  644. height:60px;
  645. position:absolute;
  646. z-index:2;}
  647.  
  648. #audioimage img {
  649. margin-left:0px;
  650. }
  651.  
  652. #audiobackground {
  653. margin-top:5px;
  654. margin-left:5px;
  655. width:50px;
  656. height:50px;
  657. z-index:3;
  658. position:absolute;
  659. opacity:0.3;
  660. background-color:white;
  661. -webkit-transition:all 0.6s ease-out;
  662. -moz-transition:all 0.6s ease-out;
  663. transition:all 0.6s ease-out;}
  664.  
  665. #audiobackground:hover {
  666. opacity:0.8;
  667. transform:rotate(360deg);
  668. -ms-transform:rotate(360deg);
  669. -webkit-transform:rotate(360deg);
  670. background-color:white;
  671. -webkit-transition:all 0.6s ease-out;
  672. -moz-transition:all 0.6s ease-out;
  673. transition:all 0.6s ease-out;}
  674.  
  675. #audioplayer {
  676. width:20px;
  677. height:20px;
  678. margin-top:11px;
  679. margin-left:11px;
  680. overflow:hidden;}
  681.  
  682. #audiobig {
  683. {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}
  684. height:52px;
  685. padding-top:8px;
  686. overflow:hidden;}
  687.  
  688. #audioinfo {
  689. font-size:8px;
  690. font-family: calibri;
  691. color:{color:Text};
  692. text-transform:uppercase;
  693. {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}
  694. display:inline-block;
  695. margin:0.5px;
  696. margin-left:73px;
  697. text-align:left;
  698. }
  699.  
  700. #audioinfo b{
  701. color:{color:Text};
  702. padding:0.5px 1px 0.5px 2px;
  703. -webkit-transition: all 0.6s;
  704. -moz-transition: all 0.6s;
  705. -ms-transition:all 0.6s;
  706. -o-transition: all 0.6s;
  707. transition: all 0.6s;
  708. }
  709.  
  710. #audioinfo:hover b{
  711. margin-left:20px;
  712. color:{color:Post Border};
  713. margin-right:4px;
  714. background:{color:Links};
  715. -webkit-transition: all 0.6s;
  716. -moz-transition: all 0.6s;
  717. -ms-transition:all 0.6s;
  718. -o-transition: all 0.6s;
  719. transition: all 0.6s;}
  720.  
  721. /* --- AUDIO PLAYER ---*/
  722.  
  723. /* --- QUESTIONS ---*/
  724.  
  725. #question {
  726. padding:10px 20px;
  727. border:2px solid {color:Links};
  728. }
  729.  
  730. #question:first-letter {color:{color:Accent 1};font-weight:bold;}
  731.  
  732. #asker {
  733. text-align:right;
  734. background:{color:Links};
  735. text-transform:uppercase;
  736. font-size:8px;
  737. font-family:calibri;
  738. color:{color:Title};
  739. height:10px;
  740. margin-bottom:5px;
  741. padding-right:5px;
  742. line-height:9px;
  743. }
  744.  
  745. #asker a{
  746. text-align:right;
  747. color:white;
  748. font-weight: bold;
  749. font-size:8px;
  750. font-family:calibri;
  751. text-transform:uppercase;
  752. }
  753.  
  754. #answer{padding-left:10px;}
  755.  
  756. /* --- QUESTIONS ---*/
  757.  
  758. /* --- PAGE PAGINATION ---*/
  759.  
  760. .pagepagination{
  761. position:absolute;
  762. width:530px;
  763. margin-top:10px;
  764. margin-left:0px;
  765. margin-right:auto;
  766. }
  767.  
  768. .pagepagination a{
  769. display:inline-block;
  770. color:#ffffff;
  771. text-transform:uppercase;
  772. font-family:calibri;
  773. font-size:8px;
  774. text-decoration:none;
  775. padding:0 2% 0 2%;
  776. background:{color:Links};
  777. }
  778.  
  779. .pagepagination a:hover:nth-child(2n+1)
  780. {background:{color:Accent 1};color:white;}
  781. .pagepagination a:hover:nth-child(2n+2)
  782. {background:{color:Accent 2};color:white;}
  783.  
  784. /* --- PAGE PAGINATION ---*/
  785.  
  786. /* --- NOTES ---*/
  787.  
  788. .pagenotes a {text-decoration:none;font-family:calibri;background:none;color:{color:Links};}
  789.  
  790. ol.notes {
  791. font-weight:none;
  792. background:none;
  793. text-align:left;
  794. font-size:8px;
  795. font-family:calibri;
  796. margin-left:0px;
  797. height:auto;
  798. width:500px;
  799. text-transform:uppercase;
  800. margin-top:30px;
  801. list-style-type:upper-roman;
  802. }
  803.  
  804. ol.notes li.note {
  805. padding:5px;
  806. color:{color:Text};
  807. background:{color:Background};
  808. margin:2px 0;
  809. font-size:8px;
  810. font-family:calibri;
  811. text-transform:uppercase;
  812. width:480px;
  813. list-style-type:upper-roman;
  814. -webkit-transition: all 0.6s;
  815. -moz-transition: all 0.6s;
  816. -ms-transition:all 0.6s;
  817. -o-transition: all 0.6s;
  818. transition: all 0.6s;
  819. }
  820.  
  821. ol.notes li.note a{
  822. font-size:8px;
  823. font-family:calibri;
  824. text-transform:uppercase;
  825. }
  826.  
  827. ol.notes li.note:hover {
  828. background:transparent;
  829. -webkit-transition: all 0.6s;
  830. -moz-transition: all 0.6s;
  831. -ms-transition:all 0.6s;
  832. -o-transition: all 0.6s;
  833. transition: all 0.6s;
  834. }
  835.  
  836. ol.notes li.note img.avatar {
  837. width:0px;
  838. height:0px;
  839. }
  840.  
  841. /* --- NOTES ---*/
  842.  
  843. /* --- SELECTION ---*/
  844.  
  845. ::selection {
  846. background-color:{color:Post Background};
  847. color:{color:Text};
  848. border-radius:2px;
  849. }
  850.  
  851. ::-moz-selection {
  852. background-color:{color:Post Background};
  853. color:{color:Text};
  854. border-radius:2px;
  855. }
  856.  
  857. /* --- SELECTION ---*/
  858.  
  859. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  860.  
  861. .credit, .credit a {
  862. width:12px;
  863. height:12px;
  864. bottom:5px;
  865. right:6px;
  866. padding:2px;
  867. font-size:8px;
  868. letter-spacing:1px;
  869. color:white;
  870. z-index:1;
  871. line-height:12px;
  872. position:fixed;
  873. text-align:center;
  874. font-family:calibri;
  875. text-decoration:none;
  876. text-transform:uppercase;
  877. background-color:{color:Accent 1};
  878. border:1px solid #cccccc;
  879. z-index:9999999999999999999999;
  880. -webkit-transition: all 0.5s ease-in-out;
  881. -moz-transition: all 0.5s ease-in-out;
  882. -o-transition: all 0.5s ease-in-out;
  883. transition: all 0.5s ease-in-out;
  884. }
  885.  
  886. .credit a:hover {
  887. -webkit-transition: all 0.5s ease-in-out;
  888. -moz-transition: all 0.5s ease-in-out;
  889. -o-transition: all 0.5s ease-in-out;
  890. transition: all 0.5s ease-in-out;
  891. background-color:black;
  892. color:white;
  893. transform:rotate(360deg);
  894. -ms-transform:rotate(360deg);
  895. -webkit-transform:rotate(360deg);}
  896.  
  897. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  898.  
  899. /* UPDATES TAB */
  900.  
  901. /* --- UPDATES TAB ---*/
  902.  
  903. #tab11 {
  904. position:fixed;
  905. float:right;
  906. z-index:9999999999999999;
  907. font-size:8px;
  908. line-height:110%;
  909. text-align:right;
  910. font-family:calibri;
  911. display:inline-block;
  912. top:0px;right:6px;
  913. }
  914.  
  915. #tab11 a{
  916. text-decoration:none;
  917. background:none;
  918. text-transform:uppercase;
  919. color:{color:Links};
  920. font-size:8px;
  921. -webkit-transition: all 0.5s ease-in-out;
  922. -moz-transition: all 0.5s ease-in-out;
  923. -o-transition: all 0.5s ease-in-out;
  924. transition: all 0.5s ease-in-out;
  925. }
  926.  
  927. /* --- UPDATES TAB BOX 1 START ---*/
  928.  
  929. #tab11line1 {
  930. height:30px;
  931. width:6px;
  932. margin-top:0px;
  933. display: inline-block;
  934. float:left;
  935. margin-left:5px;
  936. opacity:1;
  937. background-color: {color:Accent 1};
  938. -webkit-transition: all 0.5s ease-in-out;
  939. -moz-transition: all 0.5s ease-in-out;
  940. -o-transition: all 0.5s ease-in-out;
  941. transition: all 0.5s ease-in-out;
  942. }
  943.  
  944. #tab11box1 {
  945. width: 0px;
  946. height: 10px;
  947. display: inline-block;
  948. float:right;
  949. opacity:1;
  950. padding-bottom:4px;
  951. margin-top:5px;
  952. padding-top:4px;
  953. overflow:hidden;
  954. border-right:6px solid {color:Accent 1};
  955. text-transform:uppercase;
  956. color:{color:Text};
  957. -webkit-transition: all 0.5s ease-in-out;
  958. -moz-transition: all 0.5s ease-in-out;
  959. -o-transition: all 0.5s ease-in-out;
  960. transition: all 0.5s ease-in-out;
  961. }
  962.  
  963. #tab11line1:hover #tab11box1 {
  964. padding-right:5px;
  965. padding-left:4px;
  966. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  967. width: 70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  968. -webkit-transition: all 0.5s ease-in-out;
  969. -moz-transition: all 0.5s ease-in-out;
  970. -o-transition: all 0.5s ease-in-out;
  971. transition: all 0.5s ease-in-out;
  972. }
  973.  
  974. /* --- UPDATES TAB BOX 1 END ---*/
  975.  
  976. /* --- UPDATES TAB BOX 2 START ---*/
  977.  
  978. #tab11line2 {
  979. height:50px;
  980. width:6px;
  981. display: inline-block;
  982. float:left;
  983. margin-left:4px;
  984. opacity:1;
  985. background-color: {color:Accent 2};
  986. -webkit-transition: all 0.5s ease-in-out;
  987. -moz-transition: all 0.5s ease-in-out;
  988. -o-transition: all 0.5s ease-in-out;
  989. transition: all 0.5s ease-in-out;
  990. }
  991.  
  992. #tab11box2 {
  993. width: 0px;
  994. height: 15px;
  995. display: inline-block;
  996. float:right;
  997. opacity:1;
  998. margin-top:35px;
  999. padding-bottom:4px;
  1000. padding-top:4px;
  1001. overflow:hidden;
  1002. border-right:6px solid {color:Accent 2};
  1003. text-transform:uppercase;
  1004. color:{color:Text};
  1005. -webkit-transition: all 0.5s ease-in-out;
  1006. -moz-transition: all 0.5s ease-in-out;
  1007. -o-transition: all 0.5s ease-in-out;
  1008. transition: all 0.5s ease-in-out;
  1009. }
  1010.  
  1011. #tab11line2:hover #tab11box2 {
  1012. padding-right:5px;
  1013. padding-left:4px;
  1014. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1015. width: 70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1016. -webkit-transition: all 0.5s ease-in-out;
  1017. -moz-transition: all 0.5s ease-in-out;
  1018. -o-transition: all 0.5s ease-in-out;
  1019. transition: all 0.5s ease-in-out;
  1020. }
  1021.  
  1022. /* --- UPDATES TAB BOX 2 END ---*/
  1023.  
  1024. /* --- UPDATES TAB BOX 3 START ---*/
  1025.  
  1026. #tab11line3 {
  1027. height:70px;
  1028. width:6px;
  1029. display: inline-block;
  1030. float:left;
  1031. margin-left:4px;
  1032. opacity:1;
  1033. background-color: {color:Accent 3};
  1034. -webkit-transition: all 0.5s ease-in-out;
  1035. -moz-transition: all 0.5s ease-in-out;
  1036. -o-transition: all 0.5s ease-in-out;
  1037. transition: all 0.5s ease-in-out;
  1038. }
  1039.  
  1040. #tab11box3 {
  1041. width: 0px;
  1042. height: 15px;
  1043. display: inline-block;
  1044. float:right;
  1045. opacity:1;
  1046. margin-top:62px;
  1047. padding-bottom:4px;
  1048. padding-top:4px;
  1049. overflow:hidden;
  1050. border-right:6px solid {color:Accent 3};
  1051. text-transform:uppercase;
  1052. color:{color:Text};
  1053. -webkit-transition: all 0.5s ease-in-out;
  1054. -moz-transition: all 0.5s ease-in-out;
  1055. -o-transition: all 0.5s ease-in-out;
  1056. transition: all 0.5s ease-in-out;
  1057. }
  1058.  
  1059. #tab11line3:hover #tab11box3 {
  1060. padding-right:5px;
  1061. padding-left:4px;
  1062. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1063. width:70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1064. -webkit-transition: all 0.5s ease-in-out;
  1065. -moz-transition: all 0.5s ease-in-out;
  1066. -o-transition: all 0.5s ease-in-out;
  1067. transition: all 0.5s ease-in-out;
  1068. }
  1069.  
  1070. /* --- UPDATES TAB BOX 3 END ---*/
  1071.  
  1072. /* --- UPDATES TAB BOX 4 START ---*/
  1073.  
  1074. #tab11line4 {
  1075. height:100px;
  1076. width:6px;
  1077. display: inline-block;
  1078. float:left;
  1079. margin-left:4px;
  1080. opacity:1;
  1081. background-color: {color:Accent 4};
  1082. -webkit-transition: all 0.5s ease-in-out;
  1083. -moz-transition: all 0.5s ease-in-out;
  1084. -o-transition: all 0.5s ease-in-out;
  1085. transition: all 0.5s ease-in-out;
  1086. }
  1087.  
  1088. #tab11box4 {
  1089. width: 0px;
  1090. height: 15px;
  1091. display: inline-block;
  1092. float:right;
  1093. opacity:1;
  1094. margin-top:92px;
  1095. padding-bottom:4px;
  1096. padding-top:4px;
  1097. overflow:hidden;
  1098. border-right:6px solid {color:Accent 4};
  1099. text-transform:uppercase;
  1100. color:{color:Text};
  1101. -webkit-transition: all 0.5s ease-in-out;
  1102. -moz-transition: all 0.5s ease-in-out;
  1103. -o-transition: all 0.5s ease-in-out;
  1104. transition: all 0.5s ease-in-out;
  1105. }
  1106.  
  1107. #tab11line4:hover #tab11box4 {
  1108. padding-right:5px;
  1109. padding-left:4px;
  1110. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1111. width:70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1112. -webkit-transition: all 0.5s ease-in-out;
  1113. -moz-transition: all 0.5s ease-in-out;
  1114. -o-transition: all 0.5s ease-in-out;
  1115. transition: all 0.5s ease-in-out;
  1116. }
  1117.  
  1118. /* --- UPDATES TAB BOX 4 END ---*/
  1119.  
  1120. /* --- UPDATES TAB BOX 4 START ---*/
  1121.  
  1122. #tab11line5 {
  1123. height:130px;
  1124. width:6px;
  1125. display: inline-block;
  1126. float:left;
  1127. margin-left:4px;
  1128. opacity:1;
  1129. background-color: {color:Accent 5};
  1130. -webkit-transition: all 0.5s ease-in-out;
  1131. -moz-transition: all 0.5s ease-in-out;
  1132. -o-transition: all 0.5s ease-in-out;
  1133. transition: all 0.5s ease-in-out;
  1134. }
  1135.  
  1136. #tab11box5 {
  1137. width: 0px;
  1138. height: 15px;
  1139. display: inline-block;
  1140. float:right;
  1141. opacity:1;
  1142. margin-top:122px;
  1143. padding-bottom:4px;
  1144. padding-top:4px;
  1145. overflow:hidden;
  1146. border-right:6px solid {color:Accent 5};
  1147. text-transform:uppercase;
  1148. color:{color:Text};
  1149. -webkit-transition: all 0.5s ease-in-out;
  1150. -moz-transition: all 0.5s ease-in-out;
  1151. -o-transition: all 0.5s ease-in-out;
  1152. transition: all 0.5s ease-in-out;
  1153. }
  1154.  
  1155. #tab11line5:hover #tab11box5 {
  1156. padding-right:5px;
  1157. padding-left:4px;
  1158. height:130px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
  1159. width:70px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
  1160. -webkit-transition: all 0.5s ease-in-out;
  1161. -moz-transition: all 0.5s ease-in-out;
  1162. -o-transition: all 0.5s ease-in-out;
  1163. transition: all 0.5s ease-in-out;
  1164. }
  1165.  
  1166. /* --- UPDATES TAB BOX 5 END ---*/
  1167.  
  1168. /* --- UPDATES TAB ---*/
  1169.  
  1170. {CustomCSS}</style>
  1171.  
  1172. </head><body>
  1173.  
  1174. {block:IfUpdatesTab}
  1175.  
  1176. <div id="tab11">
  1177.  
  1178. <div id="tab11line1">
  1179. <div id="tab11box1">
  1180. <div style="padding:2px;background-color:{color:Accent 1}";>
  1181. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 1</FONT></FONT></div></p>
  1182. This is where your text belongs. </p>
  1183. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1184. New paragraph with < p > < / p > and
  1185. </br>New line with < br > without the spaces</p>
  1186. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1187. </div></div>
  1188.  
  1189. <div id="tab11line2">
  1190. <div id="tab11box2">
  1191. <div style="padding:2px;background-color:{color:Accent 2}";>
  1192. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 2</FONT></FONT></div></p>
  1193. This is where your text belongs. </p>
  1194. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1195. New paragraph with < p > < / p > and
  1196. </br>New line with < br > without the spaces</p>
  1197. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1198. </div></div>
  1199.  
  1200. <div id="tab11line3">
  1201. <div id="tab11box3">
  1202. <div style="padding:2px;background-color:{color:Accent 3}";>
  1203. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 3</FONT></FONT></div></p>
  1204. This is where your text belongs. </p>
  1205. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1206. New paragraph with < p > < / p > and
  1207. </br>New line with < br > without the spaces</p>
  1208. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1209. </div></div>
  1210.  
  1211. <div id="tab11line4">
  1212. <div id="tab11box4">
  1213. <div style="padding:2px;background-color:{color:Accent 4}";>
  1214. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 4</FONT></FONT></div></p>
  1215. This is where your text belongs. </p>
  1216. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1217. New paragraph with < p > < / p > and
  1218. </br>New line with < br > without the spaces</p>
  1219. links: <a href="http://yoururl.tumblr.com/">Link title</a> </p>
  1220. </div></div>
  1221.  
  1222. <div id="tab11line5">
  1223. <div id="tab11box5">
  1224. <div style="padding:2px;background-color:{color:Accent 5}";>
  1225. <FONT COLOR=#FFFFFF><FONT size=1>TAB BOX 5</FONT></FONT></div></p>
  1226. This is where your text belongs. </p>
  1227. <b>Bold</b>, <i>Italic</i>, <u>underline</u>, <s>strike through</s></p>
  1228. New paragraph with < p > < / p > and
  1229. </br>New line with < br > without the spaces</p>
  1230. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="theme by iamthemelocked">©</a></p>
  1231. </div></div>
  1232.  
  1233.  
  1234. </div>
  1235.  
  1236. {/block:IfUpdatesTab}
  1237.  
  1238. <div id="sidebar">
  1239. <div id="one"><img width="200%" src="{image:Sidebar Image}"></div>
  1240. <div id="two"><img width="200%" style="margin-left:-100%;" src="{image:Sidebar Image}"></div>
  1241.  
  1242. <div id="links">
  1243. <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>
  1244.  
  1245. <div id="description"><div id="title">{Title}</div>{Description}</div>
  1246.  
  1247. {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>
  1248.  
  1249. <div id="big">
  1250. <div id="content">
  1251. {block:Posts}<article class="entries"><div class="post">
  1252.  
  1253. <div class="po">
  1254.  
  1255. {block:ContentSource}
  1256. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1257. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1258. {/block:SourceLogo}
  1259. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1260. {/block:ContentSource}
  1261.  
  1262. <!----- TEXT / PHOTO / PHOTOSET ----->
  1263.  
  1264. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  1265.  
  1266. {block:Photo}
  1267. {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}
  1268.  
  1269. {block:Photoset}
  1270. <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}
  1271. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div></div> {block:Caption}{block:ifShowCaptions}<span class="caption">{Caption}</span>{/block:ifShowCaptions}{/block:Caption}{/block:Photoset}
  1272.  
  1273. <!----- TEXT / PHOTO / PHOTOSET ----->
  1274.  
  1275. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1276.  
  1277. {block:Quote}<div class="quote"><h1>{Quote}</h1></div>{block:Source}<div class="quote-source">{Source}</div>{/block:Source}{/block:Quote}
  1278.  
  1279. {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}
  1280. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div></div>
  1281. {block:Caption}{block:ifShowCaptions}
  1282. <span class="caption">{Caption}</span>
  1283. {/block:ifShowCaptions}{/block:Caption}{/block:Video}
  1284.  
  1285. {block:Link}<a href="{URL}" target="_blank" {Target}><h1>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1286.  
  1287. {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;
  1288. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  1289.  
  1290. <!----- QUOTES / CHAT / VIDEOS / LINKS POSTS ----->
  1291.  
  1292. <!----- AUDIO POSTS ----->
  1293.  
  1294. {block:Audio}
  1295. <div id="audio">
  1296. <div id="audiobackground"><div id="audioplayer">{AudioPlayer}</div></div>
  1297. <img id="audioimage" style="max-width:60px;" img src="http://www.i2symbol.com/images/symbols/music/beamed_sixteenth_notes_u266C_icon_256x256.png"/>
  1298. {block:AlbumArt}<img id="audioimage" style="max-width:60px;" src="{AlbumArtURL}" />{/block:AlbumArt}<div id="audiobig">
  1299. {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>
  1300. </div></div>{block:ifshowcaptions}
  1301. <span class="caption">{Caption}</span>
  1302. {/block:ifshowcaptions}
  1303. {/block:Audio}
  1304.  
  1305. <!----- AUDIO POSTS ----->
  1306.  
  1307. <!----- ASKS POSTS ----->
  1308.  
  1309. {block:Answer}<div id="question">{Question}</div><div id="asker">{Asker}</div></p><div id="answer">{Answer}</div>{/block:Answer}
  1310.  
  1311. <!----- ASKS POSTS ----->
  1312.  
  1313. <!----- INFO SECTION ----->
  1314.  
  1315. {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}
  1316.  
  1317. {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}
  1318.  
  1319. {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}
  1320.  
  1321. {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}
  1322.  
  1323. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1324.  
  1325. </div></div>
  1326.  
  1327. <!----- INFO SECTION ----->
  1328.  
  1329. <!----- PAGE PAGINATION ----->
  1330.  
  1331. <div class="pagepagination">
  1332. {block:PermalinkPagination}
  1333. {block:PreviousPost}
  1334. <a href="{PreviousPost}">⇚&nbsp;&nbsp;go to Previous Post</a>
  1335. {/block:PreviousPost}
  1336. {block:NextPost}
  1337. <a href="{NextPost}" style="position:absolute; right:0;">go to Next Post&nbsp;&nbsp;⇛</a>
  1338. {/block:NextPost}
  1339. {/block:PermalinkPagination}
  1340. </div>
  1341.  
  1342. <!----- PAGE PAGINATION ----->
  1343.  
  1344. <!----- NOTES ----->
  1345.  
  1346. {block:PostNotes}
  1347. <div class="pagenotes">{PostNotes}</div>
  1348. {/block:PostNotes}
  1349.  
  1350. <!----- NOTES ----->
  1351.  
  1352. </article>{/block:Posts}</div>
  1353.  
  1354. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  1355. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  1356. {block:IfInfiniteScroll}
  1357. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1358. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  1359. {/block:IfInfiniteScroll}
  1360.  
  1361. <script>
  1362. (function() {
  1363. var $tumblelog = $('#content');
  1364. {block:IfInfiniteScroll}
  1365. $tumblelog.infinitescroll({
  1366. navSelector : ".pagination",
  1367. nextSelector : ".pagination a:first",
  1368. itemSelector : "article",
  1369. bufferPx : 50,
  1370. done : "",
  1371. loading: {
  1372. finishedMsg: "<p> </p>",
  1373. img : " ",
  1374. msg: null,
  1375. msgText: "<p> </p>"
  1376. },
  1377. },
  1378. function( newElements ) {
  1379. var $newElems = $( newElements ).css({ opacity: 0 });
  1380. $newElems.imagesLoaded(function(){
  1381. $newElems.animate({ opacity: 1 });
  1382. $tumblelog.masonry( 'appended', $newElems);
  1383. });
  1384. }
  1385. );
  1386. {/block:IfInfiniteScroll}
  1387. $tumblelog.imagesLoaded( function(){
  1388. $tumblelog.masonry({
  1389. columnWidth: function( containerWidth ) {
  1390. return containerWidth / 100;
  1391. }
  1392. });
  1393. });
  1394. })();
  1395. </script><script>
  1396. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  1397. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  1398. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  1399. s.parentNode.insertBefore(g,s)}(document,'script'));
  1400. </script>
  1401.  
  1402. <span class="credit">
  1403. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a></span>
  1404.  
  1405. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement