Labyrinthines

Theme 11

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