enchantingly

Theme 36 - Primus Lune

Jul 7th, 2014
2,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.72 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 36 - "Primus Lune" 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:Background" content="#012255">
  18. <meta name="color:Background2" content="#000018">
  19. <meta name="color:Body" content="#02258c">
  20. <meta name="color:Border" content="#012389">
  21. <meta name="color:Chat1" content="#f6f6f8">
  22. <meta name="color:Chat2" content="#dadadc">
  23. <meta name="color:Description" content="#012389">
  24. <meta name="color:Link" content="#01112b">
  25. <meta name="color:Link Hover" content="#3030b0">
  26. <meta name="color:Link Posts Bg" content="#f5f5f5">
  27. <meta name="color:Navlinks" content="#a6a6a6">
  28. <meta name="color:Navlinks Hover" content="#FFFFFF">
  29. <meta name="color:Navlinks Bg" content="#e1e2e5">
  30. <meta name="color:Pagination" content="#a6a6a6">
  31. <meta name="color:Pagination Hover" content="#ffffff">
  32. <meta name="color:Post" content="#ededf0">
  33. <meta name="color:Scroll" content="#ededf0">
  34. <meta name="color:Scroll Bg" content="#000018">
  35. <meta name="color:Tags" content="#f8f7f7">
  36. <meta name="color:Tags Hover" content="#f8f5f5">
  37. <meta name="color:Title" content="#011b68">
  38.  
  39. <meta name="if:Hide Snitch Background" content="0">
  40. <meta name="if:Hover Info" content="1">
  41. <meta name="if:Infinite Scroll" content="0">
  42. <meta name="if:Posts 400" content="0">
  43. <meta name="if:Show Tags" content="1">
  44.  
  45. <meta name="image:Background" content="">
  46. <meta name="image:Sidebar" content="">
  47.  
  48. <meta name="text:Link 1" content="">
  49. <meta name="text:Link 1 URL" content="http://">
  50. <meta name="text:Link 2" content="">
  51. <meta name="text:Link 2 URL" content="http://">
  52. <meta name="text:Link 3" content="">
  53. <meta name="text:Link 3 URL" content="http://">
  54. <meta name="text:Link 4" content="">
  55. <meta name="text:Link 4 URL" content="http://">
  56.  
  57. <style type="text/css">
  58.  
  59. /**BASICS**/
  60.  
  61. body {
  62. text-align:justify;
  63. font-family:'Book Antiqua';
  64. font-size:12px;
  65. color:{color:body};
  66. background:{color:background} url('{image:Background}') fixed;
  67. }
  68.  
  69. #gradient {
  70. top:0; left:0;
  71. width:100%; height:100%;
  72. background-image: -webkit-linear-gradient(top, {color:Background}, {color:Background2}); -webkit-gradient(linear, 0% 0%, 0% 100%, from({color:Background}), to({color:Background2}));
  73. -moz-linear-gradient(top, {color:Background} 0%, {color:Background2} 100%);
  74. -ms-linear-gradient(top, {color:Background}, {color:Background2});
  75. -o-linear-gradient(top, {color:Background}, {color:Background2});
  76. position:fixed;
  77. z-index:-2;
  78. }
  79.  
  80. #midground {
  81. z-index:-1;
  82. opacity:0.9;
  83. position:fixed;
  84. width:100%; height:100%;
  85. top:0px; left:0px;
  86. background: url('https://www.xnaresources.com/images/tutorialimages/stardefense/ParallaxStars.png');
  87. background-size:100% auto;
  88. }
  89.  
  90. blockquote {
  91. border-left:2px solid {color:border};
  92. padding-left:5px;
  93. margin:0px 2px 0px 10px
  94. }
  95.  
  96. ::-webkit-scrollbar {width:8px;height:auto;background:{color:scroll bg};}
  97. ::-webkit-scrollbar-button {background:{color:scroll};}
  98. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  99. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  100.  
  101. ::selection {color:{color:post};background-color: {color:body};}
  102. ::-moz-selection {color:{color:post};background-color: {color:body};}::-webkit-selection {color:{color:post};background-color:{color:body};}
  103.  
  104. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  105. a:hover {color:{color:link hover}}
  106.  
  107. ol {list-style-type:lower-roman}
  108. ul {list-style-type:circle;}
  109.  
  110. /**THEME STUFF**/
  111.  
  112. #moonthing:hover #title {
  113. opacity:0;
  114. -webkit-transition: all 1.3s ease-in-out;
  115. -moz-transition: all 1.3s ease-in-out;
  116. -o-transition: all 1.3s ease-in-out;
  117. transition: all 1.3s ease-in-out;
  118. }
  119. #title {
  120. z-index:100;
  121. position:fixed;
  122. font-family:'Tangerine';
  123. text-align:center;
  124. width:250px;
  125. color:{color:Title};
  126. font-size:56px;
  127. margin:70px 0px 0px 0px;
  128. -webkit-transition: all 1s ease-in-out;
  129. -moz-transition: all 1s ease-in-out;
  130. -o-transition: all 1s ease-in-out;
  131. transition: all 1s ease-in-out;
  132. transition-delay: 1s;
  133. -webkit-transition-delay: 1s;
  134. }
  135. #title a {color:{color:Title};}
  136.  
  137. #sidebar {
  138. position:fixed;
  139. top:100px; left:100px;
  140. width:250px; height:250px;
  141. }
  142.  
  143. {block:ifSidebarImage}
  144. #sidebar img {
  145. width:250px; height:250px;
  146. border-radius:50%;
  147. z-index:1000;
  148. }
  149. {/block:ifSidebarImage}
  150.  
  151. #moonthing {
  152. position:fixed;
  153. top:100px; left:100px;
  154. width:250px; height:250px;
  155. {block:ifNotSidebarImage}
  156. background-color:#e6e6e6;
  157. -webkit-box-shadow: 0 0 50px #bebebe;
  158. -moz-box-shadow: 0 0 50px #bebebe;
  159. box-shadow: 0 0 50px #bebebe;{/block:ifNotSidebarImage}
  160. border-radius:50%;
  161. -webkit-transition: all 1.3s ease-in-out;
  162. -moz-transition: all 1.3s ease-in-out;
  163. -o-transition: all 1.3s ease-in-out;
  164. transition: all 1.3s ease-in-out;
  165. transition-delay: 1s;
  166. -webkit-transition-delay: 1s;
  167. }
  168.  
  169. #sidebar:hover #moonthing {
  170. {block:ifSidebarImage}
  171. background-color:#e6e6e6;
  172. -webkit-box-shadow: 0 0 50px #bebebe;
  173. -moz-box-shadow: 0 0 50px #bebebe;
  174. box-shadow: 0 0 50px #bebebe;
  175. {/block:ifSidebarImage}
  176. -webkit-transition: all 1.3s ease-in-out;
  177. -moz-transition: all 1.3s ease-in-out;
  178. -o-transition: all 1.3s ease-in-out;
  179. transition: all 1.3s ease-in-out;
  180. }
  181.  
  182. #desc {
  183. opacity:0;
  184. position:fixed;
  185. text-align:justify;
  186. font-size:11px;
  187. width:250px;height:250px;
  188. border-radius:50%;
  189. margin:-10px 0px 0px -5px;
  190. overflow:hidden;
  191. color:{color:Description};
  192. -webkit-transition: all 1s ease-in-out;
  193. -moz-transition: all 1s ease-in-out;
  194. -o-transition: all 1s ease-in-out;
  195. transition: all 1s ease-in-out;
  196. }
  197.  
  198. #sidebar:hover #desc {
  199. opacity:1;
  200. transition-delay: 1.3s;
  201. -webkit-transition-delay: 1.3s;
  202. }
  203.  
  204. #links {
  205. position:fixed;
  206. font-size:11px;
  207. left:340px;top:75px;
  208. width:120px;
  209. text-align:center;
  210. -webkit-transition: all .7s ease-in-out;
  211. -moz-transition: all .7s ease-in-out;
  212. -o-transition: all .7s ease-in-out;
  213. transition: all .7s ease-in-out;
  214. }
  215.  
  216. .link1 a {
  217. display:inline-block;
  218. text-align:center;
  219. width:80px;
  220. padding:32px 0px 32px 0px;
  221. border-radius:50%;
  222. color:{color:Navlinks};
  223. background-color:{color:Navlinks bg};
  224. }
  225. .link1 a:hover {
  226. color:{color:Navlinks Hover};
  227. -webkit-box-shadow: 0 0 30px #bebebe;
  228. -moz-box-shadow: 0 0 30px #bebebe;
  229. box-shadow: 0 0 30px #bebebe;
  230. }
  231.  
  232. .link2 a {
  233. margin:30px 0px 0px 60px;
  234. display:inline-block;
  235. text-align:center;
  236. width:80px;
  237. padding:32px 0px 32px 0px;
  238. border-radius:50%;
  239. color:{color:Navlinks};
  240. background-color:{color:Navlinks bg};
  241. }
  242. .link2 a:hover {
  243. color:{color:Navlinks Hover};
  244. -webkit-box-shadow: 0 0 30px #bebebe;
  245. -moz-box-shadow: 0 0 30px #bebebe;
  246. box-shadow: 0 0 30px #bebebe;
  247. }
  248.  
  249. .link3 a {
  250. margin:30px 0px 0px 30px;
  251. display:inline-block;
  252. text-align:center;
  253. width:80px;
  254. padding:32px 0px 32px 0px;
  255. border-radius:50%;
  256. color:{color:Navlinks};
  257. background-color:{color:Navlinks bg};
  258. }
  259. .link3 a:hover {
  260. color:{color:Navlinks Hover};
  261. -webkit-box-shadow: 0 0 30px #bebebe;
  262. -moz-box-shadow: 0 0 30px #bebebe;
  263. box-shadow: 0 0 30px #bebebe;
  264. }
  265.  
  266. .link4 a {
  267. margin:-5px 0px 0px -130px;
  268. display:inline-block;
  269. text-align:center;
  270. width:80px;
  271. padding:32px 0px 32px 0px;
  272. border-radius:50%;
  273. color:{color:Navlinks};
  274. background-color:{color:Navlinks bg};
  275. }
  276. .link4 a:hover {
  277. color:{color:Navlinks Hover};
  278. -webkit-box-shadow: 0 0 30px #bebebe;
  279. -moz-box-shadow: 0 0 30px #bebebe;
  280. box-shadow: 0 0 30px #bebebe;
  281. }
  282.  
  283. #links2 {
  284. position:fixed;
  285. left:155px; top:390px;
  286. width:120px;
  287. font-size:11px;
  288. text-align:center;
  289. -webkit-transition: all .7s ease-in-out;
  290. -moz-transition: all .7s ease-in-out;
  291. -o-transition: all .7s ease-in-out;
  292. transition: all .7s ease-in-out;
  293. }
  294.  
  295. .link5 a {
  296. display:inline-block;
  297. text-align:center;
  298. width:80px;
  299. padding:32px 0px 32px 0px;
  300. border-radius:50%;
  301. color:{color:Navlinks};
  302. background-color:{color:Navlinks bg};
  303. }
  304. .link5 a:hover {
  305. color:{color:Navlinks Hover};
  306. -webkit-box-shadow: 0 0 30px #bebebe;
  307. -moz-box-shadow: 0 0 30px #bebebe;
  308. box-shadow: 0 0 30px #bebebe;
  309. }
  310.  
  311. #links3 {
  312. position:fixed;
  313. left:45px;top:345px;
  314. width:120px;
  315. font-size:11px;
  316. text-align:center;
  317. -webkit-transition: all .7s ease-in-out;
  318. -moz-transition: all .7s ease-in-out;
  319. -o-transition: all .7s ease-in-out;
  320. transition: all .7s ease-in-out;
  321. }
  322.  
  323. .link6 a {
  324. display:inline-block;
  325. text-align:center;
  326. width:80px;
  327. padding:32px 0px 32px 0px;
  328. border-radius:50%;
  329. color:{color:Navlinks};
  330. background-color:{color:Navlinks bg};
  331. }
  332. .link6 a:hover {
  333. color:{color:Navlinks Hover};
  334. -webkit-box-shadow: 0 0 30px #bebebe;
  335. -moz-box-shadow: 0 0 30px #bebebe;
  336. box-shadow: 0 0 30px #bebebe;
  337. }
  338.  
  339. #pagination {
  340. font-family:georgia;
  341. position:fixed;
  342. text-align:center;
  343. width:250px;
  344. font-size:20px;
  345. top:500px;left:330px;
  346. }
  347. #pagination a {color:{color:pagination};}
  348. #pagination a:hover {color:{color:pagination hover}}
  349.  
  350. /**POSTS**/
  351.  
  352. #entries {
  353. position:relative;
  354. margin:0px 0px 0px 550px;
  355. padding:10px;
  356. padding-left:15px;
  357. padding-right:15px;
  358. float:left;
  359. {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
  360. {block:ifPosts400}width:430px;{/block:ifPosts400}
  361. }
  362.  
  363. #post {
  364. z-index:20000;
  365. margin:10px 0px 15px 5px;
  366. padding-bottom:10px;
  367. {block:ifnotPosts400}width:520px;{/block:ifnotPosts400}
  368. {block:ifPosts400}width:420px;{/block:ifPosts400}
  369. background-color:{color:post};
  370. }
  371.  
  372. /**POST INFO**/
  373.  
  374. .like_button {
  375. margin:-14px 0px 0px {block:ifNotPosts400}94px{/block:ifNotPosts400} {block:ifPosts400}69px{/block:ifPosts400};
  376. position:absolute;
  377. list-style:none;
  378. opacity:0;
  379. }
  380. .like_button li {height:20px;}
  381.  
  382. #post:hover #date {
  383. margin:1px 0px 0px {block:ifnotposts400}540px{/block:ifnotposts400} {block:ifposts400}440px{/block:ifposts400}
  384. }
  385.  
  386. #date /**the hover info**/ {
  387. text-align:left;
  388. font-size:12px;
  389. font-family:cambria;
  390. text-transform:lowercase;
  391. display:block;
  392. padding:5px;
  393. background-color:{color:post};
  394. width:80px;
  395. {block:ifHoverInfo}
  396. z-index:-1;
  397. margin:1px 0px 0px {block:ifnotposts400}400px{/block:ifnotposts400} {block:ifposts400}300px{/block:ifposts400};
  398. {/block:ifHoverInfo}
  399. {block:IfNotHoverInfo}
  400. z-index:10;
  401. margin:1px 0px 0px {block:ifNotPosts400}540px{/block:ifNotPosts400} {block:ifPosts400}440px{/block:ifPosts400};
  402. {/block:ifNotHoverInfo}
  403. position:absolute;
  404. -webkit-transition: all 0.9s ease-in-out;
  405. -moz-transition: all 0.9s ease-in-out;
  406. -o-transition: all 0.9s ease-in-out;
  407. -ms-transition: all 0.9s ease-in-out;
  408. transition: all 0.9s ease-in-out;
  409. }
  410.  
  411. #info {
  412. padding-top:10px;
  413. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  414. {block:ifPosts400}width:400px;{/block:ifPosts400}
  415. }
  416.  
  417. #zetags {
  418. font-size:11px;
  419. word-spacing:1px;
  420. padding:5px 5px 5px 5px;
  421. margin:-15px 0px 20px 10px;
  422. {block:ifNotPosts400}width:490px;{/block:ifNotPosts400}
  423. {block:ifPosts400}width:392px;{/block:ifPosts400}
  424. text-align:right;
  425. }
  426. #zetags a {color:{color:tags}}
  427. #zetags a:hover {color:{color:tags hover}}
  428.  
  429. .note {
  430. text-transform:normal;
  431. font-style:normal;
  432. letter-spacing:0px;
  433. font-size: 10px;
  434. text-align:left;
  435. line-height:100%;
  436. margin-left:0px;
  437. background-color:{color:post};
  438. }
  439.  
  440. .note li {
  441. list-style-type:none;
  442. text-align:left;
  443. padding:3px 0px;
  444. margin:0px;
  445. -moz-transition-duration:0.5s;
  446. -webkit-transition-duration:0.5s;
  447. -o-transition-duration:0.5s;
  448. }
  449.  
  450. /**POST TYPES**/
  451.  
  452. #texttitle {
  453. font-weight:normal;
  454. font-family:Baskerville;
  455. font-size:20px;
  456. text-align:center;
  457. line-height:100%;
  458. margin:5px 2px 2px 2px;
  459. }
  460.  
  461. #text {
  462. padding:10px;
  463. background-position:bottom;
  464. {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
  465. background-size:100% auto;
  466. background-repeat:no-repeat;
  467. }
  468.  
  469. #photo {
  470. padding:10px 10px 15px 10px;
  471. background-position:bottom;
  472. {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
  473. background-size:100% auto;
  474. background-repeat:no-repeat;
  475. }
  476.  
  477. #photoset {
  478. padding:10px;
  479. background-position:bottom;
  480. {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
  481. background-size:100% auto;
  482. background-repeat:no-repeat;
  483. }
  484.  
  485. #linkposts {
  486. height:80px;
  487. padding:10px 0px;
  488. font-family:book antiqua;
  489. font-size:16px;
  490. border:2px dotted {color:Border};
  491. margin-bottom:5px;
  492. background-color:{color:Link Posts Bg};
  493. width:{block:ifNotPosts400}398px;{/block:ifNotPosts400}{block:ifPosts400}298px{/block:ifPosts400}
  494. }
  495.  
  496. #linkfav img {
  497. width:100px;
  498. position:absolute;
  499. border-top:2px dotted {color:Border};
  500. border-right:2px dotted {color:Border};
  501. border-bottom:2px dotted {color:Border};
  502. margin-top:-109px;
  503. margin-left:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px;{/block:ifPosts400}
  504. }
  505.  
  506. #link {
  507. padding:10px;
  508. background-size:100% auto;
  509. background-repeat:repeat;
  510. }
  511.  
  512. #question {
  513. font-size:13px;
  514. letter-spacing:1px;
  515. padding:10px;
  516. border:2px dotted {color:Border};
  517. }
  518.  
  519. #asker {
  520. text-align:right;
  521. font-size:12px;
  522. letter-spacing:1px;
  523. padding-bottom:0px;
  524. margin-top:20px;
  525. }
  526. #asker img {
  527. vertical-align:left;
  528. float:right;
  529. margin:-10px 10px 0px 10px;
  530. border:1px solid {color:Border};
  531. }
  532. #ask {
  533. padding:10px;
  534. background-position:bottom;
  535. {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
  536. background-size:100% auto;
  537. background-repeat:no-repeat;
  538. }
  539.  
  540. #audio {
  541. padding:10px;
  542. background-position:bottom;
  543. {block:ifNotHideSnitchBackground}background-image:url('https://31.media.tumblr.com/d7ab19ca26846efd2183b1118fc83e83/tumblr_inline_n8bc10nsus1qk6lff.png');{/block:ifNotHideSnitchBackground}
  544. background-size:100% auto;
  545. background-repeat:no-repeat;
  546. }
  547.  
  548. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  549. .album img {width:120px; height:120px}
  550. .audio {position:absolute;margin-left:130px;}
  551. .audiobox {height:120px;z-index:10; margin-left:130px;}
  552. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  553.  
  554. #chat {
  555. padding:10px;
  556. background-size:100% auto;
  557. background-repeat:repeat;
  558. }
  559. .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;}
  560. .chat .lines {margin-left: 1px;}
  561. .chat .lines .line {background-color: {color:chat1};margin-bottom: 1px;padding: 3px 5px;}
  562. .chat .lines .line.even {background-color: {color:chat2}; }
  563.  
  564. #quote {
  565. margin:5px 0px;
  566. font-family:Garamond;
  567. text-align:center;
  568. letter-spacing:1px;
  569. padding:10px;
  570. }
  571.  
  572. #quote_short {font-size:20px; line-height:100%;}
  573. #quote_medium {font-size:18px; line-height:95%;}
  574. #quote_long {font-size:16px; line-height:90%;}
  575.  
  576. #quotesource {
  577. margin:10px 0px -10px 0px;
  578. font-family:'Georgia';
  579. font-size:14px;
  580. font-style:italic;
  581. text-align:right;
  582. padding:6px;
  583. font-weight:normal;
  584. }
  585.  
  586. #video {
  587. padding:10px;
  588. background-size:100% auto;
  589. background-repeat:repeat;
  590. }
  591.  
  592. /**MISC STYLING**/
  593.  
  594. {block:ifNotPosts400}
  595. #borderleft {margin-left:0px;margin-top:-10px;width:215px; height:0px; border-top:solid 1px {color:border};}
  596.  
  597. #borderright {margin-left:305px;margin-top:0px;width:215px; height:0px; border-top:solid 1px {color:border};}
  598. {/block:ifNotPosts400}
  599.  
  600. {block:ifPosts400}
  601. #borderleft {margin-left:0px;margin-top:-10px;width:165px; height:0px; border-top:solid 1px {color:border};}
  602.  
  603. #borderright {margin-left:255px;margin-top:0px;width:165px; height:0px; border-top:solid 1px {color:border};}
  604. {/block:ifPosts400}
  605.  
  606. #feather {}
  607. #feather img {brightness(90%);-webkit-filter: brightness(90%);-moz-filter: brightness(90%);-o-filter: brightness(90%);-ms-filter: brightness(90%);}
  608.  
  609. #doe {}
  610. #doe img {}
  611.  
  612. #credit {
  613. z-index:99999999999;
  614. font-weight:bold;
  615. text-align:center;
  616. font-size:14px;
  617. font-family:'Montez';
  618. position:fixed;
  619. bottom:5px; right:5px;
  620. }
  621. #credit a {
  622. display:inline-block;
  623. height:20px; width:20px;
  624. background-color:{color:Body};
  625. color:{color:Post};
  626. }
  627. #credit a:hover {
  628. background-color:{color:Post};
  629. color:{color:Body};
  630. }
  631.  
  632. #s-m-t-tooltip {
  633. padding:5px 10px 5px 10px;
  634. margin:20px 14px 7px 10px;
  635. border:1px solid {color:border};
  636. background-color:{color:Body};
  637. font-family:georgia;
  638. font-style: normal;
  639. font-size:9px;
  640. letter-spacing:1px;
  641. color:{color:Post};
  642. z-index:99999999;
  643. }
  644.  
  645. {CustomCSS}</style>
  646.  
  647. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  648.  
  649. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  650.  
  651. <script>
  652. (function($){
  653. $(document).ready(function(){
  654. $("a[title]").style_my_tooltips({
  655. tip_follows_cursor:true,
  656. tip_delay_time:0,
  657. tip_fade_speed:0,
  658. attribute:"title"
  659. });
  660. });
  661. })(jQuery);
  662. </script>
  663.  
  664. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  665.  
  666. <link href='https://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  667.  
  668. <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
  669.  
  670. </head>
  671. <body>
  672. <div id="gradient"></div>
  673. {block:ifNotBackgroundImage}<div id="midground"></div>{/block:ifNotBackgroundImage}
  674. <div id="sidebar">
  675. <center><img src="{image:Sidebar}"></center>
  676. <div id="moonthing">
  677. <div id="title">{Title}
  678. </div><!--moonthing-->
  679. <div id="desc">
  680. <div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div><div style="float:left;clear:left;height:12px;width:101px"></div><div style="float:right;clear:right;height:12px;width:91px"></div><div style="float:left;clear:left;height:12px;width:71px"></div><div style="float:right;clear:right;height:12px;width:58px"></div><div style="float:left;clear:left;height:12px;width:56px"></div><div style="float:right;clear:right;height:12px;width:45px"></div><div style="float:left;clear:left;height:12px;width:44px"></div><div style="float:right;clear:right;height:12px;width:33px"></div><div style="float:left;clear:left;height:12px;width:34px"></div><div style="float:right;clear:right;height:12px;width:23px"></div><div style="float:left;clear:left;height:12px;width:27px"></div><div style="float:right;clear:right;height:12px;width:17px"></div><div style="float:left;clear:left;height:12px;width:21px"></div><div style="float:right;clear:right;height:12px;width:13px"></div><div style="float:left;clear:left;height:12px;width:16px"></div><div style="float:right;clear:right;height:12px;width:10px"></div><div style="float:left;clear:left;height:12px;width:12px"></div><div style="float:right;clear:right;height:12px;width:8px"></div><div style="float:left;clear:left;height:12px;width:12px"></div><div style="float:right;clear:right;height:12px;width:7px"></div><div style="float:left;clear:left;height:12px;width:11px"></div><div style="float:right;clear:right;height:12px;width:8px"></div><div style="float:left;clear:left;height:12px;width:13px"></div><div style="float:right;clear:right;height:12px;width:10px"></div><div style="float:left;clear:left;height:12px;width:15px"></div><div style="float:right;clear:right;height:12px;width:13px"></div><div style="float:left;clear:left;height:12px;width:20px"></div><div style="float:right;clear:right;height:12px;width:16px"></div><div style="float:left;clear:left;height:12px;width:27px"></div><div style="float:right;clear:right;height:12px;width:21px"></div><div style="float:left;clear:left;height:12px;width:35px"></div><div style="float:right;clear:right;height:12px;width:27px"></div><div style="float:left;clear:left;height:12px;width:44px"></div><div style="float:right;clear:right;height:12px;width:37px"></div><div style="float:left;clear:left;height:12px;width:58px"></div><div style="float:right;clear:right;height:12px;width:48px"></div><div style="float:left;clear:left;height:12px;width:78px"></div><div style="float:right;clear:right;height:12px;width:70px"></div><div style="float:left;clear:left;height:12px;width:114px"></div><div style="float:right;clear:right;height:12px;width:118px"></div><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div><div style="float:left;clear:left;height:12px;width:0px"></div><div style="float:right;clear:right;height:12px;width:0px"></div>
  681. <br>{Description}</div>
  682. </div></div> <!--sidebar-->
  683.  
  684. <div id="links">
  685. <div class="link1"><a href="/">home</a></div>
  686. <div class="link2"><a href="/ask">message</a></div>
  687. <div class="link3">
  688. {block:ifLink1}
  689. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  690. {/block:ifLink1}</div>
  691. <div class="link4">
  692. {block:ifLink2}
  693. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  694. {/block:ifLink2}</div>
  695. </div> <!--links-->
  696. <div id="links2">
  697. <div class="link5">
  698. {block:ifLink3}
  699. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  700. {/block:ifLink3}</div>
  701. </div> <!--links2-->
  702. <div id="links3">
  703. <div class="link6">
  704. {block:ifLink4}
  705. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  706. {/block:ifLink4}</div>
  707. </div> <!--links3-->
  708. </div>
  709. </div>
  710.  
  711. <div id="pagination">
  712. {block:PreviousPage}
  713. <a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}
  714. {block:NextPage}
  715. <a href="{NextPage}">next →</a>{/block:NextPage}
  716. </div>
  717.  
  718. <div id="entries">
  719. {block:TagPage}<div id="post">
  720. <div id="texttitle">Posts tagged "{Tag}"</div></div>
  721. {/block:TagPage}
  722.  
  723. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  724.  
  725. {block:Posts}
  726. <div id="post">
  727. {block:Date}
  728. <div id="date">
  729. {block:RebloggedFrom}
  730. <center><a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-30}"/></a>{/block:RebloggedFrom}{block:Reblog} &nbsp; <a href="{ReblogRootURL}" title="origin: {ReblogRootName}"><img src="{ReblogRootPortraitURL-30}"/></a><br>
  731. {/block:Reblog}</center>
  732. <a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear} at {12Hour}.{Minutes}{ampm}">{TimeAgo}</a> <br> <a href="{Permalink}"> {NoteCountWithLabel}</a>
  733. </div>
  734. {/block:Date}
  735.  
  736. <!--Text Posts-->
  737. {block:Text}
  738. <div id="text">
  739. {block:Title}
  740. <div id="texttitle">{Title}</div>
  741. {/block:Title}
  742. {Body}
  743. </div>
  744. {/block:Text}
  745.  
  746. {block:ifnotPosts400}
  747. {block:Photo}
  748. <div id="photo">
  749. <center>{OpenTag}
  750. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  751. {LinkCloseTag}</center>
  752. {block:Caption}{Caption}{/block:Caption}
  753. </div>
  754. {/block:Photo}
  755. {/block:ifnotPosts400}
  756.  
  757. {block:ifPosts400}
  758. {block:Photo}
  759. <div id="photo">
  760. <center>{LinkOpenTag}
  761. <img src="{PhotoURL-400}" alt="{PhotoAlt}">
  762. {LinkCloseTag}</center>
  763. {block:Caption}{Caption}{/block:Caption}
  764. </div>
  765. {/block:Photo}
  766. {/block:ifPosts400}
  767.  
  768. {block:ifnotPosts400}
  769. {block:Photoset}
  770. <div id="photoset">
  771. <center>{Photoset-500}</center>
  772. {block:Caption}{Caption}{/block:Caption}
  773. </div>
  774. {/block:Photoset}
  775. {/block:ifnotPosts400}
  776.  
  777. {block:ifPosts400}
  778. {block:Photoset}
  779. <div id="photoset">
  780. <center>{Photoset-400}</center>
  781. {block:Caption}{Caption}{/block:Caption}
  782. </div>
  783. {/block:Photoset}
  784. {/block:ifPosts400}
  785.  
  786. {block:Quote}
  787. <div id="quote">
  788. <div id="quote_{Length}">“{Quote}”</div>
  789. {block:Source}
  790. <div id="quotesource">
  791. - {Source}</div>
  792. {/block:Source}
  793. </div>
  794. {/block:Quote}
  795.  
  796. {block:ifnotPosts400}
  797. {block:Video}
  798. <div id="video">{Video-500}
  799. {block:Caption}{Caption}{/block:Caption}
  800. </div>
  801. {/block:Video}
  802. {/block:ifnotPosts400}
  803.  
  804. {block:ifPosts400}
  805. {block:Video}
  806. <div id="video">
  807. {Video-400}
  808. {block:Caption}{Caption}{/block:Caption}
  809. </div>
  810. {/block:Video}
  811. {/block:ifPosts400}
  812.  
  813. {block:Link}
  814. <div id="link">
  815. <div id="linkposts">
  816. <a href="{URL}" class="link" {Target}>
  817. <center>{Name} →</center></a><BR>
  818. <center><small><small>{URL}</small></small></center>
  819. </div> <!--linkposts-->
  820. {block:Thumbnail}
  821. <div id="linkfav"><img src="{Thumbnail}"></div>
  822. {/block:Thumbnail}
  823. {block:Description}{Description}{/block:Description}
  824. </div>
  825. {/block:Link}
  826.  
  827. {block:Chat}
  828. <div id="chat">
  829. {block:Title}
  830. <div id="texttitle">{Title}</div>
  831. {/block:Title}
  832. <div class="chat">
  833. <div class="lines">
  834. {block:Lines}
  835. <div class="line {Alt}">
  836. {block:Label}<strong>{Label}</strong>
  837. {/block:Label} {Line}</div>
  838. {/block:Lines}
  839. </div> <!--lines-->
  840. </div> <!--chat-->
  841. </div> <!--chat-->
  842. {/block:Chat}
  843.  
  844. {block:Audio}
  845. <div id="audio">
  846. {block:AlbumArt}
  847. <div class="album"><img src="{AlbumArtURL}"></div>
  848. {/block:AlbumArt}
  849. <div class="audio">{AudioPlayerWhite}</div>
  850. <div class="audiobox">
  851. <div class="audiotext">
  852. {block:TrackName}
  853. <br><big><b>Track name:</b> "{TrackName}"
  854. {/block:TrackName}
  855. {block:Artist}
  856. <br><b>Artist:</b> {Artist}
  857. {/block:Artist}
  858. {block:Album}
  859. <br><b>Album:</b> {Album}
  860. {/block:Album}
  861. {block:PlayCount}
  862. <br><b>Playcount:</b> {PlayCountWithLabel}
  863. {/block:PlayCount}
  864. </big>
  865. </div><!--audiotext-->
  866. </div><!--audiobox-->
  867. {block:Caption}{Caption}{/block:Caption}
  868. </div> <!--audio-->
  869. {/block:Audio}
  870.  
  871. {block:Answer}
  872. <div id="ask">
  873. <div id="question">
  874. {Question}
  875. <div id="asker">
  876. <img src="{AskerPortraitURL-30}">- {Asker}
  877. </div><br>
  878. </div> <!--question-->
  879. <br>{Answer}
  880. </div>
  881. {/block:Answer}
  882.  
  883. {block:Date}
  884. <div id="info">
  885. <div id="borderleft"></div>
  886. <div id="borderright"></div>
  887. <center>
  888. <div id="feather">
  889. <img src="https://media.tumblr.com/0c5421875bc4ebdad54f625f6626b0ad/tumblr_inline_mtwjtbjs2R1qk6lff.png" style="width:32px;margin-top:-25px;margin-left:20px">
  890. <ul class="like_button">
  891. <a title="like"><li>{LikeButton}</li></a>
  892. </ul>
  893. <a href="{ReblogURL}" title="reblog" target="_blank">
  894. <img src="https://media.tumblr.com/44e98e0b24f8e78d177c3e0f32e3c019/tumblr_inline_mtwk12eu0X1qk6lff.png" style="width:28px;margin-top:-13px;margin-left:10px"></a>
  895. </div> <!--feather--></center>
  896. {/block:Date}
  897. </div><!--info-->
  898. </div>
  899.  
  900. {block:ifShowTags}
  901. {block:HasTags}
  902. <div id="zetags">
  903. {block:Tags}
  904. <a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>
  905. {/block:HasTags}
  906. {/block:IfShowTags}
  907.  
  908. {block:PostNotes}
  909. <div class="note">{PostNotes}</div></div></div>
  910. {/block:PostNotes}
  911.  
  912. {/block:Posts}
  913.  
  914. <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="Enchantingly" target="_blank">E</div>
  915. </div> <!--background-->
  916.  
  917. </body>
  918. </html>
Advertisement
Add Comment
Please, Sign In to add comment