Don't like ads? PRO users don't see any ads ;-)
Guest

triangle theme

By: reindropz on Aug 20th, 2012  |  syntax: None  |  size: 21.83 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- SIGHT THEME BY RAMYEONS // http://ramyeons.tumblr.com / http://hobakjeon.tumblr.com
  6.  
  7. ---------------------RULES--------------------------------
  8.  
  9. *DO NOT USE MY THEME CODES AS BASE CODES FOR YOUR OWN THEME
  10. *DO NOT CLAIM AS YOUR OWN OR I WILL HUNT YOU DOWN
  11. *DO NOT BREAK ANY RULES OR YOU WILL BE REPORTED
  12. *YOU MAY EDIT THIS THEME, BUT LEAVE THE CREDITS ALONE
  13. *DO NOT TAKE MY CREDITS OUT
  14.  
  15. ----------------------FAQ---------------------------------
  16. 1. I will not help with customizing my themes or other themes.
  17. 2. Check ALL of the appearance options before asking a question.
  18. 3. I do not compile or give any codes for anyone, im not a coding machine.
  19. 4. I do not take theme requests no matter how much you beg.
  20. 5. My themes are not means to be used as base codes for anything.
  21. 6. If you do not want infinite scrolling, just uncheck it.
  22. 7. If your infinite scrolling is not working, thats because you have a SCM music player.
  23. 8. To find the install link, go to the first post of the live previews.
  24. 9. For more questions, please go to http://ramyeons.tumblr.com and visit the FAQ links.
  25.  
  26.  
  27. -->
  28.  
  29. <head>
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}" />
  32.  
  33. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  34.  
  35. {block:Description}
  36.     <meta name="description" content="{MetaDescription}"/>
  37. {/block:Description}
  38.  
  39.  
  40.  <!--BASIC FLUFF-->
  41.  
  42. <meta name="if:500px posts" content="0"/>
  43. <meta name="if:400px posts" content="1"/>
  44. <meta name="if:250px posts" content="0"/>
  45. <meta name="if:Image Opacity" content="1"/>
  46. <meta name="if:Cute Cursor" content="1"/>
  47. <meta name="if:Infinite Scrolling" content="1"/>
  48. <meta name="if:Title Shadows" content="1"/>
  49.  
  50.  
  51.  
  52. <meta name="text:Music Player Code" content=""/>
  53. <meta name="text:Music Player Icon" content="http://static.tumblr.com/iuggpng/d86m7blmd/sightmusicicon.gif"/>
  54. <meta name="text:Corner Image Location" content=""/>
  55. <meta name="text:Link 1" content=""/>
  56. <meta name="text:Link 1 URL" content=""/>
  57. <meta name="text:Link 2" content=""/>
  58. <meta name="text:Link 2 URL" content=""/>
  59. <meta name="text:Link 3" content=""/>
  60. <meta name="text:Link 3 URL" content=""/>
  61. <meta name="text:Link 4" content=""/>
  62. <meta name="text:Link 4 URL" content=""/>
  63. <meta name="text:Link 5" content=""/>
  64. <meta name="text:Link 5 URL" content=""/>
  65.  
  66.  
  67. <meta name="image:Background" content="http://static.tumblr.com/iuggpng/SIWm6gqhe/graphpaperwhite.png"/>
  68. <meta name="image:Sidebar IMG" content="http://static.tumblr.com/iuggpng/VgDm7bipj/sightsidebar.jpg"/>
  69. <meta name="image:Corner Image" content=""/>
  70.  
  71.  
  72. <meta name="color:Scrollbar" content="#ccc"/>
  73. <meta name="color:Background" content="#fff"/>
  74. <meta name="color:Link" content="#aaa"/>
  75. <meta name="color:Link Hover" content="#eee"/>
  76. <meta name="color:Posts BG" content="#fff"/>
  77. <meta name="color:Posts Border" content="#f7f7f7"/>
  78. <meta name="color:Text" content="#222"/>
  79. <meta name="color:Post Titles" content="#aaa"/>
  80. <meta name="color:Chat Post Underline" content="#eee"/>
  81. <meta name="color:Blockquote Side Border" content="#eee"/>
  82. <meta name="color:Perm BG" content="#fff"/>
  83. <meta name="color:Perm Text" content="#999"/>
  84. <meta name="color:Title Color" content="#fff"/>
  85. <meta name="color:Title Shadow 1" content="#fd6a80"/>
  86. <meta name="color:Title Shadow 2" content="#68bbff"/>
  87. <meta name="color:About BG" content="#333"/>
  88. <meta name="color:About Color" content="#eee"/>
  89. <meta name="color:Desc Text" content="#999"/>
  90. <meta name="color:Header BG" content="#000"/>
  91. <meta name="color:Nav Text" content="#ccc"/>
  92. <meta name="color:Music Player BG" content="#222"/>
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  100.  
  101.  
  102. <style type="text/css">
  103. {CustomCSS}
  104.  
  105. ::-moz-selection{
  106. background:#fff;color:#aaa;
  107. }
  108.  
  109. ::selection{
  110. background:#fff;color:#aaa;
  111. }
  112.  
  113. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:40px;}
  114.  
  115. ::-webkit-scrollbar {height:0px;width:4px;background-color:white;}
  116.  
  117.  
  118. iframe#tumblr_controls {
  119. right:3px !important;
  120. position: fixed !important;
  121. -webkit-transition: opacity 0.7s linear;
  122. opacity: 0.6;
  123. -webkit-transition: all 0.8s ease-out;
  124. -moz-transition: all 0.8s ease-out;
  125. transition: all 0.8s ease-out;
  126. }
  127.  
  128. iframe#tumblr_controls:hover {
  129. -webkit-transition: opacity 0.7s linear;
  130. opacity: 1;
  131. -webkit-transition: all 0.4s ease-out;
  132. -moz-transition: all 0.4s ease-out;
  133. transition: all 0.4s ease-out;
  134. }
  135.  
  136. body{
  137. background-image:url("");
  138.     background-color:{color:Background};
  139.     background-repeat:repeat;
  140.     background-attachment:fixed;
  141.     color:{color:Text};
  142. font-family:open sans;
  143. font-size:9px;
  144. {block:ifcutecursor}cursor: url(http://i932.photobucket.com/albums/ad167/DottyDita/1338348137_cursor-small.png), progress !important;{/block:ifcutecursor}
  145.     }
  146.    
  147. a, a:link, a:visited, a:active{
  148.     color:{color:Link};
  149.     z-index:999;
  150.     text-decoration:none;
  151.     letter-spacing:1px;
  152.     -webkit-transition: all 0.4s ease-out;
  153. -moz-transition: all 0.4s ease-out;
  154. transition: all 0.4s ease-out;
  155.     }
  156.    
  157. a:hover {
  158.     color:{color:Link Hover};
  159.     text-decoration:none;
  160.       {block:ifcutecursor} cursor: url(http://i932.photobucket.com/albums/ad167/DottyDita/1338348137_cursor-small.png), progress !important;{/block:ifcutecursor}
  161.     -webkit-transition: all 0.4s ease-out;
  162. -moz-transition: all 0.4s ease-out;
  163. transition: all 0.4s ease-out;
  164.     }
  165.    
  166.    
  167. #posts {
  168.     margin-top:90px;
  169.      {block:PermalinkPage}margin-left:370px;{/block:PermalinkPage}
  170.     {block:IndexPage}{block:if500pxposts}margin-left:370px;{/block:if500pxposts}
  171. {block:if400pxposts}margin-left:420px;{/block:if400pxposts}
  172. {block:if250pxposts}margin-left:350px;{/block:if250pxposts}{/block:IndexPage}
  173.    
  174. }
  175.  
  176. .posteu {
  177.     {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  178.     {block:IndexPage}{block:if500pxposts}width:500px;{/block:if500pxposts}
  179. {block:if400pxposts}width:400px;{/block:if400pxposts}
  180. {block:if250pxposts}width:250px;{/block:if250pxposts}{/block:IndexPage}
  181.     margin:10px;
  182.     border:1px solid #FAF0E6;
  183. font-family:tahoma;
  184. font-size:9px;
  185. height:auto;
  186. float:left;
  187. position:relative;
  188. overflow:hidden;
  189. padding:10px;
  190.     color:{color:Text};
  191.     background-color:{color:Posts BG};  
  192.     opacity:1;
  193.     -webkit-transition: all 0.4s ease-out;
  194. -moz-transition: all 0.4s ease-out;
  195. transition: all 0.4s ease-out;
  196. }
  197.  
  198. #inpiniteu {
  199.     position:relative;
  200.     {block:PermalinkPage}width:700px;{/block:PermalinkPage}
  201.     {block:IndexPage}{block:if500pxposts}width:700px;{/block:if500pxposts}
  202. {block:if400pxposts}width:500px;{/block:if400pxposts}
  203. {block:if250pxposts}width:700px;{/block:if250pxposts}{/block:IndexPage}
  204.     }
  205.    
  206.    
  207.  
  208. .title {
  209. font-family:print;
  210. letter-spacing:5px;
  211. font-size:19px;
  212. line-height:20px;
  213. text-align:center;
  214.     color:{color:Post Titles};
  215.     text-transform:uppercase;
  216. }
  217.  
  218. .linktitle {
  219.     font-family:print;
  220. letter-spacing:5px;
  221. font-size:19px;
  222. line-height:20px;
  223. text-align:center;
  224.     color:{color:Post Titles};
  225.     text-transform:uppercase;
  226.     }
  227.  
  228. .title a, .linktitle a{
  229.     color:#aaa;
  230.     letter-spacing:4px;
  231.     }
  232.    
  233. .texts, .chat, .link, .quote, .audio{
  234.  font-family:tahoma;
  235. font-size:9px;
  236. line-height:15px;
  237. margin-bottom:5px;
  238. margin-top:5px;
  239. color:{color:Text};
  240.     padding:1px;
  241.     letter-spacing:0px;
  242.    
  243. }
  244.  
  245. {block:IndexPage}{block:ifimageopacity}
  246.  
  247. .posteu img, .posteu a img {
  248.     opacity:.9;
  249.     -webkit-transition: all 0.4s ease-out;
  250. -moz-transition: all 0.4s ease-out;
  251. transition: all 0.4s ease-out;
  252. }
  253.  
  254. .posteu img:hover, .posteu a img:hover {
  255.     opacity:.6;
  256.     -webkit-transition: all 0.4s ease-out;
  257. -moz-transition: all 0.4s ease-out;
  258. transition: all 0.4s ease-out;
  259. }
  260. {/block:ifimageopacity}{/block:IndexPage}
  261.  
  262. #perm {
  263.     font-family:onuava;
  264.     font-size:6px;
  265.     text-align:center;
  266.     background-color:{color:Perm BG};
  267.     padding:7px;
  268. {block:IndexPage}{block:if500pxposts}width:465px;{/block:if500pxposts}
  269. {block:if400pxposts}width:365px;{/block:if400pxposts}
  270. {block:if250pxposts}width:215px;{/block:if250pxposts}{/block:IndexPage}
  271.     position:absolute;
  272.     margin-top:10px;
  273.     line-height:12px;
  274.     margin-left:10px;
  275.     letter-spacing:2px;
  276.     color:{color:Perm Text};
  277.     opacity:0;
  278.     z-index:999;
  279.     text-transform:uppercase;
  280.     -webkit-transition: all 0.8s ease-out;
  281. -moz-transition: all 0.8s ease-out;
  282. transition: all 0.8s ease-out;
  283. }
  284.  
  285. #perm a {
  286.     color:{color:Perm Text};
  287.     }
  288.    
  289. {block:IndexPage}.posteu:hover #perm {
  290. opacity:.9;
  291. -webkit-transition: all 0.8s ease-out;
  292. -moz-transition: all 0.8s ease-out;
  293. transition: all 0.8s ease-out;
  294. }
  295. {/block:IndexPage}
  296.  
  297. #permalink {
  298.     width:500px;
  299.     padding:5px;
  300.     height:auto;
  301.     background-color:{color:Posts BG};
  302.     color:{color:Text};
  303.     font-family:consolas;
  304.     font-size:8px;
  305.     text-transform:uppercase;
  306.     letter-spacing:1px;
  307. }
  308.  
  309. #taemin {
  310.     display:block;
  311.     background-color:{color:Posts BG};
  312.    width:500px;
  313.     padding:0px;
  314.    
  315. }
  316.  
  317. #askpic {
  318. margin-right:5px;
  319. float:left;
  320. -moz-border-radius:100px;
  321. border-radius:100px;
  322.  }
  323.  
  324. blockquote {
  325.     padding:5px;
  326.     border-left:3px solid {color:Blockquote Side Border};
  327. }
  328.  
  329. {block:ifinfinitescrolling}.pagination {
  330. display: none;
  331. }{/block:ifinfinitescrolling}
  332.  
  333. {block:ifnotinfinitescrolling}
  334. .pag {
  335.     background-color:{color:Header BG};
  336.     color:{color:Nav Text};
  337.     font-family:consolas;
  338.     font-size:8px;
  339.     text-transform:uppercase;
  340.     width:auto;
  341.     padding:3px;
  342.     text-align:center;
  343.     position:fixed;
  344.     top:80px;
  345.     margin-left:295px;
  346. }
  347. {/block:ifnotinfinitescrolling}
  348.  
  349.  
  350. @font-face {font-family: "onuava";src: url('http://static.tumblr.com/iuggpng/OCkm4x5h8/onuava__.ttf');}
  351.  
  352. @font-face {font-family: "sunrise";src: url('http://static.tumblr.com/iuggpng/Hb7m72lin/blackout_sunrise.ttf');}
  353.  
  354. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  355.  
  356. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  357.  
  358.  @font-face {font-family: "open sans";src: url('http://static.tumblr.com/iuggpng/jrXm0dlyf/opensans-condlight.ttf');}
  359.  
  360.  @font-face {font-family: "neou bold";src: url('http://static.tumblr.com/iuggpng/0eTm6pndc/neou-bold.ttf');}
  361.  
  362. @font-face {font-family: "neou thin";src: url('http://static.tumblr.com/iuggpng/c0Jm6pnei/neou-thin.ttf');}
  363.  
  364. @font-face {font-family: "directory";src: url('http://static.tumblr.com/iuggpng/pTym6pnf7/directory.ttf');}
  365.  
  366.  
  367. #trans, .trans {
  368.     -webkit-transition: all 0.8s ease-out;
  369. -moz-transition: all 0.8s ease-out;
  370. transition: all 0.8s ease-out;
  371. }
  372.  
  373. #joon {
  374.     position:fixed;
  375.     left:300px;
  376.     top:0px;
  377.     width:700px;
  378.     padding:5px;
  379.     color:{color:Nav Text};
  380.     text-align:center;
  381.     background-color:{color:Header BG};
  382.     opacity:.8;
  383.     z-index:999;
  384.     border-right: 1px solid black;
  385.     border-bottom: 1px solid black;
  386.     border-left: 1px solid black;
  387.     border-radius: 0px 0px 0px 0px;
  388. }
  389.  
  390. #nav {
  391.     color: black;
  392.     padding:2px;
  393.     padding-left:6px;
  394.     font-size:8px;
  395.     margin-right:10px;
  396.     font-family:consolas;
  397.     letter-spacing:2px;
  398.     text-transform:uppercase;
  399.     background: #D3D3D3;
  400.     border-top: 1px solid;
  401.     border-bottom: 1px solid;
  402.     }
  403.  
  404. .about {
  405.     position:fixed;
  406.     top:550px;
  407.     left:170px;
  408.     width: 69px;
  409.     padding-right:55px;
  410.     padding-bottom: 120px;
  411.     padding-left:20px;
  412.     letter-spacing:2px;
  413. }
  414.  
  415. #about {
  416.     background-color:{color:About BG};
  417.     color:{color:About Color};
  418.     padding:5px;
  419.     padding-top: 210px;
  420.     padding-right:6px;
  421.     height:auto;
  422.     font-family:open sans;
  423.     font-size:13px;
  424.     margin-top: -200px;
  425.     margin-left:-120px;
  426.     letter-spacing:2px;
  427.     text-transform:uppercase;
  428.     border-top: 2px solid;
  429.     border-bottom: 2px solid;
  430.     border-right: 2px solid;
  431.     border-left: 2px solid;
  432. }
  433.  
  434. .about {
  435.     margin-left: -25px;
  436.     margin-top: -90px;
  437. }
  438.  
  439. #desc {
  440.     font-family:open sans;
  441.     font-size:9px;
  442.     line-height:13px;
  443.     letter-spacing:1px;
  444.     text-align: center;
  445.     opacity:0;
  446.     color: black;
  447.     width:150px;
  448.     margin-top:-220px;
  449.     margin-left:-100px;
  450.     position:absolute;
  451.     opacity:1;
  452. }
  453.  
  454. #tr1{
  455. position:fixed;
  456. font-size:94px;
  457. color: #8B8989;
  458. z-index:99;
  459. margin-left:-244px;
  460. margin-top:140px;
  461. opacity:.7;}
  462.  
  463. #tr2{
  464.     z-index:99;
  465.     font-size:94px;
  466. color: #8B8989;
  467. position:fixed;
  468. margin-left:-86px;
  469. margin-top:140px;
  470. opacity:.7;}
  471.  
  472. #tr3{
  473. position:fixed;
  474. margin-left:-244px;
  475. margin-top:344px;
  476. font-size:94px;
  477. z-index:2;
  478. opacity:.7;
  479. color: #8B8989;}
  480.  
  481. #tr4{
  482. position:fixed;
  483. margin-left:-86px;
  484. margin-top:344px;
  485. font-size:94px;
  486. z-index:2;
  487. opacity:.7;
  488. color: #8B8989;}
  489.  
  490.  
  491. .about:hover #desc {
  492.     opacity:1;
  493.     margin-top:-220px;
  494. }
  495.  
  496.  
  497.    
  498. {block:ifcornerimagelocation}.corner {
  499.     position:fixed;
  500.     bottom:0px;
  501.     {text:Corner Image Location}:0px;
  502.     opacity:1;
  503.     z-index:999;
  504.     }
  505. {/block:ifcornerimagelocation}    
  506.    
  507. {block:ifmusicplayercode}.music {
  508.     overflow:hidden;
  509.     width:70px;
  510.     height:100px;
  511.     position:fixed;
  512.     bottom:0px;
  513.     left:0px;
  514. }
  515.  
  516. .music:hover {
  517.     width:400px;
  518.     }
  519. {/block:ifmusicplayercode}
  520.  
  521. </style>
  522.  
  523. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  524.  
  525.  
  526. {block:ifinfinitescrolling}<script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>{/block:ifinfinitescrolling}
  527.  
  528. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  529.  
  530. <script>
  531. $(function(){
  532. var $container = $('#inpiniteu');
  533. $container.imagesLoaded(function(){
  534. $container.masonry({
  535. itemSelector: '.posteu',
  536. });
  537. });
  538. $container.infinitescroll({
  539. itemSelector : ".posteu",
  540. navSelector : "div.pagination",
  541. nextSelector : ".pagination a#next",
  542. loadingImg : "",
  543. loadingText : "<em></em>",
  544. bufferPx : 10000,
  545. extraScrollPx: 12000,
  546. },
  547. // trigger Masonry as a callback
  548. function( newElements ) {
  549.   var $newElems = $( newElements ).css({ opacity: 0 });
  550. // ensure that images load before adding to masonry layout
  551. $newElems.imagesLoaded(function(){
  552. $newElems.animate({ opacity: 1 });
  553. $container.masonry( 'appended', $newElems, true );
  554. });
  555. }
  556. );
  557. });
  558. </script>
  559.  
  560.  
  561.     </head>
  562. <body>
  563. <!-- Back to top button by tiovani start -->
  564. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  565.  
  566. <script type="text/javascript" src="scrolltopcontrol.js">
  567. </script>
  568.  
  569. <script type="text/javascript" src="http://static.tumblr.com/rs5pbx8/3qKlwv8fz/love3.txt"></script>
  570. <!-- Back to top button by tiovani end -->
  571.  
  572. {block:ifmusicplayercode}<div class="music" id="trans">
  573. <img src="{text:Music Player Icon}" style="padding:10px; background-color:{color:Music Player BG};">
  574. <div style="margin-top:-40px; margin-left:80px;">{text:Music Player Code}
  575. </div></div>
  576. {/block:ifmusicplayercode}
  577.  
  578.  
  579. {block:ifcornerimagelocation}<img src="{image:Corner Image}" class="corner">{/block:ifcornerimagelocation}
  580.  
  581.  
  582. {block:ifinfinitescrolling}<div class="pagination">
  583. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  584. </div>
  585. {/block:ifinfinitescrolling}
  586.  
  587.  
  588. {block:ifnotinfinitescrolling}
  589. {block:Pagination}<div class="pag">{block:PreviousPage}<a href="{PreviousPage}">◀</a> {/block:PreviousPage} {block:JumpPagination length="5"} {block:CurrentPage} <span class="current_page">{PageNumber}</span> {/block:CurrentPage} {block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination} {block:NextPage} <a href="{NextPage}">▶</a> {/block:NextPage}</div>{/block:Pagination}{/block:ifnotinfinitescrolling}
  590.  
  591.  
  592. <div id="joon">
  593. <div style="font-family:directory; color:{color:Title Color}; margin-top:5px; letter-spacing:6px; font-size:30px;
  594. {block:iftitleshadows}text-shadow: 3px  1px {color:Title Shadow 1}, -2px 2px {color:Title Shadow 2}; {/block:iftitleshadows} margin-bottom:6px;">{Title}</div>
  595.  
  596. <div style="margin-left:-40px;"><p>
  597. <a href="/" id="nav">refresh</a>
  598. <a href="/mssg" id="nav">message</a>
  599. <a href="/archive" id="nav">flashback</a>
  600. <a href="/pers" id="nav">personal</a>
  601. <a href="http://twitter.com/reinfrvralone" id="nav" target="_blank">twitter</a>
  602. <a href="/credits" id="nav">credits</a>
  603.         {block:iflink1}<a href="{text:Link 1 URL}" id="nav">{text:Link 1}</a>{/block:iflink1}
  604.         {block:iflink2}<a href="{text:Link 2 URL}" id="nav">{text:Link 2}</a>{/block:iflink2}
  605.         {block:iflink3}<a href="{text:Link 3 URL}" id="nav">{text:Link 3}</a>{/block:iflink3}
  606.         {block:iflink4}<a href="{text:Link 4 URL}" id="nav">{text:Link 4}</a>{/block:iflink4}
  607.         {block:iflink5}<a href="{text:Link 5 URL}" id="nav">{text:Link 5}</a>{/block:iflink5}
  608. <div id="tr1">◤</div>
  609. <div id="tr2">◥</div>    
  610. <div id="tr3">◣</div>
  611. <div id="tr4">◢</div>
  612.        
  613.        
  614.  
  615. </div>
  616. </div>
  617.  
  618. <div class="about" id="trans">
  619. <div id="about" class="trans"><center>r e b l o g g e r</center></div>
  620. <div id="desc" class="trans">
  621. <img src="{image:Sidebar IMG}" style="width:150px;">
  622. {Description}</div>
  623. </div>
  624.  
  625.  
  626.  
  627. <div id="posts">
  628.     <div id="inpiniteu">
  629.        
  630. {block:Posts}
  631.            
  632.            
  633.      
  634.       <div class="posteu">
  635.      
  636.      {block:IndexPage}<div id="perm"><a href="{Permalink}">
  637.       {Month}.{MonthNumber}.{ShortYear}
  638.       ▫ <a href="{Permalink}">{NoteCountWithLabel}</a>
  639.       ▫ <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}
  640.      
  641.      
  642. {block:Text}
  643. <div class="texts">                      
  644. {block:Title}
  645. <div class="title"><a href="{Permalink}">{Title}</a></div>
  646. {/block:Title}
  647. {Body}</div>
  648.  
  649. {/block:Text}
  650.  
  651.                
  652. {block:Photo}
  653. <a href="{Permalink}"><img class="photo"
  654. {block:IndexPage}
  655. {block:if500pxposts}src="{PhotoURL-500}"{/block:if500pxposts}
  656. {block:if400pxposts}src="{PhotoURL-500}" width="400px"{/block:if400pxposts}
  657. {block:if250pxposts}src="{PhotoURL-250}"{/block:if250pxposts}
  658. {/block:IndexPage}
  659. {block:PermalinkPage}src="{PhotoURL-500}"{/block:PermalinkPage} alt="{PhotoAlt}"/></a>
  660.  {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  661. {/block:Photo}
  662.  
  663.                
  664. {block:Photoset}
  665. <div class="photoset">
  666. <a href="{Permalink}">
  667. {block:IndexPage}
  668. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  669. {block:if400pxposts}{Photoset-400}{/block:if400pxposts}
  670. {block:if250pxposts}{Photoset-250}{/block:if250pxposts}
  671. {/block:IndexPage}
  672. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  673. </a>
  674. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  675.  
  676. {/block:Photoset}
  677.  
  678.                
  679. {block:Quote}
  680. <div class="quote">
  681. " {Quote} "
  682. {block:Source}
  683. <div class="source">- {Source}</div>
  684. {/block:Source}
  685. </div>
  686. {/block:Quote}
  687.  
  688.  
  689. {block:Link}
  690.  <div class="link">
  691. <div class="linktitle"><a href="{URL}" {Target}>{Name}</a></div>
  692. {block:Description}
  693. <div class="description">{Description}</div>
  694. {/block:Description}
  695. </div>
  696. {/block:Link}
  697.  
  698.                
  699. {block:Chat}
  700. <div class="post chat">
  701. {block:Title}
  702. <h3><a href="{Permalink}">{Title}</a></h3>
  703. {/block:Title}
  704. <div class="chat">
  705. {block:Lines}
  706. <div style="border-bottom:1px solid {color:Chat Post Underline};"><div class="{Alt} user_{UserNumber}"></div>
  707. {block:Label}
  708. <span class="label">{Label}</span>
  709. {/block:Label}
  710. {Line}</div>
  711. {/block:Lines}
  712. </div>
  713. </div>
  714.  
  715. {/block:Chat}
  716.  
  717.  
  718. {block:Video}
  719. <div class="video">
  720. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  721. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  722. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  723. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  724. {block:PermalinkPage}{block:Caption}
  725. <div class="caption">{Caption}</div>
  726. {/block:Caption}{/block:PermalinkPage}
  727. </div>
  728. {/block:Video}
  729.  
  730.  
  731. {block:Audio}
  732. <div class="audio">
  733. <div style="width:100%; background-color:white; height:auto;">{AudioPlayerWhite}</div>
  734. {block:AlbumArt}<div style="float:left; margin-top:5px; margin-right:10px;">
  735. {block:PermalinkPage}<img src="{AlbumArtURL}" width="100" style="align:left;">{/block:PermalinkPage}
  736. {block:IndexPage}<img src="{AlbumArtURL}" width="60">{/block:IndexPage}
  737. </div>
  738.  
  739. {/block:AlbumArt}
  740. {block:Caption}
  741. <div class="caption">
  742.  
  743. {block:Artist}
  744. <p><b>ARTIST</b>: {Artist}
  745. {/block:Artist}
  746.  
  747. {block:Album}
  748. <br><b>ALBUM</b>: {Album}
  749. {/block:Album}
  750.  
  751. {block:TrackName}
  752. <br><b>TRACK</b>: {TrackName}
  753. {/block:TrackName}
  754.  
  755. {block:PlayCount}
  756. <br><b>PLAYS</b>: {FormattedPlayCount}
  757. {/block:PlayCount}
  758.  
  759. {Caption}</div>
  760. {/block:Caption}
  761.     </div>
  762. {/block:Audio}
  763.  
  764. {block:Answer}
  765. <div class="askeu">
  766. <div id="asku"><img src="{AskerPortraitURL-48}" id="askpic">
  767. <div style="border-bottom:1px dashed #eee; align:right;">→ {Asker} whispered : {Question}</div></div>
  768. {Answer}
  769. </div>
  770. {/block:Answer}
  771.  
  772.          
  773. {block:PermalinkPage}
  774. <div id="permalink">
  775. {block:Date}<div style="padding-bottom:2px; border-bottom:1px dashed #eee; font-family:open sans; text-transform:none; letter-spacing:0px; margin-left:-15px; font-size:15px; padding:3px; text-align:center; width:auto;">{DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}</div>
  776. {/block:Date}
  777.  
  778. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  779. {/block:RebloggedFrom}
  780. <br>{NoteCountWithLabel}
  781. {block:HasTags}<br>tagged:{block:Tags}
  782. &#160<img src="http://static.tumblr.com/rltvkjt/krwlnxii3/mini.png"> <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  783.  
  784. </div>
  785.  
  786. {/block:PermalinkPage}
  787. </div>
  788.  
  789. {/block:Posts}
  790.  
  791.  </div>
  792. </div>
  793. </body>
  794. </html>