enchantingly

Theme 32 - Like a Diamond

Mar 13th, 2014
1,582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.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 32 - "Like a Diamond" 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:Body"content="#000018">
  18. <meta name="color:Border" content="#7e8188">
  19. <meta name="color:Chat1" content="#d4d9e4">
  20. <meta name="color:Chat2" content="#ccd0dc">
  21. <meta name="color:Description" content="#000030">
  22. <meta name="color:Entries" content="#c9cdd8">
  23. <meta name="color:Info Bg" content="#dfdede">
  24. <meta name="color:Link" content="#878b97">
  25. <meta name="color:Link Hover" content="#434d64">
  26. <meta name="color:Link Posts Bg" content="#d3d8e6">
  27. <meta name="color:Navigation Bg" content="#e6e6e6">
  28. <meta name="color:Post" content="#c9cdd8">
  29. <meta name="color:Scroll" content="#e6e6e6">
  30. <meta name="color:Scroll Bg" content="#c4c8d3">
  31. <meta name="color:Sidebar"content="#e6e6e6">
  32. <meta name="color:Title"content="#05051e">
  33.  
  34. <meta name="if:Energy Save" content="0">
  35. <meta name="if:Infinite Scroll" content="0">
  36. <meta name="if:Posts 400" content="0">
  37. <meta name="if:Repeat Background" content="0">
  38. <meta name="if:Show Tags" content="1">
  39.  
  40. <meta name="image:Background" content="">
  41. <meta name="image:Sidebar" content="">
  42. <meta name="image:Sidebar Background"content="">
  43.  
  44. <meta name="text:Link1" content="">
  45. <meta name="text:Link1URL" content="http://">
  46. <meta name="text:Link2" content="">
  47. <meta name="text:Link2URL" content="http://">
  48. <meta name="text:Link3" content="">
  49. <meta name="text:Link3URL" content="http://">
  50. <meta name="text:Link4" content="">
  51. <meta name="text:Link4URL" content="http://">
  52. <meta name="text:Link5" content="">
  53. <meta name="text:Link5URL" content="http://">
  54. <meta name="text:Link6" content="">
  55. <meta name="text:Link6URL" content="http://">
  56. <meta name="text:Link7" content="">
  57. <meta name="text:Link7URL" content="http://">
  58. <meta name="text:Link8" content="">
  59. <meta name="text:Link8URL" content="http://">
  60. <meta name="text:Link9" content="">
  61. <meta name="text:Link9URL" content="http://">
  62.  
  63. <style type="text/css">
  64. body {
  65. text-align:justify;
  66. color:{color:body};
  67. font-family:'Trebuchet Ms';
  68. font-size:11px;
  69. background:{color:background} url('{image:background}');
  70. background-attachment: fixed;
  71. background-repeat: {block:IfNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground};
  72. }
  73.  
  74. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
  75.  
  76. ::-webkit-scrollbar {width:8px;height:auto;background:{color:scroll bg};}
  77. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  78. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  79.  
  80. ::selection {color:{color:post};background-color: {color:body};}
  81. ::-moz-selection {color:{color:post};background-color: {color:body};}
  82. ::-webkit-selection {color:{color:post};background-color: {color:body};}
  83.  
  84. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  85. a:hover {color:{color:link hover};}
  86.  
  87. #sidebar {
  88. top:0px;
  89. left:0px;
  90. position:fixed;
  91. width:300px;
  92. height:100%;
  93. background-color:{color:sidebar};
  94. background-image:url('{image:Sidebar Background}');
  95. background-attachment:fixed;
  96. background-position:bottom left;
  97. background-repeat: {block:ifNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground};
  98. background-size:300px;
  99. }
  100.  
  101. #sidebar img {
  102. margin:25px 0px -10px 0px;
  103. width:250px;
  104. }
  105.  
  106. #description {
  107. color:{color:description};
  108. text-align:justify;
  109. width:250px;
  110. margin-top:40px;
  111. margin-left:25px;
  112. position:relative;
  113. }
  114.  
  115. #title {
  116. margin-top:30px;
  117. font-family:'Sofia';
  118. font-size:32px;
  119. text-align:center;
  120. color:{color:Title};
  121. line-height:95%;
  122. }
  123. #title a {color:{color:Title};}
  124.  
  125. #linksbar {
  126. font-family:georgia;
  127. position:fixed;
  128. height:100%;
  129. left:{block:ifNotPosts400}860px;{/block:ifNotPosts400} {block:ifPosts400}760px;{/block:ifPosts400}
  130. top:0px;
  131. background-color:{color:Navigation Bg};
  132. }
  133. #links {margin-top:90px;}
  134. #links a {
  135. text-shadow:15px 0px transparent, -15px 0px transparent;
  136. display:block;
  137. width:100px;
  138. padding:8px 3px;
  139. font-size:9px;
  140. text-align:center;
  141. letter-spacing:1px;
  142. text-transform:lowercase;
  143. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  144. #links a:hover {
  145. text-shadow: 0px 0px {color:link hover}, -0px 0px {color:link hover}
  146. }
  147.  
  148. #entries {
  149. position:absolute;
  150. padding:10px;
  151. width:{block:ifNotPosts400}540px;{/block:ifNotPosts400} {block:ifPosts400}440px;{/block:ifPosts400}
  152. left:300px;
  153. top:0px;
  154. background-color:{color:Entries};
  155. }
  156.  
  157. #post{
  158. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  159. {block:ifPosts400}width:400px;{/block:ifPosts400}
  160. padding-bottom:20px;
  161. margin:10px;
  162. padding:10px;
  163. background-color:{color:post};
  164. border:1px solid {color:border};
  165. }
  166.  
  167. .pagi {
  168. width:100px;
  169. display:block;
  170. text-align:center;
  171. position:fixed;
  172. padding:4px;
  173. font-family:georgia;
  174. font-size:20px;
  175. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  176. }
  177.  
  178. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  179. .album img {width:120px; height:120px}
  180. .audio {position:absolute;margin-left:130px;}
  181. .audiobox {height:120px;z-index:10; margin-left:130px;}
  182. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  183.  
  184. .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;}
  185. .chat .lines {margin-left: 1px;}
  186. .chat .lines .line {background-color: {color:chat1};margin-bottom: 1px;padding: 3px 5px;}
  187. .chat .lines .line.even {background-color: {color:chat2}; }
  188.  
  189. #tags {
  190. min-height:14px;
  191. font-size:10px;
  192. padding:0px 5px 5px 5px;
  193. margin-top:0px;
  194. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  195. {block:ifPosts400}width:392px;{/block:ifPosts400}
  196. font-style:italic;
  197. text-align:center;
  198. background-color:{color:info bg};
  199. }
  200.  
  201. #info {
  202. text-align:center;
  203. font-size: 10px;
  204. margin-top:15px;
  205. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  206. {block:ifPosts400}width:392px;{/block:ifPosts400}
  207. padding:5px;
  208. background-color:{color:info bg};
  209. }
  210.  
  211. .note {
  212. text-transform:normal;
  213. font-style:normal;
  214. letter-spacing:0px;
  215. font-size: 10px;
  216. text-align:left;
  217. line-height:80%;
  218. margin-left:-40px;
  219. }
  220.  
  221. .note li {
  222. list-style-type:none;
  223. text-align:left;
  224. padding:2px;
  225. margin:0px;
  226. -moz-transition-duration:0.5s;
  227. -webkit-transition-duration:0.5s;
  228. -o-transition-duration:0.5s;
  229. }
  230.  
  231. #texttitle {
  232. font-weight:normal;
  233. font-family:Baskerville;
  234. font-size:20px;
  235. text-align:center;
  236. line-height:100%;
  237. margin:2px;
  238. }
  239.  
  240. #quote {
  241. margin:5px 0px;
  242. font-family:Garamond;
  243. text-align:center;
  244. letter-spacing:1px;
  245. }
  246.  
  247. #quote_short {font-size:20px; line-height:100%;}
  248. #quote_medium {font-size:18px; line-height:95%;}
  249. #quote_long {font-size:16px; line-height:90%;}
  250.  
  251. #quotesource {
  252. margin:10px 0px -10px 0px;
  253. font-family:'Georgia';
  254. font-size:14px;
  255. font-style:italic;
  256. text-align:right;
  257. padding:6px;
  258. font-weight:normal;
  259. }
  260.  
  261. #linkposts {
  262. height:80px;
  263. padding-bottom:10px;
  264. padding-top:10px;
  265. font-family:book antiqua;
  266. font-size:16px;
  267. border:2px dotted {color:Border};
  268. margin-bottom:5px;
  269. background-color:{color:Link Posts Bg};
  270. width:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px{/block:ifPosts400}
  271. }
  272.  
  273. #linkfav img {
  274. width:100px;
  275. margin-top:-109px;
  276. position:absolute;
  277. border-top:2px dotted {color:Border};
  278. border-right:2px dotted {color:Border};
  279. border-bottom:2px dotted {color:Border};
  280. margin-left:{block:ifNotPosts400}402px;{/block:ifNotPosts400}{block:ifPosts400}302px;{/block:ifPosts400}
  281. }
  282.  
  283. #question {font-size:13px; letter-spacing:1px; padding:3px;}
  284. #asker {font-style:italic;text-align:center; margin-left:250px;font-size:12px; font-size:12px; letter-spacing:1px;}
  285.  
  286. #s-m-t-tooltip {
  287. padding:5px 10px 5px 10px;
  288. margin:20px 14px 7px 10px;
  289. border:1px solid {color:border};
  290. background-color:{color:Body};
  291. font-family:georgia;
  292. font-style: normal;
  293. font-size:9px;
  294. letter-spacing:1px;
  295. color:{color:Post};
  296. z-index:99999999;
  297. }
  298.  
  299. #credit {
  300. z-index:99999999999;
  301. font-weight:bold;
  302. text-align:center;
  303. font-size:14px;
  304. font-family:'Montez';
  305. position:fixed;
  306. bottom:5px;
  307. right:5px;
  308. }
  309. #credit a {
  310. display:inline-block;
  311. height:20px;
  312. width:20px;
  313. background-color:{color:Post};
  314. color:{color:body};
  315. }
  316. #credit a:hover {
  317. background-color:{color:body};
  318. color:{color:Post};
  319. }
  320.  
  321. {CustomCSS}</style>
  322.  
  323. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  324.  
  325. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  326.  
  327. <script>
  328. (function($){
  329. $(document).ready(function(){
  330. $("a[title]").style_my_tooltips({
  331. tip_follows_cursor:true,
  332. tip_delay_time:0,
  333. tip_fade_speed:0,
  334. attribute:"title"
  335. });
  336. });
  337. })(jQuery);
  338. </script>
  339.  
  340. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  341.  
  342. {block:ifEnergySave}<script language="javascript" type="text/javascript" src="https://www.onlineleaf.com/savetheenvironment.js?time=300"></script>{/block:ifEnergySave}
  343.  
  344. <link href='https://fonts.googleapis.com/css?family=Sofia|Montez' rel='stylesheet' type='text/css'>
  345.  
  346. </head>
  347. <body>
  348.  
  349. <div id="linksbar">
  350. <div id="links">
  351. <em><center>navigation <br> <br> </center> </em>
  352. <a href="/">home</a>
  353. {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
  354. {block:SubmissionsEnabled}<a href="/submit">submit</a>{/block:SubmissionsEnabled}
  355. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  356. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  357. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  358. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  359. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  360. {block:ifLink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}
  361. {block:ifLink7}<a href="{text:Link7URL}">{text:Link7}</a>{/block:ifLink7}
  362. {block:ifLink8}<a href="{text:Link8URL}">{text:Link8}</a>{/block:ifLink8}
  363. {block:ifLink9}<a href="{text:Link9URL}">{text:Link9}</a>{/block:ifLink9}
  364. {block:HasPages}{block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}
  365. </div>
  366. <div class="pagi"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div>
  367. </div>
  368.  
  369. <div id="sidebar">
  370. <div id="title"><a href="/">{Title}</a></div>
  371. <center>{block:ifSidebarImage}<img src="{image:sidebar}">{/block:ifSidebarImage}</center>
  372. <div id="description">
  373. {description}
  374. <br>
  375. </div></div>
  376. </div>
  377.  
  378. <div id="entries">
  379.  
  380. {block:TagPage}<div id="post">
  381. <div id="texttitle">Posts tagged "{Tag}"</div>
  382. </div>{/block:TagPage}
  383.  
  384. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  385.  
  386. {block:Posts}
  387. <div id="post">
  388.  
  389. {block:ContentSource}
  390. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  391. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  392. {/block:SourceLogo}
  393. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  394. {/block:ContentSource}
  395.  
  396. {block:Text}{block:Title}<div id="texttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  397.  
  398. {block:ifNotPosts400}
  399. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400. {/block:ifNotPosts400}
  401. {block:ifPosts400}
  402. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  403. {/block:ifPosts400}
  404.  
  405. {block:ifNotPosts400}
  406. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  407. {/block:ifNotPosts400}
  408. {block:ifPosts400}
  409. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410. {/block:ifPosts400}
  411.  
  412. {block:Quote}
  413. <div id="quote">
  414. <div id="quote_{Length}">“{Quote}”</div>
  415. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
  416. </div>
  417. {/block:Quote}
  418.  
  419. {block:ifNotPosts400}
  420. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  421. {/block:ifNotPosts400}
  422.  
  423. {block:ifPosts400}
  424. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  425. {/block:ifPosts400}
  426.  
  427. {block:Link}<div id="linkposts">
  428. <a href="{URL}" class="link" {Target}>
  429. <center>{Name} →</center></a><BR>
  430. <center><small><small>{URL}</small></small></center>
  431. </div> <!--linkposts-->
  432.  
  433. {block:Thumbnail}<div id="linkfav"><img src="{Thumbnail}"></div>
  434. {/block:Thumbnail}
  435.  
  436. {block:Description}{Description}{/block:Description}
  437. {/block:Link}
  438.  
  439. {block:Chat}
  440. {block:Title}<h4>{Title}</h4>{/block:Title}
  441. <div class="chat">
  442. <div class="lines">
  443. {block:Lines}
  444. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  445. {/block:Lines}
  446. </div>
  447. </div>
  448. {/block:Chat}
  449.  
  450. {block:Audio}
  451. {block:AlbumArt}
  452. <div class="album"><img src="{AlbumArtURL}"></div>
  453. {/block:AlbumArt}
  454.  
  455. <div class="audio">{AudioPlayerWhite}</div>
  456.  
  457. <div class="audiobox">
  458. <div class="audiotext">
  459. {block:TrackName}<br><big><b>Track name:</b>
  460. "{TrackName}"{/block:TrackName}
  461. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  462. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  463. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  464. </big>
  465. </div><!--audiotext-->
  466. </div><!--audiobox-->
  467. {block:Caption}{Caption}{/block:Caption}
  468. {/block:Audio}
  469.  
  470. {block:Answer}<div id="question">
  471. <b>{Question}</b></div><BR>
  472. <div id="asker">- {Asker}</div><BR>
  473. <div style="border-top:1px dotted {color:border}">{Answer}</div>
  474. {/block:Answer}
  475.  
  476. {block:Date}<div id="info"><a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  477. at {12Hour}.{Minutes}{ampm}">{TimeAgo} </a>{block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel} </a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName} </a>{/block:RebloggedFrom} {block:Reblog} (©<a href="{ReblogRootURL}">{ReblogRootName}</a>) {/block:Reblog}·<a href="{ReblogURL}" target="_blank"> reblog</a></div>{/block:Date}
  478.  
  479. <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
  480. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
  481. </div></div>
  482. {/block:Posts}</div>
  483. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  484.  
  485. <div id="credit"><a href="https://theghostoflove.tumblr.com" title="enchantingly">E</a>
  486. </div>
  487. </body>
  488.  
  489. </html>
Advertisement
Add Comment
Please, Sign In to add comment