Advertisement
Guest User

Untitled

a guest
Feb 7th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6. Soap Theme brought to you by Atlas Designs
  7. https://atlasdesigns.co/
  8.  
  9. Do not remove credits unless given permission to do so.
  10.  
  11. -->
  12.  
  13. <head>
  14.  
  15. </script>
  16.  
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. {block:IndexPage}
  21.  
  22. <script type="text/javascript"
  23. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  26.  
  27. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  28. <script type="text/javascript">
  29. $(window).load(function () {
  30. var $content = $('#content');
  31. $content.masonry({itemSelector: '.entry'}),
  32. $content.infinitescroll({
  33. navSelector : 'div#pagination',
  34. nextSelector : 'div#pagination a#nextPage',
  35. itemSelector : '.entry',
  36. loading: {
  37. finishedMsg: '',
  38. img: 'https://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  39. },
  40. bufferPx : 600,
  41. debug : false,
  42. },
  43. // call masonry as a callback.
  44. function( newElements ) {
  45. var $newElems = $( newElements );
  46. $newElems.hide();
  47. // ensure that images load before adding to masonry layout
  48. $newElems.imagesLoaded(function(){
  49. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  50. {/block:IndexPage}
  51.  
  52. <meta name="color:background" content="#ffffff" />
  53. <meta name="color:text" content="#898989" />
  54. <meta name="color:title" content="#ffffff" />
  55. <meta name="color:title banner" content="#91dab2" />
  56. <meta name="color:banner corners" content="#68ac87" />
  57. <meta name="color:link" content="#cacaca" />
  58. <meta name="color:link hover" content="#a3a3a3" />
  59. <meta name="color:scrollbar" content="#cacaca" />
  60. <meta name="color:perma border" content="#a3a3a3">
  61.  
  62. <meta name="text:reblog" content="reblog">
  63. <meta name="text:home" content="home">
  64. <meta name="text:message" content="contact">
  65. <meta name="text:archive" content="index">
  66.  
  67. <meta name="image:background" content="" />
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72. ::-webkit-scrollbar {width: 6px; height: 0px; background:{color:background};}
  73. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  74.  
  75. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  76.  
  77. body {
  78. background-color: {color:Background};
  79. background-image:url({image:Background});
  80. background-attachment: fixed;
  81. background-repeat: repeat;
  82. font-size:12px;
  83. font-family:times
  84. font-weight:400;
  85. line-height:14px;
  86. text-transform:none;
  87. color: {color:text};
  88. }
  89.  
  90. #sidebar{
  91. position:absolute;
  92. width:240px;
  93. top:-160px;
  94. left:50%;
  95. margin-left:-645px;
  96. text-align:center;
  97. padding-top:100px;
  98. }
  99.  
  100. #title{
  101. position:fixed;
  102. min-width:250px;
  103. top:50px;
  104. right:50%;
  105. margin-right:330px;
  106. color:{color:title};
  107. background-color:{color:title banner};
  108. font-size:17px;
  109. padding:px;
  110. letter-spacing:5px;
  111. text-transform:uppercase;
  112. font-weight:100;
  113. text-align:center;
  114. }
  115. #title:after{
  116. content: "";
  117. display: block;
  118. position:absolute;
  119. bottom:-30px;
  120. left:-0px;
  121. width: 0px;
  122. height: 0px;
  123. border-style: solid;
  124. border-width: 0 30px 30px 0;
  125. border-color: transparent {color:banner corners} transparent transparent;
  126. }
  127. #title:before{
  128. content: "";
  129. display: block;
  130. position:absolute;
  131. bottom:-30px;
  132. right:-0px;
  133. width: 0px;
  134. height: 0px;
  135. border-style: solid;
  136. border-width: 30px 30px 0 0;
  137. border-color: {color:banner corners} transparent transparent transparent;
  138. }
  139.  
  140. .desc{
  141. font-size:12px;
  142. line-height:14px;
  143. text-transform:none;
  144. letter-spacing:0px;
  145. color:black;
  146. padding-bottom:px;
  147. padding-top: 160px;
  148. font-weight:400;
  149. }
  150.  
  151. #nav a{
  152. font-size:11px;
  153. line-height:24px;
  154. letter-spacing:0.5px;
  155. text-transform:lowercase;
  156. text-shadow:none;
  157. padding:px;
  158. padding-left:px;
  159. color:black;
  160. background-color:none;
  161. }
  162. #nav a:hover{
  163. background-color:lightblue;
  164. }
  165.  
  166. .answer{
  167. }
  168. .answer img {
  169. width:250px;
  170. height:auto;
  171. {block:permalinkpage}
  172. width:auto;
  173. height:auto;
  174. {/block:permalinkpage}
  175. }
  176.  
  177. a {
  178. text-decoration:none;
  179. color:{color:link};
  180. }
  181.  
  182. a:link, a:active, a:visited{
  183. color: {color:link};
  184. }
  185.  
  186. a:hover{
  187. color: {color:link hover};
  188. }
  189.  
  190. div#center{
  191. margin-left: 0px;
  192. width: 100%;
  193. height: auto;
  194. overflow-x:visible;
  195. }
  196.  
  197. div#content {
  198. width: 1100px;
  199. margin-left:-400px;
  200. margin-top:10px;
  201. left:50%;
  202. float:left;
  203. position: absolute;
  204. }
  205.  
  206. .entry{
  207. margin:54px;
  208. padding:0px;
  209. float:left;
  210. height:auto;
  211. background-color: #trans;
  212. {block:IndexPage}
  213. width:250px;
  214. overflow:hidden;
  215. {/block:IndexPage}
  216. {block:PermalinkPage}
  217. width:500px;
  218. height:auto;
  219. {/block:PermalinkPage}
  220. }
  221.  
  222. .title{
  223. font-size:22px;
  224. line-height:28px;
  225. text-transform:normal;
  226. color: {color:text};
  227. font-weight:100;
  228. }
  229.  
  230.  
  231. blockquote{
  232. padding:0px 0px 0px 3px;
  233. margin:0px 0px 0px 2px;
  234. border-left: 2px solid #ddd;
  235. }
  236.  
  237. .permalink{
  238. font-size:10px;
  239. line-height:0;
  240. text-transform:uppercase;
  241. text-align:left;
  242. opacity:0;
  243. -webkit-transition: all 0.4s linear;
  244. -webkit-transition: all 0.4s linear;
  245. -moz-transition: all 0.4s linear;
  246. transition: all 0.4s linear;
  247. }
  248. .entry:hover .permalink{
  249. line-height:10px;
  250. opacity:1;
  251. -webkit-transition: all 0.4s linear;
  252. -webkit-transition: all 0.4s linear;
  253. -moz-transition: all 0.4s linear;
  254. transition: all 0.4s linear;
  255. }
  256.  
  257. .entry:hover .like_and_reblog_buttons{
  258. opacity:.7;
  259. -webkit-transition: all 0.2s linear;
  260. -webkit-transition: all 0.2s linear;
  261. -moz-transition: all 0.2s linear;
  262. transition: all 0.2s linear;
  263. }
  264.  
  265. .like_and_reblog_buttons {
  266. display:block;
  267. position:absolute;
  268. top:-12px;
  269. right:0px;
  270. list-style: none;
  271. opacity:0;
  272. -webkit-transition: all 0.2s linear;
  273. -webkit-transition: all 0.2s linear;
  274. -moz-transition: all 0.2s linear;
  275. transition: all 0.2s linear;
  276. }
  277.  
  278. .like_and_reblog_buttons li {
  279. float: left;
  280. background-color:;
  281. padding:10px;
  282. height:20px;
  283. width:20px;
  284. }
  285.  
  286. .notess{
  287. position:absolute;
  288. left:0px;
  289. width:500px;
  290. height:200px;
  291. overflow:auto;
  292. text-align:center;
  293. }
  294. .notess img{
  295. border-radius:100%;
  296. }
  297. .notess li{
  298. list-style:none;
  299. }
  300.  
  301. {CustomCSS}
  302. </style>
  303.  
  304. <title>{title}</title>
  305.  
  306. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  307.  
  308. </head>
  309. <body>
  310.  
  311. <div id="sidebar">
  312. <div class="desc">{Description}</div>
  313. <div id="nav">
  314. <a href="/">{text:home}</a>
  315. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}
  316. </div>
  317. </div>
  318.  
  319. </div>
  320.  
  321. <div id="center">
  322. <div id="content">
  323.  
  324. {block:Posts}
  325.  
  326. <div class="entry">
  327.  
  328. {block:Text}
  329. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  330. <div style="margin-left:1px;">{Body}</div></div>
  331. <!--<div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div> -->
  332. {/block:Text}
  333.  
  334. {block:Link}
  335. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  336. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  337. <!--<div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div> -->
  338. {block:Link}
  339.  
  340. {block:Photo}
  341. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a></div>{LinkCloseTag}
  342. <ul class="like_and_reblog_buttons">
  343.  
  344. </ul>
  345. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  346. {/block:Photo}
  347.  
  348. {block:Photoset}
  349. <center>
  350. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  351. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  352. </center>
  353. <!--<div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div> -->
  354. {/block:IndexPage}
  355. {/block:Photoset}
  356.  
  357. {block:Quote}
  358. <div style="margin-left:3px;">
  359. {Quote}<br><i>{Source}</i></span>
  360. </div>
  361. <!--<div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div> -->
  362. {/block:Quote}
  363.  
  364. {block:Chat}
  365. <div style="margin-left:3px;">
  366. {block:Title}<span class="title">{Title}</span>{/block:Title}
  367. <ul class="chat"
  368. {block:Lines}
  369. </ul><li class="user_{UserNumber}">
  370. {block:Label}
  371. <span class="label">{Label}</span>
  372. {/block:Label}
  373. {Line}
  374. </li>
  375. {/block:Lines}
  376. </ul>
  377. </div>
  378. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  379. {/block:Chat}
  380.  
  381. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  382. <center>{AudioPlayerBlack}
  383. {block:Caption}{Caption}{/block:Caption}</center>
  384. <!--<div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div> -->
  385. {/block:Audio}
  386.  
  387. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1; style="padding:0px; border:3px solid #eeeeee"/><br>{Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  388. <div class="permalink">
  389. {/block:Answer}
  390.  
  391. {block:Video}
  392. {block:IndexPage}
  393. <center>
  394. {Video-250}</center>
  395. {/block:IndexPage}
  396. {block:PermalinkPage}
  397. <center>
  398. {Video-500}</center>
  399. {/block:PermalinkPage}
  400. <div class="permalink">
  401. {block:Video}
  402.  
  403.  
  404. {block:Caption}{Caption}<div style="height:0px;background-color:black;opacity:0;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  405. {block:NoteCount}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="tagURL"></a> {/block:Tags}{/block:hasTags}
  406. {/block:PermalinkPage}
  407.  
  408. {block:PostNotes}
  409. <!--
  410. </center></center>
  411. <div class="notes">{PostNotes}</div>
  412. {/block:PostNotes}
  413. </div>
  414. -->
  415. {/block:Posts}
  416.  
  417. {block:IndexPage}
  418. {block:Pagination}
  419. <div id="pagination">
  420. {block:NextPage}
  421. <a id="nextPage" href="{NextPage}"></a>
  422. {/block:NextPage}
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}"></a>
  425. {/block:PreviousPage}
  426. </div>
  427. {/block:Pagination}
  428. {/block:IndexPage}
  429. </div>
  430.  
  431. </body>
  432.  
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement