Advertisement
elsaofarendelle

ofthesounternisles #2

Sep 1st, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.12 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="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Sedgwick+Ave" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Zeyada" rel="stylesheet">
  11.  
  12. <!--- tooltips --->
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips();
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24.  
  25. </style>
  26.  
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <!-------------------------------------------
  35. Code by elsaofarendelle.
  36. Don't copy or distribute.
  37. Don't claim as your own.
  38. -------------------------------------------->
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:sidebar" content=""/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  47.  
  48. /* --- SCROLLBAR START ---*/
  49.  
  50. ::-webkit-scrollbar {
  51. height: 0px;
  52. width: 5px;
  53. background: transparent;
  54. }
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. border: 3px solid transparent;
  58. -webkit-border-radius: none;
  59. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  60. }
  61.  
  62. ::-webkit-scrollbar-corner{
  63. background: transparent;
  64. }
  65.  
  66. /* --- SCROLLBAR END --- */
  67.  
  68. /* --- LINK ANIMATION START --- */
  69.  
  70. @keyframes fadein {
  71. from { opacity: 0; }
  72. to { opacity: 1; }
  73. }
  74.  
  75. /* Firefox < 16 */
  76. @-moz-keyframes fadein {
  77. from { opacity: 0; }
  78. to { opacity: 1; }
  79. }
  80.  
  81. /* Safari, Chrome and Opera > 12.1 */
  82. @-webkit-keyframes fadein {
  83. from { opacity: 0; }
  84. to { opacity: 1; }
  85. }
  86.  
  87. /* Internet Explorer */
  88. @-ms-keyframes fadein {
  89. from { opacity: 0; }
  90. to { opacity: 1; }
  91. }
  92.  
  93. /* Opera < 12.1 */
  94. @-o-keyframes fadein {
  95. from { opacity: 0; }
  96. to { opacity: 1; }
  97. }
  98.  
  99. /* LINK ANIMATION END --- */
  100.  
  101.  
  102. /* --- TOOLTIPS START --- */
  103.  
  104. #s-m-t-tooltip{
  105. max-width:300px;
  106. margin:15px;
  107. padding:2px 8px;
  108. border-bottom:3px solid #191919;
  109. border-radius:0px;
  110. background: transparent;
  111. color: #191919;
  112. z-index:9999999999999;
  113. font-size:12px;
  114. font-family: 'Sorts Mill Goudy', serif;
  115. text-shadow:0px 0px 3px #191919;
  116. font-weight:bold;
  117. text-transform:normal;
  118. box-shadow:0px 0px 0px #000;
  119. -webkit-transition:all 0.7s;
  120. -moz-transition:all 0.7s;
  121. -ms-transition:all 0.7s;
  122. -o-transition:all 0.7s;
  123. transition:all 0.7s;
  124. }
  125.  
  126. /* --- TOOLTIPS END --- */
  127.  
  128.  
  129. /* --- BODY START ---*/
  130.  
  131. body {
  132. background:#eee;
  133. background-image:url({image:background});
  134. background-attachment: fixed;
  135. background-repeat: no-repeat;
  136. background-position:0px 0px;
  137. margin:0px;
  138. color:#191919;
  139. font-family: 'Sorts Mill Goudy', serif;
  140. font-size:15px;
  141. line-height:120%;
  142. word-wrap: break-word;
  143. }
  144.  
  145. blockquote {
  146. padding-left:5px;
  147. border-left:2px solid;
  148. border-radius:6px;
  149. }
  150.  
  151. a {
  152. color:#191919;
  153. text-decoration:none;
  154. -webkit-transition:all 0.5s ease-in-out;
  155. -moz-transition:all 0.5s ease-in-out;
  156. -o-transition:all 0.5s ease-in-out;
  157. -ms-transition:all 0.5s ease-in-out;
  158. transition:all 0.5s ease-in-out;
  159. }
  160.  
  161.  
  162. img {none;}
  163.  
  164. h1 {
  165. font-family: 'Sedgwick Ave', cursive;
  166. text-transform:none;
  167. font-size:30px;
  168. line-height:30px;
  169. letter-spacing:0px;
  170. text-align:center;
  171. font-style:normal;
  172. color: #191919;
  173. }
  174.  
  175. h2 {
  176. font-family: 'Sedgwick Ave', cursive;
  177. text-transform:none;
  178. font-size:20px;
  179. line-height:30px;
  180. letter-spacing:0px;
  181. text-align:center;
  182. font-style:normal;
  183. color: #191919;
  184. }
  185.  
  186. #container {
  187. background: #transparent;
  188. background-size:100px;
  189. border:none;
  190. width:410px;
  191. height:300px;
  192. margin-left:500px;
  193. margin-top:223px;
  194. position:fixed;
  195. overflow:auto;
  196. padding-left:55pxpx;
  197. padding-right:90px;
  198. padding-top:5px;
  199. padding-bottom:10px;
  200. -webkit-mask-image: -webkit-gradient(
  201. linear, center 15%, center bottom,
  202. from(rgba(0,0,0,20)),
  203. to(rgba(20,0,0,0)));
  204. }
  205.  
  206. #posts {
  207. width:400px;
  208. background-color: transparent;
  209. padding:-50px;
  210. text-align: justify;
  211. font-size: 12px;
  212. padding-top: 50px;
  213. padding-left:2px;
  214. margin-bottom: 50px;
  215. line-height: 100%px;
  216. font-family: times;
  217. z-index:50;
  218. }
  219.  
  220. #posts img {
  221. padding: 0;
  222. max-width:100%;
  223. width: auto;
  224. height: auto;
  225. }
  226.  
  227. pre {
  228. font-family: 'Zeyada', cursive;
  229. font-size:10px;
  230. color:#90c3d4;
  231. text-shadow: none;
  232. letter-spacing:1px;
  233. text-align:center;
  234. text-transform:uppercase;
  235. padding:6px;
  236. background:url('');
  237. background-repeat:repeat;
  238. border: 3px none #a4a4a4;
  239. }
  240.  
  241.  
  242. b {
  243. text-transform: bold;
  244. color: #191919;
  245. text-shadow:0px 0px 3px #191919;
  246. letter-spacing:1px;
  247. font-family: 'Sedgwick Ave', cursive;
  248. font-size:15px;
  249. }
  250.  
  251. i {
  252. text-transform: italic;
  253. color: #191919;
  254. text-shadow:2px 2px 5px #191919;
  255. letter-spacing:1px;
  256. font-family: 'Zeyada', cursive;
  257. font-size:17px;
  258. }
  259.  
  260. em {
  261. text-transform: italic;
  262. color: #191919;
  263. text-shadow:1px 1px 5px #191919;
  264. letter-spacing:1px;
  265. font-family: 'Zeyada', cursive;
  266. font-size:17px;
  267. }
  268.  
  269. sub, small, sup {
  270. font-size: 12px;
  271. }
  272.  
  273.  
  274. /* --- BODY END --- */
  275.  
  276. /* --- SIDEBAR START ---*/
  277.  
  278.  
  279. #sidebar{
  280. position: fixed;
  281. top: 220px;
  282. width:250px;
  283. height:115px;
  284. left: -10px;
  285. padding:20px;
  286. }
  287.  
  288.  
  289.  
  290. #sidebarimage img{
  291. width: 100px;
  292. height:115px;
  293. padding:10px;
  294. border:3px none #f5f5f5;
  295. margin-top:5px;
  296. background:transparent;
  297. background-image:{image:sidebarimage};
  298. }
  299.  
  300.  
  301. #nav {
  302. position:fixed;
  303. overflow:hidden;
  304. margin-top:150px;
  305. margin-left:315px;
  306. }
  307.  
  308. #link1 a , #link2 a, #link3 a
  309.  
  310. #title {
  311. font-family:times;
  312. text-align:center;
  313. width:300px;
  314. margin-top:5px;
  315. margin-left:200px;
  316. text-transform:uppercase;
  317. font-style:normal;
  318. font-size:20px;
  319. color:#fff;
  320. }
  321.  
  322. #description {
  323. width:140px;
  324. height:50px;
  325. margin-top:-180px;
  326. margin-left:295px;
  327. padding: 10px;
  328. text-align:justify;
  329. font-style: none;
  330. font-family: 'Sorts Mill Goudy', serif;
  331. font-size:10px;
  332. color: #191919;
  333. text-shadow: none;
  334. background-color:none;
  335. border:3px none;
  336. letter-spacing:1px;
  337. line-height:130%;
  338. }
  339.  
  340. #pagination {
  341. font-family: 'Sorts Mill Goudy', serif;
  342. width:103px;
  343. font-size:9px;
  344. text-transform:uppercase;
  345. margin-top:155px;
  346. margin-left:325px;
  347. padding-top:25px;
  348. letter-spacing:1px;
  349. font-style:normal;
  350. text-align:center;
  351. }
  352.  
  353. #pagination a {
  354. color:#191919;
  355. text-shadow: none;
  356. }
  357.  
  358. /* --- SIDEBAR END ---*/
  359.  
  360. /* --- NAVIGATION START --- */
  361.  
  362. #navigation {
  363. position:absolute;
  364. font-family: 'Sorts Mill Goudy', serif;
  365. font-weight:bold;
  366. text-transform:uppercase;
  367. letter-spacing:2px;
  368. font-size:13px;
  369. color:#191919;
  370. width:125px;
  371. height:12px;
  372. margin-left:323px;
  373. margin-top:75px;
  374. padding:0px 1px 5px 0px;
  375. }
  376.  
  377. #links {
  378. position:fixed;
  379. width:130px;
  380. margin-left:180px;
  381. margin-top:50px;
  382. display:none;
  383. padding-top:0px;
  384. padding-left:0px;
  385. }
  386.  
  387. #links li {
  388. position:relative;
  389. list-style:none;
  390. padding:0px 0px 10px 0px;
  391. font-weight:bold;
  392. letter-spacing:2px;
  393. font-size:10px;
  394. font-family: 'Sorts Mill Goudy', serif;
  395. text-transform:uppercase;
  396. line-height:200%;
  397. margin-left:0px;
  398. margin-top:-12px;
  399. }
  400.  
  401. ul li {
  402. padding-top:5px;
  403. padding-bottom:5px;
  404. margin-left:-27px;
  405. }
  406.  
  407. ul ul {
  408. margin-left:-26px;
  409. }
  410.  
  411. li br {
  412. padding-top:10px;
  413. }
  414.  
  415.  
  416.  
  417. /* --- NAVIGATION END --- */
  418.  
  419.  
  420. /* --- CREDIT START --- */
  421.  
  422. .credit{
  423. position:fixed;
  424. font-size:19px;
  425. right:12px;
  426. bottom:10px;
  427. }
  428.  
  429. .credit a {
  430. text-decoration:none;
  431. text-transform:uppercase;
  432. color: #191919;
  433. text-shadow:0px 0px 3px #191919;
  434. -moz-transition-duration:.7s;
  435. -webkit-transition-duration:.7s;
  436. -o-transition-duration:.7s;
  437. }
  438.  
  439.  
  440. .credit a:hover {
  441. text-decoration:none;
  442. text-transform:uppercase;
  443. color: #191919;
  444. text-shadow:0px 0px 3px #191919;
  445. }
  446.  
  447. /* --- CREDIT END --- */
  448.  
  449.  
  450. /* --- POST NOTES START --- */
  451.  
  452. .note {
  453. padding:0px 20px 0px 20px;
  454. background-color:transparent;
  455. text-transform:lowercase;
  456. letter-spacing:0px;
  457. font-size: 11px;
  458. font-style:normal;
  459. text-align:left;
  460. line-height:120%;
  461. }
  462.  
  463. .note li {
  464. list-style-type:none;
  465. padding:5px 25px 5px 25px;
  466. text-align:left;
  467. margin-right:30px;
  468. margin-top:-50px;
  469. }
  470.  
  471.  
  472. #info {
  473. height:30px;
  474. width:397px;
  475. text-align:center;
  476. margin-top:10px;
  477. padding-top:10px;
  478. padding:0px;
  479. padding-bottom:1px;
  480. text-transform:normal
  481. font-style:none;
  482. font-family: 'Zeyada', cursive;
  483. font-size:15px;
  484. text-shadow:0px 0px 3px #d6d0b0;
  485. border: 3px double #d6d0b0;
  486. line-height:190%;
  487. background: #191919;
  488. background-repeat:repeat;
  489. }
  490.  
  491. #info a{
  492. color: #d6d0b0;
  493. }
  494.  
  495. #tags {
  496. font-family: 'Sorts Mill Goudy', serif;
  497. text-align:center;
  498. margin-top:0px;
  499. padding-bottom:0px;
  500. text-transform:none;
  501. font-style:none;
  502. font-size:12px;
  503. }
  504.  
  505. #tags a{
  506. color: #191919;
  507. }
  508.  
  509. /* --- POST NOTES END --- */
  510.  
  511. /* --- ASK & AUDIO START --- */
  512.  
  513. .ask {
  514. color:#d6d0b0;
  515. padding:15px;
  516. margin-bottom:15px;
  517. background: #191919;
  518. border: 3px double #d6d0b0;
  519. background-repeat:repeat;
  520. }
  521.  
  522. .asker {
  523. font-family: 'Sedgwick Ave', cursive;
  524. font-size:25px;
  525. color: #d6d0b0;
  526. margin-left:-70px;
  527. text-shadow:0px 0px 3px #191919;
  528. line-height:10px;
  529. text-align:center;
  530. }
  531.  
  532. .answer {
  533. color: #191919;
  534. }
  535.  
  536. .chat {
  537. list-style:none;
  538. margin-top:15px;
  539. margin-bottom:0px;
  540. font-size:10px;
  541. margin-left:0px;
  542. }
  543.  
  544. .chat ul {
  545. line-height:18px;
  546. margin-top:0px;
  547. list-style:none;
  548. padding:0px;
  549. letter-spacing:2px;
  550. font-size:10px;
  551. margin-bottom:0px;
  552. text-transform:normal;
  553. }
  554.  
  555. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  556. background-color: #fff;
  557. padding:3px 8px 3px 8px;
  558. color: #191919;
  559. border-bottom: none
  560. }
  561.  
  562. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  563. background-color: #a4a4a4;
  564. padding:3px 8px 3px 8px;
  565. color: #191919;
  566. border-bottom: none;
  567. }
  568.  
  569. .audio{
  570. background-color: transparent;
  571. background-image:url("");
  572. border-bottom:1px none #fff;
  573. height:70px;
  574. font-size:8px;
  575. overflow:hidden;
  576. }
  577.  
  578. /* --- ASK & AUDIO END --- */
  579.  
  580.  
  581.  
  582. {CustomCSS}</style></head><body>
  583.  
  584.  
  585. <div id="sidebar">
  586. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  587.  
  588.  
  589. <div class="credit">
  590. <a href="http://elsaofarendelle.tumblr.com">đť’†</a>
  591. </div>
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <div id="title"></div>
  598.  
  599. <div id="description">
  600. <center><p>independent<b>Prince Hans Westergaard</b> of Disney's <i>Frozen & Once Upon A Time.</i>. As told by Alex.<br> mature, private, selective. </p><p>English is a second language please be patient</p></center>
  601. </div>
  602.  
  603. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  604.  
  605. <script>
  606. $(document).ready(function() {
  607. $('#navigation').click(function() {
  608. $('#links').slideToggle(200); /* change the speed */
  609. });
  610. });
  611. </script>
  612.  
  613. <a id="navigation">navigation <i class="fa fa-angle-down" style="padding-top:5px;float:right;"></i></a>
  614.  
  615. <div id="links">
  616. <center>
  617. <li><a href="/">home</a></li>
  618. <li><a href="ask">message</a></li>
  619. <li><a href="/rules">rules</a></li>
  620. <li><a href="/about">about</a></li>
  621. <li><a href="/verses">verses</a></li>
  622. <li><a href="/">more</a></li>
  623.  
  624. </center>
  625. </div>
  626.  
  627. <div id="scrollbar">{scrollbar}</div>
  628.  
  629.  
  630.  
  631. <div id="pagination">
  632. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}{/block:Pagination}
  633. {block:Pagination}{block:NextPage}<a href="{NextPage}"> / forth </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  634.  
  635.  
  636.  
  637. {block:HasPages}{block:Pages}
  638.  
  639. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  640.  
  641. </div></center>
  642.  
  643.  
  644. </div>
  645.  
  646.  
  647. <div id="svenhover">
  648. <div id="container">{block:Posts}<div id="posts">
  649.  
  650.  
  651. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  652.  
  653. {block:blockquote}{/block:blockquote}
  654.  
  655.  
  656.  
  657. {block:Photo}
  658. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  659. {/block:Photo}
  660.  
  661. {block:Photoset}
  662. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  663. {/block:Photoset}
  664.  
  665. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  666.  
  667. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  668.  
  669. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  670.  
  671. {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}
  672. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  673.  
  674. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  675.  
  676. {block:Answer}
  677. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  678. {/block:Answer}
  679.  
  680.  
  681. {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 title="reblog" href="{ReblogURL}" target="_blank" class="details" >↺</a> {/block:Date}</div>
  682.  
  683. <div id="tags">
  684. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  685.  
  686. </div>
  687. {block:PostNotes}{PostNotes}{/block:PostNotes}
  688. {/block:Posts}</div>
  689.  
  690.  
  691. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement