Advertisement
bittersveet

non omnis moriar

Jul 9th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.94 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="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!---- ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ!
  5. ᴛʜᴇᴍᴇ ʙʏ ɢᴀʟᴀxɪᴀs-ᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
  6. ʙᴀsᴇ ʙʏ ᴀɴᴢᴇʟɪᴄ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ---->
  7.  
  8. <meta name="color:Background Color" content="#f9f8fb"/>
  9.  
  10. <meta name="color:Blockquote Border" content="#5e5e5e"/>
  11. <meta name="color:Odd Text" content="#704870"/>
  12. <meta name="color:Odd Background" content="#f9f8fb"/>
  13. <meta name="color:Even Text" content="#333232"/>
  14. <meta name="color:Even Background" content="#e7e1f1"/>
  15.  
  16. <meta name="color:Header Text" content="#212121"/>
  17.  
  18. <meta name="color:Bolded Text" content="#212121"/>
  19. <meta name="color:Italicised Text" content="#212121"/>
  20.  
  21. <meta name="color:Post Text" content="#6f6f6f"/>
  22. <meta name="color:Post Background" content="#e7e1f1"/>
  23. <meta name="color:Desc Text" content="#6f6f6f"/>
  24. <meta name="color:Asker Text" content="#000000"/>
  25. <meta name="color:Asker Hover" content="#000000"/>
  26. <meta name="color:Ask Background" content="#f9f8fb"/>
  27. <meta name="color:Ask Border" content="#000000"/>
  28. <meta name="color:Track Text" content="#212121"/>
  29. <meta name="color:Track Background" content="#f9f8fb"/>
  30. <meta name="color:Tooltip Background" content="#f9f8fb"/>
  31. <meta name="color:Tooltip Text" content="#5e5e5e"/>
  32. <meta name="color:Tooltip Border" content="#704870"/>
  33.  
  34. <meta name="color:Permalink Text Color" content="#212121"/>
  35. <meta name="color:Permalink Link" content="#704870"/>
  36.  
  37. <meta name="color:Links" content="#704870"/>
  38. <meta name="color:Hover Link" content="#000000"/>
  39.  
  40. <meta name="text:Link1" content="/"/>
  41. <meta name="text:Link1 Title" content="LINK 1"/>
  42. <meta name="text:Link2" content="/"/>
  43. <meta name="text:Link2 Title" content="LINK 2"/>
  44.  
  45. <meta name="text:Link1" content="Link1"/>
  46. <meta name="text:Url1" content="/"/>
  47. <meta name="text:Link2" content="Link2"/>
  48. <meta name="text:Url2" content="/"/>
  49. <meta name="text:Link3" content="Link3"/>
  50. <meta name="text:Url3" content="/"/>
  51. <meta name="text:Link4" content="Link4"/>
  52. <meta name="text:Url4" content="/"/>
  53. <meta name="text:Link5" content="Link5"/>
  54. <meta name="text:Url5" content="/"/>
  55. <meta name="text:MP3 Link" content=""/>
  56.  
  57. <meta name="color:Selected Text" content="#e45f7c"/>
  58. <meta name="color:Scrollbar Background" content="#f9f8fb"/>
  59. <meta name="color:Scrollbar Trackbar" content="#ab92bb"/>
  60.  
  61. <meta name="image:Background Image" content=""/>
  62. <meta name="image:Sidebar Image" content="http://static.tumblr.com/glyekb6/j3Wn46su1/size.png"/>
  63.  
  64. <meta name="if:ShowCaptions" content="1"/>
  65.  
  66. <head>
  67.  
  68. <title>{Title}</title>
  69. {block:Description}
  70. <meta name="description" content="{MetaDescription}" />
  71. {/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74.  
  75. <style type="text/css">
  76.  
  77. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  78.  
  79. @font-face { font-family:"jellyka"; src: url('https://dl.dropboxusercontent.com/s/gsepapn835m2yp2/jellyka%20western%20princess.ttf'); format(“truetype”);}
  80.  
  81. @font-face { font-family:"swenson"; src: url('https://dl.dropboxusercontent.com/s/g8baufvqnng1g1h/swenson.ttf'); format(“truetype”);}
  82.  
  83. @font-face { font-family:"learning curve"; src: url('https://dl.dropboxusercontent.com/s/4a65w8487t5ttl6/learningcurve.ttf'); format(“truetype”);}
  84.  
  85. *, body, a {cursor: url(http://i.imgur.com/TK3ncav.png), auto;}
  86.  
  87. a:hover {cursor: url(http://oi61.tinypic.com/2zpv5sk.jpg), auto;}
  88.  
  89. ::selection {color: {color:Selected Text};}
  90. ::-moz-selection {color: {color:Selected Text};}
  91.  
  92.  
  93. /* THEME SPECIALS */
  94. ::-webkit-scrollbar-thumb:vertical {
  95. background-color: {color:Scrollbar Trackbar};
  96. height: 50px;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. height: 10px;
  101. width: 5px;
  102. background-color: {color:Scrollbar Background};
  103. }
  104.  
  105. /* BODY */
  106. body {
  107. background-image:url({image:background image});
  108. background-repeat:no-repeat;
  109. background-size:contain;
  110. background-attachment: fixed;
  111. background-color: {color:background color};
  112. background-position: bottom right;
  113. margin: 0;
  114. }
  115.  
  116. a:link, a:visited, a:active {
  117. text-decoration: none;
  118. color: {color:Links};
  119. -moz-transition:all ease-in-out 0.7s;
  120. -webkit-transition:all ease-in-out 0.7s;
  121. -o-transition:all ease-in-out 0.7s;
  122. transition:all ease-in-out 0.7s;
  123. }
  124.  
  125. a:hover {
  126. color: {color:hover link};
  127. }
  128.  
  129. b, strong {
  130. color: {color:bolded text};
  131. text-shadow: 0 0 3px #795A84;
  132. }
  133.  
  134. i, em {
  135. color: #614769;
  136. }
  137.  
  138. small, sub {
  139. font-family:trebuchet ms;
  140. font-size:9px;
  141. letter-spacing: 1;
  142. line-height: 100%;
  143. margin-top: 10px !important;
  144. line-height: 90%;
  145. }
  146.  
  147. pre {
  148. width:100%;
  149. font-family: wendy;
  150. font-size: 8px;
  151. text-align:center;
  152. text-transform: uppercase;
  153. white-space:pre-wrap;
  154. word-wrap:break-word;
  155. padding:3px;
  156. }
  157.  
  158. code {
  159. font-family: wendy;
  160. font-size: 8px;
  161. text-transform: uppercase;
  162. letter-spacing: 1;
  163. line-height: 100%;
  164. }
  165.  
  166. blockquote {
  167. margin-left:5px;
  168. width:90%;
  169. padding-left:5px;
  170. border-left: solid 1px {color:Blockquote Border};
  171. }
  172.  
  173. blockquote blockquote {
  174. margin-left: 10px;
  175. width: 85%;
  176. text-align: justify;
  177. border-left: solid 1px {color:Blockquote Border};
  178. padding: 5px;
  179. }
  180.  
  181. blockquote img {
  182. max-width:210px !important;
  183. opacity: .5;
  184. }
  185.  
  186. blockquote blockquote img {
  187. max-width:180px !important;
  188. opacity: .5;
  189. }
  190.  
  191. .alignment {
  192. position: relative;
  193. margin-left: 150px;
  194. margin-top: 10px;
  195. height: 100%;
  196. height: auto !important;
  197. min-height: 100%;
  198. width:250px;
  199. }
  200.  
  201. /* QUOTES */
  202.  
  203. #quote {
  204. color: #988C9C;
  205. font-family:georgia;
  206. font-size:11px;
  207. font-style:italic;
  208. }
  209.  
  210. #source {
  211. font-family:wendy;
  212. font-size:10px;
  213. letter-spacing:1px;
  214. text-align:right;
  215. text-transform:uppercase;
  216. }
  217.  
  218. /* CONTENT WRAPPER */
  219.  
  220. #wrapper {
  221. width:270px;
  222. height:auto;
  223. margin-left:405px;
  224. margin-right:auto;
  225. margin-top:40px;
  226. margin-bottom:40px;
  227. position:relative;
  228. }
  229.  
  230. /* SB WRAPPER */
  231.  
  232. #sbwrapper {
  233. width: 500px;
  234. margin: 0 auto;
  235. margin-left:200px;
  236. margin-top:10px;
  237. }
  238.  
  239. /* BLOG POSTS */
  240.  
  241. .posts {
  242. width:250px;
  243. font-family:arial;
  244. font-size:10px;
  245. letter-spacing: 1;
  246. line-height: 100%;
  247. color: {color:post text};
  248. text-align: justify;
  249. word-wrap:break-word;
  250. background-color: {color:post background};
  251. padding: 10px;
  252. margin-left:120px;
  253. margin-bottom: 20px;
  254. -moz-transition:all ease-in-out 0.7s;
  255. -webkit-transition:all ease-in-out 0.7s;
  256. -o-transition:all ease-in-out 0.7s;
  257. transition:all ease-in-out 0.7s;
  258. }
  259.  
  260. .postinfo {
  261. width:250px;
  262. font-family:trebuchet ms;
  263. font-size:9px;
  264. letter-spacing: 0px;
  265. line-height: 100%;
  266. color: {color:post text};
  267. text-align: justify;
  268. word-wrap:break-word;
  269. margin-top: -15px;
  270. margin-left:120px;
  271. background-color: {color:post background};
  272. padding: 10px;
  273. -moz-transition:all ease-in-out 0.7s;
  274. -webkit-transition:all ease-in-out 0.7s;
  275. -o-transition:all ease-in-out 0.7s;
  276. transition:all ease-in-out 0.7s;
  277. }
  278.  
  279. .posts img:hover, #photoset:hover {
  280. -moz-transition:all ease-in-out 0.7s;
  281. -webkit-transition:all ease-in-out 0.7s;
  282. -o-transition:all ease-in-out 0.7s;
  283. transition:all ease-in-out 0.7s;
  284. -webkit-filter: grayscale(0%) !important;
  285. opacity: 1;
  286. }
  287.  
  288. .posts img, #photoset {
  289. max-width:250px;
  290. opacity: .7;
  291. -webkit-filter: grayscale(100%);
  292. -moz-transition:all ease-in-out 0.7s;
  293. -webkit-transition:all ease-in-out 0.7s;
  294. -o-transition:all ease-in-out 0.7s;
  295. transition:all ease-in-out 0.7s;
  296.  
  297. }
  298.  
  299. .photopost img {
  300. max-width:250px;
  301. opacity: .5;
  302. -webkit-filter: grayscale(100%);
  303. -moz-transition:all ease-in-out 0.7s;
  304. -webkit-transition:all ease-in-out 0.7s;
  305. -o-transition:all ease-in-out 0.7s;
  306. transition:all ease-in-out 0.7s;
  307. }
  308.  
  309. .postnotes {
  310. width:250px;
  311. font-family: calibri;
  312. font-size: 8px;
  313. letter-spacing: 1;
  314. line-height: 100%;
  315. color: {color:post text};
  316. text-align: left;
  317. text-transform: uppercase;
  318. word-wrap:break-word;
  319. background-color: {color:post background};
  320. padding: 10px;
  321. -moz-transition:all ease-in-out 0.7s;
  322. -webkit-transition:all ease-in-out 0.7s;
  323. -o-transition:all ease-in-out 0.7s;
  324. transition:all ease-in-out 0.7s;
  325.  
  326. }
  327.  
  328. .postnotes img {
  329. display:none;
  330.  
  331. }
  332.  
  333. .postperma {
  334. width:268px;
  335. margin-top: -17px;
  336. margin-bottom: 20px;
  337. font-family: calibri;
  338. font-size: 10px;
  339. margin-left:120px;
  340. color: #FFFFFF;
  341. text-transform: uppercase;
  342. text-align:right;
  343. letter-spacing: 1;
  344. line-height: 100%;
  345. background-color: #1C1C1C;
  346. padding:1px;
  347. height: 9px;
  348. -moz-transition:all ease-in-out 0.7s;
  349. -webkit-transition:all ease-in-out 0.7s;
  350. -o-transition:all ease-in-out 0.7s;
  351. transition:all ease-in-out 0.7s;
  352.  
  353. }
  354.  
  355. .postperma a {
  356. color: #FFFFFF;
  357. -moz-transition:all ease-in-out 0.7s;
  358. -webkit-transition:all ease-in-out 0.7s;
  359. -o-transition:all ease-in-out 0.7s;
  360. transition:all ease-in-out 0.7s;
  361.  
  362. }
  363.  
  364. .postperma a:hover {
  365. color: #ECCCF7;
  366. -moz-transition:all ease-in-out 0.7s;
  367. -webkit-transition:all ease-in-out 0.7s;
  368. -o-transition:all ease-in-out 0.7s;
  369. transition:all ease-in-out 0.7s;
  370.  
  371. }
  372.  
  373. #posttitle {
  374. font-family:arial;
  375. font-size:18px;
  376. letter-spacing:0px;
  377. font-style:italic;
  378. line-height:14px;
  379. text-align:justify;
  380. }
  381.  
  382. #permtitle {
  383. font-family: calibri;
  384. color: {color:header text};
  385. font-size: 10px;
  386. padding: 5px;
  387. margin-top: 5px;
  388. text-align: center;
  389. text-transform: uppercase;
  390. }
  391.  
  392. #odd {
  393. padding:2px;
  394. font-family:trebuchet ms;
  395. font-size:9px;
  396. color:{color:Odd Text};
  397. background-color: {color:Odd Background};
  398. }
  399.  
  400. #even {
  401. padding:2px;
  402. font-family:trebuchet ms;
  403. font-size:9px;
  404. color:{color:Even Text};
  405. background-color: {color:Even Background};
  406. }
  407.  
  408. #tags {
  409. font-family: wendy;
  410. font-size: 10px;
  411. text-transform: uppercase;
  412. letter-spacing: 0px;
  413. line-height: 100%;
  414. }
  415.  
  416. /* AUDIO */
  417.  
  418. .album {
  419. background-repeat: no-repeat;
  420. background-position: center;
  421. position: absolute;
  422. width: 86px;
  423. height: 86px;
  424. background-size: 60px;
  425. background-image: url('http://media.tumblr.com/d41c796daed2875845bd8016820ba5b1/tumblr_inline_mpzyasGFnm1qz4rgp.jpg');
  426. overflow: hidden;
  427. background-color: {color:Track Background};
  428. }
  429.  
  430. .album img {
  431. width: 86px;
  432. height: 86px;
  433. overflow: hidden;
  434. }
  435.  
  436. .player {
  437. width: 10px;
  438. height: 11px;
  439. overflow: hidden;
  440. padding: 4px 21px 21px 4px;
  441. margin-top: 27px;
  442. margin-left: 26px;
  443. position: absolute;
  444. background-color: #fff;
  445. opacity: 0.5;
  446. z-index: 10;
  447. -webkit-transition: all 0.4s linear;
  448. -moz-transition: all 0.4s linear;
  449. -o-transition: all 0.4s linear;
  450. -moz-border-radius: 30px;
  451. -webkit-border-radius: 30px;
  452. border-radius: 30px;
  453. }
  454.  
  455. .album:hover .player {
  456. opacity: 0.9;
  457. }
  458.  
  459. .track {
  460. margin-left: 90px;
  461. min-height: 80px;
  462. max-height: 100px;
  463. overflow: auto;
  464. font-family:calibri;
  465. font-size: 10px;
  466. padding: 3px;
  467. color: {color:Track Text};
  468. text-transform: uppercase;
  469. letter-spacing: 1px;
  470. background: {color:Track Background};
  471. }
  472.  
  473. /* QUESTION */
  474.  
  475. #ask {
  476. width: 250px;
  477. background-color: {color:Ask Background};
  478. }
  479.  
  480. .as {
  481. min-height: auto;
  482. padding: 13px;
  483. background-color: #F2F2F2;
  484. }
  485.  
  486. .aske {
  487. font-family:swenson;
  488. font-size:22px;
  489. line-height:13px;
  490. text-align:right;
  491. color: #8A828C;
  492. background-color: #F2F2F2;
  493. border-bottom: solid 1px #C3A1CE;
  494. -moz-transition:all ease-in-out 0.7s;
  495. -webkit-transition:all ease-in-out 0.7s;
  496. -o-transition:all ease-in-out 0.7s;
  497. transition:all ease-in-out 0.7s;
  498. }
  499.  
  500. .aske:hover {
  501. color: white;
  502. text-shadow: 2px 2px 4px #000000;
  503. }
  504.  
  505. .que {
  506. font-family: calibri;
  507. font-size: 10px;
  508. margin-top:5px;
  509. color: {color:ask text};
  510. }
  511.  
  512. .ans {
  513. font-family:calibri;
  514. font-size:10px;
  515. color: {color:ask text};
  516. }
  517.  
  518. /* Hover Title Style */
  519.  
  520. #s-m-t-tooltip{
  521. max-width:250px;
  522. margin-top:25px;
  523. margin-left:15px;
  524. padding-left:4px;
  525. padding-right:4px;
  526. z-index:9999999;
  527. background-color: #614769;
  528. color: #FFFFFF;
  529. font-family:calibri;
  530. font-size:10px;
  531. letter-spacing:0px;
  532. font-style:italic;
  533. text-transform:lowercase;
  534. text-align:center;
  535. line-height:14px;
  536. border-bottom: 3px double #FFFFFF;
  537. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  538. }
  539.  
  540.  
  541. /* IMAGE */
  542.  
  543. #sidepic {
  544. position:fixed;
  545. margin-top: 201px;
  546. margin-left: -515px;
  547. width:150px;
  548. height:150px;
  549. padding:3px;
  550. background: transparent;
  551. }
  552.  
  553.  
  554.  
  555. /* DESCRIPTION */
  556.  
  557. .desc {
  558. position: fixed;
  559. overflow:auto;
  560. margin-top: 200px;
  561. margin-left: -398px;
  562. width:240px;
  563. height:auto;
  564. font-family: calibri;
  565. font-size: 10px;
  566. padding: 3px;
  567. color: #1C1C1C;
  568. text-transform: uppercase;
  569. letter-spacing: 0px;
  570. text-align: justify;
  571. background: transparent;
  572. }
  573.  
  574. /* NAVIGATION */
  575.  
  576. #links1 {
  577. position: fixed;
  578. margin-top: 318px;
  579. margin-left: -516px;
  580. width: auto;
  581. height: auto;
  582. padding: 3px;
  583. }
  584.  
  585. .links1 {
  586. width:68px;
  587. font-family: arial;
  588. font-size: 10px;
  589. line-height:18px;
  590. display:inline-block;
  591. text-transform: none;
  592. letter-spacing: 0px;
  593. text-align: center;
  594. background: {color:post background};
  595. }
  596.  
  597.  
  598.  
  599.  
  600. /* MUSIC */
  601.  
  602. .music {
  603. position: fixed;
  604. margin-top: 176px;
  605. margin-left: -510px;
  606. width: 23px;
  607. height: 20px;
  608. padding: 2px;
  609. font-family: arial;
  610. font-size: 14px;
  611. color: #5d5b5b;
  612. text-transform: uppercase;
  613. line-height:7px;
  614. letter-spacing: 0px;
  615. text-align: center;
  616. background: {color:post background};
  617. }
  618.  
  619.  
  620.  
  621. /* TITLEU */
  622.  
  623. .title {
  624. position: fixed;
  625. margin-top: 177px;
  626. margin-left: -486px;
  627. width:auto;
  628. height:auto;
  629. font-family:arial;
  630. font-style:italic;
  631. font-size:26px;
  632. padding: 10px;
  633. font-weight:bold;
  634. color: #775B81;
  635. text-shadow: 3px 3px #FFFFFF;
  636. letter-spacing: 0px;
  637. line-height:7px;
  638. overflow:hidden;
  639. text-align: right;
  640. background: transparent;
  641. }
  642.  
  643. /* BORDERS */
  644.  
  645. .border1 {
  646. position:fixed;
  647. left:0px;
  648. top:0px;
  649. width:30px;
  650. height:100%;
  651. background: {color:post background};
  652. }
  653.  
  654. .border2 {
  655. position:fixed;
  656. left:33px;
  657. top:0px;
  658. width:3px;
  659. height:100%;
  660. background: {color:post background};
  661. }
  662.  
  663.  
  664. </style>
  665. <style type="text/css">{CustomCSS}</style>
  666.  
  667. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  668. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  669.  
  670.  
  671. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  672. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  673. <script>
  674. (function($){
  675. $(document).ready(function(){
  676. $("[title],a[title],img[title]").style_my_tooltips({
  677. tip_follows_cursor:true,
  678. tip_delay_time:100,
  679. tip_fade_speed:300,
  680. attribute:"title"
  681. });
  682. });
  683. })(jQuery);
  684. </script>
  685. </head>
  686.  
  687. <body>
  688.  
  689. <div id="wrapper">
  690. <div id="sbwrapper">
  691.  
  692. <div id="sidepic"><img src="{image:Sidebar Image}" width="114" height="113"/></div>
  693.  
  694.  
  695. <div class="desc"><span style="background:#FFFFFF; padding:4px; padding-left:10px; padding-right:10px; line-height:23px;">
  696. He’s not like anything you’ve seen before. His warm embrace will fool you, his charming smile will lure you in; before you realize, you’re going to be on your knees, begging him to be yours but darling, <i>you cannot cage a free soul.</i>
  697. </span>
  698. </div>
  699.  
  700. <div id="links1">
  701. <a class="links1" href="/" title="refresh">001.</a>
  702. <a class="links1" href="/ask" title="message">002.</a>
  703. <a class="links1" href="/submit" title="submit">003.</a>
  704. <a class="links1" href="{text:Link1}" title="{text:Link1 title}">004.</a>
  705. <a class="links1" href="{text:Link2}" title="{text:Link2 title}">005.</a>
  706. </div>
  707.  
  708.  
  709.  
  710. <!--- You can change the color of the music player and its buttons or hovers here --->
  711.  
  712. <div class="music">
  713. <center>
  714. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="23" height="20">
  715. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_muaxi.swf" />
  716. <param name="bgcolor" value="#e7e1f1" />
  717. <param name="FlashVars" value="mp3={text:MP3 Link}&amp;width=100&amp;volume=50&amp;autoplay=1&amp;loop=1&amp;showslider=0&amp;sliderwidth=0&amp;sliderheight=0&amp;volumewidth=0&amp;volumeheight=0&amp;loadingcolor=5d5b5b&amp;bgcolor1=f0f0f0&amp;bgcolor2=f0f0f0&amp;slidercolor1=&amp;slidercolor2=&amp;sliderovercolor=&amp;buttoncolor=5d5b5b&amp;buttonovercolor=5d5b5b&amp;textcolor=&amp;showlist=0&amp;playlistcolor=&amp;playlistalpha=0&amp;currentmp3color=&amp;scrollbarcolor=&amp;scrollbarovercolor=&amp;showplaylistnumbers=0" />
  718. </object>
  719. </div>
  720.  
  721.  
  722. <div class="title">
  723. ● ● ● ● Non omnis moriar.
  724. </div>
  725.  
  726. <div class="border1"></div>
  727. <div class="border2"></div>
  728.  
  729. </div>
  730.  
  731. <div class="alignment">
  732. <div class="autopagerize_page_element" >
  733.  
  734. {block:Posts}
  735. <div class="posts">
  736.  
  737. {block:ContentSource}
  738. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  739. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  740. {/block:SourceLogo}
  741. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  742.  
  743. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  744. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  745. {/block:ReblogParentLogo}
  746. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  747. {/block:ContentSource}
  748.  
  749.  
  750. <!-- PHOTO POSTS -->
  751. {block:Photo}{LinkOpenTag}
  752. <div class="photopost">
  753. <img src="{PhotoURL-250}">
  754. </div>
  755. {LinkCloseTag}
  756. {block:ifShowCaptions}
  757. {block:Caption}
  758. {Caption}
  759. {/block:Caption}
  760. {/block:ifShowCaptions}
  761. {/block:photo}
  762.  
  763. <!-- PHOTOSET POSTS -->
  764. {block:Photoset}
  765. <div id="photoset">
  766. {Photoset-250}
  767. </div>
  768. {block:ifShowCaptions}
  769. {block:Caption}
  770. {Caption}
  771. {/block:Caption}
  772. {/block:ifShowCaptions}
  773. {/block:Photoset}
  774.  
  775.  
  776. <!-- VIDEO POSTS -->
  777. {block:Video}
  778. {Video-250}
  779. {block:ifShowCaptions}
  780. {block:Caption}
  781. {Caption}
  782. {/block:Caption}
  783. {/block:ifShowCaptions}
  784. {/block:Video}
  785.  
  786. <!-- AUDIO POSTS -->
  787. {block:Audio}<div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  788.  
  789. {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:PermalinkPage}<img src="{AlbumArtURL}">{/block:PermalinkPage}{/block:AlbumArt}</div>
  790.  
  791. <div class="track">{block:TrackName}Title: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album:
  792. {Album}{/block:Album}</div>
  793.  
  794. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  795.  
  796. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  797. {/block:Audio}
  798.  
  799.  
  800. <!-- QUOTE POSTS -->
  801. {block:Quote}
  802. <div id="quote">{Quote}</div>
  803. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  804. {/block:Quote}
  805.  
  806.  
  807. <!-- TEXT POSTS -->
  808. {block:Text}
  809. {block:Title}
  810. <div id="posttitle">{Title}</div>
  811. {/block:Title}
  812. {Body}
  813. {/block:Text}
  814.  
  815.  
  816. <!-- QUESTION POSTS -->
  817. {block:Answer}
  818. <div id="ask">
  819. <div class="as">
  820. <div class="aske">{Asker} demanded:</div>
  821. <div class="que">{Question}</div>
  822. </div>
  823. </div>
  824. <div class="ans">{Answer}</div>
  825. {/block:Answer}
  826.  
  827. <!-- CHAT POSTS -->
  828. {block:Chat}
  829. {block:Title}
  830. <div id="posttitle">{Title}</div><br />
  831. {/block:Title}
  832. {block:Lines}<div id="{Alt}">
  833. {block:Label}<b>{Label}</b>{/block:Label} {Line}</br></div>
  834. {/block:Lines}
  835. {/block:Lines}
  836. {/block:Chat}
  837.  
  838. <!-- LINK POSTS -->
  839. {block:Link}
  840. <a href="{URL}"> <div id="posttitle">{Name}</div></a>
  841. {block:Description}
  842. {Description}
  843. {/block:Description}
  844. {/block:Link}
  845. </div>
  846.  
  847. {block:IndexPage}
  848. <div class="postperma">
  849. <div style="float:left; "><a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a> — <a title="{block:Tags} #{Tag}{/block:Tags}">#</a> </div> <div style="float:right;"> <a href="{Permalink}" title="notes">{NoteCount}</a> — <a href="{ReblogURL}" >reblog</a>
  850. </div></div>
  851.  
  852.  
  853. {/block:IndexPage}
  854.  
  855. {block:PermaLinkPage}
  856. <div class="postinfo">
  857. <center>
  858. <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  859. {block:RebloggedFrom}
  860. <div id="tags">Via:
  861. <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
  862. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  863. {/block:RebloggedFrom}
  864. </center>
  865. <br>
  866. {block:HasTags}
  867. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags} </div>
  868. {/block:HasTags}
  869. </div>
  870.  
  871. {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
  872. {/block:PermalinkPage}
  873.  
  874. {/block:Posts}
  875.  
  876. </div>
  877. </div>
  878. </div>
  879. </div>
  880.  
  881.  
  882. <a href="http://galaxias-themes.tumblr.com/" title="galaxias-themes" style="bottom:5px; left:5px; pading:2px; position:fixed; font-family: wendy; font-size:10px;">THEME</a>
  883. </body>
  884. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement