elsaofarendelle

Theme 003

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