Advertisement
elsaofarendelle

solitxrius

Dec 12th, 2019
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.24 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Yellowtail&display=swap" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
  15.  
  16. <link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
  17.  
  18. <!--- tooltips --->
  19.  
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("[title]").style_my_tooltips();
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30.  
  31. </style>
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39.  
  40. <!-------------------------------------------
  41. Code by wintersovereign.
  42. Don't copy or distribute.
  43. Don't claim as your own.
  44. -------------------------------------------->
  45.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content=""/>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls {
  53. white-space:nowrap;
  54. -webkit-filter: invert(100%);
  55. -moz-filter: invert(100%);
  56. -o-filter: invert(100%);
  57. -ms-filter: invert(100%);
  58. filter: invert(100%);
  59. opacity:.2;transition: .8s ease-in-out;
  60. -webkit-transition: .8s ease-in-out;
  61. -moz-transition: .8s ease-in-out;
  62. -o-transition: .8s ease-in-out;
  63. }
  64.  
  65. /* --- CURSOR START --- */
  66.  
  67. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  68.  
  69. /* --- CURSOR END --- */
  70.  
  71. /* --- FONTS START --- */
  72.  
  73. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  74.  
  75. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  76.  
  77.  
  78. /* --- FONTS END --- */
  79.  
  80.  
  81. /* --- SCROLLBAR START ---*/
  82.  
  83. ::-webkit-scrollbar-thumb{
  84. background-color: #8e1523;
  85. border: none;
  86. height:auto;
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height:auto;
  91. width:5px;
  92. background-color: transparent;
  93. border:5px solid transparent;
  94. }
  95.  
  96. /* --- SCROLLBAR END --- */
  97.  
  98.  
  99. /* --- TOOLTIPS START --- */
  100.  
  101. #s-m-t-tooltip{
  102. max-width:300px;
  103. margin:15px;
  104. padding:2px 8px;
  105. background: #8e1523;
  106. border: 2px solid #000;
  107. color: #cfc9ce;
  108. border-radius:0px;
  109. z-index:9999999999999;
  110. font-size:12px;
  111. font-family: 'Anton', sans-serif;
  112. font-weight:bold;
  113. text-transform:normal;
  114. box-shadow: 2px 2px 5px #000;
  115. -webkit-transition:all 0.7s;
  116. -moz-transition:all 0.7s;
  117. -ms-transition:all 0.7s;
  118. -o-transition:all 0.7s;
  119. transition:all 0.7s;
  120. }
  121.  
  122. /* --- TOOLTIPS END --- */
  123.  
  124.  
  125. /* --- BODY START ---*/
  126.  
  127. body {
  128. background:#000;
  129. background-image:url({image:background});
  130. background-attachment: fixed;
  131. background-repeat: no-repeat;
  132. background-position:0px 0px;
  133. margin:0px;
  134. color:#cfc9ce;
  135. font-family: 'Cormorant Garamond', serif;
  136. font-size:11px;
  137. line-height:120%;
  138. word-wrap: break-word;
  139. }
  140.  
  141. blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. border-color: #8e1523;
  145. border-radius:6px;
  146. }
  147.  
  148. a {
  149. color: #cfc9ce;
  150. text-decoration:none;
  151. -webkit-transition:all 0.5s ease-in-out;
  152. -moz-transition:all 0.5s ease-in-out;
  153. -o-transition:all 0.5s ease-in-out;
  154. -ms-transition:all 0.5s ease-in-out;
  155. transition:all 0.5s ease-in-out;
  156. }
  157.  
  158.  
  159. img {none;}
  160.  
  161. h1 {
  162. font-family: 'Anton', sans-serif;
  163. text-transform:none;
  164. font-size:25px;
  165. line-height:30px;
  166. letter-spacing:0px;
  167. text-align:center;
  168. font-style:normal;
  169. color: #cfc9ce;
  170. }
  171.  
  172. h2 {
  173. color: #8e1523;
  174. text-transform: none;
  175. letter-spacing:1px;
  176. font-family: 'Anton', sans-serif;
  177. font-size:17px;
  178. }
  179.  
  180. hr {
  181. border-color: #8e1523;
  182. border-width: .5px;
  183. }
  184.  
  185. #fixerupper {
  186. width:500px;
  187. margin:0 auto -12px auto;
  188. }
  189.  
  190. #container {
  191. width:377px;
  192. height:558px;
  193. margin-left:415px;
  194. margin-top:72px;
  195. position:fixed;
  196. overflow-y:scroll;
  197. overflow-x:hidden;
  198. padding-left:50px;
  199. padding-right:10px;
  200. padding-top:17px;
  201. padding-bottom:10px;
  202. z-index:50
  203. }
  204.  
  205. #post {
  206. background: none;
  207. width:340px;
  208. padding-bottom:30px;
  209. padding: 30px;
  210. text-align: justify;
  211. margin-top:0px;
  212. border: 3px none #f7f7f7;
  213. line-height: 100%;
  214. }
  215.  
  216.  
  217. #post img {
  218. padding: 0;
  219. max-width:100%;
  220. width: auto;
  221. height: auto;
  222. }
  223.  
  224. #post video {
  225. padding: 0;
  226. max-width:100%;
  227. width: auto;
  228. height: auto;
  229. }
  230.  
  231. pre {
  232. font-family: 'lumierlight';
  233. font-size:10px;
  234. color:#8e1523;
  235. letter-spacing:1px;
  236. text-align:center;
  237. text-transform:uppercase;
  238. padding:6px;
  239. background:url('');
  240. background-repeat:repeat;;
  241. }
  242.  
  243.  
  244. b {
  245. text-transform: bold;
  246. color: #cfc9ce;
  247. letter-spacing:1px;
  248. text-shadow: 2px 2px 5px #2e1f18;
  249. font-family: 'Bebas Neue', cursive;
  250. font-size:17px;
  251. line-height:100%;
  252. }
  253.  
  254. i {
  255. text-transform: italic;
  256. color: #cfc9ce;
  257. letter-spacing:1px;
  258. font-family: 'Yellowtail', cursive;
  259. text-shadow: 0px 0px 3px #cfc9ce;
  260. font-size:20px;
  261. line-height:100%;
  262. }
  263.  
  264. sub, small, sup {
  265. font-size: 12px;
  266. }
  267.  
  268. /* --- BODY END --- */
  269.  
  270.  
  271. /* --- SIDEBAR START ---*/
  272.  
  273. #sidebar{
  274. position: fixed;
  275. top: 80px;
  276. width:150px;
  277. height:70px;
  278. left: 830px;
  279. padding:20px;
  280. }
  281.  
  282. #sidebarimage img{
  283. width: 260px;
  284. height:209px;
  285. padding:10px;
  286. border:2px none #634911;
  287. margin-top:70px;
  288. margin-left:43px;
  289. background:transparent;
  290. background-image:{image:sidebarimage};
  291. }
  292.  
  293. #nav {
  294. position:fixed;
  295. overflow:hidden;
  296. margin-top:150px;
  297. margin-left:315px;
  298. }
  299.  
  300. #link1 a , #link2 a, #link3 a
  301.  
  302. #title {
  303. font-family:times;
  304. text-align:center;
  305. width:300px;
  306. margin-top:5px;
  307. margin-left:200px;
  308. text-transform:uppercase;
  309. font-style:normal;
  310. font-size:20px;
  311. color:#fff;
  312. }
  313.  
  314. #description {
  315. background:none;
  316. width:170px;
  317. height:300px;
  318. overflow-y:scroll;
  319. overflow-x:hidden;
  320. margin-top:-260px;
  321. margin-left:85px;
  322. padding: 12px;
  323. padding-right:10px;
  324. text-align:justify;
  325. font-style: none;
  326. font-family: 'Cormorant Garamond', serif;
  327. font-size:11px;
  328. color: #cfc9ce;
  329. text-shadow: none;
  330. letter-spacing:1px;
  331. line-height:155%;
  332. }
  333.  
  334. #updates{
  335. width:170px;
  336. margin-left:95px;
  337. margin-top:-135px;
  338. font-style: none;
  339. font-family: 'Cormorant Garamond', serif;
  340. font-size:11px;
  341. text-transform:normal;
  342. color: #cfc9ce;
  343. letter-spacing:1px;
  344. line-height:200%;
  345. position:fixed;
  346. }
  347.  
  348. #pagination {
  349. font-family: 'Bebas Neue', cursive;
  350. width:500px;
  351. font-size:20px;
  352. margin-top:20px;
  353. margin-left:-50px;
  354. padding-left:5px;
  355. letter-spacing:3px;
  356. text-align:center;
  357. text-transform:uppercase;
  358. color: #8e1523;
  359. }
  360.  
  361. #pagination a {
  362. color:#cfc9ce;
  363. }
  364.  
  365. /* --- SIDEBAR END ---*/
  366.  
  367.  
  368. /* --- LINKS START --- */
  369.  
  370. #links {
  371. width:250px;
  372. position:fixed;
  373. margin-left:45px;
  374. margin-top:70px;
  375. padding:8px;
  376. }
  377.  
  378. #links a{
  379. min-width:77px;
  380. background: #8e1523;
  381. color: #cfc9ce;
  382. display:inline-block;
  383. margin:4px;
  384. font-size:8px
  385. font-family: 'lumierlight';
  386. text-align:center;
  387. text-transform:uppercase;
  388. padding-top:2px;
  389. line-height:155%;
  390. }
  391.  
  392. /* --- LINKS END --- */
  393.  
  394.  
  395. /* --- CREDIT START --- */
  396.  
  397. .credit{
  398. position:fixed;
  399. font-size:20px;
  400. right:40px;
  401. bottom:20px;
  402. z-index:51;
  403. }
  404.  
  405. .credit a {
  406. font-family: "starfish";
  407. text-decoration:none;
  408. text-transform:uppercase;
  409. color: #8e1523;
  410. text-shadow: 1px 1px 1px #8e1523;
  411. -moz-transition-duration:.7s;
  412. -webkit-transition-duration:.7s;
  413. -o-transition-duration:.7s;
  414. }
  415.  
  416. /* --- CREDIT END --- */
  417.  
  418.  
  419. /* --- POST NOTES START --- */
  420.  
  421. .note {
  422. padding:0px 20px 0px 20px;
  423. background-color:transparent;
  424. text-transform:lowercase;
  425. letter-spacing:0px;
  426. font-size: 11px;
  427. font-style:normal;
  428. text-align:left;
  429. line-height:120%;
  430. }
  431.  
  432. .note li {
  433. list-style-type:none;
  434. padding:5px 25px 5px 25px;
  435. text-align:left;
  436. margin-right:30px;
  437. margin-top:-50px;
  438. }
  439.  
  440. #info {
  441. height:20px;
  442. text-align:center;
  443. margin-top:25px;
  444. padding-top:10px;
  445. padding:15px;
  446. padding-bottom:1px;
  447. text-transform:normal;
  448. font-style:none;
  449. font-size:12px;
  450. font-family: 'Anton', sans-serif;
  451. background: #8e1523;
  452. color: #cfc9ce;
  453. line-height:60%;
  454. }
  455.  
  456. #info a{
  457. color: #000;
  458. }
  459.  
  460. #tags {
  461. font-family: 'Cormorant Garamond', serif;
  462. text-align:center;
  463. margin-top:5px;
  464. padding-bottom:0px;
  465. text-transform:none;
  466. font-style:none;
  467. font-size:12px;
  468. }
  469.  
  470. #tags a {
  471. color: #cfc9ce;
  472. }
  473.  
  474. /* --- POST NOTES END --- */
  475.  
  476.  
  477. /* --- ASK & AUDIO START --- */
  478.  
  479. .ask {
  480. color: #cfc9ce;
  481. background: #8e1523;
  482. padding:15px;
  483. margin-bottom:15px;
  484. margin-top:10px;
  485. }
  486.  
  487. .askheader {
  488. }
  489.  
  490. .asker {
  491. color: #cfc9ce;
  492. text-shadow: -1px -1px -1px #1e1e1d;
  493. text-shadow: 1px 1px 1px #1e1e1d;
  494. font-family: 'Anton', sans-serif;
  495. font-size:22px;
  496. line-height:20px;
  497. text-align:center;
  498. padding-bottom:5px;
  499. }
  500.  
  501. .answer {
  502. color: #cfc9ce;
  503. }
  504.  
  505. .chat {
  506. list-style:none;
  507. margin-top:15px;
  508. margin-bottom:0px;
  509. font-size:10px;
  510. margin-left:0px;
  511. }
  512.  
  513. .chat ul {
  514. line-height:18px;
  515. margin-top:0px;
  516. list-style:none;
  517. padding:0px;
  518. letter-spacing:2px;
  519. font-size:10px;
  520. margin-bottom:0px;
  521. text-transform:normal;
  522. }
  523.  
  524. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  525. background: #8e1523;
  526. padding:3px 8px 3px 8px;
  527. color: #000;
  528. }
  529.  
  530. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  531. background-color: none;
  532. padding:3px 8px 3px 8px;
  533. color: #cfc9ce;
  534. border-bottom: none;
  535. }
  536.  
  537. .audio{
  538. color: #cfc9ce;
  539. background: #8e1523;
  540. padding:15px;
  541. height:70px;
  542. font-size:8px;
  543. overflow:hidden;
  544. }
  545.  
  546. .video {
  547. width:340px!important;
  548. }
  549.  
  550. .video iframe {
  551. width:340px!important;
  552. }
  553.  
  554. /* --- ASK & AUDIO END --- */
  555.  
  556. {CustomCSS}</style></head><body>
  557.  
  558. <div id="fixerupper">
  559.  
  560. <div id="sidebar">
  561.  
  562. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  563.  
  564. <div class="credit">
  565. <a href="https://wintersovereign.tumblr.com/">E</a>
  566. </div>
  567.  
  568. <div id="title"></div>
  569.  
  570. <div id="description">
  571. <center>
  572. <p>I have a name too, <b>Goliath</b>. The humans gave it to me, long ago.You should know it before you die.<br>I am... <big><font color="#8e1523">D e m o n a</font></big>. <br>Independent Demona RP blog from Disney's Gargoyles. Established <br>March 24, 2015</p>
  573. </center>
  574. </div>
  575.  
  576. <div id="updates">
  577. <center><p><big><b><u>Blog Updates</u></b></big><br>
  578. <p>Updates Here!</p></center>
  579. </div>
  580.  
  581. <div id="links">
  582. <center>
  583. <a href="/">home</a>
  584. <a href="/ask">ask</a>
  585. <a href="/rules">rules</a>
  586. <a href="/about">about</a>
  587. <a href="/verses">verses</a>
  588. <a href="http://tumblr.com/dashboard">dash</a>
  589. </center>
  590. </div>
  591.  
  592. <div id="scrollbar">{scrollbar}</div>
  593.  
  594. <div id="pagination">
  595. <center> {block:Pagination}
  596. <div id="pagination">
  597. {block:PreviousPage}
  598. <a href="{PreviousPage}"><big>ยซ</big></a>
  599. {/block:PreviousPage}
  600. {block:JumpPagination length="5"}
  601. {block:CurrentPage}
  602. <span class="current_page">{PageNumber}</span>
  603. {/block:CurrentPage}
  604. {block:JumpPage}
  605. <a class="jump_page" href="{URL}">{PageNumber}</a>
  606. {/block:JumpPage}
  607. {/block:JumpPagination}
  608. {block:NextPage}
  609. <a href="{NextPage}"><big>ยป</big></a>
  610. {/block:NextPage}
  611. </div>
  612. {/block:Pagination}</center>
  613. </div>
  614.  
  615. {block:HasPages}{block:Pages}
  616.  
  617. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  618.  
  619. </div></center>
  620.  
  621.  
  622. </div>
  623.  
  624. <div id="container">{block:Posts}<div id="post">
  625.  
  626. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  627. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  628.  
  629. {block:blockquote}{/block:blockquote}
  630.  
  631. {block:ContentSource}
  632. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  633. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  634. {/block:SourceLogo}
  635. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  636. {/block:ContentSource}
  637.  
  638. {block:Photo}
  639. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="340px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  640. {/block:Photo}
  641.  
  642. {block:Photoset}
  643. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  644. {/block:Photoset}
  645.  
  646. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  647.  
  648. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  649.  
  650. {block:Chat}
  651. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  652. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  653. {/block:Chat}
  654.  
  655. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  656. {block:Artist} &nbsp;โ€”&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  657.  
  658. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  659.  
  660. {block:Answer}
  661. <div class="askheader"><img src="" draggable="false"></div>
  662. <div class="ask"><div class="asker">{Asker}<font color=#cfc9ce> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  663. {/block:Answer}
  664.  
  665.  
  666. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  667.  
  668. <div id="tags">
  669. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  670.  
  671. </div>
  672. {block:PostNotes}{PostNotes}{/block:PostNotes}
  673. {/block:Posts}</div>
  674.  
  675. </body>
  676.  
  677.  
  678. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement