elsaofarendelle

Rapunzel 002

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