enchantingly

Theme 40 - Heart of Gold

Feb 9th, 2015
1,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!----
  5. Theme 40 - "Heart of Gold" by Elowen (theghostoflove.tumblr.com)
  6.  
  7. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  8. --->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Ask and Link Bg" content="#fbe7ad">
  18. <meta name="color:Background" content="#f5de93">
  19. <meta name="color:Body" content="#9d7603">
  20. <meta name="color:Border" content="#9a7601">
  21. <meta name="color:Chat1" content="#f8eac3">
  22. <meta name="color:Chat2" content="#fbe7ad">
  23. <meta name="color:Entries" content="#f3d474">
  24. <meta name="color:Header" content="#f3d474">
  25. <meta name="color:Info Bg" content="#fbe7ad">
  26. <meta name="color:Link" content="#b88b36">
  27. <meta name="color:Link Hover" content="#dbbc81">
  28. <meta name="color:Navlinks" content="#b68902">
  29. <meta name="color:Navlinks Hover" content="#fbf8ef">
  30. <meta name="color:Post" content="#f8de90">
  31. <meta name="color:Scroll" content="#d1ad35">
  32. <meta name="color:Scroll Bg" content="#f5de93">
  33. <meta name="color:Sidebar" content="#f3d474">
  34. <meta name="color:Title" content="#9a7f2c">
  35.  
  36. <meta name="if:Infinite Scroll" content="0">
  37. <meta name="if:Posts 400" content="0">
  38. <meta name="if:Show Tags" content="1">
  39.  
  40. <meta name="image:Background" content="">
  41. <meta name="image:Header" content="">
  42. <meta name="image:Sidebar" content="">
  43.  
  44. <meta name="text:Link 1" content="">
  45. <meta name="text:Link 1 URL" content="http://">
  46. <meta name="text:Link 2" content="">
  47. <meta name="text:Link 2 URL" content="http://">
  48. <meta name="text:Link 3" content="">
  49. <meta name="text:Link 3 URL" content="http://">
  50. <meta name="text:Link 4" content="">
  51. <meta name="text:Link 4 URL" content="http://">
  52. <meta name="text:Link 5" content="">
  53. <meta name="text:Link 5 URL" content="http://">
  54. <meta name="text:Link 6" content="">
  55. <meta name="text:Link 6 URL" content="http://">
  56. <meta name="text:Link 7" content="">
  57. <meta name="text:Link 7 URL" content="http://">
  58. <meta name="text:Link 8" content="">
  59. <meta name="text:Link 8 URL" content="http://">
  60.  
  61. <style type="text/css">
  62.  
  63. /**BASICS**/
  64.  
  65. body {
  66. text-align:justify;
  67. font-family:cambria;
  68. font-size:12px;
  69. margin-left:20px;
  70. width:500px;
  71. margin:0 auto;
  72. background:{color:Background} url('{image:Background}');
  73. background-attachment:fixed;
  74. color:{color:Body};
  75. }
  76.  
  77. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  78.  
  79. ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:scroll bg}}
  80. ::-webkit-scrollbar-button {background:{color:scroll};}
  81. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  82. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  83.  
  84. ::selection {color:{color:post};background-color: {color:body};}
  85. ::-moz-selection {color:{color:post};background-color: {color:body};}
  86. ::-webkit-selection {color:{color:post};background-color:{color:body};}
  87.  
  88. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  89. a:hover {color:{color:link hover}}
  90.  
  91. #container {width:100%;{block:ifNotPosts400}margin: 0 -220px auto;{/block:ifNotPosts400} {block:ifPosts400}margin: 0 -170px auto{/block:ifPosts400}}
  92.  
  93. #header {
  94. position:absolute;
  95. top:0px; margin-left:77px;
  96. z-index:1;
  97. border-bottom:1px dashed {color:border};
  98. width:{block:ifNotPosts400}787px;{/block:ifNotPosts400} {block:ifPosts400}687px;{/block:ifPosts400} height:200px;
  99. background:{color:header} url('{image:Header}');
  100. background-size:{block:ifNotPosts400}787px{/block:ifNotPosts400} {block:ifPosts400}687px{/block:ifPosts400} 200px;
  101. background-position:center;
  102. background-attachment:relative;
  103. background-repeat:no-repeat;
  104. }
  105.  
  106. #title {
  107. padding:2px;
  108. font-weight:normal;
  109. text-align:center;
  110. width:205px;
  111. color:{color:Title};
  112. font-family:'Clicker Script', cursive; font-size:30px;
  113. margin:0px 0px 2px 0px;
  114. }
  115.  
  116. #title a {color:{color:Title}}
  117.  
  118. #sidebarbg {
  119. width:205px; height:100%;
  120. position:fixed;
  121. top:0px; margin-left:77px;
  122. padding:15px;
  123. background-color:{color:sidebar};
  124. border-left:1px dashed {color:border};
  125. border-bottom:1px dashed {color:border};
  126. z-index:-1;
  127. }
  128.  
  129. #sidebar {
  130. width:205px;
  131. position:absolute;
  132. margin-top:200px; margin-left:77px;
  133. padding:15px;
  134. background-color:{color:sidebar};
  135. border-left:1px dashed {color:border};
  136. border-right:1px dashed {color:border};
  137. }
  138.  
  139. #sidebar img {margin-top:5px;width:205px;}
  140.  
  141. #entries {
  142. position:absolute;
  143. float:left;
  144. padding:15px;
  145. margin-top:208px; margin-left:312px;top:-8px;
  146. background-color:{color:entries};
  147. border-left:1px dashed {color:border};
  148. border-right:1px dashed {color:border};
  149. border-bottom:1px dashed {color:border};
  150. width: {block:ifNotPosts400}520px;{/block:ifNotPosts400} {block:ifPosts400}420px{/block:ifPosts400};
  151. }
  152.  
  153. #post {
  154. padding:10px;
  155. margin-top:15px;
  156. margin-bottom:15px;
  157. background-color:{color:post};
  158. width: {block:IfNotPosts400}500px;{/block:ifNotPosts400} {block:ifPosts400}400px;{/block:ifPosts400}
  159. }
  160.  
  161. #desc {
  162. margin:10px 0px 10px;
  163. padding:0px;
  164. width:205px; height:205px;
  165. }
  166.  
  167. #pagination {
  168. text-transform:lowercase;
  169. text-align:center;
  170. width:205px;
  171. }
  172. #pagination a {color:{color:navlinks};}
  173. #pagination a:hover {color:{color:navlinks hover};}
  174.  
  175. /**POST INFO**/
  176.  
  177. #info {
  178. text-align:center;
  179. font-size: 10px;
  180. margin-top:15px;
  181. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  182. {block:ifPosts400}width:392px;{/block:ifPosts400}
  183. padding:5px;
  184. background-color:{color:info bg};
  185. }
  186.  
  187. #tags {
  188. min-height:14px;
  189. font-size:10px;
  190. padding:0px 5px 5px 5px;
  191. margin-top:0px;
  192. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  193. {block:ifPosts400}width:392px;{/block:ifPosts400}
  194. font-style:italic;
  195. text-align:center;
  196. background-color:{color:info bg};
  197. }
  198.  
  199. .note {
  200. text-transform:normal;
  201. font-style:normal;
  202. letter-spacing:0px;
  203. font-size: 10px;
  204. text-align:left;
  205. line-height:80%;
  206. margin-left:-40px;
  207. }
  208.  
  209. .note li {
  210. list-style-type:none;
  211. text-align:left;
  212. padding:2px;
  213. margin:0px;
  214. -moz-transition-duration:0.5s;
  215. -webkit-transition-duration:0.5s;
  216. -o-transition-duration:0.5s;
  217. }
  218.  
  219. /**POST TYPES**/
  220.  
  221. #texttitle {
  222. font-weight:normal;
  223. font-family:'Book antiqua';
  224. font-size:18px;
  225. text-align:center;
  226. line-height:100%;
  227. margin:2px;
  228. }
  229.  
  230. #quote {
  231. margin:5px 0px;
  232. font-family:Garamond;
  233. text-align:center;
  234. letter-spacing:1px;
  235. }
  236.  
  237. #quote_short {font-size:20px; line-height:100%;}
  238. #quote_medium {font-size:18px; line-height:95%;}
  239. #quote_long {font-size:16px; line-height:90%;}
  240.  
  241. #quotesource {
  242. margin:10px 0px -10px 0px;
  243. font-family:'Georgia';
  244. font-size:14px;
  245. font-style:italic;
  246. text-align:right;
  247. padding:6px;
  248. font-weight:normal;
  249. }
  250.  
  251. #linkposts {
  252. height:80px;
  253. padding-bottom:10px; padding-top:10px;
  254. font-family:book antiqua;
  255. font-size:16px;
  256. border:2px dotted {color:Border};
  257. margin-bottom:5px;
  258. background-color:{color:Ask and Link Bg};
  259. width:{block:ifNotPosts400}394px;{/block:ifNotPosts400}{block:ifPosts400}294px;{/block:ifPosts400}
  260. }
  261.  
  262. #linkfav img {
  263. width:100px;
  264. margin-top:-109px;
  265. position:absolute;
  266. border-top:2px dotted {color:Border};
  267. border-right:2px dotted {color:Border};
  268. border-bottom:2px dotted {color:Border};
  269. margin-left:{block:ifNotPosts400}398px;{/block:ifNotPosts400}{block:ifPosts400}298px;{/block:ifPosts400}
  270. }
  271.  
  272. #question {
  273. font-size:13px;
  274. letter-spacing:1px;
  275. padding:10px;
  276. border:2px dotted {color:Border};
  277. background-color:{color:Ask and Link Bg}
  278. }
  279. #asker {
  280. text-align:right;
  281. font-size:12px;
  282. letter-spacing:1px;
  283. padding-bottom:0px;
  284. margin-top:20px;
  285. }
  286. #asker img {
  287. vertical-align:left;
  288. float:right;
  289. margin-left:10px;
  290. margin-right:10px;
  291. margin-top:-10px;
  292. border:1px solid {color:Border};
  293. }
  294.  
  295. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  296. .album img {width:120px; height:120px}
  297. .audio {position:absolute;margin-left:130px;background-color:#fff;}
  298. .audiobox {height:120px;z-index:10; margin-left:130px;}
  299. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  300.  
  301. .chat {margin:3px 3px 10px 3px;}
  302. .chat .lines {margin-left:1px;}
  303. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  304. .chat .lines .line.even{background-color:{color:Chat2};}
  305.  
  306. #s-m-t-tooltip {
  307. padding:5px 10px 5px 10px;
  308. margin:20px 14px 7px 10px;
  309. border:1px solid {color:border};
  310. background-color:{color:Body};
  311. font-family:georgia;
  312. font-style: normal;
  313. font-size:9px;
  314. letter-spacing:1px;
  315. color:{color:Post};
  316. z-index:99999999;
  317. }
  318.  
  319. #credit {
  320. z-index:99999999999;
  321. font-weight:bold;
  322. text-align:center;
  323. font-size:14px;
  324. font-family:'Montez';
  325. position:fixed;
  326. bottom:5px; right:5px;
  327. }
  328. #credit a {
  329. display:inline-block;
  330. height:20px; width:20px;
  331. padding:0px 0px 0px 0px;
  332. background-color:{color:Body};
  333. color:{color:Post};
  334. }
  335. #credit a:hover {
  336. background-color:{color:Post};
  337. color:{color:Body};
  338. }
  339.  
  340. </style>
  341.  
  342. <link href='https://fonts.googleapis.com/css?family=Clicker+Script|Montez' rel='stylesheet' type='text/css'>
  343.  
  344. <script type="text/javascript" src="https://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
  345.  
  346. <script type="text/javascript">
  347. $(function(){ // document ready
  348. var stickyTop = $('#sidebar').offset().top; // returns number
  349. $(window).scroll(function(){ // scroll event
  350. var windowTop = $(window).scrollTop(); // returns number
  351. if (stickyTop < windowTop) {
  352. $('#sidebar').css({ position:'fixed', top: -200 });
  353. }
  354. else {
  355. $('#sidebar').css('position','static');
  356. }
  357. });
  358. });
  359. </script>
  360.  
  361. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  362.  
  363. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  364.  
  365. <script>
  366. (function($){
  367. $(document).ready(function(){
  368. $("a[title]").style_my_tooltips({
  369. tip_follows_cursor:true,
  370. tip_delay_time:0,
  371. tip_fade_speed:0,
  372. attribute:"title"
  373. });
  374. });
  375. })(jQuery);
  376. </script>
  377.  
  378. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  379.  
  380. </head>
  381.  
  382. <body>
  383.  
  384. <div id="container">
  385. <div id="header"></div>
  386. <div id="sidebarbg"></div>
  387. <div id="sidebar">
  388. <div id="title"><a href="/">{Title}</a></div>
  389. <img src="{image:Sidebar}">
  390. <div id="desc"><div id="pagination">
  391. <center>
  392. <a href="/">home</a> ·
  393. <a href="/ask">message</a> ·
  394. <a href="/archive">archive</a>
  395. {block:ifLink1}·
  396. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  397. {/block:ifLink1}
  398. {block:ifLink2}·
  399. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  400. {/block:ifLink2}
  401. {block:ifLink3}·
  402. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  403. {/block:ifLink3}
  404. {block:ifLink4}·
  405. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  406. {/block:ifLink4}
  407. {block:ifLink5}·
  408. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  409. {/block:ifLink5}
  410. {block:ifLink6}·
  411. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  412. {/block:ifLink6}
  413. {block:ifLink7}·
  414. <a href="{text:Link 7 URL}">{text:Link 7}</a>
  415. {/block:ifLink7}
  416. {block:ifLink8}·
  417. <a href="{text:Link 8 URL}">{text:Link 8}</a>
  418. {/block:ifLink8}
  419. {block:HasPages}{block:Pages}·
  420. <a href="{URL}" class="page">{Label}</a>
  421. {/block:Pages}{/block:HasPages}</center>
  422. <p>{block:PreviousPage}<a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}</div></p>
  423. <p>{Description}</div></div>
  424.  
  425. <div id="entries">
  426. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  427. {block:Posts}
  428. <div id="post">
  429. <!--Text Posts-->
  430. {block:Text}
  431. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  432. {Body}
  433. {/block:Text}
  434.  
  435. <!--Photo Posts-->
  436. {block:ifNotPosts400}
  437. {block:Photo}<center>
  438. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  439. {LinkCloseTag}</center>
  440. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  441. {/block:ifNotPosts400}
  442.  
  443. {block:ifPosts400}
  444. {block:Photo}<center>
  445. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  446. {LinkCloseTag}</center>
  447. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448. {/block:ifPosts400}
  449.  
  450. <!--Photosets-->
  451. {block:ifNotPosts400}
  452. {block:Photoset}<center>
  453. {Photoset-500}</center>
  454. {block:Caption}{Caption}{/block:Caption}
  455. {/block:Photoset}
  456. {/block:ifNotPosts400}
  457.  
  458. {block:ifPosts400}
  459. {block:Photoset}<center>
  460. {Photoset-400}</center>
  461. {block:Caption}{Caption}{/block:Caption}
  462. {/block:Photoset}
  463. {/block:ifPosts400}
  464.  
  465. <!--Quotes-->
  466. {block:Quote}<div id="quote">
  467. <div id="quote_{Length}">“{Quote}”</div>
  468. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
  469. </div>{/block:Quote}
  470.  
  471. <!--Video Posts-->
  472. {block:ifNotPosts400}
  473. {block:Video}{Video-500}
  474. {block:Caption}{Caption}{/block:Caption}
  475. {/block:Video}
  476. {/block:ifNotPosts400}
  477.  
  478. {block:ifPosts400}
  479. {block:Video}{Video-400}
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Video}
  482. {/block:ifPosts400}
  483.  
  484. <!--Link Posts-->
  485. {block:Link}<div id="linkposts">
  486. <a href="{URL}" class="link" {Target}>
  487. <center>{Name} →</center></a><BR>
  488. <center><small><small>{URL}</small></small></center>
  489. </div> <!--linkposts-->
  490.  
  491. {block:Thumbnail}<div id="linkfav"><img src="{Thumbnail}"></div>
  492. {/block:Thumbnail}
  493.  
  494. {block:Description}{Description}{/block:Description}
  495. {/block:Link}
  496.  
  497. <!--Chat-->
  498. {block:Chat}
  499. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  500. <div class="chat">
  501. <div class="lines">
  502. {block:Lines}
  503. <div class="line {Alt}">
  504. {block:Label}
  505. <strong>{Label}</strong>{/block:Label} {Line}
  506. </div> <!--line alt-->
  507. {/block:Lines}
  508. </div> <!--lines-->
  509. </div><!--chat-->
  510. {/block:Chat}
  511.  
  512. <!--Audio Posts -->
  513. {block:Audio}
  514. {block:AlbumArt}
  515. <div class="album"><img src="{AlbumArtURL}"></div>
  516. {/block:AlbumArt}
  517.  
  518. <div class="audio">{AudioPlayerWhite}</div>
  519.  
  520. <div class="audiobox">
  521. <div class="audiotext">
  522. {block:TrackName}<br><big><b>Track name:</b>
  523. "{TrackName}"{/block:TrackName}
  524. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  525. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  526. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  527. </big>
  528. </div><!--audiotext-->
  529. </div><!--audiobox-->
  530. {block:Caption}{Caption}{/block:Caption}
  531. {/block:Audio}
  532.  
  533. <!--Asks-->
  534. {block:Answer}
  535. <div id="question">
  536. {Question}
  537. <div id="asker">
  538. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  539. </div> <!--question-->
  540. <br>{Answer}<br>
  541. {/block:Answer}
  542.  
  543. {block:Date}<div id="info">
  544. <a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear} at {12Hour}.{Minutes}{ampm}">{TimeAgo} </a>
  545. {block:NoteCount} ·
  546. <a href="{Permalink}">{NoteCountWithLabel} </a>
  547. {/block:NoteCount}
  548. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName} </a>{/block:RebloggedFrom}
  549. {block:Reblog} (©<a href="{ReblogRootURL}">{ReblogRootName}</a>) {/block:Reblog}·<a href="{ReblogURL}" target="_blank"> reblog</a>
  550. </div>{/block:Date}
  551.  
  552. <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
  553. {block:PostNotes}<div class="note"> {PostNotes}</div>{/block:PostNotes}
  554.  
  555. </div>{/block:Posts}</div></div></div>
  556. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}</div>
  557.  
  558. <div id="credit"><a href="https://theghostoflove.tumblr.com" title="Enchantingly">E</a></div>
  559.  
  560. </body>
  561. </html>
Advertisement
Add Comment
Please, Sign In to add comment