planthed

Harlem

Sep 18th, 2016
1,748
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.66 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. Harlem @ planthed
  5.  
  6.  
  7. — DO NOT delete the credit.
  8. — Do not copy or steal any code.
  9. — Do not claim as yours.
  10. — Full credits at @painthemes/c
  11.  
  12.  
  13. -->
  14.  
  15. <html lang="en">
  16. <head>
  17.  
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:hidden}
  23. <!--Default Variables-->
  24. <meta name="image:background" content=""/>
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Accent" content="#BDC0DA"/>
  29. <meta name="color:Accent text" content="#000000"/>
  30.  
  31. <meta name="text:Blogtitle" content="" />
  32. <meta name="text:Home label" content="home" />
  33. <meta name="text:Ask label" content="ask"/>
  34. <meta name="text:Archive label" content="Past" />
  35. <meta name="text:Extra link 1" content="" />
  36. <meta name="text:Extra link 1 URL" content="http://" />
  37. <meta name="text:Extra link 2" content="" />
  38. <meta name="text:Extra link 2 URL" content="http://" />
  39.  
  40. <meta name="if:White Tiny cursor" content="" />
  41. <meta name="if:Black Tiny cursor" content="" />
  42.  
  43. {/block:hidden}
  44.  
  45.  
  46. <!---pxu script--->
  47. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  48.  
  49. <!--- tooltips script --->
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("a[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:90,
  58. tip_fade_speed:600,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65.  
  66. <!-------
  67.  
  68. A FEW RULES YOU NEED TO KNOW BEFORE START EDITING THE THEME:
  69.  
  70. > You CAN'T use my themes as base
  71. > You CAN'T remove my credits, even if you edited the theme a lot.
  72. > Don't use any part of my codes without permission.
  73. > You can edit the theme as your own like and make it look too different as the original one but if you edit the theme a lot and you're having problems with it, I'll not allowed to help you.
  74.  
  75.  
  76. YOU ARE NOT ALLOWED TO USE MY CODES FOR YOUR OWN THEME OR ANY OTHER THEME
  77. BY OTHER THEME MAKER WITHOUT PERMISSION, IF YOU WANNA USE ONE OF MY CODES
  78. ASK FIRST, DON'T CLAIM AS YOURS, DON'T BE A BITCH.
  79.  
  80. ---------->
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85.  
  86. .video, .video iframe{
  87. display:block;
  88. {block:indexpage}
  89. width:240px;
  90. height:auto;
  91. {/block:indexpage}
  92. {block:PermalinkPage}
  93. width:500px;
  94. height:auto;
  95. {/block:PermalinkPage}
  96. }
  97.  
  98. /*tooltips style*/
  99. #s-m-t-tooltip{
  100. max-width:300px;
  101. padding:7px;
  102. min-height:7px;
  103. margin:20px 0px 0px 20px;
  104. line-height:100%;
  105. color:{color:Accent text};
  106. background:{color:Accent};
  107. word-wrap:break-word;
  108. word-break:break-all;
  109. opacity:1;
  110. z-index:9999999999999999999;
  111. }
  112.  
  113.  
  114. #tumblr_controls, .tmblr-iframe{
  115. position:fixed!important;
  116. top:30px!important;
  117. right:5px!important;
  118. opacity:.3;
  119. z-index:99999999999999999999999999!important;
  120. -webkit-filter:invert(100%);
  121. -moz-filter:invert(100%);
  122. -o-filter:invert(100%);
  123. -ms-filter:invert(100%);
  124. filter:invert(100%);
  125. -webkit-transition:all 0.6s ease-out;
  126. -webkit-transition: opacity 0.7s linear;
  127. -webkit-transition: all 0.8s ease-out;
  128. -moz-transition: all 0.8s ease-out;
  129. transition: all 0.8s ease-out
  130. }
  131.  
  132. #tumblr_controls, .tmblr-iframe:hover{
  133. opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  134. -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
  135. }
  136.  
  137.  
  138. /*tumblr controls and lightbox*/
  139.  
  140.  
  141.  
  142. #tumblr_lightbox,.tmblr-lightbox{
  143. background:rgba({RGBcolor:background}, 0.8)!important;}
  144.  
  145. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  146. opacity:0!important;
  147. }
  148.  
  149. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .lightbox-image {
  150. box-shadow:none!important;
  151. border-radius:0px!important;
  152. padding:0px!important;
  153. background:{color:post background}!important;
  154. border:0px solid {color:border}!important;
  155. }
  156.  
  157. ::-webkit-scrollbar{
  158. height:3px;
  159. width:11px;
  160. background:inherit;
  161. background:rgba({RGBcolor:Accent}, 0.4);
  162. border:5px solid {color:background};
  163. }
  164.  
  165. ::-webkit-scrollbar-track {background:transparent;}
  166.  
  167. ::-webkit-scrollbar-thumb {
  168. height:150px!important;
  169. background:{color:Accent};
  170. border:5px solid {color:background};
  171. }
  172.  
  173. /*tiny cursor*/
  174.  
  175.  
  176. html, body, img, a {
  177. {block:ifWhiteTinycursor}
  178. cursor:url(http://static.tumblr.com/vmteopo/fhxo3gbrd/small_white_cursor.png), auto;
  179. {/block:ifWhiteTinycursor}
  180. {block:ifBlackTinyCursor}
  181. cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), auto;
  182. {/block:ifBlackTinyCursor}
  183. }
  184.  
  185. a:hover, a:active, iframe{
  186. {block:ifWhiteTinycursor}cursor:url(http://static.tumblr.com/vmteopo/RQ9o3gbth/small_white_cursor_help.png), crosshair;
  187. {/block:ifWhiteTinycursor}
  188. {block:ifBlackTinyCursor}
  189. cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
  190. {/block:ifBlackTinyCursor}
  191. }
  192.  
  193.  
  194. /*main structure*/
  195.  
  196. body{
  197. background-color:{color:background};
  198. background-image:url({image:Background});
  199. background-attachment:fixed;
  200. background-repeat:repeat;
  201. font-size:10px;
  202. letter-spacing:0.5px;
  203. font-family:Raleway, sans-serif;
  204. color:{color:text};
  205. line-height:1.5em;
  206. -moz-osx-font-smoothing:grayscale;
  207. -webkit-font-smoothing:antialiased;
  208. font-smoothing:antialiased;
  209. }
  210.  
  211.  
  212. a:link, a:active, a:visited{
  213. color:{color:Accent};
  214. text-decoration:none;
  215. -webkit-transition:all 0.5s linear;
  216. -moz-transition:all 0.5s linear;
  217. transition:all 0.5s linear;
  218. }
  219.  
  220. a:hover {color:{color:text};}
  221.  
  222.  
  223. .center {
  224. position:relative;
  225. margin:60px auto;
  226. width:calc(500px + 120px);
  227. {block:PermalinkPage}
  228. width:calc(400px + 200px);
  229. {/block:PermalinkPage}
  230. }
  231.  
  232. #posts{
  233. position:relative;
  234. {block:PermalinkPage}
  235. margin-top:100px;
  236. {/block:PermalinkPage}
  237. }
  238.  
  239.  
  240. .entry {
  241. margin:35px;
  242. {block:indexpage}
  243. width:240px;
  244. opacity:0;
  245. z-index:-1;
  246. {/block:indexpage}
  247. {block:PermalinkPage}
  248. width:500px;
  249. padding-bottom:0px;
  250. {/block:PermalinkPage}
  251. }
  252.  
  253. .entry img{
  254. max-width:100%;
  255. display:block;
  256. position:relative;
  257. overflow:hidden;
  258. }
  259.  
  260.  
  261. #zoomOut {
  262. position:relative;
  263. opacity:1;
  264. background:{color:Accent};
  265. }
  266.  
  267. #zoomOut img {
  268. display:block;
  269. -webkit-transition: all 0.2s linear;
  270. -moz-transition: all 0.2s linear;
  271. -o-transition: all 0.2s linear;
  272. transition: all 0.2s linear;
  273. -webkit-filter: grayscale(50%);
  274. }
  275.  
  276. .entry:hover #zoomOut img {
  277. -webkit-transform: scale(0.9);
  278. -webkit-filter: grayscale(0%);
  279. }
  280.  
  281.  
  282. #perm a{color:{color:Accent text};}
  283. #perm{width:80px;height:80px;top:38%;position:absolute!important;margin-left:80px;letter-spacing:0px;text-align:center;opacity:1;font-family:roboto;font-size:9px;line-height:15px;text-transform:uppercase;z-index:99;overflow:hidden;letter-spacing:1px;}
  284. #perm1{
  285. padding:5px;width:70px;height:15px;opacity:0;background:{color:Accent};z-index:99999;display:block;overflow:hidden;margin-left:-200px;-webkit-transition:opacity 0.5 linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;transition:all 0.5s linear;}
  286. #perm2{padding:5px;width:70px;height:15px;opacity:0;background:{color:Accent};z-index:99999;display:block;overflow:hidden;margin-left:200px;margin-top:2px;-webkit-transition:opacity 0.5 linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;transition:all 0.5s linear;}
  287. #perm3{
  288. padding:5px;width:70px;height:15px;opacity:0;background:{color:Accent};z-index:99999;display:block;overflow:hidden;margin-left:-200px;margin-top:2px;
  289. -webkit-transition:opacity 0.5 linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;transition:all 0.5s linear;}
  290. .entry:hover #perm1, .entry:hover #perm2, .entry:hover #perm3{opacity:1;margin-left:0px;overflow:visible;-webkit-transition:opacity 0.5 linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;transition:all 0.5s linear;}
  291.  
  292.  
  293.  
  294. pre {
  295. white-space: pre-wrap;
  296. white-space: -moz-pre-wrap;
  297. white-space: -pre-wrap;
  298. white-space: -o-pre-wrap;
  299. word-wrap: break-word;
  300. }
  301.  
  302. p {margin:5px 0;}
  303.  
  304. p:first-of-type {
  305. margin-top:0;
  306. padding-top:0;
  307. }
  308.  
  309. p:last-of-type {
  310. margin-bottom:0;
  311. padding-bottom:0;
  312. }
  313.  
  314.  
  315. small, big {font-size:1em;}
  316.  
  317. h1, h2, h3, h4 {
  318. font-size:2em;
  319. line-height:24px;
  320. margin:0;
  321. padding:0;
  322. }
  323.  
  324. .entry li {
  325. position:relative;
  326. display:block;
  327. margin-left:-20px;
  328. }
  329.  
  330. .entry li:before {
  331. content:'›';
  332. font-size:15px;
  333. position:absolute;
  334. left:-13px;
  335. color:{color:Accent};
  336. top:-1px;
  337. font-family:karla;}
  338.  
  339.  
  340. .back a, .a a{
  341. color:{color:text};
  342. border-bottom:1px solid {color:Accent};
  343. }
  344.  
  345. .back a:hover, .a a:hover{
  346. color:{color:Accent};
  347. border-bottom:1px solid {color:Accent};
  348. }
  349.  
  350. .permalinktext{
  351. display:block;
  352. text-decoration:none;
  353. text-transform:uppercase;
  354. letter-spacing:1px;
  355. font-size:8px;
  356. margin-top:5px;
  357. }
  358.  
  359.  
  360. .permalinktext a:hover{
  361. color:{color:text};
  362. letter-spacing:3px;font-weight:700;
  363. }
  364.  
  365. /*audio player*/
  366.  
  367.  
  368. #audio {
  369. width:auto;
  370. margin:0px;
  371. height:auto;
  372. min-height:60px;
  373. line-height:20px;
  374. }
  375. .cover {
  376. z-index:1;
  377. width:70px;
  378. height:70px;
  379. position:absolute;
  380. }
  381. .cover img {
  382. float:left;
  383. position:absolute;
  384. border-radius:0px;
  385. width:70px;
  386. height:70px;
  387. }
  388.  
  389. .playbox {
  390. position:absolute;
  391. z-index:9;
  392. background:black;
  393. opacity:0;
  394. width:70px;
  395. height:70px;
  396. -webkit-transition:opacity 0.5s linear;
  397. -webkit-transition:all 0.5s linear;
  398. -moz-transition:all 0.5s linear;
  399. transition:all 0.5s linear;
  400. }
  401.  
  402. .entry:hover .playbox{
  403. opacity:.8;
  404. -webkit-transition:opacity 0.5s linear;
  405. -webkit-transition:all 0.5s linear;
  406. -moz-transition:all 0.5s linear;
  407. transition:all 0.5s linear;
  408. }
  409.  
  410. .button {
  411. position:relative;
  412. z-index: 1000;
  413. overflow:hidden;
  414. width:25px;
  415. height:25px;
  416. margin:20px 20px 20px 20px;
  417. }
  418.  
  419.  
  420. .info {
  421. margin-left:70px;
  422. margin-top:0px;
  423. font-size:10px;
  424. letter-spacing:2px;
  425. text-align:right;
  426. text-transform:uppercase;
  427. line-height:25px;
  428. background:{color:Accent};
  429. color:{color:Accent text};
  430. padding:10px;
  431. }
  432.  
  433. /*title*/
  434.  
  435. .title{
  436. padding:8px;
  437. padding-left:11px;
  438. margin-bottom:10px;
  439. font-size:14px;
  440. color:{color:Accent text};
  441. background:{color:Accent};
  442. text-transform:uppercase;
  443. letter-spacing:2px;
  444. line-height:28px;
  445. }
  446.  
  447. .title a{
  448. color:{color:Accent text};
  449. }
  450.  
  451. /*blockquote & quote*/
  452.  
  453. blockquote{
  454. border-left:1px solid {color:Accent};
  455. margin:5px;
  456. padding-left:10px;
  457. line-height:15px;
  458. }
  459.  
  460. .quote{
  461. font-size:10px;
  462. text-transform:uppercase;
  463. letter-spacing:1px;
  464. line-height:20px;
  465. padding:7px;
  466. background:{color:Accent};
  467. color:{color:Accent text};
  468. }
  469.  
  470. .cite{
  471. line-height:15px;
  472. text-align:right;
  473. font-family:9px;
  474. font-style:italic;
  475. padding:10px;
  476. padding-bottom:7px;
  477. background:rgba({RGBcolor:Accent}, 0.7);
  478. color:{color:Accent text};
  479. }
  480.  
  481. .cite a{
  482. color:{color:Accent text};
  483. }
  484.  
  485. /*ask style*/
  486.  
  487.  
  488. .as{
  489. color:{color:text};
  490. letter-spacing:0px;
  491. text-transform:uppercase;
  492. letter-spacing:1px;
  493. padding:10px;
  494. font-family:roboto;
  495. font-size:10px;
  496. text-align:center;
  497. overflow:hidden;
  498. background:{color:Accent};
  499. color:{color:Accent text};
  500. }
  501.  
  502. .as a{color:{color:Accent text};}
  503.  
  504. .q{
  505. margin-top:10px;
  506. margin-bottom:10px;
  507. line-height:14px;
  508. }
  509.  
  510. .qline{
  511. height:2px;
  512. display:block;
  513. width:50%;
  514. margin-left:25%;
  515. background:{color:Accent};
  516. }
  517.  
  518. .a{
  519. line-height:14px;
  520. margin-top:10px;
  521. }
  522.  
  523. .a img{
  524. width:100%;
  525. height:auto;
  526. }
  527.  
  528.  
  529.  
  530. /*chat styling*/
  531.  
  532. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{
  533. background:rgba({RGBcolor:Accent}, 1);
  534. padding:7px;
  535. color:{color:Accent text};}
  536.  
  537. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{
  538. background:rgba({RGBcolor:Accent}, 0.8);
  539. padding:7px;
  540. color:{color:Accent text};}
  541.  
  542.  
  543.  
  544. /*permalink notes*/
  545.  
  546. .caption{
  547. padding-top:10px;
  548. padding-bottom:10px;
  549. }
  550.  
  551.  
  552.  
  553. .inf{
  554. display:block;
  555. margin-bottom:10px;
  556. line-height:17px;
  557. padding-top:10px;
  558. border-top:2px solid {color:Accent};
  559. }
  560.  
  561. .tg{display:block;}
  562. .tg a:after{content:',';}
  563. .tg a:last-of-type:after {content:'.';}
  564. .inf a, .notas a, .tg a{color:{color:text};}
  565. .inf a:hover, .notas a:hover, .tg a:hover{color:{color:Accent};}
  566.  
  567. .notas{
  568. margin-top:0px;
  569. display:none;
  570. padding:0px
  571. color:{color:text};
  572. }
  573.  
  574. .notas li {margin-left:0px;}
  575. .notas li:before {display:none;}
  576. ol.notes{padding:0px;margin:0px;list-style-type:none;}
  577. ol.notes li.note{padding-top:8px;padding-bottom:8px;text-align:right;border-top:2px solid {color:Accent};padding-left:2px;}
  578. ol.notes li.note img.avatar {float:left;margin-right:5px;}
  579. ol.notes li.note blockquote a {text-decoration:none;}
  580. li.more_notes_link_container {text-transform: uppercase;font-size:1em;line-height:150%;letter-spacing:1px;}
  581. li.more_notes_link_container:hover{letter-spacing:4px;}
  582. img:not(.lightbox-image) {max-width:100%;height:auto;}
  583.  
  584. #top{
  585. position:fixed;
  586. top:0px;
  587. left:0px;
  588. width:100%;
  589. height:25px;
  590. background:{color:Accent};
  591. z-index:999999;
  592. }
  593.  
  594. #top2{
  595. position:fixed;
  596. top:10px;
  597. left:10px;
  598. width:100%;
  599. height:2px;
  600. border-bottom:1px solid {color:Accent};
  601. background:{color:background};
  602. z-index:999999;
  603. }
  604.  
  605.  
  606. #left{
  607. position:fixed;
  608. top:20px;
  609. left:0px;
  610. width:25px;
  611. height:100%;
  612. background:{color:Accent};
  613. z-index:9999;
  614. }
  615.  
  616. #left2{
  617. position:fixed;
  618. top:10px;
  619. left:10px;
  620. width:2px;
  621. height:100%;
  622. background:{color:background};
  623. z-index:999999999999;
  624. }
  625.  
  626.  
  627.  
  628. #sidebar {
  629. position:fixed;
  630. margin-left:calc(20px - 270px);
  631. top:180px;
  632. width:170px;
  633. height:auto;
  634. z-index:999999;
  635. text-align:center;
  636. }
  637.  
  638.  
  639. .titulo {
  640. display:inline-block;
  641. padding-bottom:5px;
  642. border-bottom:2px solid {color:Accent};
  643. font-family:raleway;
  644. font-size:15px;
  645. letter-spacing:1px;
  646. text-transform:uppercase;
  647. }
  648.  
  649. .desc{
  650. margin-top:4px;
  651. padding:10px;
  652. background:{color:Accent};
  653. color:{color:Accent text};
  654. }
  655.  
  656. .nav{
  657. opacity:1;
  658. margin-top:5px;
  659. border-top:2px solid {color:Accent};
  660. transition:0.4s;
  661. }
  662.  
  663.  
  664. .nav a{
  665. font-size:11px;
  666. display:inline-block;
  667. text-align:center;
  668. margin:6px;
  669. margin-top:8px;
  670. color:{color:text};
  671. -webkit-transition:All 0.5s ease-in-out;
  672. -moz-transition:All 0.5s ease-in-out;
  673. -ms-transition:All 0.5s ease-in-out;
  674. -o-transition:All 0.5s ease-in-out;
  675. transition:All 0.5s ease-in-out;
  676. }
  677.  
  678. .nav a:hover{
  679. color:{color:Accent};
  680. -webkit-animation:pop 1s;
  681. }
  682.  
  683. @-webkit-keyframes pop{0% {-webkit-transform: scale(1);}50% {-webkit-transform: scale(.8);}100% {-webkit-transform: scale(1);}}
  684.  
  685.  
  686.  
  687. #infscr-loading { display:none!important; }
  688.  
  689.  
  690. </style>
  691. </head>
  692.  
  693. <body>
  694.  
  695.  
  696. <div id="top"></div>
  697. <div id="top2"></div>
  698. <div id="left"></div>
  699. <div id="left2"></div>
  700.  
  701. <div class="center">
  702.  
  703. <div id="sidebar">
  704. <div class="titulo">{text:blogtitle}</div>
  705. <div class="desc">
  706. {description}
  707. </div>
  708. <div class="nav">
  709. <a title="{text:Home Label}" href="/"><i class="fa fa-refresh"></i></a>
  710. <a title="{text:Ask Label}" href="/ask"><i class="fa fa-envelope-o"></i></a>
  711. <a title="{text:Extra link 1}" href="{text:Extra link 1 URL}"><i class="fa fa-bars"></i></a>
  712. <a title="{text:Extra link 2}" href="{text:Extra link 2 URL}"><i class="fa fa-heart-o"></i></a>
  713. <a title="{text:Archive Label}" href="/archive"><i class="fa fa-folder-open-o"></i></a>
  714. </div>
  715. </div>
  716.  
  717.  
  718. <div id="posts">
  719. {block:Posts}
  720. <div class="entry">
  721.  
  722. {block:Text}
  723. {block:Title}<div class="title">{Title}</div>{/block:Title}
  724. <div class="back">{Body}</div>
  725. {block:IndexPage}
  726. <div class="permalinktext">
  727. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  728. {/block:IndexPage}
  729. {/block:Text}
  730.  
  731.  
  732. {block:Link}
  733. <div class="title">
  734. <a href="{URL}">{Name} <i class="fa fa-angle-right"></i></a></div>
  735. <div class="back">{block:Description}{Description}{/block:Description}
  736. </div>{block:IndexPage}
  737. <div class="permalinktext">
  738. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  739. {/block:IndexPage}
  740. {block:Link}
  741.  
  742.  
  743. {block:Photo}
  744. {block:IndexPage}
  745. <div id="perm">
  746. <div id="perm1">
  747. <a href="{permalink}" target="_blank">{block:NoteCount}{notecount}{/block:NoteCount}</a></div>
  748. <div id="perm2"><a href="{ReblogURL}" target="_blank">reblog</a>
  749. </div>
  750. <div id="perm3"><a href="{permalink}" target="_blank">{Month} {DayOfMonth}</a>
  751. </div>
  752. </div>
  753. <div id="zoomOut">
  754. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
  755. {/block:IndexPage}
  756. {block:PermalinkPage}
  757. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  758. {/block:PermalinkPage}
  759. {/block:Photo}
  760.  
  761.  
  762. {block:Photoset}
  763. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  764. {block:IndexPage}
  765. <div class="permalinktext">
  766. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  767. {/block:IndexPage}
  768. {/block:Photoset}
  769.  
  770.  
  771. {block:Quote}
  772. <div class="back"><div class="quote">❝&nbsp;{quote}</div>
  773. <div class="cite">&mdash; {Source}</div></div>
  774. {block:IndexPage}
  775. <div class="permalinktext">
  776. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  777. {/block:IndexPage}
  778. {/block:Quote}
  779.  
  780. {block:Chat}<div class="back">
  781. <div class="chat">
  782. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  783. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
  784. </div></div>
  785. {block:IndexPage}
  786. <div class="permalinktext">
  787. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  788. {/block:IndexPage}
  789. {/block:Chat}
  790.  
  791. {block:Audio}<div class="back">
  792. <div id="audio">
  793. <div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  794. {block:AlbumArt}
  795. <div class="cover"><img src="{AlbumArtURL}"></div>
  796. {/block:AlbumArt}
  797. <div class="playbox">
  798. <div class="button">
  799. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  800. <div class="info">
  801. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  802. <div style="text-transform:uppercase;font-size:8px;letter-spacing:2px;color:{color:Accent text};font-family:{select:Font};">
  803. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</div>
  804. </div>
  805. </div></div>
  806. {block:IndexPage}
  807. <div class="permalinktext">
  808. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  809. {/block:IndexPage}
  810. {/block:Audio}
  811.  
  812.  
  813. {block:Video}
  814. <div class="video">{Video-500}</div>
  815. {block:IndexPage}
  816. <div class="permalinktext">
  817. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  818. {/block:IndexPage}
  819. {/block:Video}
  820.  
  821.  
  822. {block:Answer}<div class="back">
  823. <div class="as">{Asker} asked:</div>
  824. <div class="q">{Question}</div>
  825. <div class="qline"></div>
  826. <div class="a">{Answer}</div></div>
  827. {block:IndexPage}
  828. <div class="permalinktext">
  829. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  830. {/block:IndexPage}
  831. {/block:Answer}
  832.  
  833. {block:ContentSource}<!-- {SourceURL}
  834. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  835. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  836. {/block:ContentSource}
  837.  
  838. <!-- {block:NoRebloggedFrom}
  839. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  840. {/block:NoRebloggedFrom} -->
  841.  
  842.  
  843. {block:PermalinkPage}
  844. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  845. {block:Date}
  846. <div class="l"></div>
  847. <div class="inf">
  848. Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm} <br>
  849. {block:RebloggedFrom}
  850. source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  851. {/block:RebloggedFrom}
  852. <div class="tg">
  853. {block:HasTags}
  854. tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  855. {/block:Tags}{/block:HasTags}
  856. </div>
  857. <a title="show notes" class="show">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
  858. <div class="notas">
  859. {block:PostNotes}
  860. {PostNotes}
  861. {/block:PostNotes}
  862. {/block:Date}
  863. </div>
  864. {/block:PermalinkPage}
  865. {/block:Date}
  866. </div>
  867. {/block:Posts}
  868. </div>
  869.  
  870.  
  871. <div class="pagination">
  872. {block:Pagination}
  873. {block:PreviousPage}
  874. <a href="{PreviousPage}"></a>
  875. {/block:PreviousPage}
  876.  
  877. {block:NextPage}
  878. <a href="{NextPage}" class="next"></a>
  879. {/block:NextPage}
  880. {/block:Pagination}</div></div>
  881.  
  882. <!--Like seriously guys, DON'T TOUCH any of this scripts unless you know what it does or you will ruin your whole theme--->
  883. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  884. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  885. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  886. <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700|Hind:400,700|Dancing+Script:400,700|Open+Sans:400,700|Muli|Kurale|PT+Serif:400,700|Old+Standard+TT:400,700|Roboto:400,700|Roboto+Condensed:400,700|Lato:400,700|Raleway:400,700,300|Montez|Karla:400,700|Quicksand:400,700|Petit+Formal+Script|Clicker+Script|Mako|Maven+Pro:400,700' rel='stylesheet' type='text/css'>
  887. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  888. <script src ="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  889. <link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  890. <script src="http://static.tumblr.com/8pnyeus/nfIo2oh8w/l-script.js" type="text/javascript"></script>
  891. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  892. {block:IndexPage}
  893. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  894. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  895. {/block:IndexPage}
  896. <script>
  897. $(document).ready(function(){
  898. $(".show").click(function(){
  899. $(".notas").slideToggle("slow");
  900. });
  901. });
  902. $(document).ready(function(){
  903. $('.photo-slideshow').pxuPhotoset({
  904. lightbox: true,
  905. rounded: false,
  906. gutter: '3px',
  907. photoset: '.photo-slideshow',
  908. photoWrap: '.photo-data',
  909. photo: '.pxu-photo'
  910. });
  911. {block:IndexPage}
  912. var $container = $('#posts');
  913. $container.masonry({ itemSelector: '.entry' });
  914. $container.imagesLoaded(function(){
  915. $container.masonry();
  916. $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  917. });
  918. $container.infinitescroll({
  919. itemSelector: '.entry',
  920. navSelector: '.pagination',
  921. nextSelector: '.next',
  922. loadingImg: '',
  923. loadingText: '<em></em>',
  924. bufferPx: 2000
  925. },
  926. function( newElements ) {
  927. var $newElems = $( newElements );
  928. $newElems.find('.photo-slideshow').pxuPhotoset({
  929. lightbox: true,
  930. rounded: false,
  931. gutter: '3px',
  932. photoset: '.photo-slideshow',
  933. photoWrap: '.photo-data',
  934. photo: '.pxu-photo'
  935. },
  936.  
  937. function(){
  938. resizeVideos(); },
  939.  
  940. function(){
  941. $container.masonry();
  942. });
  943. $newElems.imagesLoaded(function(){
  944. $container.masonry( 'appended', $newElems );
  945. $newElems.animate({ opacity: 1, zIndex: 1 });
  946. });
  947. });
  948. {/block:IndexPage}
  949. });
  950. </script>
  951. </body>
  952. </html>
Add Comment
Please, Sign In to add comment