alicescreed

003 — MOONLIGHT SUNRISE

Dec 5th, 2023
750
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 KB | None | 1 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!--003 MOONLIGHT SUNRISE blog theme by anahilation
  9. please don't redistribute or claim as your own!
  10. editing for personal use is okay.
  11. enjoy <3
  12. -->
  13.  
  14. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,500,0,0" />
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />
  18.  
  19. {/block:Description}
  20.  
  21. <meta name="image:sidebar" content="">
  22. <meta name="image:icon" content="">
  23.  
  24. <meta name="color:background" content="#ececec">
  25. <meta name="color:text" content="#484848">
  26. <meta name="color:borders" content="#a9a9a9">
  27. <meta name="color:bold" content="#9866c0">
  28. <meta name="color:italic" content="#ffbb80">
  29. <meta name="color:gradient one" content="#9866c0">
  30. <meta name="color:gradient two" content="#ffbb80">
  31. <meta name="color:container" content="#ffffff">
  32. <meta name="color:scrollbar" content="#a9a9a9">
  33. <meta name="color:links" content="#484848">
  34. <meta name="color:blog title" content="#484848">
  35. <meta name="color:post info text" content="#ffffff">
  36.  
  37. <meta name="text:link 1 url" content="URL">
  38. <meta name="text:link 1 title" content="link one title">
  39. <meta name="text:link 2 url" content="URL">
  40. <meta name="text:link 2 title" content="link two title">
  41. <meta name="text:link 3 url" content="URL">
  42. <meta name="text:link 3 title" content="link three title">
  43.  
  44. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:200,
  52. tip_fade_speed:300
  53. }
  54. );
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. @import url('https://fonts.googleapis.com/css2?family=Gloock&family=Nunito+Sans:[email protected]&display=swap');
  63.  
  64. .tmblr-iframe {
  65. white-space:nowrap;
  66. -webkit-filter: invert(100%);
  67. -moz-filter: invert(100%);
  68. -o-filter: invert(100%);
  69. -ms-filter: invert(100%);
  70. filter: invert(100%);
  71. opacity:.2;
  72. transition: 0.6s ease-in-out;
  73. -webkit-transition: 0.6s ease-in-out;
  74. -moz-transition: 0.6s ease-in-out;
  75. -o-transition: 0.6s ease-in-out;
  76. position:fixed!important;
  77. right:-20px!important;
  78. transform:scale(0.7,0.7); }
  79.  
  80. .tmblr-iframe:hover {
  81. opacity:1;
  82.  
  83. }
  84.  
  85. body {
  86. font-family: 'Nunito Sans', sans-serif;
  87. color: {color:text};
  88. background-color: {color:background};
  89. font-size: 10pt;
  90. letter-spacing:1px;
  91. line-height: 14pt;
  92. font-style: normal;
  93. text-align: justify;
  94. }
  95.  
  96. small, sup, sub {
  97. font-size: 100%;
  98. }
  99.  
  100. a {
  101. text-decoration: none;
  102. color: {color:links};
  103. font-size: 14pt;
  104. line-height: 19pt;
  105. transition-duration: 0.6s;
  106. -moz-transition-duration: 0.6s;
  107. -webkit-transition-duration: 0.6s;
  108. -o-transition-duration: 0.6s;
  109. font-family: 'Gloock', serif;
  110. letter-spacing: 1px;
  111. }
  112.  
  113. b, strong {
  114. font-size: 110%;
  115. color: {color:bold};
  116. }
  117.  
  118. i {
  119. font-size: 110%;
  120. color: {color:italic};
  121. }
  122.  
  123. a:hover {
  124. text-decoration: none;
  125. filter:blur(1px);
  126. letter-spacing: 1px;
  127. color: {color:text};
  128. transition-duration: 0.6s;
  129. -moz-transition-duration: 0.6s;
  130. -webkit-transition-duration: 0.6s;
  131. -o-transition-duration: 0.6s;
  132. font-family: 'Gloock', serif;
  133. }
  134.  
  135. blockquote {
  136. border: 10px solid {color:background};
  137. outline: 1px solid {color:borders};
  138. background-color: {color:container};
  139. color: {color:text};
  140. padding: 10px;
  141. font-size: 95%
  142. }
  143.  
  144. blockquote img {
  145. max-width: 100%;
  146. display: block;
  147. height: auto;
  148. }
  149.  
  150. img {
  151. max-width: 100%;
  152. display: block;
  153. height: auto;
  154. }
  155.  
  156. #post {
  157. width: 500px;
  158. margin-bottom: 100px;
  159. border: 1px solid {color:borders};
  160. padding: 20px;
  161. background-color: {color:container};
  162. }
  163.  
  164. #posts {
  165. position: absolute;
  166. overflow: auto;
  167. margin-top: 75px;
  168. margin-left: 550px;
  169. }
  170.  
  171. #ask {
  172. background: {color:gradient one};
  173. background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
  174. text-align: center;
  175. background-position: top center;
  176. color: {color:post info text};
  177. height: auto;
  178. padding-top: 10px;
  179. padding-right: 10px;
  180. padding-left: 10px;
  181. border: 1px solid {color:borders};
  182. }
  183.  
  184. #ask a {
  185. font-size: 100%;
  186. color: {color:post info text};
  187. font-family: 'nunito sans', sans serif;
  188. }
  189.  
  190. #pa { margin-top: 25px;
  191. text-align: center;
  192. }
  193.  
  194. #pa a {
  195. color: {color:text};
  196. font-family: 'Gloock', serif;
  197. text-transform: uppercase;
  198. font-size: 13pt;
  199. }
  200.  
  201. #audio {
  202. text-align: center;
  203. font-size: 8pt;
  204. line-height: 9pt;
  205. }
  206.  
  207. #musicinfo {
  208. text-transform: uppercase;
  209. margin-top:10px;
  210. }
  211.  
  212.  
  213. ol.notes {
  214. text-align: left;
  215. list-style: upper-roman;
  216. padding: 10px;
  217. }
  218.  
  219. #credit {
  220. right:10px;
  221. bottom:7px;
  222. padding:5px;
  223. font-size:10px;
  224. position:fixed;
  225. text-align: center;
  226. font-style: italic;
  227. letter-spacing: 1px;
  228. border: 1px solid {color:borders};
  229. padding: 5px;
  230. background-color: {color:container};
  231. font-size: 120%;
  232. margin-bottom: 5px;
  233. transition-duration: 0.6s;
  234. -moz-transition-duration: 0.6s;
  235. -webkit-transition-duration: 0.6s;
  236. -o-transition-duration: 0.6s;
  237. }
  238.  
  239. #credit a {
  240. color: {color:gradient one};
  241. }
  242.  
  243.  
  244. #s-m-t-tooltip{
  245. position: absolute;
  246. z-index: 999999999999999999999999999999999999999999999999999999999999;
  247. margin-top: 10px;
  248. margin-left: 5px;
  249. display: block;
  250. background: {color:gradient one};
  251. background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
  252. text-align: center;
  253. font-family: 'nunito sans', sans serif;
  254. letter-spacing: 1px;
  255. border: 1px solid {color:borders};
  256. padding: 10px;
  257. font-size: 12pt;
  258. color: {color:container};
  259. margin-bottom: 5px;
  260. }
  261.  
  262. ::-webkit-scrollbar-thumb:vertical {
  263. background-color: {color:scrollbar};
  264. height:auto;
  265. }
  266.  
  267. ::-webkit-scrollbar-thumb:horizontal {
  268. background-color: {color:scrollbar};
  269. height:2px;
  270. }
  271.  
  272. ::-webkit-scrollbar {
  273. height:3px;
  274. width:3px;
  275. background-color: transparent;
  276. }
  277.  
  278. #side {
  279. position: fixed;
  280. margin-left: 100px;
  281. margin-top: 100px;
  282. }
  283.  
  284. #sidebar {
  285. background-color: {color:container};
  286. width: 268px;
  287. height: auto;
  288. overflow: auto;
  289. max-height: 375px;
  290. border: 1px solid {color:borders};
  291. padding: 15px;
  292. }
  293.  
  294. #leftimg {
  295. width: 300px;
  296. text-align: left;
  297. }
  298.  
  299. #rightimg {
  300. width: 300px;
  301. text-align: right;
  302. }
  303.  
  304. #desc {
  305. margin-top: 10px;
  306. overflow: auto;
  307. padding-right: 10px;
  308. }
  309.  
  310. #icon {
  311. background: {color:gradient one};
  312. background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
  313. position: fixed;
  314. width: 80px;
  315. height: 80px;
  316. margin-top: -40px;
  317. margin-left: -40px;
  318. -webkit-transform: rotate(-20deg);
  319. -moz-transform: rotate(-20deg);
  320. -o-transform: rotate(-20deg);
  321. -ms-transform: rotate(-20deg);
  322. transform: rotate(-20deg);
  323. transition-duration: 0.6s;
  324. -moz-transition-duration: 0.6s;
  325. -webkit-transition-duration: 0.6s;
  326. -o-transition-duration: 0.6s;
  327. border-radius: 100px;
  328. padding: 10px;
  329. }
  330.  
  331. #icon img {
  332. border-radius: 100px;
  333. }
  334.  
  335. #side:hover #icon {
  336. width: 90px;
  337. height: 90px;
  338. margin-top: -40px;
  339. margin-left: -40px;
  340. transition-duration: 0.6s;
  341. -moz-transition-duration: 0.6s;
  342. -webkit-transition-duration: 0.6s;
  343. -o-transition-duration: 0.6s;
  344. -webkit-transform: rotate(0deg);
  345. -moz-transform: rotate(0deg);
  346. -o-transform: rotate(0deg);
  347. -ms-transform: rotate(0deg);
  348. transform: rotate(0deg);
  349. }
  350.  
  351. #nav {
  352. position: fixed;
  353. margin-top: -25px;
  354. margin-left: 150px;
  355. }
  356.  
  357. #nav span {
  358. color: {color:gradient one};
  359. font-size: 12pt;
  360. margin-right: 5px;
  361. }
  362.  
  363. #title {
  364. color: {color:blog title};
  365. width: 295px;
  366. margin-top: 10px;
  367. font-size: 22pt;
  368. text-align: center;
  369. line-height: 20pt;
  370. font-family: 'Gloock', serif;
  371. }
  372.  
  373. #title a {
  374. color: {color:blog title};
  375. }
  376.  
  377. #pa {
  378. margin-top:10px;
  379. }
  380.  
  381. #info {
  382. text-align: center;
  383. margin-top: 10px;
  384. padding: 10px;
  385. width: 480px;
  386. height: auto;
  387. background: {color:gradient one};
  388. background: linear-gradient(142deg, {color:gradient one} 0%, {color:gradient two} 100%);
  389. }
  390.  
  391. #info a {
  392. color: {color:post info text};
  393. margin-right: 5px;
  394. }
  395.  
  396. #info span {
  397. font-size: 12pt;
  398. }
  399.  
  400. #tags {
  401. }
  402.  
  403. #tags a {
  404. font-family: 'nunito sans', sans serif;
  405. font-size: 8pt;
  406. line-height: 9pt;
  407. color: {color:post info text};
  408. }
  409.  
  410. #h1 {
  411. font-size: 22pt;
  412. margin-bottom: 5px;
  413. text-align: center;
  414. line-height: 20pt;
  415. font-family: 'Gloock', serif;
  416. }
  417.  
  418. #notes {
  419. margin-top: -20px;
  420. width: 500px;
  421. }
  422.  
  423. #notes img {
  424. display:none;
  425. }
  426.  
  427. #notes a {
  428. font-weight:bold;
  429. }
  430.  
  431. #notes ol {
  432. list-style-type:none;
  433. margin:0px;
  434. padding:0px;
  435. }
  436.  
  437. #notes ol li {
  438. margin:5px;
  439. line-height:20px;
  440. }
  441.  
  442.  
  443. </style>
  444.  
  445. </head>
  446.  
  447. <body>
  448.  
  449. <div id="side">
  450.  
  451. <div id="nav">
  452. <a href="/" title="home"><span class="material-symbols-outlined">cottage</span></a>
  453. <a href="/ask" title="message"><span class="material-symbols-outlined">drafts</span></a>
  454. <a href="/archive" title="archive"><span class="material-symbols-outlined">inventory_2</span></a>
  455. <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="material-symbols-outlined">favorite</span></a>
  456. <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="material-symbols-outlined">spa</span></a>
  457. <a href="{text:link 3 url}" title="{text:link 3 title}"><span class="material-symbols-outlined">event_list</span></a>
  458. </div>
  459.  
  460. <div id="icon"><img src="{image:icon}"></div>
  461.  
  462. <div id="sidebar">
  463.  
  464. <img src="{image:sidebar}">
  465.  
  466. <div id="desc">{Description}</div>
  467.  
  468. </div>
  469.  
  470. <a href="/"><div id="title">{title}</div></a>
  471. <div id="pa">{block:Pagination}
  472. {block:PreviousPage}
  473. <a href="{PreviousPage}"><span class="material-symbols-outlined">navigate_before</span></a>
  474. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><span class="material-symbols-outlined">navigate_next</span></a>
  475. {/block:NextPage}
  476. {/block:Pagination}</div>
  477.  
  478. </div>
  479.  
  480.  
  481. <div id="posts">
  482.  
  483.  
  484. {block:Posts}<div id="post">
  485.  
  486.  
  487.  
  488. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  489.  
  490. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  491.  
  492. {Caption} {/block:Caption}{/block:Photo}
  493.  
  494. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  495.  
  496. {/block:Photoset}
  497.  
  498. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  499.  
  500. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  501.  
  502. {Description}{/block:Description}{/block:Link}
  503.  
  504. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  505.  
  506. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  507.  
  508. {block:Audio}
  509. <div id="audio">
  510. {block:TrackName}
  511. <div id="musicinfo" style="margin-top: 5px;">
  512. {AudioPlayerGrey} <br>
  513. {TrackName} by
  514. {/block:TrackName}
  515. {block:Artist}
  516. {Artist}
  517. {/block:Artist}
  518.  
  519. </div>
  520. </div>
  521. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  522. {/block:Audio}
  523.  
  524.  
  525. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  526.  
  527. {block:Answer}
  528. <div id="ask">
  529. {Asker} asked:<br>
  530. <div style="margin-top: -10px;">{Question}</div>
  531. </div>
  532. {Answer}{/block:Answer}
  533.  
  534. <div id="info">
  535. <a title="{TimeAgo}" title="{TimeAgo}"><span class="material-symbols-outlined">schedule</span></a> <a href="{Permalink}" title="{NoteCount} notes"><span class="material-symbols-outlined">
  536. loyalty</span></a> <a href="{ReblogURL}" title="reblog"><span class="material-symbols-outlined">
  537. restart_alt
  538. </span></a>
  539. <div id="tags">
  540. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  541. {/block:Tags}{/block:HasTags}
  542. </div>
  543. </div>
  544.  
  545.  
  546. </div>
  547. {block:PostNotes}
  548. <div id="notes">
  549. <Div style="width: 500px;">
  550.  
  551.  
  552. {PostNotes}</div>{/block:PostNotes}
  553. {/block:Posts}</div></div>
  554.  
  555.  
  556. <div id="credit">
  557. <a href="https://anahilation.tumblr.com/" title="theme by ana"><span class="material-symbols-outlined">gesture</span></a>
  558. </div>
  559.  
  560.  
  561.  
  562.  
  563.  
  564. </body>
  565.  
  566.  
  567.  
  568. </html>
Advertisement
Add Comment
Please, Sign In to add comment