Advertisement
planthed

Fall

Nov 8th, 2015
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.48 KB | None | 0 0
  1. <!-----
  2.  
  3. theme made by tumblr user planthed // weedhs ★彡
  4.  
  5. keep the creds u lil bitch
  6.  
  7. — http://painthemes.tumblr.com/
  8. — http://planthed.tumblr.com/
  9. — http://weedhs.tumblr.com/
  10.  
  11. ------>
  12.  
  13. <html lang="en">
  14. <head>
  15.  
  16.  
  17.  
  18. <title>{title}</title>
  19. <link rel="shortcut icon" href="{favicon}">
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Raleway|Montserrat' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="image:Shadow" content=""/>
  27. <meta name="color:background" content="#fff"/>
  28. <meta name="color:link" content="#aaa"/>
  29. <meta name="color:text" content="#aaa"/>
  30. <meta name="color:posts" content="#fff"/>
  31. <meta name="color:borders" content="#eee"/>
  32. <meta name="if:gray scale posts" content="1"/>
  33. <meta name="text:Link 1 Title" content="link 1" />
  34. <meta name="text:Link 1" content="/" />
  35. <meta name="text:Link 2 Title" content="link 2"/>
  36. <meta name="text:Link 2" content="/ask" />
  37. <meta name="text:Link 3 Title" content="link 3" />
  38. <meta name="text:Link 3" content="/" />
  39. <meta name="text:Link 4 Title" content="link 4" />
  40. <meta name="text:Link 4" content="/archive" />
  41. <meta name="text:Link 5 Title" content="link 5" />
  42. <meta name="text:Link 5" content="/" />
  43. <meta name="text:Link 6 Title" content="link 6" />
  44. <meta name="text:Link 6" content="/" />
  45.  
  46. <script type="text/javascript">
  47. WebFontConfig = {
  48. google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::latin' ] }
  49. };
  50. (function() {
  51. var wf = document.createElement('script');
  52. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  53. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  54. wf.type = 'text/javascript';
  55. wf.async = 'true';
  56. var s = document.getElementsByTagName('script')[0];
  57. s.parentNode.insertBefore(wf, s);
  58. })(); </script>
  59.  
  60. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62.  
  63. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("a[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:90,
  70. tip_fade_speed:600,
  71. attribute:"title"
  72. });
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82.  
  83. #s-m-t-tooltip{
  84. max-width:300px;
  85. padding:5px;
  86. background:{color:posts};
  87. margin:20px 0px 0px 20px;
  88. font-family:calibri;
  89. font-weight:bold;
  90. font-size:8px;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. border:1px solid {color:borders};
  94. color:{color:text};
  95. line-height:16px;
  96. opacity:1;
  97. z-index:9999999999999999999;
  98. }
  99.  
  100.  
  101. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  102. z-index:9999999999999999999999999999999999999;
  103. opacity:.2 !important;
  104. -webkit-filter:invert(100%);
  105. position:fixed!important;
  106. }
  107.  
  108. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  109. -webkit-transition:opacity 0.7s linear;
  110. opacity:1.0;
  111. -webkit-transition:all 0.4s ease-out;
  112. -moz-transition:all 0.4s ease-out;
  113. transition: all 0.4s ease-out;
  114. z-index:99999;
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. height: 5px;
  119. width: 9px;
  120. background:{color:background};
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb:vertical {
  124. background: {color:borders};
  125. border: 4px solid {color:background};
  126. }
  127.  
  128.  
  129.  
  130.  
  131.  
  132. a:link, a:active, a:visited{
  133. color:{color:link};
  134. border-bottom:1px solid {color:borders};
  135. text-decoration: none;
  136. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  137. }
  138. a:hover {
  139. border-bottom:1px solid {color:link};
  140. font-style: none;
  141. color:{color:link};
  142. }
  143.  
  144. #a{width:250px; height:auto;}
  145. {block:PermalinkPage}
  146. width:410px;
  147. {/block:PermalinkPage}
  148. }
  149. #center{
  150. padding-top:3px;
  151. padding-bottom:3px;
  152. position:fixed !important;
  153. width:250px;
  154. height:207px;
  155. background-color:white;
  156. {block:PermalinkPage}
  157. width:410px;
  158. height:207px;
  159. {/block:PermalinkPage}
  160. }
  161. body{
  162. margin:5px;
  163. background-color:{color:background};
  164. background-image:url({image:Background});
  165. background-attachment: fixed;
  166. background-repeat: repeat;
  167. color:{color:Text};
  168. }
  169. #audio {
  170. width:350px;
  171. height:auto;
  172. min-height:60px;
  173. padding-bottom:0px;
  174. }
  175. .cover {
  176. position:absolute;
  177. z-index:1;
  178. width:60px;
  179. height:60px;
  180. }
  181. .cover img {
  182. float:left;
  183. width:60px;
  184. height:60px;
  185. }
  186. .playbox {
  187. opacity:0.6;
  188. width:27px;
  189. height:30px;
  190. overflow:hidden;
  191. position:absolute;
  192. z-index:1000;
  193. margin-left:17px;
  194. margin-top:17px;
  195. text-align:center;
  196. }
  197. .info {
  198. margin-left:73px;
  199. margin-top:4px;
  200. line-height:14px;
  201. }
  202.  
  203. .quote{font-size:11px;
  204. font-style:italic;
  205. letter-spacing:1px;
  206. }
  207.  
  208. .title{
  209. font-family:Raleway;
  210. padding:2px;
  211. font-size:18px;
  212. text-transform:uppercase;
  213. letter-spacing:3px;
  214. line-height: 16px;
  215. color:{color:link};
  216. margin-top:5px;
  217.  
  218. }
  219. askk {
  220. font-family:raleway;
  221. font-size:10px;
  222. color:{color:link};
  223. padding:2px;
  224. text-transform:uppercase;
  225. letter-spacing:2px;
  226. z-index:1;
  227. }
  228.  
  229.  
  230.  
  231. #posts{
  232. float:center;
  233. width:410px;
  234. margin-left:500px;
  235. margin-top:0px;
  236. height:100%;
  237. }
  238.  
  239. #entry img{
  240. {block:ifgrayscaleposts}
  241. -webkit-filter: grayscale(60%);
  242. {/block:ifgrayscaleposts}
  243. {block:indexpage}
  244. max-width:100%;
  245. {/block:indexpage}
  246. -webkit-transition: all .7s ease;
  247. -moz-transition: all .7s ease;
  248. -o-transition: all .7s ease;
  249. transition: all .7s ease;
  250. }
  251.  
  252. #entry img:hover{
  253. -webkit-filter: grayscale(0%);
  254. opacity:1;
  255. -webkit-transition: all .7s ease;
  256. -moz-transition: all .7s ease;
  257. -o-transition: all .7s ease;
  258. transition: all .7s ease;
  259. }
  260.  
  261.  
  262. #entry {
  263. font-family:arial;
  264. font-size:9px;
  265. line-height: 16px;
  266. color:{color:text};
  267. margin-top:100px;
  268. margin-left:50px;
  269. float:left;
  270. padding-bottom:10px;
  271. background:{color:posts};
  272. border:1px solid {color:borders};
  273. width:250px;
  274. padding:15px;
  275. {block:PermalinkPage}
  276. width:400px;
  277. {/block:PermalinkPage}
  278. }
  279.  
  280. #entry .shadow {
  281. position:absolute;
  282. width:100%;
  283. height:100%;
  284. background-image:url('{image:shadow}');
  285. z-index:-10;
  286. border:1px solid {color:borders};
  287. display:inline-block;
  288. margin-left:0px;
  289. margin-top:0px;
  290. }
  291.  
  292.  
  293. #entry .block {
  294. word-spacing:1px;
  295. position:absolute;
  296. text-align:left;
  297. font-size:8px;
  298. letter-spacing:1px;
  299. font-family:calibri;
  300. text-transform:uppercase;
  301. padding:3px;
  302. color:{color:text};
  303. width:auto;
  304. margin:0px;
  305. opacity:0;
  306. height:auto;
  307. z-index:9999;
  308. margin-left:-39px;
  309. margin-top:-19px;
  310. -o-transition-transition:0.4s;
  311. -webkit-transition-duration:0.4s;
  312. -moz-transition-duration:0.4s;
  313. }
  314.  
  315.  
  316. #entry:hover .block{
  317. opacity:1;
  318. margin-top:-19px;
  319.  
  320. margin-left:-39px;
  321. }
  322.  
  323.  
  324.  
  325. .perm a{color:{color:text};border-bottom:1px solid {color:posts};}
  326.  
  327. #entry .perm{
  328. text-transform: uppercase;
  329. display: block;
  330. text-align:center;
  331. text-decoration: none;
  332. font-size: 8px;
  333. font-family:calibri;
  334. line-height:15px;
  335. letter-spacing:2px;
  336. margin-top:0px;
  337. opacity:1;
  338. padding:5px;
  339. width:50px;
  340. border:1px solid {color:borders};
  341. background:{color:posts};
  342. margin-left:20px;
  343. z-index:99999999;
  344. -o-transition-transition: all 0.7s ease;
  345. -webkit-transition: all 0.7s ease;
  346. -moz-transition: all 0.7s ease;
  347. transition: all 0.7s ease;
  348. }
  349.  
  350.  
  351.  
  352. .wow {
  353. position:fixed;
  354. text-transform:uppercase;
  355. letter-spacing:1px;
  356. font-family:calibri;
  357. font-size:8px;
  358. right:15px;
  359. bottom:15px;
  360. }
  361.  
  362.  
  363. #sideback {
  364. position:fixed !important;
  365. width:110px;
  366. border-radius:0px;
  367. height:112px;
  368. padding:6px;
  369. padding-bottom:9px;
  370. margin-top:110px;
  371. margin-left:360px;
  372. border:1px solid {color:borders};
  373. background-image:url('{image:shadow}');
  374. }
  375.  
  376. #sidebar {
  377. z-index:99999;
  378. position:fixed !important;
  379. width:100px;
  380. height:100px;
  381. padding:10px;
  382. margin-top:100px;
  383. margin-left:345px;
  384. border:1px solid {color:borders};
  385. background:{color:posts};
  386. -webkit-transition: all 2s ease-out;
  387. -moz-transition: all 2s ease-out;
  388. transition: all 2s ease-out;
  389. }
  390.  
  391. #sidebar img{
  392. width:100%;
  393. height:100%;
  394. }
  395.  
  396.  
  397. #desc{
  398. position:fixed;
  399. z-index:999999999999999999999;
  400. margin-top:-110px;
  401. margin-left:-10px;
  402. display:inline-block;
  403. text-align:left;
  404. width:100px;
  405. height:90px;
  406. padding:10px;
  407. color:{color:text};
  408. font-family:arial;
  409. background:{color:posts};
  410. opacity:0;
  411. line-height:11px;
  412. font-size:10px;
  413. -webkit-transition: all .4s ease;
  414. -moz-transition: all .4s ease;
  415. -o-transition: all .4s ease;
  416. transition: all .4s ease;
  417. }
  418.  
  419.  
  420. #sidebar:hover #desc{
  421. opacity:1;
  422. -webkit-transition: all .7s ease;
  423. -moz-transition: all .7s ease;
  424. -o-transition: all .7s ease;
  425. transition: all .7s ease;
  426. }
  427.  
  428.  
  429.  
  430. #taissa{
  431. opacity:0;
  432. margin-left:-10px;
  433. margin-top:30px;
  434. position:fixed;
  435. z-index:99999999999999999999999999999;
  436. transition: all 0.9s ease-out;
  437. -o-transition-transition: all 0.9s ease-out;
  438. -webkit-transition: all 0.9s ease-out;
  439. -moz-transition: all 0.9s ease-out;
  440. }
  441.  
  442. #sidebar:hover #taissa{
  443. opacity:1;
  444. }
  445.  
  446.  
  447. #taissa a{
  448. padding:6px;
  449. width:2px;
  450. height:2px;
  451. border:1px solid {color:borders};
  452. display:inline-block;
  453. margin-top:9px;
  454. margin-left:4px;
  455. background: {color:posts};
  456. transition: all 0.9s ease-out;
  457. -o-transition-transition: all 0.9s ease-out;
  458. -webkit-transition: all 0.9s ease-out;
  459. -moz-transition: all 0.9s ease-out;
  460. }
  461. #taissa a:hover{
  462. background-image:url('{image:shadow}');
  463. transition: all 0.9s ease-out;
  464. -o-transition-transition: all 0.9s ease-out;
  465. -webkit-transition: all 0.9s ease-out;
  466. -moz-transition: all 0.9s ease-out;
  467. }
  468.  
  469.  
  470.  
  471.  
  472. .video iframe,
  473. .video .tumblr_video_container,
  474. .video .tumblr_video_container iframe {
  475. display:block;
  476. width:100%;
  477. height:auto;
  478. }
  479.  
  480. .video #youtube_iframe {
  481. display:block;
  482. width:100%;
  483. height:auto;
  484. }
  485.  
  486. .q{
  487. border-bottom:1px solid {color:borders};
  488. padding:10px;
  489. margin-left:-15px;
  490. position:relative;
  491. width:260px;
  492. margin-top:-15px;
  493. {block:PermalinkPage}
  494. width:410px;
  495. {/block:PermalinkPage}
  496. }
  497.  
  498. li {
  499. position:relative;
  500. display:block;
  501. }
  502.  
  503. li:before {
  504. content:'―';
  505. font-size:15px;
  506. position:absolute;
  507. left:-20px;
  508. color:{color:borders};
  509. top:0px;
  510. }
  511.  
  512. ol.notes li.note img.avatar {
  513. display:none;}
  514.  
  515. </style>
  516.  
  517.  
  518.  
  519. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
  520. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  521.  
  522. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  523. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  524.  
  525.  
  526.  
  527.  
  528. <body>
  529. <div id="center">
  530. <div id="content">
  531.  
  532. <div id="sideback"></div>
  533. <div id="sidebar">
  534. <img src="{image:sidebar}">
  535. <div id="desc">{description}</div>
  536. <div id="taissa">
  537. <a title="{text:Link 1 Title}" href="{text:Link 1}"></a>
  538. <a title="{text:Link 2 Title}" href="{text:Link 2}"></a>
  539. <a title="{text:Link 3 Title}" href="{text:Link 3}"></a>
  540. <a title="{text:Link 4 Title}" href="{text:Link 4}"></a>
  541. <a title="{text:Link 5 Title}" href="{text:Link 5}"></a>
  542. <a title="{text:Link 6 Title}" href="{text:Link 6}"></a>
  543. </div>
  544. </div>
  545.  
  546.  
  547.  
  548.  
  549.  
  550. <div id="posts">
  551. {block:Posts}
  552. <div id="entry">
  553.  
  554.  
  555. {block:IndexPage}
  556. <div class="block">
  557. <div class="perm">
  558. <a href="{Permalink}" target="_blank" >{NoteCount}</a>
  559. <a href="{reblogURL}" target="_blank" >reblog</a>
  560. </div>
  561. </div>
  562. <div class="shadow"></div>
  563. {/block:IndexPage}
  564.  
  565. {block:Text}
  566. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  567. <span class="entrytext">{Body}</span></span></a>
  568. {/block:Text}
  569.  
  570. {block:Link}
  571. <a href="{URL}" class="title">{Name}</a>
  572. {block:Description}{Description}{/block:Description}
  573. {block:Link}
  574.  
  575.  
  576. {block:Photo}
  577. {block:IndexPage}
  578. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="" />
  579. {/block:IndexPage}
  580. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>{LinkCloseTag}{/block:PermalinkPage}
  581. {/block:Photo}
  582.  
  583.  
  584. {block:Photoset}
  585. {block:IndexPage}
  586. {Photoset-250}
  587. {/block:IndexPage}
  588. {block:PermalinkPage}
  589. {Photoset-400}
  590. {/block:PermalinkPage}
  591. {/block:Photoset}
  592.  
  593. {block:Quote}
  594. <div class="quote">&ldquo; {quote} &rdquo;</div>
  595. {/block:Quote}
  596.  
  597. {block:Chat}
  598. {block:Title}<span class="title">{Title}</span>{/block:Title}
  599. <ul class="chat">
  600. {block:Lines}
  601. <li class="user_{UserNumber}">
  602. {block:Label}
  603. <span class="label">{Label}</span>
  604. {/block:Label}
  605. {Line}<p>
  606. {/block:Lines}
  607. {/block:Chat}
  608.  
  609. {block:Audio}
  610. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  611. {/block:Audio}
  612.  
  613. {block:Video}
  614. {block:IndexPage}<div class="video">{Video-500}</div>{/block:IndexPage}
  615. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  616. {block:Video}
  617.  
  618.  
  619. {block:Answer}
  620. <div class="q"><askk>{asker}:</askk>{Question}</div>
  621. <div class="a">{Answer}</div>
  622. {/block:Answer}
  623.  
  624. {block:PermalinkPage}
  625. <center>
  626. {block:Caption}{Caption}{/block:Caption}
  627. {block:RebloggedFrom}
  628. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  629. <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  630. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  631.  
  632. {block:NoteCount} <div style="border-bottom: 1px solid #eee; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  633. </center>
  634. {/block:PermalinkPage}
  635. {block:PostNotes}<div align="middle"></div>
  636. <center></center></span><br>
  637. <div id="postnotes">{PostNotes}</div><br>
  638. <center>{block:ContentSource}
  639. <br><a href="{SourceURL}">
  640. {lang:Source}:
  641. {block:SourceLogo}
  642. <img src="{BlackLogoURL}" width="{LogoWidth}"
  643. height="{LogoHeight}" alt="{SourceTitle}" />
  644. {/block:SourceLogo}
  645. {block:NoSourceLogo}
  646. {SourceLink}
  647. {/block:NoSourceLogo}
  648. </a>
  649. {/block:ContentSource}</center>
  650.  
  651. {/block:PostNotes}
  652. </div>
  653. {/block:Posts}
  654. </div></div>
  655.  
  656. {block:indexpage}
  657. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  658. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  659. <div class="wow"><a href="http://planthed.tumblr.com" target="_blank">thm</a>
  660. </div>
  661. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  662. <script type="text/javascript">
  663. $(window).load(function(){
  664. var $wall = $('#posts');
  665. $wall.imagesLoaded(function(){
  666. $wall.masonry({
  667. itemSelector: '#entry, #entry_photo',
  668. isAnimated : false
  669. });
  670. });
  671.  
  672. $wall.infinitescroll({
  673. navSelector : '#page-nav',
  674. nextSelector : '#page-nav a',
  675. itemSelector : '#entry, #entry_photo',
  676. bufferPx : 2000,
  677. debug : false,
  678. errorCallback: function() {
  679. $('#infscr-loading').fadeOut('normal');
  680. }},
  681. function( newElements ) {
  682. var $newElems = $( newElements );
  683. $newElems.hide();
  684. $newElems.imagesLoaded(function(){
  685. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  686. });
  687. }); $('#content').show(500);
  688. });
  689. </script>
  690. {/block:indexpage}
  691. <script type="text/javascript">
  692. <!--
  693.  
  694. // Disable Right Click Script
  695.  
  696. function IE(e)
  697. {
  698. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  699. {
  700. return false;
  701. }
  702. }
  703. function NS(e)
  704. {
  705. if (document.layers || (document.getElementById && !document.all))
  706. {
  707. if (e.which == "2" || e.which == "3")
  708. {
  709. return false;
  710. }
  711. }
  712. }
  713. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  714.  
  715. //-->
  716. </script>
  717. </body>
  718. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement