Advertisement
fatalst

sonata

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