Labyrinthines

Theme 10

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