Advertisement
Jyuubi

[Theme] → #31 Matrimony

Aug 24th, 2012
35,031
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.62 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #31 MATRIMONY
  10. jyuubi.org | manatopia.org
  11.  
  12. SIDEBAR: fashionphotoset.tumblr.com
  13. TEXTURE: swiftpsds.tumblr.com
  14.  
  15. --RULES--
  16. 1) DO NOT REMOVE CREDIT.
  17. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  18. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  19. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  20. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW UNLESS PROVIDED.
  21. -->
  22.  
  23. <meta name="color:BackgroundM" content="#f8f8f8">
  24.  
  25. <meta name="color:Header Background" content="#ecd39a">
  26. <meta name="color:Header Text" content="#ffffff">
  27.  
  28. <meta name="color:Links Box Background" content="#b8948a">
  29. <meta name="color:Links" content="#ffffff">
  30. <meta name="color:Links Hover" content="#d5ca9c">
  31.  
  32. <meta name="color:Images Background" content="#d5ca9c">
  33.  
  34. <meta name="color:Entry Background" content="#fdfdfd">
  35. <meta name="color:Entry Text" content="#616161">
  36. <meta name="color:Entry Bold" content="#b8948a">
  37. <meta name="color:Entry Italic" content="#d0af62">
  38. <meta name="color:Entry Link" content="#b6a86d">
  39. <meta name="color:Entry Titles" content="#d0af62">
  40.  
  41. <meta name="color:Question Background" content="#f5f5f5">
  42.  
  43. <meta name="color:Stats Background 1" content="#ecd39a">
  44. <meta name="color:Stats Background 2" content="#b8948a">
  45. <meta name="color:Stats Text" content="#ffffff">
  46. <meta name="color:Tags Bold" content="#c0b587">
  47. <meta name="color:Tags Link" content="#b8948a">
  48.  
  49. <meta name="image:BackgroundM" content="">
  50. <meta name="image:Sidebar1" content="http://static.tumblr.com/ljotsrb/J71m9a49x/matrimony-side1.png">
  51. <meta name="image:Sidebar2" content="http://static.tumblr.com/ljotsrb/XGum9a4ah/matrimony-side2.png">
  52.  
  53. <meta name="if:Infinite Scroll" content="0">
  54. <meta name="if:Show Captions" content="0">
  55. <meta name="if:Faded Images" content="1">
  56. <meta name="if:Smaller Posts" content="0">
  57. <meta name="if:Show Tags" content="1">
  58. <meta name="if:Extra Links" content="0">
  59.  
  60. <meta name="text:Header" content="">
  61. <meta name="text:Entry Text Size" content="10">
  62.  
  63. <meta name="text:Link 1" content="">
  64. <meta name="text:URL 1" content="">
  65. <meta name="text:Link 2" content="">
  66. <meta name="text:URL 2" content="">
  67. <meta name="text:Link 3" content="">
  68. <meta name="text:URL 3" content="">
  69. <meta name="text:Link 4" content="">
  70. <meta name="text:URL 4" content="">
  71. <meta name="text:Link 5" content="">
  72. <meta name="text:URL 5" content="">
  73. <meta name="text:Link 6" content="">
  74. <meta name="text:URL 6" content="">
  75. <meta name="text:Link 7" content="">
  76. <meta name="text:URL 7" content="">
  77. <meta name="text:Link 8" content="">
  78. <meta name="text:URL 8" content="">
  79.  
  80. <head>
  81. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  82. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  83. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  84. <title>{Title}</title>
  85. <link rel="shortcut icon" href="{Favicon}">
  86. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  87. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  88.  
  89. <style type="text/css">
  90. /* BODY */
  91. body {
  92. background-image: url("{image:BackgroundM}");
  93. background-attachment: fixed;
  94. background-color: {color:BackgroundM};
  95. margin: 0;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background-color: {color:Links Box Background};
  100. height: 50px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height: 10px;
  105. width: 8px;
  106. background-color: {color:BackgroundM};
  107. }
  108.  
  109. /* SIDEBAR */
  110. #sidebar {
  111. position: fixed;
  112. top: 150px;
  113. left: 100px;
  114. }
  115.  
  116. #links1 {
  117. background-color: {color:Links Box Background};
  118. width: 150px;
  119. height: 60px;
  120. text-align: center;
  121. line-height: 55px;
  122. }
  123.  
  124. #links1 a {
  125. font-family: 'Lato', sans-serif;
  126. font-size: 9px;
  127. color: {color:Links};
  128. text-decoration: none;
  129. text-transform: uppercase;
  130. letter-spacing: 1px;
  131. padding: 5px;
  132. -webkit-transition: all 0.5s ease-in-out;
  133. -moz-transition: all 0.5s ease-in-out;
  134. -o-transition: all 0.5s ease-in-out;
  135. -ms-transition: all 0.5s ease-in-out;
  136. transition: all 0.5s ease-in-out;
  137. }
  138.  
  139. #links1 a:hover {
  140. background-color: {color:Links Hover};
  141. }
  142.  
  143. #link1border {
  144. background-color: {color:Header Background};
  145. width: 150px;
  146. height: 10px;
  147. margin-top: -10px;
  148. margin-bottom: 5px;
  149. }
  150.  
  151. #image1 {
  152. background-color: {color:Images Background};
  153. width: 128px;
  154. height: 115px;
  155. padding: 10px;
  156. margin-top: -135px;
  157. margin-bottom: 20px;
  158. margin-left: 172px;
  159. }
  160.  
  161. #image1 img {
  162. width: 128px;
  163. height: 115px;
  164. opacity: .7;
  165. }
  166.  
  167. #header {
  168. background-color: {color:Header Background};
  169. width: 320px;
  170. height: 85px;
  171. line-height: 85px;
  172. font-family: 'Give You Glory', cursive;
  173. font-size: 24px;
  174. color: {color:Header Text};
  175. text-align: center;
  176. }
  177.  
  178. #header a {
  179. color: {color:Header Text};
  180. text-decoration: none;
  181. }
  182.  
  183. #image2 {
  184. background-color: {color:Images Background};
  185. width: 128px;
  186. height: 115px;
  187. padding: 10px;
  188. margin-top: 20px;
  189. margin-bottom: 20px;
  190. }
  191.  
  192. #image2 img {
  193. width: 128px;
  194. height: 115px;
  195. opacity: .7;
  196. }
  197.  
  198. #links2 {
  199. background-color: {color:Links Box Background};
  200. width: 150px;
  201. height: 60px;
  202. margin-top: -155px;
  203. margin-left: 170px;
  204. text-align: center;
  205. line-height: 55px;
  206. }
  207.  
  208. #links2 a {
  209. font-family: 'Lato', sans-serif;
  210. font-size: 9px;
  211. color: {color:Links};
  212. text-decoration: none;
  213. text-transform: uppercase;
  214. letter-spacing: 1px;
  215. padding: 5px;
  216. -webkit-transition: all 0.5s ease-in-out;
  217. -moz-transition: all 0.5s ease-in-out;
  218. -o-transition: all 0.5s ease-in-out;
  219. -ms-transition: all 0.5s ease-in-out;
  220. transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. #links2 a:hover {
  224. background-color: {color:Links Hover};
  225. }
  226.  
  227. #link2border {
  228. background-color: {color:Header Background};
  229. width: 150px;
  230. height: 10px;
  231. margin-top: 5px;
  232. margin-left: 170px;
  233. }
  234.  
  235. /* POP-UP */
  236. #fade {
  237. display: none;
  238. background: #000;
  239. position: fixed;
  240. left: 0;
  241. top: 0;
  242. width: 100%;
  243. height: 100%;
  244. opacity: .80;
  245. z-index: 9999;
  246. }
  247.  
  248. .popup_block{
  249. display: none;
  250. background: {color:Entry Background};
  251. padding: 20px;
  252. float: left;
  253. position: fixed;
  254. top: 50%;
  255. left: 50%;
  256. z-index: 99999;
  257. font-family: calibri;
  258. font-size: 12px;
  259. color: {color:Entry Text};
  260. letter-spacing: 1px;
  261. text-align: center;
  262. }
  263.  
  264. .popup_block b, strong {
  265. color: {color:Entry Bold};
  266. }
  267.  
  268. .popup_block i, em {
  269. color: {color:Entry Italic};
  270. }
  271.  
  272. .popup_block a {
  273. color: {color:Entry Link};
  274. text-decoration: none;
  275. }
  276.  
  277. img.btn_close {
  278. float: right;
  279. margin: -55px -55px 0 0;
  280. }
  281.  
  282. *html #fade {
  283. position: absolute;
  284. }
  285.  
  286. *html .popup_block {
  287. position: absolute;
  288. }
  289.  
  290. #links a.extra {
  291. background-color: {color:Links Box Background};
  292. display: inline-block;
  293. width: 140px;
  294. height: 25px;
  295. line-height: 25px;
  296. font-family: calibri;
  297. font-size: 8px;
  298. color: {color:Links};
  299. text-decoration: none;
  300. text-transform: uppercase;
  301. letter-spacing: 1px;
  302. text-align: center;
  303. margin-bottom: 5px;
  304. -webkit-transition: all 0.5s ease-in-out;
  305. -moz-transition: all 0.5s ease-in-out;
  306. -o-transition: all 0.5s ease-in-out;
  307. -ms-transition: all 0.5s ease-in-out;
  308. transition: all 0.5s ease-in-out;
  309. }
  310.  
  311. #links a.extra:hover {
  312. background-color: {color:Links Hover};
  313. }
  314.  
  315. /* PAGINATION */
  316. #pagination {
  317. font-family: calibri;
  318. font-size: 9px;
  319. width: 150px;
  320. text-align: center;
  321. margin-left: 170px;
  322. margin-top: 25px;
  323. }
  324.  
  325. .current_page {
  326. background-color: {color:Entry Background};
  327. color: {color:Entry Bold};
  328. padding: 4px;
  329. }
  330.  
  331. #pagination a {
  332. background-color: {color:Entry Background};
  333. padding: 4px;
  334. color: {color:Entry Link};
  335. text-decoration: none;
  336. }
  337.  
  338. /* POSTS */
  339. #posts {
  340. margin-top: 10px;
  341. margin-left: 535px;
  342. }
  343.  
  344. .posts {
  345. background-color: {color:Entry Background};
  346. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  347. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  348. padding: 20px;
  349. font-family: calibri;
  350. font-size: {text:Entry Text Size}px;
  351. color: {color:Entry Text};
  352. letter-spacing: 1px;
  353. text-align: justify;
  354. }
  355.  
  356. .posts b, strong {
  357. color: {color:Entry Bold};
  358. }
  359.  
  360. .posts i, em {
  361. color: {color:Entry Italic};
  362. }
  363.  
  364. .posts a {
  365. color: {color:Entry Link};
  366. text-decoration: none;
  367. }
  368.  
  369. .posts h1 {
  370. font-family: 'Lato', sans-serif;
  371. font-size: 14px;
  372. color: {color:Entry Titles};
  373. font-weight: normal;
  374. text-transform: uppercase;
  375. }
  376.  
  377. .posts blockquote {
  378. border-left: 10px solid {color:Entry Italic};
  379. padding-left: 10px;
  380. margin-left: 15px;
  381. }
  382.  
  383. .posts ul {
  384. list-style-type: square;
  385. }
  386.  
  387. /* IMAGES */
  388. .posts img {
  389. {block:IfNotSmallerPosts}max-width: 500px;{/block:IfNotSmallerPosts}
  390. {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
  391. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  392. -webkit-transition: all 0.5s ease-in-out;
  393. -moz-transition: all 0.5s ease-in-out;
  394. -o-transition: all 0.5s ease-in-out;
  395. -ms-transition: all 0.5s ease-in-out;
  396. transition: all 0.5s ease-in-out;
  397. margin-bottom: -3px;
  398. }
  399.  
  400. .posts img:hover {
  401. opacity: 1;
  402. }
  403.  
  404. .photo {
  405. {block:IfFadedImages}opacity: .7;{/block:IfFadedImages}
  406. -webkit-transition: all 0.5s ease-in-out;
  407. -moz-transition: all 0.5s ease-in-out;
  408. -o-transition: all 0.5s ease-in-out;
  409. -ms-transition: all 0.5s ease-in-out;
  410. transition: all 0.5s ease-in-out;
  411. margin-bottom: -3px;
  412. }
  413.  
  414. .photo:hover {
  415. opacity: 1;
  416. }
  417.  
  418. /* QUOTE */
  419. .posts h2 {
  420. font-family: calibri;
  421. font-size: 11px;
  422. color: {color:Entry Titles};
  423. font-weight: normal;
  424. text-transform: uppercase;
  425. letter-spacing: 2px;
  426. }
  427.  
  428. .quote {
  429. font-family: georgia;
  430. font-size: 24px;
  431. color: {color:Entry Bold};
  432. float: left;
  433. margin-top: 2px;
  434. }
  435.  
  436. /* AUDIO */
  437. .audio img {
  438. max-width: 60px;
  439. float: left;
  440. margin-right: 5px;
  441. border: 10px solid {color:Images Background};
  442. }
  443.  
  444. .player {
  445. background-color: #e4e4e4;
  446. padding: 5px;
  447. height: 27px;
  448. {block:IfNotSmallerPosts}width: 405px;{/block:IfNotSmallerPosts}
  449. {block:IfSmallerPosts}width: 305px;{/block:IfSmallerPosts}
  450. margin-left: 85px;
  451. margin-top: 10px;
  452. }
  453.  
  454. /* STATISTICS */
  455. .stats {
  456. {block:IfNotSmallerPosts}width: 544px;{/block:IfNotSmallerPosts}
  457. {block:IfSmallerPosts}width: 444px;{/block:IfSmallerPosts}
  458. height: 15px;
  459. line-height: 14px;
  460. margin-bottom: 3px;
  461. margin-left: -2px;
  462. font-family: calibri;
  463. font-size: 9px;
  464. color: {color:Stats Text};
  465. text-transform: uppercase;
  466. letter-spacing: 1px;
  467. }
  468.  
  469. .stats a {
  470. color: {color:Stats Text};
  471. text-decoration: none;
  472. }
  473.  
  474. .tags {
  475. margin-bottom: 25px;
  476. {block:IfNotSmallerPosts}width: 540px;{/block:IfNotSmallerPosts}
  477. {block:IfSmallerPosts}width: 440px;{/block:IfSmallerPosts}
  478. font-family: calibri;
  479. font-size: 8px;
  480. text-transform: uppercase;
  481. letter-spacing: 1px;
  482. text-align: center;
  483. }
  484.  
  485. .tags b {
  486. color: {color:Tags Bold};
  487. }
  488.  
  489. .tags a {
  490. color: {color:Tags Link};
  491. text-decoration: none;
  492. }
  493.  
  494. /* PERMALINK PAGE */
  495. .permalink {
  496. font-family: calibri;
  497. font-size: 9px;
  498. color: {color:Entry Text};
  499. text-transform: uppercase;
  500. {block:IfNotSmallerPosts}width: 540px;{/block:IfNotSmallerPosts}
  501. {block:IfSmallerPosts}width: 440px;{/block:IfSmallerPosts}
  502. position: relative;
  503. letter-spacing: 1px;
  504. z-index: 999px;
  505. margin-top: 10px;
  506. }
  507.  
  508. .permalink b {
  509. color: {color:Entry Bold};
  510. font-weight: normal;
  511. }
  512.  
  513. #date {
  514. color: {color:Entry Italic};
  515. }
  516.  
  517. .permalink a {
  518. color: {color:Entry Link};
  519. text-decoration: none;
  520. }
  521.  
  522. ol.notes {
  523. padding: 0px;
  524. margin: 15px 0px;
  525. list-style-type: none;
  526. background: transparent;
  527. border: 0px;
  528. letter-spacing: 0px;
  529. text-transform: uppercase;
  530. }
  531.  
  532. ol.notes li.note {
  533. padding: 1px;
  534. text-align: left;
  535. letter-spacing: 0px;
  536. text-transform: uppercase;
  537. }
  538.  
  539. .notes img{
  540. width: 8px;
  541. position: relative;
  542. top: 1px;
  543. opacity: .7;
  544. -moz-border-radius: 8px;
  545. -webkit-border-radius: 8px;
  546. border-radius: 8px;
  547. }
  548.  
  549. /* CREDIT */
  550. #credit {
  551. position: fixed;
  552. bottom: 5px;
  553. right: 5px;
  554. font-family: calibri;
  555. font-size: 8px;
  556. text-transform: uppercase;
  557. z-index: 999;
  558. }
  559.  
  560. #credit a {
  561. color: {color:Entry Link};
  562. text-decoration: none;
  563. }
  564.  
  565. /* FOLLOW CODE */
  566. iframe#tumblr_controls {
  567. right:3px !important;
  568. position: fixed !important;
  569. -webkit-transition: opacity 0.7s linear;
  570. opacity: 0.2;
  571. -webkit-transition: all 0.8s ease-out;
  572. -moz-transition: all 0.8s ease-out;
  573. transition: all 0.8s ease-out;
  574. }
  575.  
  576. iframe#tumblr_controls:hover {
  577. -webkit-transition: opacity 0.7s linear;
  578. opacity: 1;
  579. -webkit-transition: all 0.4s ease-out;
  580. -moz-transition: all 0.4s ease-out;
  581. transition: all 0.4s ease-out;
  582. }
  583.  
  584. {CustomCSS}
  585. </style>
  586. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  587. <script>
  588. $(document).ready(function() {
  589. //
  590. //When you click on a link with class of poplight and the href starts with a #
  591. $('a.poplight[href^=#]').click(function() {
  592. var popID = $(this).attr('rel'); //Get Popup Name
  593. var popURL = $(this).attr('href'); //Get Popup href to define size
  594. //Pull Query & Variables from href URL
  595. var query= popURL.split('?');
  596. var dim= query[1].split('&');
  597. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  598. //Fade in the Popup and add close button
  599. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://s5.postimage.org/ypgcl25pv/close.png" class="btn_close" title="Close Window" alt="Close" style="background-color: #f1f1f1; padding: 2px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;" /></a>');
  600. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  601. var popMargTop = ($('#' + popID).height() + 80) / 2;
  602. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  603. //Apply Margin to Popup
  604. $('#' + popID).css({
  605. 'margin-top' : -popMargTop,
  606. 'margin-left' : -popMargLeft
  607. });
  608. //Fade in Background
  609. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  610. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  611. return false;
  612. });
  613. //Close Popups and Fade Layer
  614. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  615. $('#fade , .popup_block').fadeOut(function() {
  616. $('#fade, a.close').remove(); //fade them both out
  617. });
  618. return false;
  619. });
  620. });
  621. </script>
  622. {block:IfInfiniteScroll}
  623. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  624. {/block:IfInfiniteScroll}
  625. </head>
  626. <body>
  627.  
  628. <div id="sidebar">
  629. <div id="link1border"></div>
  630. <div id="links1"><a href="/ask">message</a>&nbsp;&nbsp;&nbsp;<a href="/archive">archive</a></div>
  631. <div id="image1"><img src="{image:Sidebar1}"></div>
  632. <div id="header"><a href="/">{text:Header}</a></div>
  633. <div id="image2"><img src="{image:Sidebar2}"></div>
  634. <div id="links2"><a href="#?w=300" rel="info" class="poplight">info</a>&nbsp;&nbsp;&nbsp;{block:IfExtraLinks}<a href="#?w=300" rel="links" class="poplight">+ more</a>{/block:IfExtraLinks}{block:IfNotExtraLinks}<a href="http://jyuubi.org" target="_blank">credit</a>{/block:IfNotExtraLinks}</div>
  635. <div id="link2border"></div>
  636. {block:IfNotInfiniteScroll}{block:Pagination}<div id="pagination">
  637. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  638. {block:JumpPagination length="3"}
  639. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  640. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  641. {/block:JumpPagination}
  642. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  643. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  644. </div>
  645.  
  646. <div id="info" class="popup_block">
  647. {Description}
  648. </div>
  649.  
  650. {block:IfExtraLinks}<div id="links" class="popup_block">
  651. {block:HasPages}
  652. {block:Pages}<a class="extra" href="{URL}">{Label}</a>&nbsp;{/block:Pages}
  653. {/block:HasPages}
  654. {block:IfLink1}<a class="extra" href="{text:URL 1}">{text:Link 1}</a>{/block:IfLink1}
  655. {block:IfLink2}<a class="extra" href="{text:URL 2}">{text:Link 2}</a>{/block:IfLink2}
  656. {block:IfLink3}<br /><a class="extra" href="{text:URL 3}">{text:Link 3}</a>{/block:IfLink3}
  657. {block:IfLink4}<a class="extra" href="{text:URL 4}">{text:Link 4}</a>{/block:IfLink4}
  658. {block:IfLink5}<br /><a class="extra" href="{text:URL 5}">{text:Link 5}</a>{/block:IfLink5}
  659. {block:IfLink6}<a class="extra" href="{text:URL 6}">{text:Link 6}</a>{/block:IfLink6}
  660. {block:IfLink7}<br /><a class="extra" href="{text:URL 7}">{text:Link 7}</a>{/block:IfLink7}
  661. {block:IfLink8}<a class="extra" href="{text:URL 8}">{text:Link 8}</a>{/block:IfLink8}
  662. </div>{/block:IfExtraLinks}
  663.  
  664. <div class="autopagerize_page_element">
  665. <div id="posts">
  666. {block:Posts}
  667.  
  668. <div class="posts">
  669.  
  670. {block:Text}
  671. {block:Title}<h1>{Title}</h1>{/block:Title}
  672. {Body}
  673. {/block:Text}
  674.  
  675. {block:Photo}
  676. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  677. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  678. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  679. {Caption}
  680. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  681. {/block:Photo}
  682.  
  683. {block:Photoset}
  684. <div class="photo">
  685. {block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  686. {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}
  687. </div>
  688. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  689. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  690. {Caption}
  691. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  692. {/block:Photoset}
  693.  
  694. {block:Quote}
  695. <div class="quote">&#10077;</div>
  696. <h2>{Quote}</h2>
  697. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  698. {/block:Quote}
  699.  
  700. {block:Link}
  701. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  702. {block:Description}{Description}{/block:Description}
  703. {/block:Link}
  704.  
  705. {block:Chat}
  706. {block:Title}<h1>{Title}</h1>{/block:Title}
  707. {block:Lines}
  708. {block:Label}
  709. <b>{Label}</b>
  710. {/block:Label}
  711. {Line}<br />
  712. {/block:Lines}
  713. {/block:Chat}
  714.  
  715. {block:Audio}
  716. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  717. <div class="player">{AudioPlayerGrey}</div>
  718. <div style="font-size: 14px; margin-top: 5px; margin-left: 10px;">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}</div>
  719. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  720. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  721. {Caption}
  722. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  723. {/block:Audio}
  724.  
  725. {block:Video}
  726. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  727. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  728. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  729. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  730. {Caption}
  731. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  732. {/block:Video}
  733.  
  734. {block:Answer}
  735. <table>
  736. <tr><td colspan="3" width="{block:IfNotSmallerPosts}500px{/block:IfNotSmallerPosts}{block:IfSmallerPosts}400px{/block:IfSmallerPosts}" style="padding:8px; text-align:center; background-color:{color:Question Background};">{Question}</td></tr>
  737. <tr>
  738. <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color:{color:Question Background};">&#9701;</div></td>
  739. <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
  740. <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
  741. </tr>
  742. </table>
  743. {Answer}
  744. {/block:Answer}
  745. </div>
  746. {block:IndexPage}<div class="stats"><table><tr>
  747. <td width="{block:IfNotSmallerPosts}320px{/block:IfNotSmallerPosts}{block:IfSmallerPosts}220px{/block:IfSmallerPosts}" style="background-color: {color:Stats Background 1}; text-align: center;">&nbsp;&nbsp;<a href="{Permalink}">{TimeAgo}{block:NoteCount} &middot; {NoteCountWithLabel}{/block:NoteCount}</a></td>
  748. <td width="{block:IfNotSmallerPosts}320px{/block:IfNotSmallerPosts}{block:IfSmallerPosts}220px{/block:IfSmallerPosts}" style="background-color: {color:Stats Background 2}; text-align: center;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; <a href="{ReblogRootURL}">source</a> &middot;{/block:RebloggedFrom} <a href="{ReblogURL}">reblog</a>&nbsp;&nbsp;</td>
  749. </tr></table></div>
  750. <div class="tags">{block:IfShowTags}{block:HasTags}<b>tags &rarr;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:IfShowTags}</div>{/block:IndexPage}
  751.  
  752. {block:PermalinkPage}
  753. <div class="permalink">
  754. <div style="border-left: 20px solid {color:Links Box Background}; padding-left: 10px;"><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  755. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  756. {block:PostNotes}
  757. {PostNotes}
  758. {/block:PostNotes}
  759. </div>
  760. {/block:PermalinkPage}
  761.  
  762. {/block:Posts}
  763. </div>
  764. </div>
  765.  
  766. <!-- DO NOT REMOVE UNLESS MOVING TO CREDITS PAGE -->
  767. {block:IfExtraLinks}<div id="credit"><a href="http://jyuubi.org" target="_blank">manatopia.org</a></div>{/block:IfExtraLinks}
  768.  
  769. </body>
  770. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement