Advertisement
elsaofarendelle

wallachiandragon

Feb 7th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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=Anton" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
  13.  
  14. <!--- tooltips --->
  15.  
  16. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26.  
  27. </style>
  28.  
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35.  
  36. <!-------------------------------------------
  37. Code by elsaofarendelle.
  38. Don't copy or distribute.
  39. Don't claim as your own.
  40. -------------------------------------------->
  41.  
  42. <meta name="image:background" content=""/>
  43. <meta name="image:sidebar" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. /* --- CURSOR START --- */
  62.  
  63. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  64.  
  65. /* --- CURSOR END --- */
  66.  
  67. /* --- FONTS START --- */
  68.  
  69. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  70.  
  71. @font-face { font-family: "watermelon"; src: url('https://dl.dropboxusercontent.com/s/uluxk369y2nfu59/Watermelon%20Script%20Demo.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  74.  
  75. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  76.  
  77. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  78.  
  79. /* --- FONTS END --- */
  80.  
  81.  
  82. /* --- SCROLLBAR START ---*/
  83.  
  84. ::-webkit-scrollbar-thumb{
  85. background-color: #2a0705;
  86. border: none;
  87. height:auto;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. height:auto;
  92. width:5px;
  93. background-color: transparent;
  94. border:2px solid transparent;
  95. }
  96.  
  97. /* --- SCROLLBAR END --- */
  98.  
  99.  
  100. /* --- TOOLTIPS START --- */
  101.  
  102. #s-m-t-tooltip{
  103. max-width:300px;
  104. margin:15px;
  105. padding:2px 8px;
  106. background: #000;
  107. color: #eee;
  108. border: 1px solid #2a0705;
  109. border-radius:0px;
  110. z-index:9999999999999;
  111. font-size:12px;
  112. font-family: 'lumierlight';
  113. font-weight:bold;
  114. text-transform:normal;
  115. box-shadow: 2px 2px 5px #000;
  116. -webkit-transition:all 0.7s;
  117. -moz-transition:all 0.7s;
  118. -ms-transition:all 0.7s;
  119. -o-transition:all 0.7s;
  120. transition:all 0.7s;
  121. }
  122.  
  123. /* --- TOOLTIPS END --- */
  124.  
  125.  
  126. /* --- BODY START ---*/
  127.  
  128. body {
  129. background:#000;
  130. background-image:url({image:background});
  131. background-attachment: fixed;
  132. background-repeat: no-repeat;
  133. background-position:0px 0px;
  134. margin:0px;
  135. color:#eee;
  136. font-family: 'Cormorant Garamond', serif;
  137. font-size:12px;
  138. line-height:120%;
  139. word-wrap: break-word;
  140. }
  141.  
  142. blockquote {
  143. padding-left:5px;
  144. border-left:2px solid;
  145. border-color: #2a0705;
  146. }
  147.  
  148. a {
  149. color: #eee;
  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: 'Timmana', sans-serif;
  163. text-transform:none;
  164. font-size:20px;
  165. line-height:30px;
  166. letter-spacing:0px;
  167. text-align:center;
  168. font-style:normal;
  169. color: #2a0705;
  170. }
  171.  
  172. h2 {
  173. color: #2a0705;
  174. text-transform: none;
  175. letter-spacing:1px;
  176. font-family: 'lumierlight';
  177. font-size:17px;
  178. }
  179.  
  180. hr {
  181. border-color: #2a0705;
  182. border-width: .5px;
  183. }
  184.  
  185. #fixerupper {
  186. width:500px;
  187. margin:0 auto -12px auto;
  188. }
  189.  
  190. #container {
  191. width:400px;
  192. height:520px;
  193. margin-left:33px;
  194. margin-top:68px;
  195. position:fixed;
  196. overflow-y:scroll;
  197. overflow-x:hidden;
  198. padding-left:60px;
  199. padding-right:60px;
  200. padding-top:17px;
  201. padding-bottom:10px;
  202. z-index:50
  203. }
  204.  
  205. #post {
  206. background: none;
  207. width:400px;
  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. pre {
  225. font-family: 'lumierlight';
  226. font-size:10px;
  227. color:#2a0705;
  228. letter-spacing:1px;
  229. text-align:center;
  230. text-transform:uppercase;
  231. padding:6px;
  232. background:url('');
  233. background-repeat:repeat;;
  234. }
  235.  
  236.  
  237. b {
  238. text-transform: bold;
  239. color: #2a0705;
  240. text-shadow: 0px 0px 3px #2a0705;
  241. letter-spacing:1px;
  242. font-family: 'lumierlight';
  243. font-size:15px;
  244. }
  245.  
  246. i {
  247. text-transform: italic;
  248. color: #2a0705;
  249. letter-spacing:1px;
  250. font-family: 'lumierlight';
  251. font-size:15px;
  252. }
  253.  
  254. em {
  255. text-transform: italic;
  256. color: #2a0705;
  257. letter-spacing:1px;
  258. font-family: 'lumierlight';
  259. font-size:15px;
  260. }
  261.  
  262. sub, small, sup {
  263. font-size: 12px;
  264. }
  265.  
  266. /* --- BODY END --- */
  267.  
  268.  
  269. /* --- SIDEBAR START ---*/
  270.  
  271. #sidebar{
  272. position: fixed;
  273. top: 100px;
  274. width:250px;
  275. height:115px;
  276. left: 823px;
  277. padding:20px;
  278. }
  279.  
  280. #sidebarimage img{
  281. width: 260px;
  282. height:209px;
  283. padding:10px;
  284. border:2px none #634911;
  285. margin-top:70px;
  286. margin-left:43px;
  287. background:transparent;
  288. background-image:{image:sidebarimage};
  289. }
  290.  
  291. #nav {
  292. position:fixed;
  293. overflow:hidden;
  294. margin-top:150px;
  295. margin-left:315px;
  296. }
  297.  
  298. #link1 a , #link2 a, #link3 a
  299.  
  300. #title {
  301. font-family:times;
  302. text-align:center;
  303. width:300px;
  304. margin-top:5px;
  305. margin-left:200px;
  306. text-transform:uppercase;
  307. font-style:normal;
  308. font-size:20px;
  309. color:#fff;
  310. }
  311.  
  312. #header{
  313. width:350px;
  314. margin-left:-280px;
  315. margin-top:30px;
  316. font-style: none;
  317. font-family: 'lumierlight';
  318. font-size:20px;
  319. text-transform:normal;
  320. color: #8e9e9a;
  321. text-shadow: -1px -1px -1px #eee;
  322. text-shadow: 1px 1px 1px #eee;
  323. letter-spacing:1px;
  324. line-height:200%;
  325. position:fixed;
  326. transform: rotate(-10deg);
  327. }
  328.  
  329. #description {
  330. background:none;
  331. width:250px;
  332. height:300px;
  333. overflow-y:scroll;
  334. overflow-x:hidden;
  335. margin-top:-60px;
  336. margin-left:26px;
  337. padding: 12px;
  338. padding-right:10px;
  339. text-align:justify;
  340. font-style: none;
  341. font-family: 'Cormorant Garamond', serif;
  342. font-size:12px;
  343. color: #eee;
  344. text-shadow: none;
  345. letter-spacing:1px;
  346. line-height:155%;
  347. }
  348.  
  349. #pagination {
  350. font-family: 'Timmana', sans-serif;
  351. width:103px;
  352. font-size:60px;
  353. text-transform:uppercase;
  354. margin-top:-200px;
  355. margin-left:880px;
  356. padding-top:25px;
  357. letter-spacing:1px;
  358. font-style:normal;
  359. text-align:center;
  360. position:fixed;
  361. }
  362.  
  363. #pagination a {
  364. color: #2a0705;
  365. text-shadow: 1px 1px 1px #2a0705;
  366. }
  367.  
  368. /* --- SIDEBAR END ---*/
  369.  
  370.  
  371. /* --- LINKS START --- */
  372.  
  373. #links {
  374. width:300px;
  375. position:fixed;
  376. margin-left:3px;
  377. margin-top:-440px;
  378. padding:8px;
  379. }
  380.  
  381. #links a{
  382. min-width:70px;
  383. background: #2a0705;
  384. color: #eee;
  385. display:inline-block;
  386. margin:4px;
  387. font-size:9px
  388. font-family: 'lumierlight';
  389. text-align:center;
  390. text-transform:uppercase;
  391. padding-top:2px;
  392. line-height:155%;
  393. }
  394.  
  395. /* --- LINKS END --- */
  396.  
  397.  
  398. /* --- CREDIT START --- */
  399.  
  400. .credit{
  401. position:fixed;
  402. font-size:15px;
  403. right:20px;
  404. bottom:10px;
  405. z-index:51;
  406. }
  407.  
  408. .credit a {
  409. font-family: 'Anton', sans-serif;
  410. text-decoration:none;
  411. text-transform:uppercase;
  412. color: #2a0705;
  413. text-shadow: -1px -1px -1px #2a0705;
  414. text-shadow: 1px 1px 1px #2a0705;
  415. -moz-transition-duration:.7s;
  416. -webkit-transition-duration:.7s;
  417. -o-transition-duration:.7s;
  418. }
  419.  
  420. /* --- CREDIT END --- */
  421.  
  422.  
  423. /* --- POST NOTES START --- */
  424.  
  425. .note {
  426. padding:0px 20px 0px 20px;
  427. background-color:transparent;
  428. text-transform:lowercase;
  429. letter-spacing:0px;
  430. font-size: 11px;
  431. font-style:normal;
  432. text-align:left;
  433. line-height:120%;
  434. }
  435.  
  436. .note li {
  437. list-style-type:none;
  438. padding:5px 25px 5px 25px;
  439. text-align:left;
  440. margin-right:30px;
  441. margin-top:-50px;
  442. }
  443.  
  444. #info {
  445. height:20px;
  446. text-align:center;
  447. margin-top:25px;
  448. padding-top:10px;
  449. padding:15px;
  450. padding-bottom:1px;
  451. text-transform:normal;
  452. font-style:none;
  453. font-size:12px;
  454. font-family:'Timmana', sans-serif;
  455. background: #000;
  456. color: #2a0705;
  457. background-repeat:repeat;
  458. background-attachment:fixed;
  459. line-height:120%;
  460. border: 1px solid #2a0705;
  461. }
  462.  
  463. #info a{
  464. color: #2a0705;
  465. }
  466.  
  467. #tags {
  468. font-family: 'Cormorant Garamond', serif;
  469. text-align:center;
  470. margin-top:5px;
  471. padding-bottom:0px;
  472. text-transform:none;
  473. font-style:none;
  474. font-size:12px;
  475. }
  476.  
  477. #tags a {
  478. color: #eee;
  479. }
  480.  
  481. /* --- POST NOTES END --- */
  482.  
  483.  
  484. /* --- ASK & AUDIO START --- */
  485.  
  486. .ask {
  487. background: #2a0705;
  488. color: #eee;
  489. border: 3px double #000;
  490. padding:15px;
  491. margin-bottom:15px;
  492. margin-top:10px;
  493. }
  494.  
  495. .askheader {
  496. margin-left:-3px;
  497. }
  498.  
  499. .asker {
  500. color: #000;
  501. font-family: 'lumierlight';
  502. font-size:22px;
  503. line-height:20px;
  504. text-align:center;
  505. padding-bottom:5px;
  506. }
  507.  
  508. .answer {
  509. color: #eee;
  510. }
  511.  
  512. .chat {
  513. list-style:none;
  514. margin-top:15px;
  515. margin-bottom:0px;
  516. font-size:10px;
  517. margin-left:0px;
  518. }
  519.  
  520. .chat ul {
  521. line-height:18px;
  522. margin-top:0px;
  523. list-style:none;
  524. padding:0px;
  525. letter-spacing:2px;
  526. font-size:10px;
  527. margin-bottom:0px;
  528. text-transform:normal;
  529. }
  530.  
  531. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  532. background-color: transparent;
  533. padding:3px 8px 3px 8px;
  534. color: #eee;
  535. border-bottom: none
  536. }
  537.  
  538. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  539. background-color: transparent;
  540. padding:3px 8px 3px 8px;
  541. color: #eee;
  542. border-bottom: none;
  543. }
  544.  
  545. .audio{
  546. color: #000;
  547. background:#2a0705;
  548. padding:15px;
  549. height:70px;
  550. font-size:8px;
  551. overflow:hidden;
  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://elsaofarendelle.tumblr.com">E</a>
  566. </div>
  567.  
  568. <div id="title"></div>
  569.  
  570. <div id="header">
  571. <center></center>
  572. </div>
  573.  
  574. <div id="description">
  575. <center><p><b>Vlad III</b> roleplay as told my Mari. Heavily historical based & inspired by <i>Dracula Untold</i>.</p> <p>I am Vlad III Dracula, member of the House of Drăculești. Voivode of Ungo-Wallachia, Duke of Făgăraş and Amlaş. I am known as son of the Dragon, son of the Devil, Țepeș (impaler), Kazikli Bey (Impaler Lord) and vampire count created by Bram Stoker.</p></center>
  576. </div>
  577.  
  578. <div id="links">
  579. <center>
  580. <a href="/">home</a>
  581. <a href="/">ask</a>
  582. <a href="/archive">archive</a>
  583. <a href="/r">rules</a>
  584. <a href="/a">about</a>
  585. <a href="/m">more</a>
  586. <a href="/">link</a>
  587. <a href="/">link</a>
  588. <a href="/">link</a>
  589. <a href="/">link</a>
  590. <a href="/">link</a>
  591. <a href="/">link</a>
  592. </center>
  593. </div>
  594.  
  595. <div id="scrollbar">{scrollbar}</div>
  596.  
  597.  
  598. <div id="pagination">
  599. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  600. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  601.  
  602. {block:HasPages}{block:Pages}
  603.  
  604. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  605.  
  606. </div></center>
  607.  
  608.  
  609. </div>
  610.  
  611. <div id="container">{block:Posts}<div id="post">
  612.  
  613. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  614. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  615.  
  616. {block:blockquote}{/block:blockquote}
  617.  
  618. {block:ContentSource}
  619. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  620. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  621. {/block:SourceLogo}
  622. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  623. {/block:ContentSource}
  624.  
  625. {block:Photo}
  626. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  627. {/block:Photo}
  628.  
  629. {block:Photoset}
  630. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  631. {/block:Photoset}
  632.  
  633. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  634.  
  635. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  636.  
  637. {block:Chat}
  638. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  639. <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>
  640. {/block:Chat}
  641.  
  642. {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}
  643. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  644.  
  645. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  646.  
  647. {block:Answer}
  648. <div class="askheader"><img src="" draggable="false"></div>
  649. <div class="ask"><div class="asker">{Asker}<font color=#000> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  650. {/block:Answer}
  651.  
  652.  
  653. {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>
  654.  
  655. <div id="tags">
  656. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  657.  
  658. </div>
  659. {block:PostNotes}{PostNotes}{/block:PostNotes}
  660. {/block:Posts}</div>
  661.  
  662. </body>
  663.  
  664. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement