Advertisement
iamthemelocked

Iamthemelocked Theme 28 (REVAMPED)

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