Advertisement
elsaofarendelle

Base Code WIP

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