elsaofarendelle

Base Theme 002

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