Advertisement
fatalst

moonlight tonight

May 23rd, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--- ***** FATALST'S THEME *******--->
  6. <!---- ****** PLEASE DO NOT DELETE CREDIT ---->
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <title>{TITLE}</title>
  10. <link rel="alternate" type="application/rss+xml" href="{rss}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:body text" content="#A4A3A8" />
  17. <meta name="color:link" content="#95DFFF" />
  18. <meta name="color:link hover" content="#C6DFFF" />
  19. <meta name="color:header border" content="#95dfff" />
  20. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  21. <meta name="color:scrollbar" content="#95DFFF" />
  22.  
  23. <meta name="select:align" content="left" title="left" />
  24. <meta name="select:align" content="center" title="center" />
  25. <meta name="select:align" content="right" title="right" />
  26.  
  27. <meta name="text:link 1 url" content="/" />
  28. <meta name="text:link 1 name" content="home" />
  29. <meta name="text:link 2 url" content="/ask" />
  30. <meta name="text:link 2 name" content="mail" />
  31. <meta name="text:link 3 url" content="" />
  32. <meta name="text:link 3 name" content="" />
  33. <meta name="text:link 4 url" content="" />
  34. <meta name="text:link 4 name" content="" />
  35. <meta name="text:link 5 url" content="" />
  36. <meta name="text:link 5 name" content="" />
  37.  
  38. <style type="text/css">
  39.  
  40. body{
  41. color: {color:body text};
  42. background-color: {color:background};
  43. font-family: {font:body};
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. width: 2px;
  48. height: 2px;
  49. }
  50.  
  51. ::-webkit-scrollbar-button {
  52. width: 0px;
  53. height: 0px;
  54. }
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. background: {color:scrollbar};
  58. border: 0px none #ffffff;
  59. border-radius: 0px;
  60. }
  61.  
  62. ::-webkit-scrollbar-thumb:hover {
  63. background: {color:scrollbar};
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb:active {
  67. background: transparent;
  68. }
  69.  
  70. ::-webkit-scrollbar-track {
  71. background: transparent;
  72. border: 0px none #ffffff;
  73. border-radius: 0px;
  74. }
  75.  
  76. ::-webkit-scrollbar-track:hover {
  77. background: transparent;
  78. }
  79.  
  80. ::-webkit-scrollbar-track:active {
  81. background: transparent;
  82. }
  83.  
  84. ::-webkit-scrollbar-corner {
  85. background: transparent;
  86. }
  87.  
  88. #header{
  89. width: 140px;
  90. padding: 15px;
  91. top: 10%;
  92. left: 10%;
  93. position: fixed;
  94. text-align: {select:align};
  95. }
  96.  
  97. #title{
  98. letter-spacing: 2px;
  99. font-size: 16px;
  100. text-transform: uppercase;
  101. text-align: left;
  102. border: {color:header border} 1px solid;
  103. padding: 15px;
  104. text-align: {select:align};
  105. }
  106.  
  107. #links{
  108. font-size: 10px;
  109. text-transform: uppercase;
  110. text-align: left;
  111. padding: 10px;
  112. margin-top: 10px;
  113. border: {color:header border} 1px solid;
  114. text-align: {select:align};
  115. }
  116.  
  117. #desc{
  118. margin-top: 10px;
  119. text-align: left;
  120. text-transform: uppercase;
  121. font-size: 10px;
  122. padding: 10px;
  123. border: {color:header border} 1px solid;
  124. text-align: {select:align};
  125. }
  126.  
  127. #pages{
  128. margin-top: 10px;
  129. text-align: left;
  130. text-transform: uppercase;
  131. font-size: 8px;
  132. padding: 10px;
  133. border: {color:header border} 1px solid;
  134. text-align: {select:align};
  135. }
  136.  
  137. #posts{
  138. left: 25%;
  139. width: 600px;
  140. position: relative;
  141. margin-bottom: 50px;
  142. }
  143.  
  144. #content{
  145. vertical-align: top;
  146. float: center;
  147. margin-left: 15%;
  148. margin-top: 50px;
  149. margin-bottom: 30px;
  150. list-style-type: none;
  151. }
  152.  
  153. .post{
  154. vertical-align: top;
  155. float: center;
  156. text-transform: none;
  157. font-style: none;
  158. font-weight: normal;
  159. list-style-type: none;
  160. width: 500px;
  161. }
  162.  
  163. .text{
  164. color: {color:body text};
  165. font-size: 12px;
  166. padding-left: 10px;
  167. }
  168.  
  169. h3{
  170. font-size: 24px;
  171. text-align: left;
  172. padding-bottom: 5px;
  173. margin: 0px;
  174. text-transform: uppercase;
  175. margin-bottom: 5px;
  176. letter-spacing: 1.5px;
  177. font-weight: normal;
  178. opacity: .75px;
  179. }
  180.  
  181. .caption{
  182. color: {color:body text};
  183. font-size: 12px;
  184. padding-left: 10px;
  185. }
  186.  
  187. .quote{
  188. font-style: italic;
  189. letter-spacing: 3px;
  190. font-size: 28px;
  191. line-height: 32px;
  192. }
  193.  
  194. .source{
  195. font-size: 12px;
  196. font-style: normal;
  197. letter-spacing: 1px;
  198. margin-left: 30px;
  199. padding-left: 10px;
  200. }
  201.  
  202. .link{
  203. font-size: 18px;
  204. text-transform: lowercase;
  205. letter-spacing: 1.5px;
  206. font-style: italic;
  207. }
  208.  
  209. .description{
  210. color: {color:body text};
  211. font-size: 12px;
  212. font-style: normal;
  213. letter-spacing: 0px;
  214. text-transform: none;
  215. padding-left: 10px;
  216. }
  217.  
  218. .chat{
  219. padding-left: 5px;
  220. font-size: 12px;
  221. line-height: 18px;
  222. list-style: none;
  223. }
  224.  
  225. .chat li{
  226. margin-bottom: 5px;
  227. }
  228.  
  229. .label{
  230. text-transform: uppercase;
  231. }
  232.  
  233. .playerbuttonbg {
  234. position: absolute;
  235. left: 20px;
  236. top: 20px;
  237. width: 19px;
  238. height: 19px;
  239. background-color: #ffffff;
  240. padding: 10px;
  241. -webkit-border-radius: 40px;
  242. -moz-border-radius: 40px;
  243. border-radius: 40px;
  244. opacity: .4;
  245. filter: alpha(opacity=40);
  246. -moz-opacity: 0.4;
  247. -khtml-opacity: 0.4;
  248. transition: opacity .7s ease-in-out;
  249. -moz-transition: opacity .7s ease-in-out;
  250. -webkit-transition: opacity .7s ease-in-out;
  251. }
  252.  
  253. .playerbuttonbg:hover {
  254. opacity: 1;
  255. filter: alpha(opacity=100);
  256. -moz-opacity: 1;
  257. -khtml-opacity: 1;
  258. }
  259.  
  260. .newplayerbutton {
  261. position: relative;
  262. width: 19px;
  263. height: 19px;
  264. overflow: hidden;
  265. }
  266.  
  267. .playerbuttonhug {
  268. position: absolute;
  269. top: -18px;
  270. left: -7px;
  271. }
  272.  
  273. .tumblr_audio_player {
  274. height: 90px;
  275. width: 270px;
  276. -moz-transform: scale(0.60, 0.60);
  277. -webkit-transform: scale(0.60, 0.60);
  278. -o-transform: scale(0.60, 0.60);
  279. -ms-transform: scale(0.60, 0.60);
  280. transform: scale(0.60, 0.60);
  281. -moz-transform-origin: top left;
  282. -webkit-transform-origin: top left;
  283. -o-transform-origin: top left;
  284. -ms-transform-origin: top left;
  285. transform-origin: top left;
  286. }
  287.  
  288. .audioimgwrapper {
  289. position: absolute;
  290. left: 0px;
  291. top: 0px;
  292. -webkit-border-radius: 40px;
  293. -moz-border-radius: 40px;
  294. border-radius: 40px;
  295. overflow: hidden;
  296. width: 79px;
  297. height: 79px;
  298. }
  299.  
  300. .audioimgwrapper img {
  301. width: 100%;
  302. height: auto;
  303. -webkit-border-radius: 40px;
  304. -moz-border-radius: 40px;
  305. border-radius: 40px;
  306. }
  307.  
  308. .trackdetails {
  309. font-size: 10px;
  310. letter-spacing: 1.5px;
  311. text-transform: lowercase;
  312. line-height: 14px;
  313. width: auto;
  314. display:inline-block;
  315. margin-left: 90px;
  316. min-height: 85px;
  317. }
  318.  
  319. .audiowrapper {
  320. position: relative;
  321. display:inline-block;
  322. }
  323.  
  324. #asker{
  325. font-size: 18px;
  326. letter-spacing: 1.5px;
  327. padding: 10px;
  328. border: {color:body text} 1px solid;
  329. }
  330.  
  331. #answer{
  332. font-size: 12px;
  333. letter-spacing: 0px;
  334. padding-left: 10px;
  335. }
  336.  
  337. #ques{
  338. font-size: 12px;
  339. }
  340.  
  341. #bottom{
  342. {block:ifPage}display: none{/block:ifPage}
  343. margin-top: 5px;
  344. margin-bottom: 50px;
  345. color: {color:body text};
  346. text-align: left;
  347. font-size: 10px;
  348. padding-left: 5px;
  349. width: 500px;
  350. margin-top: 25px;
  351. }
  352.  
  353. #sources{
  354. padding-bottom: 5px;
  355. margin-bottom: 5px;
  356. border-bottom: 1px {color:body text} solid;
  357. letter-spacing: 1.5px;
  358. text-transform: uppercase;
  359. }
  360.  
  361. .tags{
  362. padding-left: 5px;
  363. }
  364.  
  365. #notecontainer{
  366. font-size: 10px;
  367. list-style-type: none;
  368. height: 100px;
  369. }
  370.  
  371. #content #notecontainer ol.notes {
  372. list-style-type: none;
  373. padding: 0;
  374. line-height: 16px;
  375. font-size: 10px;
  376. letter-spacing: 1.5px;
  377. }
  378.  
  379. #notecontainer img{
  380. display: none;
  381. }
  382.  
  383. a:link, a:visited{
  384. color: {color:link}; /*LINK COLOR*/
  385. font-style: none;
  386. text-decoration: none;
  387. }
  388.  
  389. a:hover, a:active{
  390. text-transform: lowercase;
  391. font-style: italic;
  392. color: {color:link hover}; /*LINK HOVER COLOR*/
  393. }
  394.  
  395. blockquote {
  396. border-left:1px solid #A4A3A8;
  397. padding-left: 16px;
  398. margin-left: 12px;
  399. }
  400.  
  401. #punk{
  402. font-size: 8px;
  403. width: 25px;
  404. height: 25px;
  405. top: 97%;
  406. left: 1%;
  407. position: fixed;
  408. }
  409.  
  410. {CustomCSS}
  411. </style>
  412. </head>
  413. <body>
  414.  
  415. <div id="header">
  416. <div id="title">{Title}</div>
  417. <div id="links">
  418. <a href="{text:link 1 url}">{text:link 1 name}</a>
  419. <a href="{text:link 2 url}">{text:link 2 name}</a>
  420. <a href="{text:link 3 url}">{text:link 3 name}</a>
  421. <a href="{text:link 4 url}">{text:link 4 name}</a>
  422. <a href="{text:link 5 url}">{text:link 5 name}</a>
  423. </div>
  424. {block:Description}
  425. <div id="desc">{Description}</div>
  426. {/block:Description}
  427. <div id="pages">
  428. {block:Pagination}{block:PreviousPage}
  429. <a href="{PreviousPage}">previous</a>
  430. {/block:PreviousPage}
  431. {block:CurrentPage}
  432. <span class="current_page">{PageNumber}</span>
  433. {/block:CurrentPage}
  434. {block:NextPage}
  435. <a href="{NextPage}">next</a>
  436. {/block:NextPage}
  437. {/block:Pagination}
  438. </div>
  439. </div>
  440.  
  441. <div id="content">
  442. <div id="posts">
  443. {block:Posts}
  444. {block:Text}
  445. <li class="post text">
  446. {block:Title}
  447. <h3>{Title}</h3>
  448. {/block:Title}{Body}
  449. </li>
  450. {/block:Text}{block:Photo}
  451. <li class="post photo">
  452. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  453.  
  454. {block:Caption}
  455. <div class="caption">{Caption}</div>
  456. {/block:Caption}
  457. </li>
  458. {/block:Photo}{block:Panorama}
  459. <li class="post panorama">
  460. {LinkOpenTag}
  461. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  462. {LinkCloseTag}{block:Caption}
  463. <div class="caption">{Caption}</div>
  464. {/block:Caption}
  465. </li>
  466. {/block:Panorama}{block:Photoset}
  467. <li class="post photoset">
  468. {Photoset-500}{block:Caption}
  469. <div class="caption">{Caption}</div>
  470. {/block:Caption}
  471. </li>
  472. {/block:Photoset}{block:Quote}
  473. <li class="post quote">
  474. "{Quote}"
  475.  
  476. {block:Source}
  477. <div class="source">- {Source}</div>
  478. {/block:Source}
  479. </li>
  480. {/block:Quote}{block:Link}
  481. <li class="post link">
  482. <a href="{URL}" class="link" {Target}>{Name}</a>
  483.  
  484. {block:Description}
  485. <div class="description">{Description}</div>
  486. {/block:Description}
  487. </li>
  488. {/block:Link}{block:Chat}
  489. <li class="post chat">
  490. {block:Title}
  491. <h3><a href="{Permalink}">{Title}</a></h3>
  492. {/block:Title}
  493.  
  494. <ul class="chat">
  495. {block:Lines}
  496. <li class="{Alt} user_{UserNumber}">
  497. {block:Label}
  498. <b><span class="label">{Label}</span></b>
  499. {/block:Label}{Line}
  500. </li>
  501. {/block:Lines}
  502. </ul>
  503. </li>
  504. {/block:Chat}{block:Video}
  505. <li class="post video">
  506. {Video-500}{block:Caption}
  507. <div class="caption">{Caption}</div>
  508. {/block:Caption}
  509. </li>
  510. {/block:Video}
  511.  
  512. {block:Audio}
  513. <div class="post audio">
  514. {block:AudioPlayer}
  515. <div class="audiowrapper">
  516. {block:AlbumArt}
  517. <div class="audioimgwrapper">
  518. <img src="{AlbumArtURL}">
  519. </div>
  520. {/block:AlbumArt}
  521. <div class="playerbuttonbg">
  522. <div class="newplayerbutton">
  523. <div class="playerbuttonhug">
  524. {AudioPlayerWhite}
  525. </div>
  526. </div>
  527. </div>
  528. <div class="trackdetails">
  529. {block:TrackName}
  530. <b>{TrackName}</b>
  531. {/block:TrackName}<br/>
  532. {block:Artist}
  533. <b>Artist:</b> {Artist}
  534. {/block:Artist}<br/>
  535. {block:Album}
  536. <b>Album:</b> {Album}
  537. {/block:Album}<br/>
  538. {PlayCountWithLabel}
  539. </div>
  540. </div>
  541. {/block:AudioPlayer}
  542. {block:Caption}
  543. <div class="caption">{Caption}</div>
  544. {/block:Caption}
  545. </div>
  546. {/block:Audio}
  547.  
  548. {block:Answer}
  549. <li class="post question">
  550. <div id="asker">{Asker}: <span id="ques">{Question}</span></div>
  551. <div id="answer">{Answer}</div>
  552. </li>
  553. {/block:Answer}
  554.  
  555. {block:IndexPage}
  556. <div id="bottom">
  557. <div id="sources">
  558. <a href="{Permalink}">{NoteCountWithLabel} {block:Date}{DayOfMonthWithZero} {Month} {Year} {12HourWithZero}:{Minutes}{/block:Date}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  559. </div>
  560. {block:HasTags}
  561. <div class="tags">
  562. {block:Tags}
  563. <a href="{TagURL}">#{Tag}</a>
  564. {/block:Tags}
  565. </div>
  566. {/block:HasTags}
  567. </div>
  568. {/block:IndexPage}
  569.  
  570. {block:PermalinkPage}
  571. <div id="bottom">
  572. <div id="sources">
  573. <a href="{Permalink}">{NoteCountWithLabel} {block:Date}{DayOfMonthWithZero} {Month} {Year} {12HourWithZero}:{Minutes}{/block:Date}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  574. </div>
  575. {block:HasTags}
  576. <div class="tags">
  577. {block:Tags}
  578. <a href="{TagURL}">#{Tag}</a>
  579. {/block:Tags}
  580. </div>
  581. {/block:HasTags}
  582. </div>
  583. <div id="notecontainer">
  584. {block:PostNotes}{PostNotes}{/block:PostNotes}
  585. </div>
  586. {/block:PermalinkPage}
  587.  
  588. {/block:Posts}</div>
  589.  
  590.  
  591.  
  592. <!-- please don't touch this!! -->
  593. <div id="punk">
  594. <a href="https://www.fatalst.tumblr.com">&copy;</a>
  595. </div>
  596. </div>
  597.  
  598. </body>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement