Advertisement
elsaofarendelle

Winter's Theme

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