calliearambulo

Greyson 3.0 by Pillow Themes

Dec 13th, 2019
2,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!---
  4. ___ ___ _ _ _____ __ _____ _ _ ___ __ __ ___ ___
  5. | _ \_ _| | | | / _ \ \ / / |_ _| || | __| \/ | __/ __|
  6. | _/| || |__| |_| (_) \ \/\/ / | | | __ | _|| |\/| | _|\__ \
  7. |_| |___|____|____\___/ \_/\_/ |_| |_||_|___|_| |_|___|___/
  8.  
  9. BY CARA
  10.  
  11. Rules:
  12. 1. Do not steal snippets or all of my codes.
  13. 2. Do not claim theme as yours.
  14. 3. Do not remove the credit.
  15. -->
  16.  
  17. <head>
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{FavIcon}" />
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  23. <link href="https://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css"/>
  24. <link rel="stylesheet" href="https://static.tumblr.com/vowb075/m9vpc1yxe/animate.min.css">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Gudea|Solway&display=swap" rel="stylesheet">
  27.  
  28. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  29.  
  30. <!--- START META TAGS --->
  31. <meta name="color:Background" content=""/>
  32. <meta name="color:Text" content=""/>
  33. <meta name="color:Accent" content=""/>
  34. <meta name="color:Border" content=""/>
  35.  
  36. <meta name="text:font size" content="just type the number"/>
  37.  
  38. <meta name="text:link 1 name" content=""/>
  39. <meta name="text:link 1 url" content=""/>
  40.  
  41. <meta name="text:link 2 name" content=""/>
  42. <meta name="text:link 2 url" content=""/>
  43.  
  44. <meta name="text:link 3 name" content=""/>
  45. <meta name="text:link 3 url" content=""/>
  46.  
  47. <meta name="text:sidebar quote" content=""/>
  48. <!-- END OF META TAGS -->
  49.  
  50. </head>
  51. <style type="text/css">
  52.  
  53. /* SCROLLBAR */
  54. ::-webkit-scrollbar {
  55. width:12px;
  56. }
  57.  
  58. ::-webkit-scrollbar-track {
  59. background-color:{color:accent};
  60. }
  61.  
  62. ::-webkit-scrollbar-thumb {
  63. border-top:5px solid {color:accent};
  64. border-bottom:5px solid {color:accent};
  65. border-left:5px solid {color:accent};
  66. border-right:5px solid {color:accent};
  67. background-color:#fff;
  68. }
  69.  
  70. body {
  71. color:{color:text};
  72. background-color:{color:background};
  73. font-size:{text:font size}px;
  74. font-family: 'Gudea', sans-serif;
  75. line-height:1.5;
  76. }
  77.  
  78. a {
  79. text-decoration:none;
  80. color:{color:accent};
  81. }
  82.  
  83. iframe, img, embed, object, video {
  84. max-width: 100%;
  85. }
  86.  
  87. blockquote {
  88. border-left:1.5px solid {color:accent};
  89. color:{color:text};
  90. margin-left:10px;
  91. padding-left:10px;
  92. }
  93.  
  94. /* DO NOT REMOVE MY CREDITS */
  95. #pillowthemes {
  96. bottom:20px;
  97. right:20px;
  98. width:30px;
  99. height:30px;
  100. border-radius:50%;
  101. position:fixed;
  102. background-image: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);
  103. }
  104. /* DO NOT REMOVE MY CREDITS */
  105.  
  106. #container {
  107. width:1000px;
  108. height:700px;
  109. background-color:#fff;
  110. margin:50px auto 50px auto;
  111. overflow-x:hidden;
  112. }
  113.  
  114. #content {
  115. width:500px;
  116. height:auto;
  117. margin:150px 130px 50px 50px;
  118. float:right;
  119. }
  120.  
  121. /* Individual Posts */
  122. article {
  123. width:500px;
  124. margin-bottom:100px;
  125. border:1px solid {color:border};
  126. {block:PermalinkPage}
  127. width:500px;
  128. {/block:PermalinkPage}
  129. }
  130.  
  131. #sidebar {
  132. width:200px;
  133. height:640px;
  134. float:left;
  135. background-color:#fff;
  136. border-right:1px solid {color:border};
  137. position:fixed;
  138. margin-top:68px;
  139. margin-left:20px;
  140. text-align:right;
  141. }
  142.  
  143. #sidebarim {
  144. width:64px;
  145. height:64px;
  146. }
  147.  
  148. #sidebarim img {
  149. width:64px;
  150. height:64px;
  151. margin-top:40px;
  152. margin-right:-105px;
  153. border-radius:50%;
  154. }
  155.  
  156. #description {
  157. margin-top:60px;
  158. margin-right:30px;
  159. }
  160.  
  161. #sidebarquote {
  162. border-top:1px solid {color:border};
  163. margin-top:20px;
  164. padding-right:30px;
  165. padding-top:20px;
  166. }
  167.  
  168. #updates {
  169. border-top:1px solid {color:border};
  170. margin-top:20px;
  171. padding-right:30px;
  172. padding-top:20px;
  173. }
  174.  
  175. #header {
  176. width:948px;
  177. height:auto;
  178. padding:20px;
  179. background-color:#fff;
  180. border-bottom:1px solid {color:border};
  181. position:fixed;
  182. z-index:99;
  183. text-align:right;
  184. }
  185.  
  186. #header a {
  187. color:{color:text};
  188. margin-right:20px;
  189. text-transform:lowercase;
  190. -webkit-transition: all 0.2s linear;
  191. -moz-transition: all 0.2s linear;
  192. -o-transition: all 0.2s linear;
  193. transition: all 0.2s linear;
  194. }
  195.  
  196. #header a:hover {
  197. color:{color:accent};
  198. -webkit-transition: all 0.2s linear;
  199. -moz-transition: all 0.2s linear;
  200. -o-transition: all 0.2s linear;
  201. transition: all 0.2s linear;
  202. }
  203.  
  204. article:hover #perma {
  205. margin-top:15px;
  206. opacity:1;
  207. -webkit-transition: all 0.2s linear;
  208. -moz-transition: all 0.2s linear;
  209. -o-transition: all 0.2s linear;
  210. transition: all 0.2s linear;
  211. }
  212.  
  213. #perma {
  214. font-size:10px;
  215. margin-top:10px;
  216. width:500px;
  217. opacity:0;
  218. text-align:center;
  219. text-transform:lowercase;
  220. background-color:#fff;
  221. position:absolute;
  222. {block:PermalinkPage}
  223. display:none;
  224. {/block:PermalinkPage}
  225. -webkit-transition: all 0.2s linear;
  226. -moz-transition: all 0.2s linear;
  227. -o-transition: all 0.2s linear;
  228. transition: all 0.2s linear;
  229. }
  230.  
  231. #perma a {
  232. color:{color:text};
  233. margin:20px;
  234. }
  235.  
  236. .lnr-pushpin {
  237. font-size:12px;
  238. }
  239.  
  240. .lnr-tag {
  241. font-size:12px;
  242. }
  243.  
  244. .lnr-redo {
  245. font-size:12px;
  246. }
  247.  
  248. /* TAGS */
  249. .tags {
  250. padding:0px 10px 0px 20px;
  251. display:inline;
  252. }
  253.  
  254. /* TEXT POSTS */
  255. .ptitle {
  256. font-size:18px;
  257. text-transform:lowercase;
  258. margin:20px;
  259. }
  260.  
  261. .ptitle a {
  262. color:{color:accent};
  263. }
  264.  
  265. .pbody {
  266. margin:20px;
  267. }
  268.  
  269. #posttext img {
  270. width:auto;
  271. height:auto;
  272. }
  273.  
  274. /* QUOTE POSTS */
  275. .quo {
  276. margin:20px;
  277. background-color:{color:accent};
  278. padding:10px;
  279. }
  280.  
  281. .source {
  282. margin:20px;
  283. }
  284.  
  285. /* ASK POSTS */
  286. .as {
  287. margin:20px;
  288. text-transform:lowercase;
  289. font-size:18px;
  290. color:{color:accent};
  291. }
  292.  
  293. .q {
  294. margin:20px;
  295. padding:10px;
  296. background-color:{color:accent};
  297. }
  298.  
  299. .ans {
  300. margin:20px;
  301. }
  302.  
  303. /* AUDIO POSTS */
  304. .albumart {
  305. width:250px;
  306. height:250px;
  307. }
  308.  
  309. .aplayer {
  310. width:250px;
  311. }
  312.  
  313. .acaption {
  314. padding:5px 10px 10px 10px;
  315. }
  316.  
  317. .tumblr_audio_player {
  318. height: 30px;
  319. width: 270px;
  320. }
  321.  
  322. /* POST CAPTION */
  323. .caption {
  324. margin:20px;
  325. }
  326.  
  327. /* CREDITS TO TUMBLR DOCS */
  328. ol.notes {
  329. padding: 0px;
  330. margin: 25px 0px;
  331. list-style-type: none;
  332. border-bottom: solid 1px {color:border};
  333. }
  334.  
  335. ol.notes li.note {
  336. border-top: solid 1px {color:border};
  337. padding: 10px;
  338. }
  339.  
  340. ol.notes li.note img.avatar {
  341. vertical-align: -4px;
  342. margin-right: 10px;
  343. width: 16px;
  344. height: 16px;
  345. }
  346.  
  347. ol.notes li.note span.action {
  348. }
  349.  
  350. ol.notes li.note .answer_content {
  351. font-weight: normal;
  352. }
  353.  
  354. ol.notes li.note blockquote {
  355. border-color: #eee;
  356. padding: 4px 10px;
  357. margin: 10px 0px 0px 25px;
  358. }
  359.  
  360. ol.notes li.note blockquote a {
  361. text-decoration: none;
  362. }
  363. /* CREDITS TO TUMBLR DOCS */
  364.  
  365. .pagi {
  366. border-top:1px solid {color:border};
  367. margin-top:20px;
  368. padding-right:30px;
  369. padding-top:20px;
  370. }
  371.  
  372. /* TUMBLR CONTROLS */
  373. .tmblr-iframe {
  374. position:fixed!important;
  375. top:0;
  376. right:0;
  377. z-index:999999!important;
  378. -webkit-transform:scale(0.8,0.8);
  379. -webkit-transform-origin: 100% 0%;
  380. -ms-transform-origin:100% 0%;
  381. -ms-transform:scale(0.8,0.8);
  382. transform:scale(0.8,0.8);
  383. transform-origin:100% 0%;
  384. }
  385.  
  386. </style>
  387. <body>
  388. <!--- PILLOW THEMES --->
  389. <div id="container">
  390. <div id="header">
  391. <a href="/ask">mailbox</a>
  392. <a href="{text:link 1 url}">{text:link 1 name}</a>
  393. <a href="{text:link 2 url}">{text:link 2 name}</a>
  394. <a href="{text:link 3 url}">{text:link 3 name}</a>
  395. <a href="/archive">archive</a>
  396. <!--- DO NOT REMOVE MY CREDITS --->
  397. <a href="https://pillowthemes.tumblr.com/">credit</a>
  398. <!--- DO NOT REMOVE MY CREDITS --->
  399. <a href="/" style="font-family: 'Solway', serif;font-size:18px;color:{color:accent};letter-spacing:1px;">{Title}</a>
  400. </div>
  401. <!--- PILLOW THEMES --->
  402. <div id="sidebar">
  403. <div id="sidebarim"><img src="{PortraitURL-64}"></div>
  404. <div id="description">{Description}</div>
  405. <div id="sidebarquote">{text:sidebar quote}</div>
  406. <div id="updates">
  407. status: <span style="background-color:{color:accent};">online</span>
  408. <br>
  409. mailbox: <span style="background-color:{color:accent};">accepting</span>
  410. <br>
  411. follower count: <span style="background-color:{color:accent};">insert count code</span>
  412. <br>
  413. page views: <span style="background-color:{color:accent};">insert page count code</span>
  414. </div>
  415. {block:Pagination}
  416. <div class="pagination">
  417. <div class="pagi">
  418. {block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}
  419. {block:NextPage}<a href="{NextPage}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forward</a>{/block:NextPage}
  420. </div></div>
  421. {/block:Pagination}
  422. <!--- PILLOW THEMES --->
  423. <nav>
  424. <ul>
  425. {block:HasPages}
  426. {block:Pages}
  427. <li> <a href="{URL}">{Label}</a></li>
  428. {/block:Pages}
  429. {/block:HasPages}
  430. </ul>
  431. </nav>
  432. </div>
  433. <!--- PILLOW THEMES --->
  434. <div id="content">
  435. {block:Posts}
  436. <article>
  437. <!--- PILLOW THEMES --->
  438. {block:Photo}
  439. <div class="photo">
  440. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  441. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  442. {/block:Photo}
  443. <!--- PILLOW THEMES --->
  444.  
  445. {block:Photoset}
  446. <div class="photoset">
  447. {block:IndexPage}
  448. {Photoset-500}
  449. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  450. {/block:IndexPage}
  451. {block:PermalinkPage}
  452. {Photoset-500}
  453. {/block:PermalinkPage}
  454. {/block:Photoset}
  455.  
  456. {block:Text}
  457. <div id="posttext">
  458. {block:Title}<div class="ptitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  459. <div class="pbody">{Body}</div>
  460. {/block:Text}
  461.  
  462. {block:Link}
  463. <div class="link">
  464. <a href="{URL}">{Name}</a>
  465. {block:Description}{Description}{/block:Description}
  466. {/block:Link}
  467.  
  468. {block:Quote}
  469. <div class="quote">
  470. <div class="quo">“{Quote}”</div>
  471. {block:Source}<div class="source">—&nbsp;&nbsp;{Source}</div>{/block:Source}
  472. {/block:Quote}
  473.  
  474. {block:Chat}
  475. <div class="chat">
  476. <ul>
  477. {block:Lines}
  478. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  479. {/block:Lines}
  480. </ul>
  481. {/block:Chat}
  482.  
  483. {block:Audio}
  484. {block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
  485. {block:AudioPlayer}<div class="aplayer">{AudioPlayer}</div>{/block:AudioPlayer}
  486. <!-- CHANGE AUDIO-250 TO AUDIO-500 IF YOUR POST SIZE IS 500 -->
  487. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  488. {block:IndexPage}<div class="acaption">{block:TrackName}Track: {TrackName}<br>{/block:TrackName}
  489. {block:Artist}Artist: {Artist}<br>{/block:Artist}
  490. {block:PlayCount}Played: {PlayCount}{/block:PlayCount}</div>
  491. {/block:IndexPage}
  492. {block:PermalinkPage}
  493. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  494. {/block:PermalinkPage}
  495. {/block:Audio}
  496.  
  497. {block:Video}
  498. <div id="post video">
  499. <!-- CHANGE VIDEO-250 TO VIDEO-500 IF YOUR POST SIZE IS 500 -->
  500. {Video-500}
  501. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  502. </div>
  503. {/block:Video}
  504.  
  505. {block:Answer}
  506. <div class="as">{Asker} asked:</div>
  507. <div class="q">{Question}</div>
  508. <div class="ans">{Answer}</div>
  509. {/block:Answer}
  510.  
  511. {block:IndexPage}
  512. <div id="perma">
  513. <a href="{Permalink}" title="{NoteCountWithLabel}"><span class="lnr lnr-tag"></span></a>
  514. <a href="{Permalink}" title="{DayOfMonthWithZero} {Month} {Year}"><span class="lnr lnr-pushpin"></span></a>
  515. <a href="{ReblogURL}" title="Reblog?"><span class="lnr lnr-redo"></span></a>
  516. </div>
  517. {/block:IndexPage}
  518.  
  519.  
  520. {block:PermalinkPage}
  521. {block:HasTags}{block:Tags}<div class="tags"><a href="{TagURL}"> #{Tag} </a></div>{/block:Tags}{/block:HasTags}
  522. {block:PostNotes}{PostNotes}{/block:PostNotes}
  523. {/block:PermalinkPage}
  524.  
  525. </article>
  526. {/block:Posts}
  527. </div>
  528. </div>
  529.  
  530. <!--- DO NOT TOUCH THIS PART --->
  531. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  532. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  533. {block:IfInfiniteScroll}
  534. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  535. <script src="https://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  536. {/block:IfInfiniteScroll}
  537.  
  538. <script>
  539. (function() {
  540. var $tumblelog = $('#content');
  541. {block:IfInfiniteScroll}
  542. $tumblelog.infinitescroll({
  543. navSelector : ".pagination",
  544. nextSelector : ".pagination a:first",
  545. itemSelector : "article",
  546. bufferPx : 50,
  547. done : "",
  548. loading: {
  549. img : "",
  550. msgText: ""
  551. },
  552. },
  553. function( newElements ) {
  554. var $newElems = $( newElements ).css({ opacity: 0 });
  555. $newElems.imagesLoaded(function(){
  556. $newElems.animate({ opacity: 1 });
  557. $tumblelog.masonry( 'appended', $newElems);
  558. });
  559. }
  560. );
  561. {/block:IfInfiniteScroll}
  562. $tumblelog.imagesLoaded( function(){
  563. $tumblelog.masonry({
  564. columnWidth: function( containerWidth ) {
  565. return containerWidth / 100;
  566. }
  567. });
  568. });
  569. })();
  570. </script>
  571. <!--- DO NOT TOUCH THIS PART --->
  572.  
  573.  
  574. <!-- DO NOT REMOVE MY CREDITS -->
  575. <a href="https://pillowthemes.tumblr.com/" title="Theme by Pillow Themes"><div id="pillowthemes"></div></a>
  576.  
  577. </body>
  578. </html>
Add Comment
Please, Sign In to add comment