Advertisement
elsaofarendelle

islesmade

Oct 26th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 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="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href='http://www.myfontfree.com/data/33/l/last_king_quest/Last King Quest.ttf' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://www.fontsaddict.com/fontface/ever-after.TTF' rel='stylesheet' type='text/css'>
  9. <!--- tooltips --->
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("[title]").style_my_tooltips();
  17. });
  18. })(jQuery);
  19. </script>
  20.  
  21.  
  22. </style>
  23.  
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30.  
  31. <!-------------------------------------------
  32. Code by elsaofarendelle.
  33. Don't copy or distribute.
  34. Don't claim as your own.
  35. -------------------------------------------->
  36.  
  37. <meta name="image:background" content=""/>
  38. <meta name="image:sidebar" content=""/>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /* --- SCROLLBAR START ---*/
  44.  
  45. ::-webkit-scrollbar {
  46. height: 0px;
  47. width: 6px;
  48. background: none;
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. border: 5px solid #transparent;
  53. -webkit-border-radius: 5px;
  54. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  55. }
  56.  
  57. ::-webkit-scrollbar-corner{
  58. background: transparent;
  59. }
  60.  
  61. /* --- SCROLLBAR END --- */
  62.  
  63. /* --- TOOLTIPS START --- */
  64.  
  65. #s-m-t-tooltip{
  66. max-width:300px;
  67. margin:15px;
  68. padding:2px 8px;
  69. border:3px solid #b5bcbd;
  70. border-radius:0px;
  71. background:#171313;
  72. color: #fff;
  73. z-index:9999999999999;
  74. font-size:15px;
  75. font-family: 'Ever After';
  76. font-weight:bold;
  77. text-transform:normal;
  78. box-shadow:0px 0px 10px #000;
  79. -webkit-transition:all 0.7s;
  80. -moz-transition:all 0.7s;
  81. -ms-transition:all 0.7s;
  82. -o-transition:all 0.7s;
  83. transition:all 0.7s;
  84. }
  85.  
  86. /* --- TOOLTIPS END --- */
  87.  
  88.  
  89.  
  90.  
  91. /* --- BODY START ---*/
  92.  
  93. body {
  94. background:#b5bcbd;
  95. background-image:url({image:background});
  96. background-attachment: fixed;
  97. background-repeat: no-repeat;
  98. background-position:0px 0px;
  99. margin:0px;
  100. color:#fff;
  101. font-family: times;
  102. font-size:15px;
  103. line-height:120%;
  104.  
  105. }
  106.  
  107. blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. border-radius:6px;
  111. }
  112.  
  113. a {
  114. color:#fff;
  115. }
  116.  
  117. a {
  118. text-decoration:none;
  119. -webkit-transition:all 0.5s ease-in-out;
  120. -moz-transition:all 0.5s ease-in-out;
  121. -o-transition:all 0.5s ease-in-out;
  122. -ms-transition:all 0.5s ease-in-out;
  123. transition:all 0.5s ease-in-out;
  124. }
  125.  
  126. a:hover {
  127. color:{color:linkhover}
  128. }
  129.  
  130. img {none;}
  131.  
  132. h1 , h2 {
  133. font-family: 'Ever After';
  134. text-transform:none;
  135. font-size:30px;
  136. line-height:30px;
  137. letter-spacing:0px;
  138. text-align:center;
  139. font-style:normal;
  140. color: #b5bcbd;
  141. }
  142.  
  143.  
  144. #container {
  145. background:transparent;
  146. border:3px none #fff;
  147. width:260px;
  148. height:475px;
  149. margin-left:410px;
  150. margin-top:100px;
  151. position:fixed;
  152. overflow:auto;
  153. padding-left:50px;
  154. padding-right:44px;
  155. padding-top:10px;
  156. padding-bottom:10px;
  157. -webkit-mask-image: -webkit-gradient(
  158. linear, center 20%, center bottom,
  159. from(rgba(0,0,0,20)),
  160. to(rgba(20,0,0,0)));
  161. }
  162.  
  163. #posts {
  164. width:250px;
  165. background-color: transparent;
  166. padding:-50px;
  167. text-align: justify;
  168. font-size: 12px;
  169. padding-top: -10px;
  170. margin-bottom: 50px;
  171. line-height: 100%px;
  172. font-family: times;
  173. z-index:50;
  174. }
  175.  
  176. #posts img {
  177. padding: 0;
  178. max-width: 100%;
  179. height: auto;
  180. }
  181.  
  182.  
  183. b {
  184. text-transform: bold;
  185. color: #b5bcbd;
  186. text-shadow:0px 0px 3px #fff;
  187. letter-spacing:1px;
  188. font-family: 'Ever After';
  189. font-size:17px;
  190. }
  191.  
  192. i, em {
  193. text-transform: italic;
  194. color: #b5bcbd;
  195. text-shadow:2px 2px 5px #000;
  196. letter-spacing:1px;
  197. font-family: 'Ever After';
  198. font-size:17px;
  199. }
  200.  
  201.  
  202. /* --- BODY END --- */
  203.  
  204. /* --- SIDEBAR START ---*/
  205.  
  206.  
  207. #sidebar{
  208. position: fixed;
  209. top: 220px;
  210. width:250px;
  211. height:115px;
  212. left: -10px;
  213. padding:20px;
  214. }
  215.  
  216.  
  217.  
  218. #sidebarimage img{
  219. width: 100px;
  220. height:115px;
  221. padding:10px;
  222. border:3px none #f5f5f5;
  223. margin-top:5px;
  224. background:transparent;
  225. background-image:{image:sidebarimage};
  226. }
  227.  
  228.  
  229. #nav {
  230. position:fixed;
  231. overflow:hidden;
  232. margin-top:150px;
  233. margin-left:315px;
  234. }
  235.  
  236. #link1 a , #link2 a, #link3 a
  237.  
  238. #title {
  239. font-family:times;
  240. text-align:center;
  241. width:300px;
  242. margin-top:5px;
  243. margin-left:100px;
  244. text-transform:uppercase;
  245. font-style:normal;
  246. font-size:20px;
  247. color:#c47a39;
  248. }
  249.  
  250. #elsa {
  251. position:fixed;
  252. left:227px;
  253. top:169px;
  254. z-index:999;
  255. }
  256.  
  257. #elsa:hover #anna {
  258. opacity:1;
  259. -webkit-transition: all .7s ease-in-out;
  260. -moz-transition: all .7s ease-in-out;
  261. -o-transition: all .7s ease-in-out;
  262. }
  263.  
  264. #anna {
  265. background:#b5bcbd;
  266. font-size:10px;
  267. color:#eee;
  268. font-family:'Radley', serif;
  269. text-align:center;
  270. width:155px;
  271. height:200px;
  272. top:225px;
  273. left:235px;
  274. padding:0px 5px 0px 5px;
  275. position:fixed;
  276. opacity:0;
  277. -webkit-transition: all .7s ease-in-out;
  278. -moz-transition: all .7s ease-in-out;
  279. -o-transition: all .7s ease-in-out;
  280. }
  281.  
  282. #snowman {
  283. font-family: Times;
  284. font-style:uppercase;
  285. color:#ded5d4;
  286. font-size:20px;
  287. width: 300px;
  288. height: auto;
  289. top:0px;
  290. left:0px;
  291. }
  292.  
  293. #snowman: hover {
  294. font-family: 'Ever After';
  295. font-style:uppercase;
  296. color:#eee;
  297. text-shadow: 0px 0px 3px #eee;
  298. font-size:40px;
  299. width: 150px;
  300. }
  301.  
  302. #pagination {
  303. font-family: times;
  304. width:103px;
  305. font-size:8px;
  306. text-transform:uppercase;
  307. margin-top:350px;
  308. margin-left:350px;
  309. padding-top:25px;
  310. letter-spacing:1px;
  311. font-style:normal;
  312. text-align:center;
  313. }
  314.  
  315. #pagination a {
  316. color:#eee;
  317. text-shadow:0px 0px 3px #fff;
  318. }
  319.  
  320. /* --- SIDEBAR END ---*/
  321.  
  322.  
  323. /* --- LINKS START --- */
  324.  
  325. .links {
  326. position:fixed;
  327. font-size:20px;
  328. top: 250px;
  329. left: 200px;
  330. }
  331.  
  332. .links a {
  333. text-decoration:none;
  334. text-transform:uppercase;
  335. color: #eee;
  336. text-shadow:0px 0px 3px #fff;
  337. font-family: times;
  338. line-height:150%;
  339. -moz-transition-duration:.7s;
  340. -webkit-transition-duration:.7s;
  341. -o-transition-duration:.7s;
  342. }
  343.  
  344.  
  345. .links a:hover {
  346. text-decoration:none;
  347. text-transform:normal;
  348. color: #eee1;
  349. text-shadow:0px 0px 3px #fff;
  350. }
  351.  
  352.  
  353. /* ---LINKS END --- */
  354.  
  355.  
  356. /* --- CREDIT START --- */
  357.  
  358. .credit{
  359. position:fixed;
  360. font-size:15px;
  361. right:12px;
  362. bottom:10px;
  363. }
  364.  
  365. .credit a {
  366. text-decoration:none;
  367. text-transform:uppercase;
  368. color: #eee;
  369. text-shadow:0px 0px 3px #eee;
  370. -moz-transition-duration:.7s;
  371. -webkit-transition-duration:.7s;
  372. -o-transition-duration:.7s;
  373. }
  374.  
  375.  
  376. .credit a:hover {
  377. text-decoration:none;
  378. text-transform:uppercase;
  379. color: #eee;
  380. text-shadow:0px 0px 3px #eee;
  381. }
  382.  
  383. /* --- CREDIT END --- */
  384.  
  385. /* --- POST NOTES START --- */
  386.  
  387. .note {
  388. padding:0px 20px 0px 20px;
  389. background-color:transparent;
  390. text-transform:lowercase;
  391. letter-spacing:0px;
  392. font-size: 11px;
  393. font-style:normal;
  394. text-align:left;
  395. line-height:120%;
  396. }
  397.  
  398. .note li {
  399. list-style-type:none;
  400. padding:5px 25px 5px 25px;
  401. text-align:left;
  402. margin-right:30px;
  403. margin-top:-50px;
  404. }
  405.  
  406.  
  407. #info {
  408. height:30px;
  409. text-align:center;
  410. margin-top:10px;
  411. padding-top:10px;
  412. padding:0px;
  413. padding-bottom:1px;
  414. text-transform:normal;
  415. font-style:none;
  416. font-family: 'Ever After';
  417. font-size:15px;
  418. border: 1px solid #fff;
  419. line-height:190%;
  420. background: #b5bcbd;
  421. }
  422.  
  423. #info a{
  424. color: #fff;
  425. }
  426.  
  427. #tags {
  428. font-family: 'Ever After';
  429. text-align:center;
  430. margin-top:0px;
  431. padding-bottom:0px;
  432. text-transform:none;
  433. font-style:none;
  434. font-size:15px;
  435. }
  436.  
  437. #tags a{
  438. color: #fff;
  439. }
  440.  
  441. /* --- POST NOTES END --- */
  442.  
  443. /* --- ASK & AUDIO START --- */
  444.  
  445. .ask {
  446. color:#fff;
  447. padding:15px;
  448. margin-bottom:15px;
  449. background: #b5bcbd;
  450. border:1px solid #fff;
  451. }
  452.  
  453. .asker {
  454. font-family: 'Ever After';
  455. font-size:25px;
  456. color: #fff;
  457. text-shadow:0px 0px 3px #fff;
  458. line-height:10px;
  459. text-align:center;
  460. }
  461.  
  462. .answer {
  463. color: #fff;
  464. }
  465.  
  466. .audio{
  467. background: #b5bcbd;
  468. border-bottom:1px none #fff;
  469. height:70px;
  470. font-size:8px;
  471. overflow:hidden;
  472. }
  473. /* --- ASK & AUDIO END --- */
  474.  
  475.  
  476.  
  477.  
  478. {CustomCSS}</style></head><body>
  479.  
  480.  
  481.  
  482. <div id="sidebar">
  483. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  484.  
  485. <div class="links">
  486. <a title="home" href="/">i.</a><br>
  487.  
  488. <a title="ask" href="/ask">ii.</a><br>
  489.  
  490. <a title="about" href="/i">iii.</a><br>
  491.  
  492. <a title="rules" href="/ii">iv.</a><br>
  493.  
  494. <a title="verses" href="/iii">v.</a><br>
  495.  
  496. <a title="more" href="/iv">vi.</a>
  497. </div>
  498.  
  499.  
  500. <div class="credit">
  501. <a href="http://elsaofarendelle.tumblr.com">𝔼</a>
  502. </div>
  503.  
  504.  
  505.  
  506.  
  507.  
  508. <div id="title"></div>
  509.  
  510. <div id="elsa">
  511. <div id="snowman"><img src="https://i.imgur.com/YatQ3aw.png"</div>
  512. <div id="anna">
  513. <center>
  514. <p>Prince Hans of the Southern Isles<br>
  515. Frozen & OUAT Canon<br>
  516. Elements of <i>A Frozen Heart</i></p>
  517. <p>Mature & Highly Selective<br></p>
  518. </center>
  519. </div>
  520. </div>
  521.  
  522.  
  523.  
  524.  
  525. <div id="scrollbar">{scrollbar}</div>
  526.  
  527.  
  528.  
  529. <div id="pagination">
  530. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  531. {block:Pagination}{block:NextPage}<a href="{NextPage}">/ fourth</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  532.  
  533.  
  534.  
  535. {block:HasPages}{block:Pages}
  536.  
  537. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  538.  
  539. </div></center>
  540.  
  541.  
  542. </div>
  543.  
  544. <div id="container">{block:Posts}<div id="posts">
  545.  
  546.  
  547. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  548.  
  549. {block:blockquote}{/block:blockquote}
  550.  
  551.  
  552.  
  553. {block:Photo}
  554. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  555. {/block:Photo}
  556.  
  557. {block:Photoset}
  558. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  559. {/block:Photoset}
  560.  
  561. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  562.  
  563. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  564.  
  565. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  566.  
  567. {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}
  568. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  569.  
  570. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  571.  
  572. {block:Answer}
  573. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  574. {/block:Answer}
  575.  
  576.  
  577. {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;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  578.  
  579. <div id="tags">
  580. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  581.  
  582. </div>
  583. {block:PostNotes}{PostNotes}{/block:PostNotes}
  584. {/block:Posts}</div>
  585.  
  586. </body>
  587.  
  588.  
  589. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement