Advertisement
iamthemelocked

Iamthemelocked #149 - Wisdom

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