Advertisement
planthed

YOUTH

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