Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.93 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.  
  3. <!--
  4. theme by merel (perkamentus.tumblr.com / oswin-oswald.tumblr.com / labyrinthines.tumblr.com)
  5. do not remove, change or move the credit in any way.
  6. do not repost it and claim it as your own.
  7. do not create a similar looking theme. coding a theme to look like
  8. mine is still stealing.
  9. do not use it as a base.
  10. -->
  11.  
  12.  
  13. <html>
  14. <head>
  15. <link rel="shortcut icon" href="{Favicon}"/>
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21.  
  22.  
  23.  
  24. <meta name="text:URL Sidebar Picture 1" content=""/>
  25. <meta name="text:URL Sidebar Picture 2" content=""/>
  26. <meta name="text:URL Sidebar Picture 3" content=""/>
  27. <meta name="text:URL Sidebar Picture 4" content=""/>
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Text" content="#000000"/>
  31. <meta name="color:Links" content="#000000"/>
  32. <meta name="color:Links Hover" content="#730b30"/>
  33.  
  34. <meta name="text:Font" content="cambria"/>
  35.  
  36. <meta name="text:Link 1" content="Link 1"/>
  37. <meta name="text:Link 1 URL" content="/"/>
  38. <meta name="text:Link 2" content="Link 2"/>
  39. <meta name="text:Link 2 URL" content="/"/>
  40. <meta name="text:Link 3" content="Link 3"/>
  41. <meta name="text:Link 3 URL" content="/"/>
  42. <meta name="text:Link 4" content="Link 4"/>
  43. <meta name="text:Link 4 URL" content="/"/>
  44. <meta name="text:Link 5" content="Link 5"/>
  45. <meta name="text:Link 5 URL" content="/"/>
  46.  
  47. <meta name="text:Maintitle 1" content="all the vowels vow to hold your name"/>
  48. <meta name="text:Maintitle 2" content=" Close eyes open close again forget and fall asleep"/>
  49.  
  50. <meta name="text:Body Font Size" content="9px"/>
  51. <meta name="text:Description Font Size" content="9px"/>
  52.  
  53.  
  54. <script type="text/javascript">
  55. function toggleDiv(toggle){
  56. if(document.getElementById(toggle).style.display == 'block'){
  57. document.getElementById(toggle).style.display = 'none';
  58. }else{
  59. document.getElementById(toggle).style.display = 'block';
  60. }
  61. }
  62. </script>
  63.  
  64. <script src="http://code.jquery.com/jquery-latest.js"></script>
  65. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
  66. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
  67. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400italic,700,900,900italic,700italic' rel='stylesheet' type='text/css'>
  68. <script type="text/javascript">
  69.  
  70. var _gaq = _gaq || [];
  71. _gaq.push(['_setAccount', 'UA-36251302-1']);
  72. _gaq.push(['_trackPageview']);
  73.  
  74. (function() {
  75. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  76. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  77. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  78. })();
  79.  
  80. </script>
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90.  
  91. p {
  92. text-align:justify;
  93. }
  94.  
  95. body {
  96. color:{color:Text};
  97. background-color:{color:Background};
  98. background-attachment:fixed;
  99. font-family:{text:Font};
  100. font-size:{text:Body Font Size};
  101. background-repeat:no-repeat;
  102. background-position:center;
  103. line-height: 120%;
  104. text-align:justify;
  105. }
  106.  
  107. .entry img {
  108. max-width:500px;
  109. }
  110.  
  111.  
  112. a:link, a:active, a:visited {
  113. transition: all 0.6s ease-in-out 0s;
  114. -moz-transition: all 0.6s ease-in-out 0s;
  115. -webkit-transition: all 0.6s ease-in-out 0s;
  116. -o-transition: all 0.6s ease-in-out 0s;
  117. color:{color:Text};
  118. font-family: playfair display;
  119. font-size: 10px;
  120. text-align: center;
  121. text-decoration: none;
  122.  
  123. }
  124.  
  125. a:hover {
  126. transition: all 0.6s ease-in-out 0s;
  127. -moz-transition: all 0.6s ease-in-out 0s;
  128. -webkit-transition: all 0.6s ease-in-out 0s;
  129. -o-transition: all 0.6s ease-in-out 0s;
  130. color: {color:Links Hover};
  131. font-family: playfair display;
  132. font-size: {text:Body Font Size};
  133. text-align: center;
  134. text-decoration: none;
  135.  
  136. }
  137.  
  138. a img {
  139. border: 0px;
  140. }
  141.  
  142.  
  143. .content {
  144. background-color: {color:Background};
  145. border-left: 1px solid transparant;
  146. border-right: 1px solid #e2e2e2;
  147. font-family: {text:Font};
  148. font-size: {text:Body Font Size};
  149. left: 0;
  150. line-height: 100%;
  151. margin: -10px auto auto;
  152. padding-top: 300px;
  153. position: absolute;
  154. right: 433px;
  155. width: 572px;
  156. z-index: 990;
  157. }
  158.  
  159.  
  160. .entry {
  161. position: relative;
  162. text-align: justify;
  163. display: inline-block;
  164. {block:IndexPage}margin-bottom: 100px;{/block:IndexPage}
  165. {block:PermalinkPage}margin-bottom: 0px;{/block:PermalinkPage}
  166. width: 500px;
  167. background-color: {color:Background};
  168. padding:10px;
  169. }
  170.  
  171. .entry p {
  172. text-align:justify;
  173. padding:5px 10px;
  174. }
  175.  
  176.  
  177. .tags {
  178. transition: all 0.6s ease-in-out 0s;
  179. -moz-transition: all 0.6s ease-in-out 0s;
  180. -webkit-transition: all 0.6s ease-in-out 0s;
  181. -o-transition: all 0.6s ease-in-out 0s;
  182. font-size: 7px;
  183. margin-top:5px;
  184. letter-spacing: 1px;
  185. line-height: 100%;
  186. font-family:casqueitalic;
  187. background-color:transparent;
  188. min-height:2px;
  189. text-transform: uppercase;
  190. }
  191.  
  192. h3 {
  193. color: {color:Text};
  194. font-family: playfair display;
  195. font-size: 15px;
  196. font-style: italic;
  197. font-weight: lighter;
  198. letter-spacing: 1px;
  199. line-height:15px;
  200. margin: 25px 0;
  201. text-align: justify;
  202. }
  203.  
  204. h3 a:link, h3 a:active, h3 a:visited {
  205. color: {color:Text};
  206. font-family: playfair display;
  207. font-size: 15px;
  208. font-style: italic;
  209. font-weight: lighter;
  210. letter-spacing: 1px;
  211. line-height: 3px;
  212. margin: 25px 0;
  213. text-align: justify;
  214. }
  215.  
  216. blockquote li {
  217. margin-left:40px;
  218. }
  219. blockquote {
  220. background-color: {color:Background};
  221. border-left: 1px solid #e2e2e2;
  222. font-size: {text:Body Font Size};
  223. margin: 10px 0 10px 35px;
  224. padding: 1px 5px;
  225. text-align: justify;
  226. }
  227.  
  228.  
  229. blockquote a:link, blockquote a:active, blockquote a:visited {
  230. font-size:10px;
  231. }
  232.  
  233. .quote {
  234. color: {color:Text};
  235. font-family: {text:Font};
  236. font-size: {text:Body Font Size};
  237. font-style: italic;
  238. margin-left:70px;
  239. margin-right:20px;
  240. }
  241.  
  242. .source {
  243. margin-top:1px;
  244. margin-bottom:5px;
  245. text-transform:uppercase;
  246. font-weight:lighter;
  247. font-family:{text:Font};
  248. font-size: 8px;
  249. background-color:{color:Background};
  250. line-height: 20px;
  251. margin-bottom:20px;
  252. text-align: right;
  253. padding-right: 70px
  254. }
  255.  
  256. .source a {
  257. font-size:8px;
  258. }
  259. .link {
  260. color: {color:Text};
  261. font-family: playfair display;
  262. font-size: 15px !important;
  263. font-style: italic;
  264. font-weight: lighter;
  265. letter-spacing: 1px;
  266. line-height:15px;
  267. margin: 25px 0;
  268. text-align: justify;
  269. }
  270.  
  271. .link a:link {
  272. color: {color:Text};
  273. font-family: playfair display;
  274. font-size: 15px;
  275. font-style: italic;
  276. font-weight: lighter;
  277. letter-spacing: 1px;
  278. line-height:15px;
  279. margin: 25px 0;
  280. text-align: justify;
  281. }
  282.  
  283. .link:hover {
  284. color: {color:Links Hover};
  285. }
  286.  
  287. ul.chat {
  288. margin: 10px 0px 10px 0px;
  289. padding: 0;
  290. }
  291.  
  292. .chat li {
  293. list-style-type: none;
  294. margin-left: 0px; margin:3px;
  295. font-family:{text:Font};
  296. padding: 3px;
  297. }
  298.  
  299. .chat li.odd {
  300. background-color:{color:Background};
  301. margin-bottom: 1px;
  302. color: {color:Text};
  303. }
  304.  
  305. .chat li.even {
  306. background-color: {color:Background};
  307. margin-bottom: 1px;
  308. color: {color:Text};
  309. }
  310.  
  311. .label {
  312. font-weight: bold;
  313. }
  314.  
  315. .notes li {
  316. padding-bottom:1.3em;
  317. text-transform:lowercase;
  318. font-size:{text:Body Font Size};
  319. margin-left:-10px;
  320. letter-spacing:0px;
  321. font-style:italic; }
  322.  
  323. .notes a:link {
  324. font-size:{text:Body Font Size};
  325. font-family:{text:Font};
  326. font-style:italic;
  327. }
  328.  
  329. .notes li img.avatar {
  330. font-size: 8px;
  331. height: 16px;
  332. line-height: 7px;
  333. margin-left: -20px;
  334. margin-right: 5px;
  335. text-transform: uppercase;
  336. width: 16px;
  337. margin-bottom: -5px; }
  338.  
  339. ol.notes {
  340. list-style: none outside none;
  341. }
  342.  
  343.  
  344. .asker {
  345. color: {color:Text};
  346. font-family: playfair display;
  347. font-size: 13px;
  348. font-style: italic;
  349. letter-spacing: 2px;
  350. line-height: 100%;
  351. text-align: center;
  352. text-transform: lowercase;
  353. }
  354.  
  355. .asker a:link, .asker a:active, .asker a:visited {
  356. color: {color:Text};
  357. font-family: playfair display;
  358. font-size: 13px;
  359. font-style: italic;
  360. letter-spacing: 2px;
  361. line-height: 100%;
  362. text-align: center;
  363. text-transform: lowercase;
  364. }
  365.  
  366. .asker a:hover {
  367. color: {color:Links Hover};
  368. font-family: playfair display;
  369. font-size: 13px;
  370. font-style: italic;
  371. letter-spacing: 2px;
  372. line-height: 100%;
  373. text-align: center;
  374. text-transform: lowercase;
  375. }
  376.  
  377.  
  378.  
  379. ul, menu, dir {
  380. display: block;
  381. list-style-type: disc;
  382. padding:0pt;
  383. -webkit-margin-before: 1em;
  384. -webkit-margin-after: 1em;
  385. -webkit-margin-start: 0px;
  386. -webkit-margin-end: 0px;
  387. -webkit-padding-start: 0px;
  388. }
  389.  
  390.  
  391. .entrytags p {
  392. padding: 2px 20px;
  393. }
  394.  
  395. .entrytags {
  396. padding: 0px;
  397. text-align: justify;
  398. position: relative;
  399. }
  400.  
  401. .reblogicons {
  402. background-color: transparent;
  403. height: 16px;
  404. letter-spacing: 3px;
  405. margin-left: 10px;
  406. margin-right: -10px;
  407. padding-right: 10px;
  408. padding-left: 5px;
  409. position: relative;
  410. float: right;
  411. margin-top: 0px;
  412. }
  413.  
  414. .reblogicons a:link, .reblogicons a:active, .reblogicons a:visited {
  415. background-color: transparent;
  416. color: {color:Text};
  417. font-family: {text:Font};
  418. font-size: 9px;
  419. font-style: italic;
  420. font-weight: normal;
  421. letter-spacing: 0;
  422. line-height: 10px;
  423. margin-right: 0px !important;
  424. opacity: 1;
  425. padding: 4px 0;
  426. text-transform: lowercase;
  427. transition: all 0.6s ease-in-out 0s;
  428. -moz-transition: all 0.6s ease-in-out 0s;
  429. -webkit-transition: all 0.6s ease-in-out 0s;
  430. -o-transition: all 0.6s ease-in-out 0s;
  431. -moz-transition: all 0.6s ease-in-out 0s;
  432. }
  433.  
  434. .reblogicons a:hover {
  435. background-color: transparent;
  436. color: {color:Links Hover};
  437. font-family: {text:Font};
  438. font-size: 9px;
  439. font-style: italic;
  440. font-weight: normal;
  441. letter-spacing: 0;
  442. line-height: 10px;
  443. margin-right: 0px;
  444. opacity: 1;
  445. padding: 4px 0;
  446. text-transform: lowercase;
  447. transition: all 0.6s ease-in-out 0s;
  448. -moz-transition: all 0.6s ease-in-out 0s;
  449. -webkit-transition: all 0.6s ease-in-out 0s;
  450. -o-transition: all 0.6s ease-in-out 0s;
  451. -moz-transition: all 0.6s ease-in-out 0s;
  452. }
  453.  
  454.  
  455.  
  456. .tagsi a:link, .tagsi a:active, .tagsi a:visited {
  457. background-color: transparent;
  458. color: {color:Text};
  459. font-family: {text:Font};
  460. font-size: 9px;
  461. font-style: italic;
  462. font-weight: normal;
  463. letter-spacing: 0;
  464. line-height: 10px;
  465. margin-right: 10px;
  466. opacity: 1;
  467. padding: 4px 0;
  468. text-transform: lowercase;
  469. transition: all 0.6s ease-in-out 0s;
  470. -moz-transition: all 0.6s ease-in-out 0s;
  471. -webkit-transition: all 0.6s ease-in-out 0s;
  472. -o-transition: all 0.6s ease-in-out 0s;
  473. -moz-transition: all 0.6s ease-in-out 0s;
  474. }
  475.  
  476. .tagsi a:hover {
  477. background-color: transparent;
  478. color: {color:Links Hover};
  479. font-family: {text:Font};
  480. font-size: 9px;
  481. font-style: italic;
  482. font-weight: normal;
  483. letter-spacing: 0;
  484. line-height: 10px;
  485. margin-right: 10px;
  486. opacity: 1;
  487. padding: 4px 0;
  488. text-transform: lowercase;
  489. transition: all 0.6s ease-in-out 0s;
  490. -moz-transition: all 0.6s ease-in-out 0s;
  491. -webkit-transition: all 0.6s ease-in-out 0s;
  492. -o-transition: all 0.6s ease-in-out 0s;
  493. -moz-transition: all 0.6s ease-in-out 0s;
  494. }
  495.  
  496. .photoset .photoset_row .photoset_photo {
  497. margin-left: 5px !important;
  498. margin-top: 5px !important;
  499. }
  500.  
  501. .photoset_row img {
  502. margin-bottom: -5px;
  503. }
  504.  
  505.  
  506. .dtr {
  507. background-color: transparent;
  508. font-size: 8px;
  509. height: 150px;
  510. left: 0;
  511. margin: auto;
  512. position: absolute;
  513. right: 435px;
  514. top:80px;
  515. width: 400px;
  516. z-index: 10000;
  517. }
  518.  
  519. .dtrwhoop {
  520. background-color: transparent;
  521. color: transparent;
  522. font-family: {text:Font};
  523. font-size: {text:Body Font Size};
  524. height: 100px;
  525. line-height: 105%;
  526. opacity: 1;
  527. padding: 0;
  528. text-align: justify;
  529. transition: all 0.6s ease-in-out 0s;
  530. -moz-transition: all 0.6s ease-in-out 0s;
  531. -webkit-transition: all 0.6s ease-in-out 0s;
  532. -o-transition: all 0.6s ease-in-out 0s;
  533. width: 400px;
  534. z-index: 10000000;
  535. }
  536. .dtr:hover .dtrwhoop {
  537. background-color: {color:Background} !important;
  538. color: {color:Text};
  539. font-family: {text:Font};
  540. font-size: {text:Body Font Size};
  541. height: 198px;
  542. line-height: 105%;
  543. margin-top: -30px;
  544. opacity: 0.9;
  545. padding: 0;
  546. text-align: justify;
  547. transition: all 0.6s ease-in-out 0s;
  548. -moz-transition: all 0.6s ease-in-out 0s;
  549. -webkit-transition: all 0.6s ease-in-out 0s;
  550. -o-transition: all 0.6s ease-in-out 0s;
  551. width: 400px;
  552. z-index: 10000000;
  553. }
  554.  
  555. .dtr:hover .whitebg {
  556. background-color:{color:Background} !important;
  557. color:#1a1a1a;
  558. transition: all 0.6s ease-in-out 0s;
  559. -moz-transition: all 0.6s ease-in-out 0s;
  560. -webkit-transition: all 0.6s ease-in-out 0s;
  561. -o-transition: all 0.6s ease-in-out 0s;
  562. }
  563.  
  564. .whitebg {
  565. background-color: transparent;
  566. color: transparent;
  567. font-family: {text:Font};
  568. font-size: {text:Description Font Size};
  569. font-style: italic;
  570. letter-spacing: 0;
  571. margin: auto;
  572. padding: 5px 17px 10px;
  573. text-transform: lowercase;
  574. transition: all 0.6s ease-in-out 0s;
  575. width: 300px;
  576. }
  577.  
  578.  
  579. .wit a:link, .wit a:active, .wit a:active {
  580. font-family: playfair display;
  581. font-size: 7px;
  582. letter-spacing: 0;
  583. text-transform: uppercase;
  584. }
  585.  
  586. .wit a:hover {
  587. font-family: playfair display;
  588. font-size: 7px;
  589. letter-spacing: 0;
  590. text-transform: uppercase;
  591. color:{color:Links Hover};
  592. }
  593.  
  594. .withnotes {
  595. background-color: transparent;
  596. background-position: left 21%;
  597. display: inline-table;
  598. float: left;
  599. height: 10px;
  600. line-height: 9px;
  601. padding: 0px;
  602. text-align: left;
  603. z-index: 10000;
  604. }
  605.  
  606. .withnotes a {
  607. color: {color:Text};
  608. font-family: {text:Font};
  609. font-size: 7px;
  610. letter-spacing: 0;
  611. text-transform: uppercase;
  612. }
  613.  
  614.  
  615. ul, menu, dir {
  616. list-style-type: disc;
  617. margin-left:40px;
  618. }
  619.  
  620.  
  621. .audio_player .audio_player_button:after {
  622. background: url("/images/audio_player_sprite.png?9dfd905974be8e2bfd5e03dc26d8afc4") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  623. border: 0 none;
  624. content: "";
  625. display: block;
  626. height: 50px;
  627. margin: -20px 0 0 -21px;
  628. position: absolute;
  629. right: 24px;
  630. top: 68%;
  631. width: 25px;
  632. }
  633. .tumblr_audio_player {
  634. height:40px; border:0px transparent;
  635. margin-left:0px;
  636. margin-top:-5px;
  637. }
  638. }
  639. .audio_player_container .audio_message_container, .album_art_container:after, .audio_player_container .player_text_wrapper, .audio_player_container .audio_visualizer, .audio_player_container .audio_equalizer, .audio_player_container .audio_controls, .audio_player {
  640. -moz-box-sizing: border-box;
  641. border:0px !important;
  642. }
  643.  
  644.  
  645. .players {
  646. background-color: #fff;
  647. border-radius: 70px;
  648. left: 20px;
  649. width: 70px;
  650. border:0px;
  651. border-radius: 0px;
  652. height: 50px;
  653. margin: auto;
  654. opacity: 0.8;
  655. position: absolute;
  656. top: 220px;
  657. z-index: 3000;
  658. transition: all 0.6s ease-in-out 0s;
  659. -moz-transition: all 0.6s ease-in-out 0s;
  660. -webkit-transition: all 0.6s ease-in-out 0s;
  661. -o-transition: all 0.6s ease-in-out 0s;
  662. -moz-transition: all 0.6s ease-in-out 0s;
  663. }
  664.  
  665. .speler {
  666. height: 27px;
  667. margin: 1px;
  668. overflow: hidden;
  669. width: 28px;
  670. z-index:10000;
  671. }
  672.  
  673.  
  674.  
  675. {CustomCSS}
  676. </style>
  677.  
  678. <title>{Title}</title>
  679.  
  680.  
  681.  
  682.  
  683. <script type="text/javascript">
  684.  
  685. var _gaq = _gaq || [];
  686. _gaq.push(['_setAccount', 'UA-29670187-1']);
  687. _gaq.push(['_trackPageview']);
  688.  
  689. (function() {
  690. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  691. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  692. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  693. })();
  694.  
  695. </script>
  696.  
  697.  
  698. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script> <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script> <script type="text/javascript" charset="utf-8"> var $j = jQuery.noConflict(); $j(function() { if (navigator.platform == "iPad" || navigator.platform == "Phone") return; $j("img").lazyload({ placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif", effect: "fadeIn", }); }); </script>
  699.  
  700.  
  701.  
  702. <script type="text/javascript">/*<![CDATA[*/var el="sbima";var bgimg=new Array("{text:URL Sidebar Picture 1}", "{text:URL Sidebar Picture 2}", "{text:URL Sidebar Picture 3}", "{text:URL Sidebar Picture 4}");var random=Math.round((bgimg.length-1)*Math.random());var cssStr="#"+el+" { background: url("+bgimg[random]+") no-repeat top left } ";var style=document.createElement("style");style.setAttribute("type","text/css");if(style.styleSheet){style.styleSheet.cssText=cssStr;}else{var cssText=document.createTextNode(cssStr);style.appendChild(cssText);}document.getElementsByTagName("head")[0].appendChild(style);/*]]>*/</script>
  703. </head>
  704.  
  705. <body>
  706.  
  707.  
  708. <center>
  709.  
  710.  
  711.  
  712.  
  713.  
  714. <div id="sbima" style="width: 379px; height: 100%; position: fixed; margin: auto; top: 0px; bottom: 0px; border-right: 1px solid rgb(226, 226, 226); background-repeat: repeat-y; background-position: center center; right: 0px; left: 532px; text-align: center; padding: 0px 6px 0px 7px;">
  715. </div>
  716.  
  717.  
  718. <div style="position: fixed; margin: auto; top: 30px; bottom: 0px; right: 0px; background-color: rgb(255, 255, 255); text-transform: uppercase; text-align: justify; left: 528px; font-family: playfair display sc; line-height: 24px; font-weight: 400; font-size: 9px; width: 65px; height: 191px; padding: 86px 36px; letter-spacing: 5.3px;">
  719. <div style="position: fixed; margin: auto; top: 30px; bottom: 0px; right: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(225, 225, 225); text-transform: uppercase; text-align: justify; left: 528px; font-family: playfair display sc; line-height: 24px; font-weight: 400; font-size: 9px; letter-spacing: 5.3px; width: 50px; height: 215px; padding: 68px 37px;">
  720.  
  721.  
  722.  
  723. {text:Maintitle 2}
  724.  
  725.  
  726. </div>
  727. </div>
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737. <div class="wit">
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744. <div class="dtr">
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. <div class="dtrwhoop">
  754.  
  755. <div style="z-index: 10; background-repeat: no-repeat; background-image: url({PortraitURL-64}); -webkit-border-radius: 400px;
  756. -moz-border-radius: 400px; background-position:center;
  757. border-radius: 400px; height: 64px; width: 64px; margin: auto auto 5px;"></div>
  758.  
  759. <div style="width:320px; margin:auto; height:20px; background-color:{color:Background}; padding:7px; text-align:center; font-family:playfair display; font-size:15px; font-style:italic; letter-spacing:2px; color:{color:Text};">{text:Maintitle 1}
  760. <br>
  761.  
  762.  
  763. <div style="font-family:playfair display; font-family:7px !important; display:inline; letter-spacing:3px; margin-right:10px;"><a href="/">home</a></div>
  764. <div style="font-family:playfair display; font-family:7px; display:inline; letter-spacing:3px; margin-right:10px;"><a href="/ask">ask</a></div>
  765.  
  766. <div style="font-family:playfair display; display:inline; margin-right:10px;font-family:7px; letter-spacing:3px;"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  767.  
  768. <div style="font-family:playfair display; display:inline; margin-right:10px;font-family:7px; letter-spacing:3px;">
  769. <a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  770.  
  771. <div style="font-family:playfair display; display:inline; margin-right:10px;font-family:7px; letter-spacing:3px;">
  772. <a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  773.  
  774. <div style="font-family:playfair display; display:inline; margin-right:10px;font-family:7px; letter-spacing:3px;">
  775. <a href="{text:Link 4 URL}">{text:Link 4}</a></div>
  776.  
  777. <div style="font-family:playfair display; display:inline; margin-right:10px;font-family:7px; letter-spacing:3px;">
  778. <a href="{text:Link 5 URL}">{text:Link 5}</a></div>
  779.  
  780. <div style="font-family:playfair display; display:inline; font-family:7px; letter-spacing:3px;"><a href="perkamentus.tumblr.com">theme</a>
  781. </div>
  782.  
  783. </div>
  784.  
  785.  
  786.  
  787.  
  788. <div class="whitebg">
  789.  
  790. {Description}
  791.  
  792.  
  793. </div>
  794. </div> </div></div>
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801. <div class="content" style=" position: absolute; ">
  802.  
  803. {block:Posts}
  804.  
  805. <div class="entry">
  806.  
  807. {block:Text}
  808.  
  809. {block:IndexPage}
  810.  
  811.  
  812.  
  813.  
  814. {block:Title}
  815. <h3><a href="{Permalink}">{Title}</a></h3>
  816. {/block:Title}
  817. {Body}
  818. {/block:IndexPage}
  819.  
  820. {block:PermalinkPage}
  821. {block:Title}
  822. <h3>{Title}</h3>
  823. {/block:Title}
  824. {Body}
  825. {/block:PermalinkPage}
  826.  
  827.  
  828.  
  829.  
  830. {block:IndexPage}
  831.  
  832.  
  833. {Caption}
  834.  
  835.  
  836.  
  837. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  838.  
  839.  
  840. {block:HasTags}
  841.  
  842. <div class="tags"> {block:RebloggedFrom}
  843. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  844.  
  845. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  846.  
  847. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  848.  
  849. {/block:HasTags}
  850. </div>
  851. {/block:IndexPage}
  852.  
  853.  
  854. {/block:Text}
  855.  
  856.  
  857.  
  858.  
  859.  
  860. {block:Photo}
  861.  
  862.  
  863. {block:IndexPage}
  864.  
  865.  
  866.  
  867. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{/block:IndexPage}
  868.  
  869. {block:PermalinkPage}
  870. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  871. {/block:PermalinkPage}
  872.  
  873. {block:IndexPage}
  874.  
  875. <br>
  876. {Caption}
  877.  
  878.  
  879.  
  880. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  881.  
  882.  
  883. {block:HasTags}
  884.  
  885. <div class="tags"> {block:RebloggedFrom}
  886. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  887.  
  888. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  889.  
  890. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  891.  
  892. {/block:HasTags}
  893. </div>
  894. {/block:IndexPage}
  895.  
  896.  
  897. {/block:Photo}
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. {block:Photoset}
  906.  
  907.  
  908.  
  909. {block:IndexPage}
  910.  
  911.  
  912. {Photoset-500}
  913. {/block:IndexPage}
  914.  
  915. {block:PermalinkPage}
  916. {LinkOpenTag}{Photoset-500}{LinkCloseTag}
  917. {/block:PermalinkPage}
  918.  
  919. {block:IndexPage}
  920.  
  921.  
  922. {Caption}
  923.  
  924.  
  925.  
  926. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  927.  
  928.  
  929. {block:HasTags}
  930.  
  931. <div class="tags"> {block:RebloggedFrom}
  932. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  933.  
  934. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  935.  
  936. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  937.  
  938. {/block:HasTags}
  939. </div>
  940. {/block:IndexPage}
  941.  
  942.  
  943.  
  944.  
  945. {/block:Photoset}
  946.  
  947.  
  948.  
  949. {block:Quote}
  950.  
  951.  
  952.  
  953. <center><div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; background-color: {color:Background}; "><div style=" font-family: times; font-style:italic; font-size: 30px; left: -20px; position: relative; margin-top: -30px; bottom:0px;">“</div>
  954.  
  955. <div style="color:{color:Text};" class="quote">{Quote}</div>
  956.  
  957. <div style="font-family: times; font-style: italic; font-size: 30px; margin-bottom: -20px; position: relative; text-align: right; bottom: 0px; right: -15px;">”</div></div></center>
  958.  
  959. {block:Source}
  960. <div class="source"> {Source}</div>
  961. {/block:Source}
  962.  
  963.  
  964. {block:IndexPage}
  965.  
  966.  
  967. {Caption}
  968.  
  969.  
  970.  
  971. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  972.  
  973.  
  974. {block:HasTags}
  975.  
  976. <div class="tags"> {block:RebloggedFrom}
  977. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  978.  
  979. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  980.  
  981. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  982.  
  983. {/block:HasTags}
  984. </div>
  985. {/block:IndexPage}
  986.  
  987. {/block:Quote}
  988.  
  989.  
  990.  
  991.  
  992. {block:Link}
  993.  
  994.  
  995. <br/>
  996. <center><a href="{URL}" class="link" {Target}>{Name}</a></center>
  997. {block:Description}
  998. <div class="description">{Description}</div>
  999. {/block:Description}
  1000.  
  1001. {block:IndexPage}
  1002.  
  1003.  
  1004. {Caption}
  1005.  
  1006.  
  1007.  
  1008. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  1009.  
  1010.  
  1011. {block:HasTags}
  1012.  
  1013. <div class="tags"> {block:RebloggedFrom}
  1014. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  1015.  
  1016. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  1017.  
  1018. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  1019.  
  1020. {/block:HasTags}
  1021. </div>
  1022. {/block:IndexPage}
  1023.  
  1024.  
  1025. {/block:Link}
  1026.  
  1027. {block:Chat}
  1028.  
  1029.  
  1030.  
  1031. {block:Title}
  1032. <h3><a href="{Permalink}">{Title}</a></h3>
  1033. {/block:Title}
  1034. <ul class="chat">
  1035. {block:Lines}
  1036. <li class="{Alt} user_{UserNumber}">
  1037. {block:Label}
  1038. <span class="label">{Label}</span>
  1039. {/block:Label}
  1040. {Line}
  1041. </li>
  1042. {/block:Lines}
  1043. </ul>
  1044. {block:IndexPage}
  1045.  
  1046.  
  1047. {Caption}
  1048.  
  1049.  
  1050.  
  1051. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  1052.  
  1053.  
  1054. {block:HasTags}
  1055.  
  1056. <div class="tags"> {block:RebloggedFrom}
  1057. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  1058.  
  1059. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  1060.  
  1061. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  1062.  
  1063. {/block:HasTags}
  1064. </div>
  1065. {/block:IndexPage}
  1066.  
  1067.  
  1068.  
  1069.  
  1070. {/block:Chat}
  1071.  
  1072. {block:Video}
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078. {block:IndexPage}
  1079. <center>{Video-500}</center>
  1080. {/block:IndexPage}
  1081.  
  1082. {block:PermalinkPage}
  1083. <center>{Video-500}</center>
  1084. {/block:PermalinkPage}
  1085.  
  1086. {block:IndexPage}
  1087.  
  1088.  
  1089. {Caption}
  1090.  
  1091.  
  1092.  
  1093. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  1094.  
  1095.  
  1096. {block:HasTags}
  1097.  
  1098. <div class="tags"> {block:RebloggedFrom}
  1099. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  1100.  
  1101. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  1102.  
  1103. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  1104.  
  1105. {/block:HasTags}
  1106. </div>
  1107. {/block:IndexPage}
  1108.  
  1109.  
  1110. {/block:Video}
  1111.  
  1112. {block:Audio}
  1113.  
  1114.  
  1115. <center>
  1116. <div style="text-transform:uppercase; width:500px; height:100px; padding: 15px 0px; background-image:url({block:AlbumArt}{AlbumArtURL}{/block:AlbumArt}); background-position:center; background-size:100%; margin-bottom:0px;">
  1117.  
  1118.  
  1119. <div class="players" style="margin-top: -179px; margin-left:10px; padding-top: 20px;">
  1120. <div style="width:27px; overflow:hidden;" class="speler">{AudioPlayerWhite}</div></div>
  1121.  
  1122.  
  1123. <div style="color:#000; opacity:0.8; width:200px; font-family:helvetica; font-size:10px; letter-spacing:0px; padding:5px 6px; left:50px; right:0px; font-style:italic; text-transform:lowercase; background-color:#fff; text-align:center; top:38px; position:relative; ">
  1124. {block:Artist}
  1125. {Artist}
  1126. {/block:Artist} - {block:TrackName}
  1127. {TrackName}
  1128. {/block:TrackName}<br/>
  1129. {PlayCountWithLabel}
  1130. </div> </div>
  1131. </center>
  1132.  
  1133.  
  1134. {block:IndexPage}
  1135.  
  1136.  
  1137. {Caption}
  1138.  
  1139.  
  1140.  
  1141. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  1142.  
  1143.  
  1144. {block:HasTags}
  1145.  
  1146. <div class="tags"> {block:RebloggedFrom}
  1147. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  1148.  
  1149. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  1150.  
  1151. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  1152.  
  1153. {/block:HasTags}
  1154. </div>
  1155. {/block:IndexPage}
  1156.  
  1157.  
  1158.  
  1159. {/block:Audio}
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166. {block:Answer}
  1167.  
  1168.  
  1169. <center><div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; background-color: {color:Background}; "><div style=" font-family: times; font-style:italic; font-size: 30px; left: -20px; position: relative; margin-top: -30px; bottom:0px;">“</div>
  1170.  
  1171. <div style="color:{color:Text};" class="quote">{Question}</div>
  1172.  
  1173. <div style="font-family: times; font-style: italic; font-size: 30px; margin-bottom: -20px; position: relative; text-align: right; bottom: 0px; right: -15px;">”</div></div></center>
  1174.  
  1175.  
  1176.  
  1177. <div class="asker" style="font-size: 7px; color: {color:Text}; text-transform: lowercase; background-color: {color:Background}; text-align: right; padding-right: 120px; font-size: 13px; font-style: italic; font-family:playfair display; letter-spacing: 2px; height: 40px; line-height: 40px;">asked by {Asker}</div><div style="text-align:justify;">
  1178.  
  1179.  
  1180. <div style="padding-left: 20px; margin-top: -92px; margin-bottom: 50px;"><img src="{AskerPortraitURL-40}" style="-webkit-border-radius: 50px;
  1181. -moz-border-radius: 50px;
  1182. border-radius: 50px; border: 3px solid rgb(255, 255, 255);" ></div>
  1183. {Answer}
  1184.  
  1185.  
  1186. </div>
  1187.  
  1188. {block:IndexPage}
  1189.  
  1190. <br>
  1191.  
  1192.  
  1193. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  1194.  
  1195. <div class="withnotes" style="padding:2px !important;"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  1196. {block:HasTags}
  1197.  
  1198. <div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  1199.  
  1200.  
  1201. {/block:HasTags}
  1202. </div>
  1203. {/block:IndexPage}
  1204.  
  1205.  
  1206.  
  1207.  
  1208. {/block:Answer}
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217. {block:IndexPage} </div> {/block:IndexPage}
  1218.  
  1219. {block:PermalinkPage}
  1220. </div>
  1221. {/block:PermalinkPage}
  1222.  
  1223.  
  1224.  
  1225. {block:PermalinkPage}
  1226.  
  1227. <div style="padding:10px; margin:auto; background-color:{color:Background}; width:500px; text-align:justify; ">
  1228.  
  1229. <div class="entrytags"> {Caption}
  1230.  
  1231.  
  1232.  
  1233. <div class="tagsi" style="padding: 0; border: 0; text-align: left;">
  1234.  
  1235.  
  1236. {block:HasTags}
  1237.  
  1238. <div class="tags"> {block:RebloggedFrom}
  1239. <div class="reblogicons"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}"></a></div> {/block:RebloggedFrom}
  1240.  
  1241. <div class="withnotes"><a href="{Permalink}"> {block:Date}{24HourWithZero}.{Minutes} ON {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  1242.  
  1243. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  1244.  
  1245. {/block:HasTags}
  1246. </div>
  1247.  
  1248.  
  1249. </div>
  1250.  
  1251.  
  1252. <div style="height:10px; "></div>
  1253. {block:PostNotes}
  1254. <div style="text-align: center; letter-spacing: 0px; font-family: {text:Font}; font-weight: 400; background-color: {color:Background}; font-size: 6px; line-height: 9px; padding: 3px 0px;">
  1255. <a href="javascript:;" style="color: {color:Text}; font-family: {text:Font}; font-size: 9px; font-style:italic;" onmousedown="toggleDiv('toggle');">TOGGLE {block:NoteCount}{NoteCount}{/block:NoteCount} NOTES</a></div>
  1256.  
  1257. <div id="toggle" style="display: none; text-align:left;">
  1258. {PostNotes}{/block:PostNotes}</div>
  1259.  
  1260.  
  1261.  
  1262.  
  1263. </div>
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269. {/block:PermalinkPage}
  1270. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  1271.  
  1272.  
  1273.  
  1274. {/block:Posts}
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292. <div style="position:fixed; height:40px; text-align:center; width:10px; margin:auto; z-index:1000000; left:1000px; right:0pt; top:515px; padding:0px 5px; background-color:{color:Background};right:0pt; bottom:0pt; ">
  1293. {block:Pagination}
  1294. {block:NextPage}
  1295. <a href="{NextPage}" style="font-size: 15px; color: {color:Text}; text-transform: uppercase; letter-spacing: 0px; font-family:casqueitalic; line-height: 16px;">»</a>
  1296. {/block:NextPage}
  1297. {block:PreviousPage}
  1298. <a href="{PreviousPage}" style="font-size: 15px; color:{color:Text}; text-transform: uppercase; letter-spacing: 0px; font-family:casqueitalic; line-height: 16px;">«</a>
  1299. {/block:PreviousPage}
  1300.  
  1301. {/block:Pagination}</div>
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311. </center>
  1312. </body>
  1313. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement