Advertisement
danystormborn

Nobody

Jul 15th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <style>
  6. body, a, a:hover { cursor:url('{text:Cursor Image URL}'), auto }::selection {
  7.  
  8. background: {color:Select color}; /* Safari */
  9.  
  10. }
  11.  
  12. ::-moz-selection {
  13.  
  14. background: {color:Select color}; /* Firefox */
  15.  
  16. }</style>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25.  
  26. <meta name="color:background" content="#ffffff"/>
  27. <meta name="color:text" content="#2b2b2b"/>
  28. <meta name="color:link" content="#2b2b2b"/>
  29. <meta name="color:hover" content="#949494"/>
  30. <meta name="color:blog title" content="#dadada"/>
  31. <meta name="color:border" content=""/>
  32. <meta name="color:sidebar background" content=""/>
  33.  
  34.  
  35. <meta name="image:background" content=""/>
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:sidebar2" content=""/>
  38.  
  39. <meta name="text:link 1 URL" content="" />
  40. <meta name="text:link 1" content="" />
  41. <meta name="text:link 2 URL" content="" />
  42. <meta name="text:link 2" content="" />
  43. <meta name="text:link 3 URL" content="" />
  44. <meta name="text:link 3" content="" />
  45. <meta name="text:link 4 URL" content="" />
  46. <meta name="text:link 4" content="" />
  47. <meta name="text:link 5 URL" content="" />
  48. <meta name="text:link 5" content="" />
  49.  
  50. <meta name="text:title size" content="" />
  51. <meta name="text:desc size" content="" />
  52. <meta name="text:link size" content="" />
  53. <meta name="text:reblog" content=""/>
  54. <meta name="text:notes" content=""/>
  55. <meta name="text:via" content=""/>
  56. <meta name="text:source" content=""/>
  57.  
  58. <meta name="if:Link1" content="" />
  59. <meta name="if:Link2" content="" />
  60. <meta name="if:Link3" content="" />
  61. <meta name="if:Link4" content="" />
  62. <meta name="if:Link5" content="" />
  63.  
  64.  
  65. <!---fonts--->
  66. <link href='https://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  67. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  68.  
  69. <!---end fonts--->
  70.  
  71. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  72. <script type="text/javascript"
  73. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  74.  
  75.  
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  77.  
  78. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  79. <script>
  80. (function($){$(document)
  81. .ready(function(){$("[title]")
  82. .style_my_tooltips();});})
  83. (jQuery);
  84. </script>
  85.  
  86. {block:IndexPage}
  87. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  88. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  89.  
  90. <script type="text/javascript">
  91. $(window).load(function(){
  92. var $wall = $('#entries');
  93. $wall.imagesLoaded(function(){
  94. $wall.masonry({
  95. itemSelector: '#posts, #posts_photo',
  96. isAnimated : false
  97. });
  98. });
  99.  
  100. $wall.infinitescroll({
  101. navSelector : '#pagination',
  102. nextSelector : '#pagination a',
  103. itemSelector : '#posts, #posts_photo',
  104. bufferPx : 2000,
  105. debug : false,
  106. errorCallback: function() {
  107. $('#scroll').fadeOut('normal');
  108. }},
  109. function( newElements ) {
  110. var $newElems = $( newElements );
  111. $newElems.hide();
  112. $newElems.imagesLoaded(function(){
  113. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  114. });
  115. }); $('#entries').show(500);
  116. });
  117. </script>
  118.  
  119.  
  120. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  121.  
  122. {/block:IndexPage}
  123.  
  124.  
  125. <!---------------END SCRIPTS--------------->
  126.  
  127.  
  128. <style type="text/css">
  129.  
  130. .tmblr-iframe{
  131. margin-top:5px;
  132. margin-right:0px;
  133. z-index:9999999999999;!important;
  134. -webkit-filter: invert(100%);
  135. }
  136.  
  137.  
  138.  
  139. ::-webkit-scrollbar{ width:10px; background-color:{color:background}; }
  140. ::-webkit-scrollbar-thumb{ background-color: {color:blog border}; border: 1px solid {color:background}; }
  141.  
  142. #s-m-t-tooltip {
  143. padding: 4px;
  144. height:auto;
  145. display: none;
  146. font-family: Alegreya,400;
  147. font-size: 9px;
  148. max-width:150px;
  149. text-transform:uppercase;
  150. text-align: center;
  151. letter-spacing:1px;
  152. margin-top:10px;
  153. margin-left: 15px;
  154. line-height: 8px;
  155. z-index: 999999999999;
  156. border: 1px solid {color:Borders};
  157. background:{color:Post Background};
  158. color: {color:text};
  159. }
  160.  
  161. body{
  162. margin:0px;
  163. background-color: {color:Background};
  164. background-attachment:fixed;
  165. background-position:bottom right;
  166. font-size:10px;
  167. letter-spacing:1px;
  168. overflow-x:hidden;
  169. text-align:left;
  170. color: {color:Text};
  171. background-image:url({image:Background});
  172. {block:ifMaximisedBackground}
  173. -webkit-background-size: cover;
  174. -moz-background-size: cover;
  175. -o-background-size: cover;
  176. background-size: cover;
  177. background-position:left-bottom;
  178. {/block:ifMaximisedBackground}
  179. }
  180.  
  181.  
  182. a:link, a:active, a:visited{
  183. text-decoration: none;
  184. color: {color:Link};
  185. }
  186.  
  187. a:hover {
  188. color:{color:Link};
  189. text-decoration:none;
  190. }
  191.  
  192. #sidebar {
  193. position:fixed;
  194. padding:5px;
  195. text-align:left;
  196. position:fixed;
  197. margin-left:-30%;
  198. margin-top:10%;
  199. width:22%;
  200. background:{color:Sidebar Background};
  201.  
  202. border:10px solid {color:border};
  203. }
  204.  
  205. #sidebar img {
  206. width:45%;
  207. height:auto;
  208.  
  209. border:2px solid {color:border};
  210. }
  211.  
  212. .sidebar2 img{
  213. width:45%;
  214. height:auto;
  215.  
  216. border:2px solid {color:border};
  217. }
  218.  
  219. .blogtitle{
  220. padding:5px;
  221. text-align:center;
  222. text-transform:none;
  223. height:auto;
  224. background-color:{color:sidebar background};
  225. font-size:{text:title size};
  226. line-height:100%;
  227. letter-spacing:2%;
  228. font-family:'Rochester';
  229. position:fixed;
  230. margin-left:-1.25%;
  231. margin-top:-7%;
  232. padding-bottom:1%;
  233. width:21.7%;
  234.  
  235. border:10px solid {color:border};
  236.  
  237.  
  238. }
  239.  
  240. #links {
  241. font-size:{text:links size};
  242. margin-top:10%;
  243. text-align:center;
  244. text-transform:none;
  245. font-weight:bold;
  246. color:{color:links};
  247. background-color:{color:sidebar background};
  248.  
  249. border:2px solid {color:border};
  250. }
  251.  
  252. #links a {
  253. color:{color:links};
  254. margin-bottom:0%;
  255. -moz-transition-duration:0.4s;
  256. -webkit-transition-duration:0.4s;
  257. -o-transition-duration:0.4s;
  258. }
  259.  
  260. #links a:hover{
  261. color:{color:hover};
  262. }
  263.  
  264. #description {
  265. font-size:{text:desc size}
  266. margin-top:10px;
  267. text-align:center;
  268. font-family:'Lora', serif;
  269. padding-top:2%;
  270. }
  271.  
  272. /*container*/
  273.  
  274. #entries{
  275. text-align:left;
  276. width:70%;
  277. margin-left:35%;
  278. margin-top:5%;
  279. position:relative;
  280.  
  281. {block:PermalinkPage}
  282. width:550px;
  283. margin-left:130px;
  284. {/block:PermalinkPage}
  285. }
  286.  
  287. #posts{
  288. text-align:left;
  289. margin-right:10%;
  290. margin-bottom:5%;
  291. background:{color:Post Background};
  292. padding:1%;
  293. display:block;
  294. width:15%;
  295. {block:PermalinkPage}
  296. width:500px;
  297. {/block:PermalinkPage}
  298.  
  299. border: 10px solid {color:Border};
  300. }
  301.  
  302. #posts img {
  303. max-width:100%;
  304. }
  305.  
  306. .permalink{
  307. background-color:{color:Hover};
  308. color:{color:Permalink color};
  309. font-family: Alegreya, 400;
  310. opacity:0;
  311. width:50px;
  312. height:50px;
  313. line-height:50px;
  314. padding:3px;
  315. padding-left:9px;
  316. font-size:10px;
  317. text-transform:uppercase;
  318. text-align:center;
  319. -webkit-transition:all 2s ease;
  320. -moz-transition:all 2s ease;
  321. transition:all 2s ease;
  322. -o-transition:all 2s ease;
  323.  
  324. position:absolute;
  325. top:50%;
  326. -webkit-transform: translate(0px,-50%);
  327. -moz-transform: translate(0px,-50%);
  328. -ms-transform: translate(0px,-50%);
  329. -o-transform: translate(0px,-50%);
  330. transform: translate(0px,-50%);
  331. left:50%;
  332. -webkit-transform: translate(-50%,-50%);
  333. -moz-transform: translate(-50%,-50%);
  334. -ms-transform: translate(-50%,-50%);
  335. -o-transform: translate(-50%,-50%);
  336. transform: translate(-50%,-50%);
  337.  
  338. {block:permalinkpage}
  339. display:none;
  340. {/block:permalinkpage}
  341. }
  342.  
  343.  
  344. .permalink a{
  345. color:{color:Permalink color};
  346. line-height:15px;
  347. }
  348.  
  349. #posts:hover .permalink{
  350. opacity:1;
  351. }
  352.  
  353. #notecounter{
  354. text-align:right;
  355. }
  356.  
  357.  
  358.  
  359. /*Edit the titles on any text-based post.*/
  360.  
  361. .posttitle{
  362. font-size:10px;
  363. text-align:center;
  364. color:{color:Link};}
  365.  
  366. .posttitle a{
  367. color:{color:Link};}
  368.  
  369. /************EDIT QUOTE POSTS HERE************/
  370.  
  371. .quote{
  372. margin-right: 5px;}
  373.  
  374. .source{
  375. padding-top:5px;
  376. display:block;
  377. text-align:right;}
  378.  
  379.  
  380. /************EDIT ANSWER POSTS HERE************/
  381.  
  382. .ask{
  383. padding:4px;
  384. background:{color:post background};}
  385. .asker{
  386. color:{color:Link};}
  387. .answer{
  388. margin-top:10px;}
  389.  
  390. /************EDIT AUDIO POSTS HERE************/
  391.  
  392. .audio{
  393. {block:IndexPage}width:180px;{/block:IndexPage}
  394. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  395. .info{
  396. padding:2px 0px 1px 57px;}
  397. .i {
  398. text-transform:uppercase;
  399. letter-spacing:1px;
  400. font-size:8px;}
  401. .pl b,strong{
  402. text-transform:lowercase;
  403. font-size:9px;}
  404. .player{
  405. position:absolute;
  406. overflow:hidden;
  407. margin-top:0px;
  408. margin-left:15px;
  409. background:#ffffff;
  410. width:24px;
  411. height:23px;}
  412.  
  413. /************EDIT VIDEO POSTS HERE************/
  414. /***********DO NOT DELETE THIS CODE************/
  415.  
  416. .video-container {
  417. position:relative;
  418. padding-bottom:56.25%;
  419. padding-top: 30px;
  420. height:0;
  421. overflow:hidden;}
  422.  
  423. .video-container iframe,
  424. .video-container object,
  425. .video-container embed {
  426. position: absolute;
  427. top: 0;
  428. left: 0;
  429. width: 100%;
  430. height: 100%;}
  431.  
  432. /************EDIT CHAT POSTS HERE************/
  433.  
  434. .chat{
  435. line-height:12px;
  436. list-style:none;}
  437. .chat ul{
  438. list-style:none;
  439. padding:0px 5px;
  440. line-height:15px;}
  441. .label{
  442. color:{color:Link};}
  443.  
  444. </style>
  445.  
  446. </head>
  447.  
  448. <body>
  449.  
  450. <div id="entries">
  451.  
  452. <div id="sidebar">
  453. <center>
  454. <div class="blogtitle"><a href="/"><div style="color:{color:blog title}">{Title}</div></a></div>
  455. <div style="display:inline;" id="sidebar img"><img src="{image:sidebar}">
  456. <div style="display:inline;" class="sidebar2 content-img" ><img src="{image:sidebar2}"></div></div>
  457. <div id="description">{description}</div>
  458. <center>
  459. <div id="links">♦ ♢
  460. <a href="/">home</a> ♢
  461. <a href="/ask">ask</a>♢
  462. {block:ifLink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:ifLink1}♢
  463. {block:ifLink2}<a href="{text:link 2 URL}" >{text:link 2}</a>{/block:ifLink2}♢
  464. {block:ifLink3}<a href="{text:link 3 URL}" >{text:link 3}</a>{/block:ifLink3}♢
  465. {block:ifLink4}<a href="{text:link 4 URL}">{text:link 4}</a>{/block:ifLink4}♢
  466. {block:ifLink5}<a href="{text:link 5 URL}" >{text:link 5}</a>{/block:ifLink5}♢ ♦
  467. </div>
  468. </center>
  469.  
  470. </div>
  471. {block:Posts}
  472.  
  473. <!---------------DO NOT DELETE block:ContentSource--------------->
  474.  
  475. {block:ContentSource}
  476. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  477. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  478. {/block:SourceLogo}
  479. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  480. {/block:ContentSource}
  481.  
  482. <div id="posts">
  483.  
  484. <!---------------EDIT TEXT POSTS HERE--------------->
  485.  
  486. {block:Text}
  487. <div class="text">
  488. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  489. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  490. </div>{/block:IndexPage}</div>
  491. {/block:Text}
  492.  
  493. <!---------------EDIT LINK POSTS HERE--------------->
  494.  
  495. {block:Link}
  496. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  497. {block:Description}{Description}{/block:Description}
  498. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  499. </div>{/block:IndexPage}
  500. {/block:Link}
  501.  
  502. <!---------------EDIT PHOTO POSTS HERE--------------->
  503.  
  504. {block:Photo}<div style="line-height:0px;">
  505. {block:IndexPage}
  506. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  507. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a></div>
  508. {/block:Photo}
  509.  
  510. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  511.  
  512. {block:Photoset}
  513. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-250}"/></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}" title="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  514. </div>{/block:IndexPage}
  515. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  516. {/block:Photoset}
  517.  
  518. <!---------------EDIT QUOTE POSTS HERE--------------->
  519.  
  520. {block:Quote}
  521. {Quote}{block:Source}
  522. <div class="source">{Source}</div>{/block:Source}
  523. {block:IndexPage}
  524. <div class="permalink"><a href="{ReblogURL}" title="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  525. </div>{/block:IndexPage}
  526. {/block:Quote}
  527.  
  528. <!---------------EDIT ANSWER POSTS HERE--------------->
  529.  
  530. {block:Answer}
  531. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  532. <div class="answer">{Answer}</div>
  533. {block:IndexPage}
  534. <div class="permalink"><a href="{ReblogURL}" ="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  535. </div>{/block:IndexPage}
  536. {/block:Answer}
  537.  
  538. <!---------------EDIT CHAT POSTS HERE--------------->
  539.  
  540. {block:Chat}
  541. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  542. <div class="chat"><ul>{block:Lines}
  543. <li class="person{UserNumber}">{block:Label}
  544. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  545. </div>
  546. {/block:IndexPage}
  547. {/block:Chat}
  548.  
  549. <!---------------EDIT AUDIO POSTS HERE--------------->
  550.  
  551. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  552. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">R</a> | <a href="{Permalink}" title="{NoteCount}">N</a>
  553. </div>
  554. {/block:IndexPage}
  555. {/block:Audio}
  556.  
  557. <!---------------EDIT VIDEO POSTS HERE--------------->
  558.  
  559. {block:Video}
  560. {block:IndexPage}<div class="video-container">{Video-250}</div>
  561. <div class="permalink"><a href="{ReblogURL}" title="reblog">🌙</a> | <a href="{Permalink}" title="{NoteCount}">⭐️</a>
  562. </div>{/block:IndexPage}
  563. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  564. {/block:Video}
  565.  
  566. <!---------------EDIT PERMALINK PAGE HERE--------------->
  567.  
  568. {block:PermalinkPage}
  569. {block:Caption}{Caption}{/block:Caption}
  570. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  571. <div class="permapage">
  572. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  573. </div>
  574. {/block:Posts}
  575. </div>
  576.  
  577. <!---------------DO NOT DELETE THIS--------------->
  578.  
  579. {block:IndexPage}
  580. {block:Pagination}
  581. <div id="pagination">
  582. {block:NextPage}
  583. <a id="nextPage" href="{NextPage}"></a>
  584. {/block:NextPage}
  585. {block:PreviousPage}
  586. <a href="{PreviousPage}"></a>
  587. {/block:PreviousPage}
  588. </div>
  589. {/block:Pagination}
  590. {/block:IndexPage}
  591. </center>
  592. </div>
  593.  
  594. </div>
  595.  
  596. </body>
  597.  
  598. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement