cordiiceps

CODE 02. BY SIILVERHAND.

Nov 22nd, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.46 KB | None | 0 0
  1. <!--
  2.  
  3. THEME CREATED BY CORDEECEPS !
  4.  
  5. DO NOT STEAL, REDISTRIBUTE, USE AS A BASE, REMOVE THE CREDIT OR CLAIM AS YOUR OWN !!
  6.  
  7. -->
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18.  
  19. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  20.  
  21. <link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap" rel="stylesheet">
  22.  
  23. <link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet">
  24.  
  25. <script src="//glenthemes.github.io/iconsax/geticons.js"></script>
  26. <link href="//glenthemes.github.io/iconsax/style.css" rel="stylesheet">
  27.  
  28.  
  29.  
  30.  
  31. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("a[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:90,
  39. tip_fade_speed:600,
  40. attribute:"title"
  41. });
  42. });
  43. })(jQuery);
  44. </script>
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <meta name="image:icon" content=""/>
  52.  
  53. <meta name="color:background" content="#000"/>
  54. <meta name="color:posts" content="#101010"/>
  55. <meta name="color:text" content="#cecece"/>
  56. <meta name="color:accent" content="#c7b470"/>
  57.  
  58. <meta name="text:desc" content="description goes here!"/>
  59. <meta name="text:one" content="index."/>
  60. <meta name="text:one link" content="/"/>
  61. <meta name="text:two" content="ask."/>
  62. <meta name="text:two link" content="/ask"/>
  63. <meta name="text:three" content="free link."/>
  64. <meta name="text:three link" content="/"/>
  65. <meta name="text:four" content="free link."/>
  66. <meta name="text:four link" content="/"/>
  67. <meta name="text:five" content="free link."/>
  68. <meta name="text:five link" content="/"/>
  69. <meta name="text:six" content="free link."/>
  70. <meta name="text:six link" content="/"/>
  71.  
  72.  
  73.  
  74.  
  75. </head>
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80.  
  81.  
  82. /* TOOLTIPS */
  83.  
  84. #s-m-t-tooltip { max-width:500px; margin:-40px 10px 10px 0px; background-color:{color:accent};
  85.  
  86. font-family:'Barlow';, serif; font-size:14px; text-transform:uppercase; color:{color:background}; font-weight: 900;
  87. padding-top:6px; padding-bottom:6px; padding-left:8px; padding-right:8px;
  88. z-index:999999999999999999999999999999999999;
  89. border-radius: 1px 1px 1px 1px; -moz-border-radius: 1px 1px 1px 1px; -webkit-border-radius: 1px 1px 1px 1px; }
  90.  
  91. /* SCROLL BAR */
  92.  
  93. ::-webkit-scrollbar {
  94. width: 0px;
  95. }
  96. ::-webkit-scrollbar-button {
  97. width: 0px; height:0px; }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. background: transparent; border-radius: 5px; }
  101.  
  102. ::-webkit-scrollbar-track {
  103. background: transparent; }
  104.  
  105. /* GENERAL STYLING */
  106.  
  107. body {
  108. background-color: {color:background};
  109. font-family: 'Barlow';
  110. font-weight:500;
  111. font-size: 13px;
  112. line-height:17px;
  113. color: {color:text};
  114. text-align:left;
  115.  
  116. }
  117.  
  118. p {
  119. padding:0px;
  120. }
  121.  
  122. sub, small, sup {
  123. font-size:13px;
  124. }
  125.  
  126. a {
  127. text-decoration:none;
  128. color: {color:text};
  129. -webkit-transition: all 0.3s ease;
  130. -moz-transition: all 0.3s ease;
  131. -o-transition: all 0.3s ease;
  132. opacity:0.7;
  133. }
  134.  
  135. a:hover {
  136. opacity:1;
  137. }
  138.  
  139. b, strong {
  140. color: {color:accent};
  141. font-weight:900;
  142. }
  143.  
  144. i, em {
  145. font-style:italic;
  146. }
  147.  
  148. h1, big, h2 {
  149. line-height:20px;
  150. font-size:20px;
  151. color: {color:accent};
  152. text-align:center;
  153. font-weight:600;
  154. font-family: 'Yeseva One', serif;
  155. }
  156.  
  157. h3 {
  158. font-size:16px;
  159. line-height:16px;
  160. text-align:left;
  161. font-weight:600;
  162. font-family: 'Yeseva One', serif;
  163. }
  164.  
  165. blockquote {
  166. padding:0px 20px 0px ;
  167. margin:0px 0 0px 0px;
  168. border-left: 2px solid {color:accent};
  169. margin-top:20px;
  170. margin-bottom:20px;
  171. }
  172.  
  173. blockquote blockquote {
  174. padding:0px 20px 0px ;
  175. margin:0px 0 0px 0px;
  176. border-left: 2px solid {color:accent};
  177. margin-top:20px;
  178. margin-bottom:20px;
  179. }
  180.  
  181. blockquote img {
  182. max-width: 100%;
  183. height:auto;
  184.  
  185. }
  186.  
  187. img {
  188. max-width: 100%;
  189. }
  190.  
  191. .caption img {
  192. max-width:100%;
  193. height:auto;
  194. }
  195.  
  196. .posts img {
  197. max-width:100%;
  198.  
  199. }
  200.  
  201. :root {
  202. --Iconsax-Size:18px;
  203. --Iconsax-Color:{color:accent};
  204. -webkit-transition: all 0.3s ease;
  205. -moz-transition: all 0.3s ease;
  206. -o-transition: all 0.3s ease;
  207. }
  208.  
  209.  
  210.  
  211. /* CONTAINER */
  212.  
  213. #anchor {
  214. position:absolute;
  215. margin-left:40%; margin-top:5%;
  216. width:1px;
  217. }
  218.  
  219. #sidebar {
  220. position:fixed;
  221. margin-left:-280px;
  222. width: 250px; height: 500px;
  223. margin-top:5%;
  224. z-index:999999!important;
  225. }
  226.  
  227. .icon {
  228. width:100px; height: 100px;
  229. float:right;
  230. border: 8px solid {color:posts};
  231. border-radius:100%;
  232. background: url({image:icon});
  233. background-repeat: no-repeat;
  234. background-size: 100px 100px;
  235. -webkit-transition: all 0.3s ease;
  236. -moz-transition: all 0.3s ease;
  237. -o-transition: all 0.3s ease;
  238. }
  239.  
  240. .icon:hover {
  241. border: 8px solid {color:accent};
  242. -webkit-transition: all 0.3s ease;
  243. -moz-transition: all 0.3s ease;
  244. -o-transition: all 0.3s ease;
  245. }
  246.  
  247. .desc{
  248. max-height:65px;
  249. overflow:auto;
  250. position:relative;
  251. margin-top:130px;
  252. font-style:italic;
  253. text-align:right;
  254. }
  255.  
  256. .linkwrap {
  257. position:relative;
  258. background-color:{color:posts};
  259. padding:20px;
  260. border-radius:5px;
  261. -webkit-transition: all 0.3s ease;
  262. -moz-transition: all 0.3s ease;
  263. -o-transition: all 0.3s ease;
  264. }
  265.  
  266. .links {
  267. z-index:9!important;
  268. display:flex;
  269. --Iconsax-Size:17px;
  270. }
  271.  
  272. .linkstwo {
  273. z-index:9!important;
  274. display:flex;
  275. --Iconsax-Size:17px;
  276. display:inline-block;
  277. }
  278.  
  279. .linksone {
  280. z-index:9!important;
  281. display:flex;
  282. --Iconsax-Size:17px;
  283. display:inline-block;
  284. }
  285.  
  286. .links .iconsax {
  287. float:left;
  288. padding-right:5px;
  289. }
  290.  
  291. .links a {
  292. color:{color:text};
  293. float:left;
  294. font-size:12px;
  295. text-transform:uppercase;
  296. font-weight:900;
  297. padding:3px;
  298. opacity:.6;
  299. -webkit-transition: all 0.3s ease;
  300. -moz-transition: all 0.3s ease;
  301. -o-transition: all 0.3s ease;
  302. }
  303.  
  304. .links a:hover {
  305. opacity:1;
  306. -webkit-transition: all 0.3s ease;
  307. -moz-transition: all 0.3s ease;
  308. -o-transition: all 0.3s ease;
  309. }
  310.  
  311. .sidebarline {
  312. height:2px;
  313. background-color:{color:accent};
  314. margin-top:20px; margin-bottom:20px;
  315. }
  316.  
  317. .pagination {
  318. position:relative;
  319. z-index:9!important;
  320. float:right;
  321. margin-top:15px;
  322. }
  323.  
  324. .pagination a {
  325. --Iconsax-Size:25px;
  326. --Iconsax-Color:{color:text};
  327. opacity:0.7;
  328. padding:5px;
  329. }
  330.  
  331. .pagination a:hover {
  332. --Iconsax-Size:25px;
  333. --Iconsax-Color:{color:text};
  334. opacity: 1;
  335. }
  336.  
  337. /* POSTS */
  338.  
  339. .posts {
  340. width:500px;
  341. background: {color:posts};
  342. padding: 30px;
  343.  
  344. }
  345.  
  346. .permalinks {
  347. padding:20px;
  348. background-color: {color:posts};
  349. text-transform:uppercase;
  350. width:520px;
  351. margin-top:0px;
  352. border-bottom:2px solid {color:background};
  353. }
  354.  
  355. .permalinks .iconsax{
  356. margin-top:-5px;
  357. --Iconsax-Color:{color:text};
  358. }
  359.  
  360. .permalinks a {
  361. text-decoration:none;
  362. font-size: 13px;
  363. color: {color:text};
  364. margin-left:10px; margin-right:10px;
  365. font-weight:500;
  366. }
  367.  
  368. .permalinks a:hover {
  369. color: {color:accent};
  370. }
  371.  
  372. .reblogs {
  373. float:right;
  374. margin-top:2px; margin-right:-10px;
  375. }
  376.  
  377. .tagswrap {
  378. margin-bottom:50px; margin-top:20px;
  379. }
  380.  
  381. .tags {
  382. text-align:center;
  383. width:520px;
  384. color:{color:accent};
  385. line-height:30px;
  386. letter-spacing:0px;
  387. --Iconsax-Size:15px;
  388. font-weight:600;
  389. font-style:italic;
  390. background-color:{color:posts};
  391. padding:20px;
  392. border-radius:5px;
  393. opacity:0.7;
  394. -webkit-transition: all 0.3s ease;
  395. -moz-transition: all 0.3s ease;
  396. -o-transition: all 0.3s ease;
  397. }
  398.  
  399. .tags a {
  400. font-size: 13px;
  401. color: {color:text};
  402. margin-right:15px;
  403. opacity:0.7;
  404. }
  405.  
  406. .tags a:hover {
  407. opacity:1;
  408. }
  409.  
  410. .asker {
  411. font-size:16px;
  412. font-weight:900;
  413. text-align:center;
  414. padding-top:10px;
  415. text-transform: uppercase;
  416. font-family: 'Yeseva One', serif;
  417. letter-spacing:2px;
  418. }
  419.  
  420. .question {
  421. padding-left:30px; padding-right:30px; padding-bottom:20px;
  422. border-bottom:2px solid {color:background};
  423. text-align:justify;
  424.  
  425. }
  426.  
  427. .quote {
  428. line-height:25px;
  429. padding-top:20px; padding-left:20px; padding-right:20px;
  430. color: {color:accent};
  431. font-size:20px;
  432. font-weight:600;
  433. margin-bottom:15px;
  434. text-align:left;
  435. font-family:'Yeseva One', serif;
  436. }
  437.  
  438. .quotesource {
  439. font-size:12px;
  440. padding-left: 20px; padding-right: 20px; padding-bottom: 10px;
  441. text-align:left;
  442. }
  443.  
  444. .playbutton {
  445. position:relative;
  446. margin-top:50px; margin-left:50px;
  447. z-index:9;
  448. width:33px;
  449. height:30px;
  450. overflow:hidden;
  451. }
  452.  
  453. .albumart img {
  454. position:relative;
  455. margin-top:-70px; margin-left:10px;
  456. height:100px; width:100px;
  457. -webkit-border-top-left-radius: 2px;
  458. -webkit-border-bottom-left-radius: 2px;
  459. -moz-border-radius-topleft: 2px;
  460. -moz-border-radius-bottomleft: 2px;
  461. border-top-left-radius: 2px;
  462. border-bottom-left-radius: 2px;}
  463.  
  464. .trackinfo {
  465. margin-bottom:30px;
  466. background: {color:accent};
  467. color: {color:posts};
  468. position:relative;
  469. margin-left:110px; margin-right:10px; margin-top:-103px;
  470. height:100px;
  471. -webkit-border-top-right-radius: 2px;
  472. -webkit-border-bottom-right-radius: 2px;
  473. -moz-border-radius-topright: 2px;
  474. -moz-border-radius-bottomright: 2px;
  475. border-top-right-radius: 2px;
  476. border-bottom-right-radius: 2px;}
  477.  
  478. .trackname {
  479. position:relative;
  480. padding-top:35px;
  481. text-align:center;
  482. font-size:14px;
  483. text-transform:uppercase;
  484. font-weight: 900;
  485. letter-spacing:2px;}
  486.  
  487. .artist {
  488. text-align:center;
  489. font-size:13px;
  490. text-transform:lowercase;
  491. letter-spacing:4px;
  492. font-weight:900;
  493. }
  494.  
  495. .album {
  496. text-align:center;
  497. font-style: italic;
  498. letter-spacing:4px;
  499. }
  500.  
  501.  
  502. .playcount {
  503. font-weight: bold;
  504. margin-top:5px;
  505. text-align:center;
  506. letter-spacing:2px;}
  507.  
  508. .chat {
  509. padding-bottom:2px;
  510. }
  511.  
  512. .chat li{
  513. list-style-type:none;
  514. margin-left:15px; margin-right:15px;
  515. line-height:25px;
  516. }
  517.  
  518.  
  519. .credit {
  520. z-index:9;
  521. bottom:20px;
  522. right:20px;
  523. position:fixed;
  524. padding:10px;
  525. --Iconsax-Size:30px;
  526. --Iconsax-Color:{color:accent};
  527. font-size:20px;
  528. padding:5px;
  529. }
  530.  
  531. .notes li {
  532. list-style:none;
  533. margin-left:-20px;
  534. width:520px;
  535. }
  536.  
  537. .notes img {
  538. display:none;
  539. }
  540.  
  541. .more_notes_link {
  542. text-transform:uppercase;
  543. line-height:50px;
  544. }
  545.  
  546. .result {
  547. width:520px;
  548. background-color:{color:posts};
  549. color:{color:text};
  550. display:flex;
  551. margin-bottom:40px;
  552. text-transform:uppercase;
  553. overflow:hidden;
  554. border-radius:5px;
  555. padding:20px;
  556. }
  557.  
  558. span.tag {
  559. margin-left:3px;
  560. color:{color:accent};
  561. text-decoration:underline;
  562. }
  563.  
  564. </style>
  565.  
  566. <body>
  567.  
  568.  
  569.  
  570. <div id="anchor">
  571.  
  572. <div id="sidebar">
  573. <div class="icon"></div>
  574.  
  575. <div class="desc">
  576. {text:desc}
  577. </div>
  578.  
  579. <div class="sidebarline"></div>
  580.  
  581. <div class="linkwrap">
  582. <div class="links">
  583. <div class="linksone">
  584. <a href="{text:one link}"><i class="iconsax" icon-name="home-2"></i> &nbsp;{text:one}</a>
  585. <a href="{text:three link}"><i class="iconsax" icon-name="user-1-octagon"></i>&nbsp;{text:three}</a> <p>
  586. <a href="{text:five link}"><i class="iconsax" icon-name="book-with-bookmark"></i>&nbsp;{text:five}</a>
  587. </div>
  588.  
  589. <div class="linkstwo">
  590. <a href="{text:two link}"><i class="iconsax" icon-name="mail"></i>&nbsp;{text:two}</a><p>
  591. <a href="{text:four link}"><i class="iconsax" icon-name="pen-tool-1
  592. "></i>&nbsp;{text:four}</a>
  593. <a href="{text:six link}"><i class="iconsax" icon-name="add-square
  594. "></i>&nbsp;{text:six}</a>
  595. </div>
  596.  
  597. </div><!--links end--->
  598. </div><!--linkwrap end--->
  599.  
  600. <div class="pagination">
  601. {block:Pagination}
  602. {block:PreviousPage}
  603. <a href="{PreviousPage}"><i class="iconsax" icon-name="chevron-circle-left"></i></a>
  604. {/block:PreviousPage}
  605. {block:NextPage}
  606. <a href="{NextPage}"><i class="iconsax" icon-name="chevron-circle-right"></i></a>
  607. {/block:NextPage}
  608. {/block:Pagination}
  609. </div>
  610.  
  611. </div><!--sidebar end--->
  612.  
  613.  
  614.  
  615.  
  616.  
  617. {block:TagPage}
  618. <div class="result">
  619. {lang:Showing TagResultCount posts tagged Tag 2}
  620. </div>
  621. {/block:TagPage}
  622.  
  623.  
  624. {block:Posts}
  625.  
  626. {block:Date}
  627. <div class="permalinks">
  628. <i class="iconsax" icon-name="calendar-1"></i><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
  629.  
  630. {block:PermalinkPage}
  631. {block:NoteCount}<i class="iconsax" icon-name="star"></i><a href="{Permalink}">{NoteCount} &nbsp;notes</a>
  632. {/block:NoteCount}
  633. {/block:PermalinkPage}
  634.  
  635. <div class="reblogs">
  636. {block:RebloggedFrom}
  637. <a href="{ReblogParentURL}" title="via"><i class="iconsax" icon-name="link-3"></i></a> <!--VIA-->
  638. <a href="{ReblogRootURL}" title="source"><i class="iconsax" icon-name="book-with-bookmark
  639. "></i></a> <!--SOURCE-->
  640. {/block:RebloggedFrom}
  641. <a href="{ReblogURL}" title="reblog"><i class="iconsax" icon-name="repeat"></i></a> <!--REBLOG-->
  642. </div></div>
  643. {/block:Date}
  644.  
  645. <div class="posts">
  646.  
  647. {block:Title}<h2>{Title}</h2>{/block:Title}
  648. {block:Text}<p>{Body}</p>{/block:Text}
  649.  
  650. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  651.  
  652. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  653.  
  654. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  655.  
  656.  
  657. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  658.  
  659. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  660.  
  661. {block:Chat}{block:Title}<h2>{Title}</h2></a>{/block:Title}
  662. {block:Lines}<div class="chat"><li>{block:Label}<b>{Label}</b>&nbsp;&nbsp;&nbsp;{/block:Label}{Line}</li></div>{/block:Lines}{/block:Chat}
  663.  
  664. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  665.  
  666. {block:Audio}
  667. {block:AudioPlayer}
  668. <div class="playbutton">{AudioPlayerGrey}</div>
  669. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  670. <div class="trackinfo">
  671. <div class="trackname">
  672. {block:TrackName}{TrackName}{/block:TrackName}
  673. </div>
  674. <div class="artist">
  675. {block:Artist}{Artist}{/block:Artist}
  676. </div>
  677. <div class="album">
  678. {block:Album}{Album}{/block:Album}
  679. </div>
  680. <div class="playcount">
  681. {block:PlayCount}played: {PlayCount} times{/block:PlayCount}
  682. </div>
  683. </div>
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:AudioPlayer}
  686. {/block:Audio}
  687.  
  688. {block:Answer}
  689. <div class="asker">{Asker} whispered</div>
  690. <div class="question">{Question}</div>
  691. {Answer}
  692. {/block:Answer}
  693. </div>
  694.  
  695.  
  696.  
  697.  
  698. <div class="tagswrap">
  699. {block:HasTags}
  700. <div class="tags">{block:Tags}<i class="iconsax" icon-name="tag-1"></i> <a href="{TagUrl}">&nbsp;{Tag}</a>{/block:Tags}</div>
  701. {/block:HasTags}
  702. </div>
  703.  
  704. {/block:Posts}
  705.  
  706. {block:PermalinkPage}
  707. {block:PostNotes}
  708. <!--<h3>{lang:Notes}</h3>-->
  709. <div class="notes">{PostNotes}</div>
  710. {/block:PostNotes}
  711. {/block:PermalinkPage}
  712.  
  713.  
  714. </div>
  715.  
  716. {block:ContentSource}
  717. <br/><br/>{lang:Source}: <a href="{SourceURL}">{SourceTitle}</a>
  718. {/block:ContentSource}
  719.  
  720.  
  721.  
  722. </div>
  723.  
  724.  
  725.  
  726. <div class="credit"><a href="https://silverhandresources.tumblr.com/" title="theme by siilverhand"><i class="iconsax" icon-name="code-circle"></i></a></div>
  727.  
  728. </body>
  729.  
  730.  
  731.  
  732. </html>
  733.  
  734.  
Advertisement
Add Comment
Please, Sign In to add comment