enchantingly

Theme 34 - Fly Away

May 20th, 2014
1,980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.03 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 34 - "Fly Away" 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="#dabefe">
  18. <meta name="color:Body" content="#7f34b9">
  19. <meta name="color:Border" content="#9748d4">
  20. <meta name="color:Chat1" content="#faf7ff">
  21. <meta name="color:Chat2" content="#eee2ff">
  22. <meta name="color:Description" content="#7f34b9">
  23. <meta name="color:Header" content="#9748d4">
  24. <meta name="color:Info Bg" content="#e6d5fb">
  25. <meta name="color:Link" content="#390e5b">
  26. <meta name="color:Link Hover" content="#7f34b9">
  27. <meta name="color:Links Bg" content="#9748d4">
  28. <meta name="color:Navlinks Bg" content="#9748d4">
  29. <meta name="color:Navlinks Text" content="#e1bbff">
  30. <meta name="color:Navlinks Bg Hover" content="#e1bbff">
  31. <meta name="color:Navlinks Text Hover" content="#9748d4">
  32. <meta name="color:Pagi Link" content="#f2e8ff">
  33. <meta name="color:Pagi Link Hover" content="#7f34b9">
  34. <meta name="color:Pagi Link Bg" content="#7f34b9">
  35. <meta name="color:Pagi Link Bg Hover" content="#f2e8ff">
  36. <meta name="color:Post" content="#f2e8ff">
  37. <meta name="color:Scroll" content="#9156bf">
  38. <meta name="color:Scroll Bg" content="#f2e8ff">
  39. <meta name="color:Sidebar" content="#f2e8ff">
  40. <meta name="color:Title" content="#421c52">
  41.  
  42. <meta name="if:Background Repeat" content="1">
  43. <meta name="if:Infinite Scroll" content="0">
  44. <meta name="if:Posts 400" content="0">
  45. <meta name="if:Show Tags" content="1">
  46.  
  47. <meta name="image:Background" content="">
  48. <meta name="image:Header" content="">
  49. <meta name="image:Sidebar" content="">
  50.  
  51. <meta name="text:Link1" content="">
  52. <meta name="text:Link1URL" content="http://">
  53. <meta name="text:Link2" content="">
  54. <meta name="text:Link2URL" content="http://">
  55. <meta name="text:Link3" content="">
  56. <meta name="text:Link3URL" content="http://">
  57. <meta name="text:Link4" content="">
  58. <meta name="text:Link4URL" content="http://">
  59. <meta name="text:Link5" content="">
  60. <meta name="text:Link5URL" content="http://">
  61. <meta name="text:Link6" content="">
  62. <meta name="text:Link6URL" content="http://">
  63.  
  64. <style type="text/css">
  65.  
  66. /**BASICS**/
  67.  
  68. body {
  69. margin:0 auto;
  70. font-family:'lora';
  71. font-size:12px;
  72. color:{color:body};
  73. background: {color:Background} url('{image:Background}');
  74. background-attachment:fixed;
  75. {block:ifNotBackgroundRepeat}background-repeat:no-repeat;{/block:ifNotBackgroundRepeat}
  76. }
  77.  
  78. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
  79.  
  80. ::-webkit-scrollbar {width:8px; height:auto;background-color:{color:scroll bg};}
  81. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  82. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  83. ::-webkit-scrollbar-corner {background:transparent}
  84.  
  85. ::selection {color:{color:post};background-color: {color:body};}
  86. ::-moz-selection {color:{color:post};background-color: {color:body};}
  87. ::-webkit-selection {color:{color:post};background-color:{color:body};}
  88.  
  89. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  90. a:hover {color:{color:link hover}}
  91.  
  92. h3 /**BODY**/ {font-family:lora, serif;font-size:15px;}
  93.  
  94. #container {margin:auto;width:900px;background-color:#000;text-align:center;}
  95.  
  96. #header {
  97. z-index:1;
  98. top:0px;
  99. left:0px;
  100. width:100%;
  101. position:absolute;
  102. height:200px;
  103. background-image:url('{image:Header}');
  104. background-size:auto 200px;
  105. background-position:center;
  106. background-attachment:relative;
  107. background-repeat:no-repeat;
  108. background-color:{color:Header};
  109. }
  110.  
  111. #linksbg {
  112. margin-top:200px;
  113. left:0px;
  114. width:100%;
  115. height:50px;
  116. position:absolute;
  117. z-index:9;
  118. background-color:{color:links bg};
  119. }
  120. #links {
  121. margin-left:5px;
  122. padding:5px 0px;
  123. margin-top:3px;
  124. text-align:center;
  125. position:absolute;
  126. width:100%;
  127. z-index:10;
  128. background-color:{color:links bg};
  129. }
  130.  
  131. #links a {
  132. text-transform:uppercase;
  133. font-size:11px;
  134. border:2px solid transparent;
  135. padding:8px 0px 8px 0px;
  136. display:inline-block;
  137. min-width:85px;
  138. margin:0px 5px;
  139. color:{color:Navlinks text};
  140. background-color:{color:Navlinks bg};
  141. }
  142.  
  143. #links a:hover {
  144. border:2px solid transparent;
  145. color:{color:Navlinks text hover};
  146. background-color:{color:Navlinks bg hover};
  147. }
  148.  
  149. #title {
  150. text-align:center;
  151. z-index:101;
  152. font-family:'Rouge Script';
  153. font-weight:normal;
  154. width:100%;
  155. color:{color:Title};
  156. font-size:46px;
  157. padding:65px 0px 0px 0px;
  158. }
  159. #title a {
  160. color:{color:Title};
  161. }
  162.  
  163. #sidebar {
  164. position:absolute;
  165. {block:ifNotPosts400}margin:290px 0px 0px 0px;{/block:ifNotPosts400}
  166. {block:ifPosts400}margin:290px 0px 0px 50px;{/block:ifPosts400}
  167. height:auto;
  168. width:300px;
  169. background-color:{color:sidebar}
  170. }
  171.  
  172. #sidebar img {
  173. margin-top:10px;
  174. width:280px;
  175. }
  176.  
  177. #desc {
  178. color:{color:description};
  179. text-align:justify;
  180. width:280px;
  181. padding:0px 10px 10px 10px;
  182. }
  183.  
  184. .pagi {
  185. margin:15px 0px 0px 0px;
  186. width:300px;
  187. display:block;
  188. text-align:center;
  189. font-family:cambria;
  190. font-size:12px;
  191. -webkit-transition: all 0.6s ease-in-out
  192. -moz-transition: all 0.6s ease-in-out;
  193. -o-transition: all 0.6s ease-in-out;
  194. -ms-transition: all 0.6s ease-in-out;
  195. transition: all 0.6s ease-in-out;
  196. }
  197. .pagi a {
  198. border:1px solid transparent;
  199. padding:2px;
  200. background-color:{color:pagi link bg};
  201. color:{color:pagi link};
  202. }
  203. .pagi a:hover {
  204. border:1px solid {color:pagi link hover};
  205. background-color:{color:pagi link bg hover};
  206. color:{color:pagi link hover};
  207. }
  208. .currentpage {
  209. font-weight:bold;
  210. padding:2px;
  211. color: {color:pagi link hover};
  212. border:1px solid {color:pagi link hover};
  213. }
  214.  
  215. #entries {
  216. position:relative;
  217. padding:10px;
  218. padding-left:15px;
  219. padding-right:15px;
  220. float:left;
  221. {block:ifNotPosts400}width:530px;
  222. margin:270px 0px 0px 370px;{/block:ifNotPosts400}
  223. {block:ifPosts400}width:430px;
  224. margin:270px 0px 0px 420px;{/block:ifPosts400}
  225. }
  226.  
  227. #post {
  228. text-align:justify;
  229. padding:10px;
  230. margin-left:5px;
  231. margin-top:10px;
  232. margin-bottom:15px;
  233. padding-bottom:10px;
  234. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  235. {block:ifPosts400}width:400px;{/block:ifPosts400}
  236. background-color:{color:post};
  237. }
  238.  
  239. #tags {
  240. min-height:14px;
  241. font-size:10px;
  242. padding:0px 5px 5px 5px;
  243. margin-top:0px;
  244. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  245. {block:ifPosts400}width:392px;{/block:ifPosts400}
  246. font-style:italic;
  247. text-align:center;
  248. background-color:{color:info bg};
  249. }
  250.  
  251. #info {
  252. text-align:center;
  253. font-size: 10px;
  254. margin-top:15px;
  255. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  256. {block:ifPosts400}width:392px;{/block:ifPosts400}
  257. padding:5px;
  258. background-color:{color:info bg};
  259. }
  260.  
  261. .note {
  262. text-transform:normal;
  263. font-style:normal;
  264. letter-spacing:0px;
  265. font-size: 10px;
  266. text-align:left;
  267. line-height:80%;
  268. margin-left:-40px;
  269. }
  270.  
  271. .note li {
  272. list-style-type:none;
  273. text-align:left;
  274. padding:2px;
  275. margin:0px;
  276. -moz-transition-duration:0.5s;
  277. -webkit-transition-duration:0.5s;
  278. -o-transition-duration:0.5s;
  279. }
  280.  
  281. #texttitle {
  282. font-weight:normal;
  283. font-family:Baskerville;
  284. font-size:20px;
  285. text-align:center;
  286. line-height:100%;
  287. margin:2px;
  288. }
  289.  
  290. #linkposts {
  291. height:80px;
  292. padding-bottom:10px;
  293. padding-top:10px;
  294. font-family:book antiqua;
  295. font-size:16px;
  296. border:2px dotted {color:Border};
  297. margin-bottom:5px;
  298. background-color:{color:Link Posts Bg};
  299. width:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px{/block:ifPosts400}
  300. }
  301.  
  302. #linkfav img {
  303. width:100px;
  304. margin-top:-109px;
  305. position:absolute;
  306. border-top:2px dotted {color:Border};
  307. border-right:2px dotted {color:Border};
  308. border-bottom:2px dotted {color:Border};
  309. margin-left:{block:ifNotPosts400}402px;{/block:ifNotPosts400}{block:ifPosts400}302px;{/block:ifPosts400}
  310. }
  311.  
  312. #quote {
  313. margin:5px 0px;
  314. font-family:Garamond;
  315. text-align:center;
  316. letter-spacing:1px;
  317. }
  318.  
  319. #quote_short {font-size:20px; line-height:100%;}
  320. #quote_medium {font-size:18px; line-height:95%;}
  321. #quote_long {font-size:16px; line-height:90%;}
  322.  
  323. #quotesource {
  324. margin:10px 0px -10px 0px;
  325. font-family:'Georgia';
  326. font-size:14px;
  327. font-style:italic;
  328. text-align:right;
  329. padding:6px;
  330. font-weight:normal;
  331. }
  332.  
  333. #question {
  334. font-size:13px;
  335. letter-spacing:1px;
  336. padding:10px;
  337. border:2px dotted {color:Border};
  338. }
  339. #asker {
  340. text-align:right;
  341. font-size:12px;
  342. letter-spacing:1px;
  343. padding-bottom:0px;
  344. margin-top:20px;
  345. }
  346. #asker img {
  347. vertical-align:left;
  348. float:right;
  349. margin-left:10px;
  350. margin-right:10px;
  351. margin-top:-10px;
  352. border:1px solid {color:Border};
  353. }
  354.  
  355. .album {position:absolute; margin-top:0px; width:100px; height:100px;}
  356. .album img {width:100px; height:100px}
  357. .audio {opacity:.6;overflow:hidden;display:block; position:absolute; width:28px; height:30px; margin-top:35px; margin-left:35px;}
  358. .audiobox {height:100px;z-index:-1; margin-left:100px;}
  359. .audiotext {text-align:center; padding-top:30px; max-width:300px;overflow:hidden;}
  360. .pc {padding: 8px 13px;height:13px;float:right;font-size: 12px;text-transform: lowercase;z-index:-1}
  361.  
  362. .chat {margin:3px 3px 10px 3px}
  363. .chat .lines {margin-left:1px;}
  364. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  365. .chat .lines .line.even{background-color:{color:Chat2};}
  366.  
  367. #credit {
  368. z-index:99999999999;
  369. font-weight:bold;
  370. text-align:center;
  371. font-size:14px;
  372. font-family:'Montez';
  373. position:fixed;
  374. bottom:5px;
  375. right:5px;
  376. }
  377. #credit a {
  378. display:inline-block;
  379. height:20px;
  380. width:20px;
  381. background-color:{color:Post};
  382. color:{color:body};
  383. }
  384. #credit a:hover {
  385. background-color:{color:body};
  386. color:{color:Post};
  387. }
  388.  
  389. #s-m-t-tooltip {
  390. padding:5px 7px 5px 7px;
  391. margin:20px 14px 7px 10px;
  392. border:1px solid {color:border};
  393. background-color:{color:Body};
  394. font-family:georgia;
  395. font-size:9px;
  396. letter-spacing:1px;
  397. color:{color:Post};
  398. z-index:99999999;
  399. }
  400.  
  401. {CustomCSS}
  402. </style>
  403.  
  404. <script type="text/javascript" src="https://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
  405.  
  406. <script type="text/javascript">
  407. $(function(){ // document ready
  408. var stickyTop = $('#links').offset().top; // returns number
  409. $(window).scroll(function(){ // scroll event
  410. var windowTop = $(window).scrollTop(); // returns number
  411. if (stickyTop < windowTop) {
  412. $('#links').css({ position:'fixed', top: -3 });
  413. }
  414. else {
  415. $('#links').css('position','static');
  416. }
  417. });
  418. });
  419. </script>
  420.  
  421. <script type="text/javascript"
  422. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  423.  
  424. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  425. <script>
  426. (function($){
  427. $(document).ready(function(){
  428. $("a[title]").style_my_tooltips({
  429. tip_follows_cursor:true,
  430. tip_delay_time:0,
  431. tip_fade_speed:0,
  432. attribute:"title"
  433. });
  434. });
  435. })(jQuery);
  436. </script>
  437.  
  438. <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
  439.  
  440. <link href='https://fonts.googleapis.com/css?family=Princess+Sofia|Rouge+Script|Quintessential|Montez|Sofia|Engagement|Redressed|Great+Vibes|Cookie' rel='stylesheet' type='text/css'>
  441.  
  442. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  443. </head>
  444.  
  445. <body>
  446. <a href="/"><div id="header">
  447. <div id="title">{Title}</div>
  448. </div></a>
  449.  
  450. <div id="linksbg"><center><div id="links">
  451. <a href="/">home</a>
  452. <a href="/ask">message</a>
  453. <a href="/archive">archive</a>
  454. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  455. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  456. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  457. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  458. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  459. {block:ifLink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}
  460. </div></center>
  461. </div>
  462.  
  463. <center><div id="container">
  464. <div id="sidebar">
  465. <center>{block:ifSidebarImage}<img src="{image:sidebar}">{/block:ifSidebarImage}</center>
  466.  
  467. <div class="pagi"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  468.  
  469. {block:JumpPagination length="5"}
  470. {block:CurrentPage}
  471. <span class="currentpage">{PageNumber}</span>
  472. {/block:CurrentPage}
  473.  
  474. {block:JumpPage}
  475. <a class="jump_page" href="{URL}">{PageNumber}</a>
  476. {/block:JumpPage}
  477. {/block:JumpPagination}
  478.  
  479. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div>
  480. <div id="desc">
  481. {Description}<br>
  482. </div>
  483. </div> <!--sidebar-->
  484. <div id="entries">
  485. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  486. {block:Posts}
  487. <div id="post">
  488. <!--Text Posts-->
  489. {block:Text}
  490. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  491. {Body}
  492. {/block:Text}
  493.  
  494. <!--Photo Posts-->
  495. {block:ifNotPosts400}
  496. {block:Photo}<center>
  497. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  498. {LinkCloseTag}</center>
  499. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  500. {/block:ifNotPosts400}
  501.  
  502. {block:ifPosts400}
  503. {block:Photo}<center>
  504. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  505. {LinkCloseTag}</center>
  506. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  507. {/block:ifPosts400}
  508.  
  509. <!--Photosets-->
  510. {block:ifNotPosts400}
  511. {block:Photoset}<center>
  512. {Photoset-500}</center>
  513. {block:Caption}{Caption}{/block:Caption}
  514. {/block:Photoset}
  515. {/block:ifNotPosts400}
  516.  
  517. {block:ifPosts400}
  518. {block:Photoset}<center>
  519. {Photoset-400}</center>
  520. {block:Caption}{Caption}{/block:Caption}
  521. {/block:Photoset}
  522. {/block:ifPosts400}
  523.  
  524. <!--Quotes-->
  525. {block:Quote}
  526. <div id="quote">
  527. <div id="quote_{Length}">“{Quote}”</div>
  528. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
  529. </div>
  530. {/block:Quote}
  531.  
  532. <!--Video Posts-->
  533. {block:ifNotPosts400}
  534. {block:Video}{Video-500}
  535. {block:Caption}{Caption}{/block:Caption}
  536. {/block:Video}
  537. {/block:ifNotPosts400}
  538.  
  539. {block:ifPosts400}
  540. {block:Video}{Video-400}
  541. {block:Caption}{Caption}{/block:Caption}
  542. {/block:Video}
  543. {/block:ifPosts400}
  544.  
  545. <!--Link Posts-->
  546. {block:Link}<div id="linkposts">
  547. <a href="{URL}" class="link" {Target}>
  548. <center>{Name} →</center></a><BR>
  549. <center><small><small>{URL}</small></small></center>
  550. </div> <!--linkposts-->
  551.  
  552. {block:Thumbnail}<div id="linkfav"><img src="{Thumbnail}"></div>
  553. {/block:Thumbnail}
  554.  
  555. {block:Description}{Description}{/block:Description}
  556. {/block:Link}
  557.  
  558. <!--Chat-->
  559. {block:Chat}
  560. {block:Title}<h4>{Title}</h4>{/block:Title}
  561. <div class="chat">
  562. <div class="lines">
  563. {block:Lines}
  564. <div class="line {Alt}">
  565. {block:Label}
  566. <strong>{Label}</strong>{/block:Label} {Line}
  567. </div> <!--line alt-->
  568. {/block:Lines}
  569. </div> <!--lines-->
  570. </div><!--chat-->
  571. {/block:Chat}
  572.  
  573. <!--Audio Posts -->
  574. {block:Audio}
  575. {block:AlbumArt}
  576. <div class="album"><img src="{AlbumArtURL}"></div>
  577. {/block:AlbumArt}
  578.  
  579. <div class="audio">{AudioPlayerWhite}</div>
  580. {block:PlayCount}
  581. <div class="pc">
  582. {PlayCountWithLabel}
  583. </div><!--pc-->
  584. {/block:PlayCount}
  585.  
  586. <center><div class="audiobox">
  587. <div class="audiotext">
  588. {block:TrackName}
  589. <i><big><big>"{TrackName}"</big></i>{/block:TrackName}
  590. {block:Artist}<br>by {Artist}{/block:Artist}</big></center>
  591. <!--audiotext-->
  592. <!--audiobox-->
  593. {block:Caption}{Caption}{/block:Caption}
  594. {/block:Audio}
  595.  
  596. <!--Asks-->
  597. {block:Answer}
  598. <div id="question">
  599. {Question}
  600. <div id="asker">
  601. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  602. </div> <!--question-->
  603. <br>{Answer}
  604. {/block:Answer}
  605.  
  606. {block:Date}<div id="info"><a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  607. 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}
  608.  
  609. <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
  610. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
  611. </div></div>
  612. {/block:Posts}</div>
  613. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  614.  
  615. <div id="credit"><a href="https://theghostoflove.tumblr.com" title="enchantingly">E</a>
  616. </div></div>
  617. </body>
  618. </div>
Advertisement
Add Comment
Please, Sign In to add comment