elsaofarendelle

Base Theme 001

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