Advertisement
planthed

Roses

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