elsaofarendelle

Base Theme 004 (tabs)

Sep 3rd, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.35 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=Anton" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
  13.  
  14. <!--- tooltips --->
  15.  
  16. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26.  
  27. </style>
  28.  
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35.  
  36. <!-------------------------------------------
  37. Code by elsaofarendelle.
  38. Don't copy or distribute.
  39. Don't claim as your own.
  40. -------------------------------------------->
  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("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  64.  
  65. /* --- CURSOR END --- */
  66.  
  67. /* --- FONTS START --- */
  68.  
  69. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  70.  
  71. @font-face { font-family: "watermelon"; src: url('https://dl.dropboxusercontent.com/s/uluxk369y2nfu59/Watermelon%20Script%20Demo.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  74.  
  75. @font-face { font-family: "tangled"; src: url('https://www.dropbox.com/s/52te21ubvsejllm/Tangled.ttf'); format("truetype");}
  76.  
  77. /* --- FONTS END --- */
  78.  
  79.  
  80. /* --- SCROLLBAR START ---*/
  81.  
  82. ::-webkit-scrollbar-thumb{
  83. background-color: #7e6760;
  84. border: none;
  85. height:auto;
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. height:auto;
  90. width:5px;
  91. background-color: transparent;
  92. border:2px solid transparent;
  93. }
  94.  
  95. /* --- SCROLLBAR END --- */
  96.  
  97.  
  98. /* --- TOOLTIPS START --- */
  99.  
  100. #s-m-t-tooltip{
  101. max-width:300px;
  102. margin:15px;
  103. padding:2px 8px;
  104. background: #091209;
  105. color: #7e6760;
  106. border: 1px solid #7e6760;
  107. border-radius:0px;
  108. z-index:9999999999999;
  109. font-size:12px;
  110. font-family: 'Anton', sans-serif;
  111. font-weight:bold;
  112. text-transform:normal;
  113. box-shadow: 2px 2px 5px #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:#000;
  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:#7e6760;
  134. font-family: 'Cormorant Garamond', 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. }
  144.  
  145. a {
  146. color: #7e6760;
  147. text-decoration:none;
  148. -webkit-transition:all 0.5s ease-in-out;
  149. -moz-transition:all 0.5s ease-in-out;
  150. -o-transition:all 0.5s ease-in-out;
  151. -ms-transition:all 0.5s ease-in-out;
  152. transition:all 0.5s ease-in-out;
  153. }
  154.  
  155.  
  156. img {none;}
  157.  
  158. h1 {
  159. font-family: 'Timmana', sans-serif;
  160. text-transform:none;
  161. font-size:20px;
  162. line-height:30px;
  163. letter-spacing:0px;
  164. text-align:center;
  165. font-style:normal;
  166. color: #613f26;
  167. }
  168.  
  169. h2 {
  170. color: #613f26;
  171. text-transform: none;
  172. letter-spacing:1px;
  173. font-family: 'Timmana', sans-serif;
  174. font-size:17px;
  175. }
  176.  
  177. #fixerupper {
  178. width:500px;
  179. margin:0 auto -12px auto;
  180. }
  181.  
  182. #container {
  183. width:400px;
  184. height:305px;
  185. margin-left:120px;
  186. margin-top:126px;
  187. position:fixed;
  188. overflow-y:scroll;
  189. overflow-x:hidden;
  190. padding-left:50px;
  191. padding-right:45px;
  192. padding-top:17px;
  193. padding-bottom:10px;
  194. z-index:50
  195. }
  196.  
  197. #post {
  198. background: none;
  199. width:400px;
  200. padding-bottom:30px;
  201. padding: 30px;
  202. text-align: justify;
  203. margin-top:0px;
  204. border: 3px none #f7f7f7;
  205. line-height: 100%;
  206. }
  207.  
  208.  
  209. #post img {
  210. padding: 0;
  211. max-width:100%;
  212. width: auto;
  213. height: auto;
  214. }
  215.  
  216. pre {
  217. font-family: 'Timmana', sans-serif;
  218. font-size:10px;
  219. color:#613f26;
  220. letter-spacing:1px;
  221. text-align:center;
  222. text-transform:uppercase;
  223. padding:6px;
  224. background:url('');
  225. background-repeat:repeat;;
  226. }
  227.  
  228.  
  229. b {
  230. text-transform: bold;
  231. color: #613f26;
  232. text-shadow: -1px -1px -1px #7e6760;
  233. text-shadow: 1px 1px 1px #7e6760;
  234. letter-spacing:1px;
  235. font-family: 'Timmana', sans-serif;
  236. font-size:15px;
  237. }
  238.  
  239. i {
  240. text-transform: italic;
  241. color: #7e6760;
  242. text-shadow: -1px -1px -1px #613f26;
  243. text-shadow: 1px 1px 1px #613f26;
  244. letter-spacing:1px;
  245. font-family: 'Timmana', sans-serif;
  246. font-size:15px;
  247. }
  248.  
  249. em {
  250. text-transform: italic;
  251. color:#613f26;
  252. text-shadow: 1px 1px 1px #7e6760;
  253. letter-spacing:1px;
  254. font-family: 'Timmana', sans-serif;
  255. font-size:15px;
  256. }
  257.  
  258. sub, small, sup {
  259. font-size: 12px;
  260. }
  261.  
  262. /* --- BODY END --- */
  263.  
  264.  
  265. /* --- SIDEBAR START ---*/
  266.  
  267. #sidebar{
  268. position: fixed;
  269. top: 100px;
  270. width:250px;
  271. height:115px;
  272. left: -10px;
  273. padding:20px;
  274. }
  275.  
  276. #sidebarimage img{
  277. width: 200px;
  278. height:200px;
  279. padding:10px;
  280. border:3px none #f5f5f5;
  281. margin-top:-30px;
  282. margin-left:127px;
  283. background:transparent;
  284. background-image:{image:sidebarimage};
  285. }
  286.  
  287. #nav {
  288. position:fixed;
  289. overflow:hidden;
  290. margin-top:150px;
  291. margin-left:315px;
  292. }
  293.  
  294. #link1 a , #link2 a, #link3 a
  295.  
  296. #title {
  297. font-family:times;
  298. text-align:center;
  299. width:300px;
  300. margin-top:5px;
  301. margin-left:200px;
  302. text-transform:uppercase;
  303. font-style:normal;
  304. font-size:20px;
  305. color:#fff;
  306. }
  307.  
  308. #header{
  309. width:350px;
  310. margin-left:100px;
  311. margin-top:-300px;
  312. font-style: none;
  313. font-family: "starfish";
  314. font-size:20px;
  315. text-transform:normal;
  316. color: #909090;
  317. text-shadow: -1px -1px -1px #eee;
  318. text-shadow: 1px 1px 1px #eee;
  319. letter-spacing:1px;
  320. line-height:200%;
  321. position:fixed;
  322. }
  323.  
  324. #description {
  325. background:none;
  326. width:350px;
  327. height:200px;
  328. overflow-y:scroll;
  329. overflow-x:hidden;
  330. margin-top:130px;
  331. margin-left:210px;
  332. padding: 12px;
  333. padding-right:10px;
  334. text-align:justify;
  335. font-style: none;
  336. font-family: 'Cormorant Garamond', serif;
  337. font-size:12px;
  338. color: #7e6760;
  339. text-shadow: none;
  340. letter-spacing:1px;
  341. line-height:155%;
  342. }
  343.  
  344. #pagination {
  345. font-family: 'Timmana', sans-serif;
  346. width:103px;
  347. font-size:60px;
  348. text-transform:uppercase;
  349. margin-top:-420px;
  350. margin-left:630px;
  351. padding-top:25px;
  352. letter-spacing:1px;
  353. font-style:normal;
  354. text-align:center;
  355. position:fixed;
  356. }
  357.  
  358. #pagination a {
  359. color: #091209;
  360. text-shadow: -1px -1px -1px #613f26;
  361. text-shadow: 1px 1px 1px #613f26;
  362. }
  363.  
  364. /* --- SIDEBAR END ---*/
  365.  
  366.  
  367. /* --- LINKS START --- */
  368.  
  369. #links1 {
  370. width:450px;
  371. position:fixed;
  372. margin-left:157px;
  373. margin-top:-597px;
  374. padding:8px;
  375. }
  376.  
  377. #links1 a{
  378. min-width:79.6px;
  379. background: #091209;
  380. color: #7e6760;
  381. border: 1px none #7e6760;
  382. display:inline-block;
  383. margin:0px;
  384. font-size:9px
  385. font-family: 'Anton', sans-serif;
  386. text-align:center;
  387. text-transform:uppercase;
  388. padding-top:2px;
  389. line-height:155%;
  390. }
  391.  
  392. /* --- LINKS END --- */
  393.  
  394.  
  395. /* --- CREDIT START --- */
  396.  
  397. .credit{
  398. position:fixed;
  399. font-size:15px;
  400. right:20px;
  401. bottom:10px;
  402. z-index:51;
  403. }
  404.  
  405. .credit a {
  406. font-family: 'Anton', sans-serif;
  407. text-decoration:none;
  408. text-transform:uppercase;
  409. color: #7e6760;
  410. text-shadow: -1px -1px -1px #613f26;
  411. text-shadow: 1px 1px 1px #613f26;
  412. -moz-transition-duration:.7s;
  413. -webkit-transition-duration:.7s;
  414. -o-transition-duration:.7s;
  415. }
  416.  
  417.  
  418. .credit a:hover {
  419. text-decoration:none;
  420. text-transform:uppercase;
  421. color: #7e6760;
  422. text-shadow: -1px -1px -1px #613f26;
  423. text-shadow: 1px 1px 1px #613f26;
  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:40px;
  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-family: 'Timmana', sans-serif;
  460. font-size:12px;
  461. background: #091209;
  462. color: #7e6760;
  463. background-repeat:repeat;
  464. background-attachment:fixed;
  465. line-height:200%;
  466. border: 3px solid #7e6760;
  467. }
  468.  
  469. #info a{
  470. color: #7e6760;
  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: #191919;
  485. }
  486.  
  487. /* --- POST NOTES END --- */
  488.  
  489.  
  490. /* --- ASK & AUDIO START --- */
  491.  
  492. .ask {
  493. background: #091209;
  494. color: #7e6760;
  495. border: 1px solid #7e6760;
  496. padding:15px;
  497. margin-bottom:15px;
  498. margin-top:10px;
  499. }
  500.  
  501. .askheader {
  502. margin-left:-3px;
  503. }
  504.  
  505. .asker {
  506. text-shadow: -1px -1px -1px #613f26;
  507. text-shadow: 1px 1px 1px #613f26;
  508. font-family: 'Timmana', sans-serif;
  509. font-size:22px;
  510. line-height:20px;
  511. text-align:center;
  512. padding-bottom:5px;
  513. }
  514.  
  515. .answer {
  516. color: #7e6760;
  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: #698169;
  540. padding:3px 8px 3px 8px;
  541. color: #613f26;
  542. border-bottom: none
  543. }
  544.  
  545. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  546. background-color: #85a585;
  547. padding:3px 8px 3px 8px;
  548. color: #613f26;
  549. border-bottom: none;
  550. }
  551.  
  552. .audio{
  553. color: #585a46;
  554. background:#000;
  555. padding:15px;
  556. border: 8px solid #1c0907;
  557. height:70px;
  558. font-size:8px;
  559. overflow:hidden;
  560. }
  561.  
  562. /* --- ASK & AUDIO END --- */
  563.  
  564. {CustomCSS}</style></head><body>
  565.  
  566. <div id="fixerupper">
  567.  
  568. <div id="sidebar">
  569.  
  570. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  571.  
  572. <div class="credit">
  573. <a href="https://elsaofarendelle.tumblr.com">E</a>
  574. </div>
  575.  
  576. <div id="title"></div>
  577.  
  578. <div id="header">
  579.  
  580. </div>
  581.  
  582. <div id="description">
  583. <center><p>This is a description box where you talk about your character. You can use <b>bold text</b> and some <i>italic text</i> to add a more stylized look. even <u>underlined text</u> looks great.</p>
  584. </center>
  585. </div>
  586.  
  587.  
  588. <div id="links1">
  589. <center>
  590. <a href="/">home</a>
  591. <a href="/">ask</a>
  592. <a href="/rules">rules</a>
  593. <a href="/muses">muses</a>
  594. <a href="/archive">archive</a>
  595. </center>
  596. </div>
  597.  
  598. <div id="scrollbar">{scrollbar}</div>
  599.  
  600.  
  601. <div id="pagination">
  602. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  603. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  604.  
  605. {block:HasPages}{block:Pages}
  606.  
  607. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  608.  
  609. </div></center>
  610.  
  611.  
  612. </div>
  613.  
  614. <div id="container">{block:Posts}<div id="post">
  615.  
  616. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  617. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  618.  
  619. {block:blockquote}{/block:blockquote}
  620.  
  621. {block:ContentSource}
  622. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  623. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  624. {/block:SourceLogo}
  625. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  626. {/block:ContentSource}
  627.  
  628. {block:Photo}
  629. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}
  633. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  634. {/block:Photoset}
  635.  
  636. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  637.  
  638. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  639.  
  640. {block:Chat}
  641. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  642. <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>
  643. {/block:Chat}
  644.  
  645. {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}
  646. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  647.  
  648. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  649.  
  650. {block:Answer}
  651. <div class="askheader"><img src="" draggable="false"></div>
  652. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  653. {/block:Answer}
  654.  
  655.  
  656. {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>
  657.  
  658. <div id="tags">
  659. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  660.  
  661. </div>
  662. {block:PostNotes}{PostNotes}{/block:PostNotes}
  663. {/block:Posts}</div>
  664.  
  665. </body>
  666.  
  667. </html>
Advertisement
Add Comment
Please, Sign In to add comment