Advertisement
iamthemelocked

Iamthemelocked #144 - Eclecticism

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