Advertisement
elsaofarendelle

nogoodnessimproveme

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