Advertisement
teruteru

Decaying Nebula -【 THEME 42 by Anomaly ☽】

Feb 21st, 2017
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #42 by Anomaly ☾ tumblr user xollyx ☽ : DECAYING NEBULA !!
  8.  
  9. - i made the base code
  10. - please abide by all the rules
  11.  
  12. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  13.  
  14. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  15. Feel free to message me if you need any help, my ask box is always open!
  16.  
  17. -->
  18.  
  19. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  20. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <title>{Title}</title>
  38.  
  39. <link rel="shortcut icon" href="{image:favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43. <!--default variables-->
  44.  
  45. <meta name="color:background" content="">
  46. <meta name="color:posts" content="">
  47. <meta name="color:outline" content="">
  48. <meta name="color:border" content="">
  49. <meta name="color:shadow" content="">
  50. <meta name="color:blockquote" content="">
  51. <meta name="color:ask" content="">
  52. <meta name="color:text" content="">
  53. <meta name="color:link" content="">
  54. <meta name="color:hover" content="">
  55. <meta name="color:lines" content="">
  56. <meta name="color:links" content="">
  57. <meta name="color:links border" content="">
  58. <meta name="color:links hover" content="">
  59. <meta name="color:dropdown" content="">
  60. <meta name="color:dropdown border" content="">
  61. <meta name="color:selection" content="">
  62. <meta name="color:selection text" content="">
  63. <meta name="color:tooltip" content="">
  64. <meta name="color:tooltip text" content="">
  65. <meta name="color:scrollbar" content="">
  66.  
  67. <meta name="image:favicon" content="">
  68. <meta name="image:background" content="">
  69. <meta name="image:cursor" content="">
  70. <meta name="image:sidebar" content="">
  71. <meta name="image:render" content="">
  72.  
  73. <meta name="text:ask text" content="asked">
  74. <meta name="text:navigation title" content="">
  75. <meta name="text:about url" content="">
  76. <meta name="text:link 1" content="/">
  77. <meta name="text:link 1 title" content="link 1">
  78. <meta name="text:link 2" content="/">
  79. <meta name="text:link 2 title" content="link 2">
  80. <meta name="text:link 3" content="/">
  81. <meta name="text:link 3 title" content="link 3">
  82. <meta name="text:link 4" content="/">
  83. <meta name="text:link 4 title" content="link 4">
  84. <meta name="text:link 5" content="/">
  85. <meta name="text:link 5 title" content="link 5">
  86. <meta name="text:back title" content="⇠">
  87. <meta name="text:next title" content="⇢">
  88.  
  89. <meta name="if:bg cover" content="">
  90. <meta name="if:cursor" content="">
  91. <meta name="if:render" content="">
  92. <meta name="if:post shadow" content="">
  93.  
  94. <meta name="text:render left" content="">
  95. <meta name="text:render bottom" content="">
  96. <meta name="text:render width" content="">
  97.  
  98. <style type="text/css">
  99.  
  100. @font-face { font-family:"typewriter"; src: url('https://dl.dropboxusercontent.com/s/1zkidpxmtb4my66/type_writer.ttf?dl=1'); format(“truetype”);}
  101.  
  102. ::-webkit-scrollbar {
  103. width: 9px;
  104. height: 4px;
  105. background:{color:scrollbar};
  106. border:4px solid {color:background};
  107. }
  108.  
  109. ::-webkit-scrollbar-thumb {
  110. background-color:{color:scrollbar};
  111. border-radius:5px;
  112. }
  113.  
  114. #s-m-t-tooltip {
  115. max-width:300px;
  116. margin:10px 0px 0px 10px;
  117. background-color:{color:tooltip};
  118. font-family:typewriter;
  119. font-size:8px;
  120. padding:3px;
  121. color:{color:tooltip text};
  122. z-index:999999999999999999999999999999999999;
  123. }
  124.  
  125. #s-m-t-tooltip:after {
  126. position: absolute;
  127. display: block; content: "";
  128. border-color: transparent {color:tooltip} transparent transparent ;
  129. border-style: solid;
  130. border-width: 5px;
  131. height:0;
  132. width:0;
  133. position:absolute;
  134. top:3px;
  135. left:-10px;
  136. }
  137.  
  138. ::selection {
  139. background: {color:selection};
  140. color: {color:selection text};
  141. }
  142.  
  143. ::-moz-selection {
  144. background: {color:selection};
  145. color: {color:selection text};
  146. }
  147.  
  148. ::-webkit-selection {
  149. background: {color:selection};
  150. color: {color:selection text};
  151. }
  152.  
  153. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  154.  
  155. body {
  156. margin:0px;
  157. background:{color:background};
  158. background-image:url('{image:background}');
  159. background-attachment:fixed;
  160. {block:ifbgcover}
  161. background-repeat:no-repeat;
  162. background-size:cover;
  163. {/block:ifbgcover}
  164. color:{color:text};
  165. font-family:ms pgothic;
  166. font-size:15px;
  167. }
  168.  
  169. a {
  170. color:{color:link};
  171. text-decoration:none;
  172. }
  173.  
  174. a:hover {
  175. color:{color:hover};
  176. transition: all 0.8s ease-out;
  177. -o-transition-transition: all 0.8s ease-out;
  178. -webkit-transition: all 0.8s ease-out;
  179. -moz-transition: all 0.8s ease-out;
  180. }
  181.  
  182. blockquote {
  183. border-left:1px solid {color:blockquote};
  184. padding-left:10px;
  185. }
  186.  
  187. blockquote img {
  188. width:100%;
  189. height:auto;
  190. }
  191.  
  192. iframe, img, embed, object, video {
  193. }
  194.  
  195. img {
  196. max-width:auto;
  197. height:auto;
  198. }
  199.  
  200. article {
  201. float:left;
  202. position:relative;
  203. margin-left:200px;
  204. padding:10px;
  205. width:500px;
  206. background-color:{color:posts};
  207. outline:1px dashed {color:outline};
  208. outline-offset:-7px;
  209. border:3px solid {color:border};
  210. {block:ifpostshadow}box-shadow:5px 5px {color:shadow};{/block:ifpostshadow}
  211. margin-top:50px;
  212. margin-bottom:50px;
  213. }
  214.  
  215. .posts:blockquote {
  216. border-left:1px solid {color:blockquote};
  217. padding-left:5px;
  218. }
  219.  
  220. .posts img {
  221. max-width:100%;
  222. }
  223.  
  224. #wrapper {
  225. position:relative;
  226. width:500px;
  227. }
  228.  
  229. #sidebar {
  230. position:fixed;
  231. width:250px;
  232. right:100px;
  233. margin-top:200px;
  234. background-color:transparent;
  235. padding:10px;
  236. }
  237.  
  238. #icon {
  239. position:fixed;
  240. right:325px;
  241. margin-top:100px;
  242. z-index:1;
  243. }
  244.  
  245. #link1 {
  246. position:fixed;
  247. right:245px;
  248. font-size:8px;
  249. text-align:right;
  250. margin-top:110px;
  251. }
  252.  
  253. #link2 {
  254. position:fixed;
  255. right:225px;
  256. font-size:8px;
  257. text-align:right;
  258. margin-top:130px;
  259. }
  260.  
  261. #link3 {
  262. position:fixed;
  263. right:225px;
  264. font-size:8px;
  265. text-align:right;
  266. margin-top:150px;
  267. }
  268.  
  269. #link4 {
  270. position:fixed;
  271. right:245px;
  272. font-size:8px;
  273. text-align:right;
  274. margin-top:170px;
  275. }
  276.  
  277. #link1 a, #link2 a, #link3 a, #link4 a {
  278. display:block;
  279. width:100px;
  280. padding:3px;
  281. background:{color:links};
  282. border-right:5px solid {color:links border};
  283. font-size: 8px;
  284. font-family:typewriter;
  285. border-top-right-radius:10px;
  286. border-bottom-right-radius:10px;
  287. }
  288.  
  289. #link1 a:hover, #link2 a:hover, #link3 a:hover, #link4 a:hover {
  290. background:{color:links hover};
  291. border-right:10px solid {color:links border};
  292. letter-spacing:1px;
  293. border-top-right-radius:10px;
  294. border-bottom-right-radius:10px;
  295. transition: all 0.3s ease-out;
  296. -o-transition-transition: all 0.3s ease-out;
  297. -webkit-transition: all 0.3s ease-out;
  298. -moz-transition: all 0.3s ease-out;
  299. }
  300.  
  301. #line1 {
  302. position:fixed;
  303. top:0px;
  304. left:800px;
  305. width:30px;
  306. height:100%;
  307. background:{color:lines};
  308. }
  309.  
  310. #line2 {
  311. position:fixed;
  312. top:0px;
  313. left:840px;
  314. width:15px;
  315. height:100%;
  316. background:{color:lines};
  317. }
  318.  
  319. #line3 {
  320. position:fixed;
  321. bottom:50px;
  322. left:0px;
  323. height:30px;
  324. width:100%;
  325. background:{color:lines};
  326. }
  327.  
  328. #dropdownmenu {
  329. z-index: 9999;
  330. position: fixed;
  331. margin-left: 10px;
  332. margin-top: 10px;
  333. }
  334.  
  335. select {
  336. border: 0;
  337. width: 200px;
  338. padding: 5px 20px 5px 20px;
  339. border-radius: 10px;
  340. background-color: {color:dropdown};
  341. border: 1px dotted {color:dropdown border};
  342. box-shadow: 0px 0px 0px 4px {color:dropdown};
  343. color:{color:link};
  344. font-size: 8px;
  345. font-family:typewriter;
  346. text-transform: uppercase;
  347. letter-spacing: 2px;
  348. -webkit-appearance: none;
  349. }
  350.  
  351.  
  352. .title{
  353. font-weight:normal;
  354. font-size:20px;
  355. margin:0 0 10px 0;
  356. text-align:center;
  357. }
  358.  
  359. .quote{
  360. font-weight:normal;
  361. font-size:20px;
  362. font-style:italic;
  363. margin:0 0 10px 0;
  364. text-align:center;
  365. }
  366.  
  367. .quotesource {
  368. margin:0 0 10px 0;
  369. text-align:right;
  370. }
  371.  
  372. #ask{
  373. font-family:ms pgothic;
  374. font-size:15px;
  375. padding:5px;
  376. color:{color:Title};
  377. }
  378.  
  379. .bubble {
  380. align:right;
  381. background: {color:ask};
  382. margin:7px 0px 5px 66px;
  383. padding:10px;
  384. position: relative;
  385. -moz-border-radius:5px;
  386. -webkit-border-radius:5px;
  387. border-radius:5px;
  388. }
  389.  
  390. .bubble p {
  391. margin:1px 0px;
  392. }
  393.  
  394. .bubble span {
  395. position:absolute;
  396. width:1px;
  397. height:1px;
  398. font-size: 0;
  399. line-height: 1px;
  400. left:-10px;
  401. top:10px;
  402. border-top:7px solid transparent;
  403. border-bottom:7px solid transparent;
  404. border-right:10px solid {color:ask};
  405. }
  406.  
  407. .perma {
  408. margin-top:10px;
  409. padding:5px;
  410. text-align:center;
  411. font-family:typewriter;
  412. font-size:8px;
  413. line-height:12px;
  414. }
  415.  
  416. .perma a:hover {
  417. letter-spacing:1px;
  418. transition: all 0.3s ease-out;
  419. -o-transition-transition: all 0.3s ease-out;
  420. -webkit-transition: all 0.3s ease-out;
  421. -moz-transition: all 0.3s ease-out;
  422. }
  423.  
  424. .credit {
  425. position:fixed;
  426. bottom:4px;
  427. left:8px;
  428. font: 9px consolas;
  429. text-transform:uppercase;
  430. letter-spacing: 0px;
  431. padding: 2px;
  432. }
  433.  
  434. </style>
  435. </head>
  436. <body>
  437.  
  438. <div id="line1"></div><div id="line2"></div>
  439. <div id="line3"></div>
  440.  
  441. <div id="icon"><img style="width:100px; height:100px; border-radius:100%;" src="{image:sidebar}"></div>
  442.  
  443.  
  444. <div id="link1"><a href="/">refresh</a></div>
  445. <div id="link2"><a href="/ask">message</a></div>
  446. <div id="link3"><a href="/submit">submit</a></div>
  447. <div id="link4"><a href="{text:about url}">about</a></div>
  448. </div>
  449.  
  450. <div id="sidebar">
  451. {block:Description}{Description}{/block:Description}
  452.  
  453. <div id="dropdownmenu">
  454. <select onChange="location.href=this.options[this.selectedIndex].value;">
  455. <option value="/">{text:navigation title}</option>
  456.  
  457. <option value="{text:link 1}">{text:link 1 title}</option>
  458. <option value="{text:link 2}">{text:link 2 title}</option>
  459. <option value="{text:link 3}">{text:link 3 title}</option>
  460. <option value="{text:link 4}">{text:link 4 title}</option>
  461. <option value="{text:link 5}">{text:link 5 title}</option>
  462.  
  463. </select>
  464. </div>
  465.  
  466. <div align="center"><div style="font-size:36px;"><br>
  467. {block:IndexPage}
  468. {block:Pagination}
  469. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  470. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  471. {/block:NextPage}
  472. {/block:Pagination}
  473. {/block:IndexPage}
  474. </div></div>
  475. </div>
  476.  
  477. <div id="wrapper">
  478.  
  479. {block:Posts}
  480. <article>
  481.  
  482. {block:Text}
  483. {block:Title}<div class="title">{Title}</div>{/block:Title}
  484. {Body}
  485. {/block:Text}
  486.  
  487. {block:Photo}
  488. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  489. {block:Caption}{Caption}{/block:Caption}
  490. {/block:Photo}
  491.  
  492. {block:Photoset}
  493. {Photoset-500}
  494. {block:Caption}{Caption}{/block:Caption}
  495. {/block:Photoset}
  496.  
  497. {block:Quote}
  498. <div class="quote">"{Quote}"</div>
  499. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  500. {/block:Quote}
  501.  
  502. {block:Link}
  503. <div class="title"><a href="{URL}">{Name}</a></div>
  504. {block:Description}<div class="description">{Description}</div>{/block:Description}
  505. {/block:Link}
  506.  
  507. {block:Chat}
  508. {block:Title}<div class="title">{Title}</div>{/block:Title}
  509. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  510. {/block:Chat}
  511.  
  512. {block:Video}
  513. {Video-500}
  514. {block:Caption}{Caption}{/block:Caption}
  515. {/block:Video}
  516.  
  517. {block:Audio}
  518. {AudioPlayerWhite}
  519. {block:TrackName}{TrackName}<br>{/block:TrackName}
  520. {block:Artist}{Artist}<br>{/block:Artist}
  521. {block:Album}{Album}{/block:Album}
  522. {block:Caption}{Caption}{/block:Caption}
  523. {/block:Audio}
  524.  
  525. {block:Answer}
  526. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  527. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  528. <div class="answer">{Answer}</div>
  529. {/block:Answer}
  530.  
  531. {block:IndexPage}
  532. <div class="perma">
  533. <div style="float:left"><a href="{Permalink}">{NoteCountWithLabel}</a> , <a href="{Permalink}">{TimeAgo}</a></div>
  534. <div style="float:right">[<a href="{ReblogURL}">Reblog?</a>]</div>
  535. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  536. </div>
  537. {block:IndexPage}
  538.  
  539. {block:PermalinkPage}
  540. <center>
  541. <a href="{Permalink}">{NoteCountWithLabel}</a>
  542. <br>
  543. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">{lang:Via}</a>
  544. <a href="{ReblogRootURL}" title="{ReblogRootName}">{lang:Source}</a> {/block:RebloggedFrom}
  545. {block:HasTags}<br>{lang:Tags}: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  546. </center>
  547.  
  548. {block:PostNotes}{PostNotes}{/block:PostNotes}
  549. {/block:PermalinkPage}
  550.  
  551. </article>
  552.  
  553. {/block:Posts}
  554. </div>
  555.  
  556.  
  557.  
  558. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  559.  
  560. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  561.  
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement