Advertisement
elsaofarendelle

knowingbest

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