Advertisement
iamthemelocked

Iamthemelocked Theme 39 (REVAMPED)

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