planthed

Emily

Aug 14th, 2016
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.33 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. Emily @ 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 2" content="#e7d5d5">
  30. <meta name="color:Accent text" content="#000000"/>
  31. <meta name="color:Gradient one" content="#E8D1D1"/>
  32. <meta name="color:Gradient two" content="#FFFFFF"/>
  33.  
  34. <meta name="text:Blogtitle" content="" />
  35. <meta name="text:Home label" content="home" />
  36. <meta name="text:Ask label" content="ask"/>
  37. <meta name="text:Archive label" content="Past" />
  38. <meta name="text:Extra link 1" content="" />
  39. <meta name="text:Extra link 1 URL" content="http://" />
  40. <meta name="text:Extra link 2" content="" />
  41. <meta name="text:Extra link 2 URL" content="http://" />
  42.  
  43. <meta name="if:White Tiny cursor" content="" />
  44. <meta name="if:Black Tiny cursor" content="" />
  45.  
  46. {/block:hidden}
  47.  
  48.  
  49. <!---pxu script--->
  50. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  51.  
  52. <!--- tooltips script --->
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("a[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:90,
  61. tip_fade_speed:600,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68.  
  69. <!-------
  70.  
  71. A FEW RULES YOU NEED TO KNOW BEFORE START EDITING THE THEME:
  72.  
  73. > You CAN'T use my themes as base
  74. > You CAN'T remove my credits, even if you edited the theme a lot.
  75. > Don't use any part of my codes without permission.
  76. > 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.
  77.  
  78.  
  79. YOU ARE NOT ALLOWED TO USE MY CODES FOR YOUR OWN THEME OR ANY OTHER THEME
  80. BY OTHER THEME MAKER WITHOUT PERMISSION, IF YOU WANNA USE ONE OF MY CODES
  81. ASK FIRST, DON'T CLAIM AS YOURS, DON'T BE A BITCH.
  82.  
  83. ---------->
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. .video, .video iframe{
  90. display:block;
  91. {block:indexpage}
  92. width:240px;
  93. height:auto;
  94. {/block:indexpage}
  95. {block:PermalinkPage}
  96. width:500px;
  97. height:auto;
  98. {/block:PermalinkPage}
  99. }
  100.  
  101. /*tooltips style*/
  102. #s-m-t-tooltip{
  103. max-width:300px;
  104. padding:7px;
  105. min-height:7px;
  106. margin:20px 0px 0px 20px;
  107. line-height:100%;
  108. color:{color:Accent text};
  109. background:{color:Accent};
  110. word-wrap:break-word;
  111. word-break:break-all;
  112. opacity:1;
  113. z-index:9999999999999999999;
  114. }
  115.  
  116.  
  117. #tumblr_controls, .tmblr-iframe{
  118. position:fixed!important;
  119. top:5px!important;
  120. right:45px!important;
  121. opacity:.3;
  122. z-index:99999999999999999999999999!important;
  123. -webkit-filter:invert(100%);
  124. -moz-filter:invert(100%);
  125. -o-filter:invert(100%);
  126. -ms-filter:invert(100%);
  127. filter:invert(100%);
  128. -webkit-transition:all 0.6s ease-out;
  129. -webkit-transition: opacity 0.7s linear;
  130. -webkit-transition: all 0.8s ease-out;
  131. -moz-transition: all 0.8s ease-out;
  132. transition: all 0.8s ease-out
  133. }
  134.  
  135. #tumblr_controls, .tmblr-iframe:hover{
  136. opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  137. -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%);
  138. }
  139.  
  140.  
  141. /*tumblr controls and lightbox*/
  142.  
  143.  
  144.  
  145. #tumblr_lightbox,.tmblr-lightbox{
  146. background:rgba({RGBcolor:background}, 0.8)!important;}
  147.  
  148. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  149. opacity:0!important;
  150. }
  151.  
  152. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .lightbox-image {
  153. box-shadow:none!important;
  154. border-radius:0px!important;
  155. padding:0px!important;
  156. background:{color:post background}!important;
  157. border:0px solid {color:border}!important;
  158. }
  159.  
  160. ::-webkit-scrollbar{
  161. height:3px;
  162. width:11px;
  163. background:inherit;
  164. background:rgba({RGBcolor:Accent}, 0.4);
  165. border:5px solid {color:background};
  166. }
  167.  
  168. ::-webkit-scrollbar-track {background:transparent;}
  169.  
  170. ::-webkit-scrollbar-thumb {
  171. height:150px!important;
  172. background:{color:Accent};
  173. border:5px solid {color:background};
  174. }
  175.  
  176. /*tiny cursor*/
  177.  
  178.  
  179. html, body, img, a {
  180. {block:ifWhiteTinycursor}
  181. cursor:url(http://static.tumblr.com/vmteopo/fhxo3gbrd/small_white_cursor.png), auto;
  182. {/block:ifWhiteTinycursor}
  183. {block:ifBlackTinyCursor}
  184. cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), auto;
  185. {/block:ifBlackTinyCursor}
  186. }
  187.  
  188. a:hover, a:active, iframe{
  189. {block:ifWhiteTinycursor}cursor:url(http://static.tumblr.com/vmteopo/RQ9o3gbth/small_white_cursor_help.png), crosshair;
  190. {/block:ifWhiteTinycursor}
  191. {block:ifBlackTinyCursor}
  192. cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
  193. {/block:ifBlackTinyCursor}
  194. }
  195.  
  196.  
  197. /*main structure*/
  198.  
  199. body{
  200. background-color:{color:background};
  201. background-image:url({image:Background});
  202. background-attachment:fixed;
  203. background-repeat:repeat;
  204. font-size:10px;
  205. font-family:open sans, sans-serif;
  206. color:{color:text};
  207. line-height:1.5em;
  208. -moz-osx-font-smoothing:grayscale;
  209. -webkit-font-smoothing:antialiased;
  210. font-smoothing:antialiased;
  211. }
  212.  
  213.  
  214. a:link, a:active, a:visited{
  215. color:{color:Accent};
  216. text-decoration:none;
  217. -webkit-transition:all 0.5s linear;
  218. -moz-transition:all 0.5s linear;
  219. transition:all 0.5s linear;
  220. }
  221.  
  222. a:hover {color:{color:text};}
  223.  
  224.  
  225. .center {
  226. position:relative;
  227. margin:20px auto;
  228. width:calc(500px + 120px);
  229. {block:PermalinkPage}
  230. width:calc(400px + 200px);
  231. {/block:PermalinkPage}
  232. }
  233.  
  234. #posts{
  235. position:relative;
  236. {block:PermalinkPage}
  237. margin-top:100px;
  238. {/block:PermalinkPage}
  239. }
  240.  
  241.  
  242. .entry {
  243. margin:35px;
  244. overflow:hidden;
  245. {block:indexpage}
  246. width:240px;
  247. opacity:0;
  248. z-index:-1;
  249. {/block:indexpage}
  250. {block:PermalinkPage}
  251. width:500px;
  252. padding-bottom:0px;
  253. {/block:PermalinkPage}
  254. }
  255.  
  256. .entry img{
  257. max-width:100%;
  258. display:block;
  259. position:relative;
  260. overflow:hidden;
  261. }
  262.  
  263. #zoom{
  264. position:relative;
  265. overflow:hidden;
  266. }
  267.  
  268.  
  269.  
  270. #move {
  271. position:relative;
  272. overflow:hidden;
  273. opacity:1;
  274. background:-webkit-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  275. background:-o-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  276. background:-moz-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  277. background:linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  278. }
  279.  
  280. #move img {
  281. display:block;
  282. height:auto;
  283. -webkit-transition:opacity 0.3s linear;
  284. -webkit-transition:all 0.3s linear;
  285. -moz-transition:all 0.3s linear;
  286. transition:all 0.3s linear;
  287.  
  288. }
  289.  
  290. .entry:hover #move img {
  291. -webkit-transform:translate(50px);
  292. -ms-transform:translate(50px);
  293. transform:translate(50px);
  294. -webkit-filter: grayscale(70%);
  295. }
  296.  
  297.  
  298.  
  299. .perm1 a, .perm2 a{color:{color:Accent text};}
  300. .perm1 a:hover, .perm2 a:hover{color:{color:Accent 2};}
  301.  
  302. .perm1 {
  303. width:20px;
  304. height:20px;
  305. text-align:center;
  306. position:absolute;
  307. z-index:100;
  308. top:25%;
  309. font-size:18px;
  310. left:-100px;
  311. opacity:0;
  312. display:inline-block;
  313. -webkit-transition: all 0.5s ease;
  314. -moz-transition: all 0.5s ease;
  315. -o-transition: all 0.5s ease;
  316. transition: all 0.5s ease;
  317. }
  318.  
  319. .entry:hover .perm1{
  320. opacity:1;
  321. left:15px;
  322. -webkit-transition-delay: 0.50s;
  323. -webkit-transition: all 0.50s;
  324. transition: all 0.50s;
  325. transition-delay: 0.50s;
  326. }
  327.  
  328. .perm2 {
  329. width:20px;
  330. height:20px;
  331. text-align:center;
  332. position:absolute;
  333. z-index:100;
  334. top:45%;
  335. font-size:18px;
  336. left:-100px;
  337. opacity:0;
  338. display:inline-block;
  339. -webkit-transition: all 0.5s ease;
  340. -moz-transition: all 0.5s ease;
  341. -o-transition: all 0.5s ease;
  342. transition: all 0.5s ease;
  343. }
  344.  
  345. .entry:hover .perm2 {
  346. opacity:1;
  347. left:15px;
  348. -webkit-transition-delay: 0.70s;
  349. -webkit-transition: all 0.70s;
  350. transition: all 0.70s;
  351. transition-delay: 0.70s;
  352. }
  353.  
  354.  
  355. .perm3 {
  356. width:20px;
  357. height:20px;
  358. text-align:center;
  359. position:absolute;
  360. z-index:100;
  361. top:65%;
  362. font-size:18px;
  363. left:-100px;
  364. opacity:0;
  365. display:inline-block;
  366. -webkit-transition: all 0.5s ease;
  367. -moz-transition: all 0.5s ease;
  368. -o-transition: all 0.5s ease;
  369. transition: all 0.5s ease;
  370. }
  371.  
  372. .entry:hover .perm3 {
  373. opacity:1;
  374. left:15px;
  375. -webkit-transition-delay: 0.90s;
  376. -webkit-transition: all 0.90s;
  377. transition: all 0.90s;
  378. transition-delay: 0.90s;
  379. }
  380.  
  381. .custom-like-button {
  382. position: relative;
  383. display: inline-block;
  384. width:20px;
  385. height:20px;
  386. cursor:pointer;
  387. }
  388.  
  389. .like_button {
  390. position: absolute;
  391. top:0;
  392. left:0;
  393. right:0;
  394. bottom:0;
  395. width:100%;
  396. height:100%;
  397. opacity:0;
  398. z-index:999!important;
  399. }
  400. .like_button iframe {
  401. width:100% !important;
  402. height:100% !important;
  403. }
  404.  
  405. .custom-like-button i{
  406. color:{color:Accent text};
  407. -webkit-transition:all 0.5s linear;
  408. -moz-transition:all 0.5s linear;
  409. transition:all 0.5s linear;
  410. }
  411.  
  412. .custom-like-button:hover i{color:{color:Accent 2}!important;}
  413.  
  414. .like_button.liked + i { color:#c14e4e!important;}
  415.  
  416.  
  417.  
  418. pre {
  419. white-space: pre-wrap;
  420. white-space: -moz-pre-wrap;
  421. white-space: -pre-wrap;
  422. white-space: -o-pre-wrap;
  423. word-wrap: break-word;
  424. }
  425.  
  426. p {margin:5px 0;}
  427.  
  428. p:first-of-type {
  429. margin-top:0;
  430. padding-top:0;
  431. }
  432.  
  433. p:last-of-type {
  434. margin-bottom:0;
  435. padding-bottom:0;
  436. }
  437.  
  438.  
  439. small, big {font-size:1em;}
  440.  
  441. h1, h2, h3, h4 {
  442. font-size:2em;
  443. line-height:24px;
  444. margin:0;
  445. padding:0;
  446. }
  447.  
  448. .entry li {
  449. position:relative;
  450. display:block;
  451. margin-left:-20px;
  452. }
  453.  
  454. .entry li:before {
  455. content:'›';
  456. font-size:15px;
  457. position:absolute;
  458. left:-13px;
  459. color:{color:Accent};
  460. top:-1px;
  461. font-family:karla;}
  462.  
  463.  
  464. .back a, .a a{
  465. color:{color:text};
  466. border-bottom:1px solid {color:Accent};
  467. }
  468.  
  469. .back a:hover, .a a:hover{
  470. color:{color:Accent};
  471. border-bottom:1px solid {color:Accent};
  472. }
  473.  
  474. .permalinktext{
  475. display:block;
  476. text-decoration:none;
  477. text-transform:uppercase;
  478. letter-spacing:1px;
  479. font-size:8px;
  480. margin-top:5px;
  481. }
  482.  
  483.  
  484. .permalinktext a:hover{
  485. color:{color:text};
  486. letter-spacing:3px;font-weight:700;
  487. }
  488.  
  489. /*audio player*/
  490.  
  491.  
  492. #audio {
  493. width:auto;
  494. margin:0px;
  495. height:auto;
  496. min-height:60px;
  497. line-height:20px;
  498. }
  499. .cover {
  500. z-index:1;
  501. width:70px;
  502. height:70px;
  503. position:absolute;
  504. }
  505. .cover img {
  506. float:left;
  507. position:absolute;
  508. border-radius:0px;
  509. width:70px;
  510. height:70px;
  511. }
  512.  
  513. .playbox {
  514. position:absolute;
  515. z-index:9;
  516. background:black;
  517. opacity:0;
  518. width:70px;
  519. height:70px;
  520. -webkit-transition:opacity 0.5s linear;
  521. -webkit-transition:all 0.5s linear;
  522. -moz-transition:all 0.5s linear;
  523. transition:all 0.5s linear;
  524. }
  525.  
  526. .entry:hover .playbox{
  527. opacity:.8;
  528. -webkit-transition:opacity 0.5s linear;
  529. -webkit-transition:all 0.5s linear;
  530. -moz-transition:all 0.5s linear;
  531. transition:all 0.5s linear;
  532. }
  533.  
  534. .button {
  535. position:relative;
  536. z-index: 1000;
  537. overflow:hidden;
  538. width:25px;
  539. height:25px;
  540. margin:20px 20px 20px 20px;
  541. }
  542.  
  543.  
  544. .info {
  545. margin-left:70px;
  546. margin-top:0px;
  547. font-size:10px;
  548. letter-spacing:2px;
  549. text-align:right;
  550. text-transform:uppercase;
  551. line-height:25px;
  552. background:{color:Accent};
  553. color:{color:Accent text};
  554. padding:10px;
  555. }
  556.  
  557. /*title*/
  558.  
  559. .title{
  560. padding:8px;
  561. padding-left:11px;
  562. margin-bottom:10px;
  563. font-size:14px;
  564. color:{color:Accent text};
  565. background:{color:Accent};
  566. text-transform:uppercase;
  567. letter-spacing:2px;
  568. line-height:28px;
  569. }
  570.  
  571. .title a{
  572. color:{color:Accent text};
  573. }
  574.  
  575. /*blockquote & quote*/
  576.  
  577. blockquote{
  578. border-left:1px solid {color:Accent};
  579. margin:5px;
  580. padding-left:10px;
  581. line-height:15px;
  582. }
  583.  
  584. .quote{
  585. font-size:10px;
  586. text-transform:uppercase;
  587. letter-spacing:1px;
  588. line-height:20px;
  589. padding:7px;
  590. background:{color:Accent};
  591. color:{color:Accent text};
  592. }
  593.  
  594. .cite{
  595. line-height:15px;
  596. text-align:right;
  597. font-family:9px;
  598. font-style:italic;
  599. padding:10px;
  600. padding-bottom:7px;
  601. background:rgba({RGBcolor:Accent}, 0.7);
  602. color:{color:Accent text};
  603. }
  604.  
  605. .cite a{
  606. color:{color:Accent text};
  607. }
  608.  
  609. /*ask style*/
  610.  
  611.  
  612. .as{
  613. color:{color:text};
  614. letter-spacing:0px;
  615. text-transform:uppercase;
  616. letter-spacing:1px;
  617. padding:10px;
  618. font-family:roboto;
  619. font-size:10px;
  620. text-align:center;
  621. overflow:hidden;
  622. background:{color:Accent};
  623. color:{color:Accent text};
  624. }
  625.  
  626. .as a{color:{color:Accent text};}
  627.  
  628. .q{
  629. margin-top:10px;
  630. margin-bottom:10px;
  631. line-height:14px;
  632. }
  633.  
  634. .qline{
  635. height:1px;
  636. display:block;
  637. width:50%;
  638. margin-left:25%;
  639. background:{color:Accent};
  640. }
  641.  
  642. .a{
  643. line-height:14px;
  644. margin-top:10px;
  645. }
  646.  
  647. .a img{
  648. width:100%;
  649. height:auto;
  650. }
  651.  
  652.  
  653.  
  654. /*chat styling*/
  655.  
  656. .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{
  657. background:{color:Accent};
  658. padding:7px;
  659. color:{color:Accent text};}
  660.  
  661. .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{
  662. background:rgba({RGBcolor:Accent}, 0.7);
  663. padding:7px;
  664. color:{color:Accent text};}
  665.  
  666.  
  667.  
  668. /*permalink notes*/
  669.  
  670. .caption{
  671. padding-top:10px;
  672. padding-bottom:10px;
  673. }
  674.  
  675.  
  676.  
  677. .inf{
  678. display:block;
  679. margin-top:10px;
  680. margin-bottom:10px;
  681. line-height:17px;
  682. }
  683.  
  684. .tg{display:block;}
  685. .tg a:after{content:',';}
  686. .tg a:last-of-type:after {content:'.';}
  687. .inf a, .notas a, .tg a{color:{color:text};}
  688. .inf a:hover, .notas a:hover, .tg a:hover{color:{color:Accent};}
  689.  
  690. .notas{
  691. margin-top:0px;
  692. display:none;
  693. padding:0px
  694. color:{color:text};
  695. }
  696.  
  697. .notas li {margin-left:0px;}
  698. .notas li:before {display:none;}
  699. ol.notes{padding:0px;margin:0px;list-style-type:none;}
  700. ol.notes li.note{padding-top:8px;padding-bottom:8px;text-align:left;border-top:1px solid {color:Accent};padding-left:2px;}
  701. ol.notes li.note img.avatar {float:left;margin-right:5px;}
  702. ol.notes li.note blockquote a {text-decoration:none;}
  703. li.more_notes_link_container {text-transform: uppercase;font-size:1em;line-height:150%;letter-spacing:1px;}
  704. li.more_notes_link_container:hover{letter-spacing:4px;}
  705. img:not(.lightbox-image) {max-width:100%;height:auto;}
  706.  
  707.  
  708. #left{
  709. position:fixed;
  710. top:0px;
  711. left:0px;
  712. width:40px;
  713. height:100%;
  714. z-index:9999;
  715. background:-webkit-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  716. background:-o-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  717. background:-moz-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  718. background:linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  719. }
  720.  
  721. #right{
  722. position:fixed;
  723. top:0px;
  724. right:0px;
  725. width:40px;
  726. height:100%;
  727. z-index:9999;
  728. background:-webkit-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  729. background:-o-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  730. background:-moz-linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  731. background:linear-gradient(top, {color:Gradient one} 0%, {color:Gradient one} 30%, {color:Gradient two} 100%);
  732. }
  733.  
  734.  
  735.  
  736. #sidebar {
  737. position:fixed;
  738. margin-left:calc(20px - 260px);
  739. top:180px;
  740. width:180px;
  741. height:auto;
  742. z-index:999999;
  743. text-align:center;
  744. }
  745.  
  746.  
  747. .titulo {
  748. display:inline-block;
  749. padding-bottom:10px;
  750. color:{color:Accent};
  751. font-family:petit formal script;
  752. font-size:30px;
  753. text-shadow:3px 3px #eee;
  754. letter-spacing:1px;
  755. }
  756.  
  757. .desc{
  758. margin-top:5px;
  759. }
  760.  
  761.  
  762.  
  763. .nav a{
  764. font-size:11px;
  765. display:inline-block;
  766. text-align:center;
  767. margin:8px;
  768. color:{color:Accent};
  769. text-transform:lowercase;
  770. -webkit-transition:all 0.3s ease;
  771. }
  772.  
  773. .nav a:hover{
  774. color:{color:Accent 2};
  775. -webkit-transform: scale(1.5);
  776. }
  777.  
  778.  
  779. #infscr-loading { display:none!important; }
  780.  
  781.  
  782. </style>
  783. </head>
  784.  
  785. <body>
  786.  
  787. <div id="left"></div>
  788. <div id="right"></div>
  789.  
  790. <div class="center">
  791.  
  792. <div id="sidebar">
  793. <div class="titulo">{text:blogtitle}</div>
  794. <div class="desc">
  795. {description}
  796. </div>
  797. <div class="nav">
  798. <a title="{text:Home Label}" href="/"><i class="fa fa-home"></i></a>
  799. <a title="{text:Ask Label}" href="/ask"><i class="fa fa-envelope"></i></a>
  800. <a title="{text:Extra link 1}" href="{text:Extra link 1 URL}"><i class="fa fa-tags"></i></a>
  801. <a title="{text:Extra link 2}" href="{text:Extra link 2 URL}"><i class="fa fa-user"></i></a>
  802. <a title="{text:Archive Label}" href="/archive"><i class="fa fa-calendar"></i></a>
  803. </div>
  804. </div>
  805.  
  806.  
  807. <div id="posts">
  808. {block:Posts}
  809. <div class="entry" id="{PostID}">
  810.  
  811. {block:Text}
  812. {block:Title}<div class="title">{Title}</div>{/block:Title}
  813. <div class="back">{Body}</div>
  814. {block:IndexPage}
  815. <div class="permalinktext">
  816. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  817. {/block:IndexPage}
  818. {/block:Text}
  819.  
  820.  
  821. {block:Link}
  822. <div class="title">
  823. <a href="{URL}">{Name} <i class="fa fa-angle-right"></i></a></div>
  824. <div class="back">{block:Description}{Description}{/block:Description}
  825. </div>{block:IndexPage}
  826. <div class="permalinktext">
  827. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  828. {/block:IndexPage}
  829. {block:Link}
  830.  
  831.  
  832. {block:Photo}
  833. {block:IndexPage}
  834. <div class="perm1"><a title="{timeago} with {notecountwithlabel}" href="{Permalink}"><i class="fa fa-calendar"></i></a></div>
  835. <div class="perm2"><a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a></div>
  836. <div class="perm3">
  837. <div class="custom-like-button">
  838. {LikeButton}<i class="fa fa-heart"></i>
  839. </div>
  840. </div>
  841. <div id="move">
  842. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
  843. {/block:IndexPage}
  844. {block:PermalinkPage}
  845. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  846. {/block:PermalinkPage}
  847. {/block:Photo}
  848.  
  849.  
  850. {block:Photoset}
  851. <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>
  852. {block:IndexPage}
  853. <div class="permalinktext">
  854. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  855. {/block:IndexPage}
  856. {/block:Photoset}
  857.  
  858.  
  859. {block:Quote}
  860. <div class="back"><div class="quote">❝&nbsp;{quote}</div>
  861. <div class="cite">&mdash; {Source}</div></div>
  862. {block:IndexPage}
  863. <div class="permalinktext">
  864. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  865. {/block:IndexPage}
  866. {/block:Quote}
  867.  
  868. {block:Chat}<div class="back">
  869. <div class="chat">
  870. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  871. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
  872. </div></div>
  873. {block:IndexPage}
  874. <div class="permalinktext">
  875. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  876. {/block:IndexPage}
  877. {/block:Chat}
  878.  
  879. {block:Audio}<div class="back">
  880. <div id="audio">
  881. <div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  882. {block:AlbumArt}
  883. <div class="cover"><img src="{AlbumArtURL}"></div>
  884. {/block:AlbumArt}
  885. <div class="playbox">
  886. <div class="button">
  887. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  888. <div class="info">
  889. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  890. <div style="text-transform:uppercase;font-size:8px;letter-spacing:2px;color:{color:Accent text};font-family:{select:Font};">
  891. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</div>
  892. </div>
  893. </div></div>
  894. {block:IndexPage}
  895. <div class="permalinktext">
  896. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  897. {/block:IndexPage}
  898. {/block:Audio}
  899.  
  900.  
  901. {block:Video}
  902. <div class="video">{Video-500}</div>
  903. {block:IndexPage}
  904. <div class="permalinktext">
  905. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  906. {/block:IndexPage}
  907. {/block:Video}
  908.  
  909.  
  910. {block:Answer}<div class="back">
  911. <div class="as">{Asker} asked:</div>
  912. <div class="q">{Question}</div>
  913. <div class="qline"></div>
  914. <div class="a">{Answer}</div></div>
  915. {block:IndexPage}
  916. <div class="permalinktext">
  917. Posted on {Month} {DayOfMonth}, {Year} <div style="text-align:right;margin-top:-16px"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div></div>
  918. {/block:IndexPage}
  919. {/block:Answer}
  920.  
  921. {block:ContentSource}<!-- {SourceURL}
  922. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  923. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  924. {/block:ContentSource}
  925.  
  926. <!-- {block:NoRebloggedFrom}
  927. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  928. {/block:NoRebloggedFrom} -->
  929.  
  930.  
  931. {block:PermalinkPage}
  932. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  933. {block:Date}
  934. <div class="l"></div>
  935. <div class="inf">
  936. Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm} <br>
  937. {block:RebloggedFrom}
  938. source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  939. {/block:RebloggedFrom}
  940. <div class="tg">
  941. {block:HasTags}
  942. tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  943. {/block:Tags}{/block:HasTags}
  944. </div>
  945. <a title="show notes" class="show">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
  946. <div class="notas">
  947. {block:PostNotes}
  948. {PostNotes}
  949. {/block:PostNotes}
  950. {/block:Date}
  951. </div>
  952. {/block:PermalinkPage}
  953. {/block:Date}
  954. </div>
  955. {/block:Posts}
  956. </div>
  957.  
  958.  
  959. <div class="pagination">
  960. {block:Pagination}
  961. {block:PreviousPage}
  962. <a href="{PreviousPage}"></a>
  963. {/block:PreviousPage}
  964.  
  965. {block:NextPage}
  966. <a href="{NextPage}" class="next"></a>
  967. {/block:NextPage}
  968. {/block:Pagination}</div></div>
  969.  
  970. <!--Like seriously guys, DON'T TOUCH any of this scripts unless you know what it does or you will ruin your whole theme--->
  971. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  972. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  973. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  974. <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'>
  975. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  976. <script src ="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  977. <link rel="stylesheet" href="http://static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  978. <script src="http://static.tumblr.com/8pnyeus/nfIo2oh8w/l-script.js" type="text/javascript"></script>
  979. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  980. {block:IndexPage}
  981. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  982. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  983. {/block:IndexPage}
  984. <script>
  985. $(document).ready(function(){
  986. $(".show").click(function(){
  987. $(".notas").slideToggle("slow");
  988. });
  989. });
  990. $(document).ready(function(){
  991. $('.photo-slideshow').pxuPhotoset({
  992. lightbox: true,
  993. rounded: false,
  994. gutter: '3px',
  995. photoset: '.photo-slideshow',
  996. photoWrap: '.photo-data',
  997. photo: '.pxu-photo'
  998. });
  999. {block:IndexPage}
  1000. var $container = $('#posts');
  1001. $container.masonry({ itemSelector: '.entry' });
  1002. $container.imagesLoaded(function(){
  1003. $container.masonry();
  1004. $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  1005. });
  1006. $container.infinitescroll({
  1007. itemSelector: '.entry',
  1008. navSelector: '.pagination',
  1009. nextSelector: '.next',
  1010. loadingImg: '',
  1011. loadingText: '<em></em>',
  1012. bufferPx: 2000
  1013. },
  1014. function( newElements ) {
  1015. var $newElems = $( newElements );
  1016. $newElems.find('.photo-slideshow').pxuPhotoset({
  1017. lightbox: true,
  1018. rounded: false,
  1019. gutter: '3px',
  1020. photoset: '.photo-slideshow',
  1021. photoWrap: '.photo-data',
  1022. photo: '.pxu-photo'
  1023. },
  1024.  
  1025. function(){
  1026. resizeVideos(); },
  1027.  
  1028. function(){
  1029. $container.masonry();
  1030. });
  1031.  
  1032. var $newElemsIDs = $newElems.map(function(){
  1033. return this.id;
  1034. }).get();
  1035. console.log($newElems, $newElemsIDs);
  1036. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  1037.  
  1038. $newElems.imagesLoaded(function(){
  1039. $container.masonry( 'appended', $newElems );
  1040. $newElems.animate({ opacity: 1, zIndex: 1 });
  1041. });
  1042. });
  1043. {/block:IndexPage}
  1044. });
  1045. </script>
  1046. </body>
  1047. </html>
Add Comment
Please, Sign In to add comment