Advertisement
Beatamine

Visions

Jun 19th, 2015
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 20.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---------------------------------------------------------------------------
  6.  
  7.                                     (\__/)
  8.                                     (•ㅅ•)
  9.  
  10.                                 Visions theme
  11.              Support and more themes @ http://beatamine.tumblr.com
  12.  
  13. ---------------------------------------------------------------------------->
  14.  
  15. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <meta name="image:Background" content="" />
  24.  
  25. <meta name="color:Background" content="#ffffff" />
  26. <meta name="color:Text" content="#868686" />
  27. <meta name="color:Title" content="#8f8f8f" />
  28. <meta name="color:Title Line" content="#ffad95" />
  29. <meta name="color:Description" content="#aaaaaa" />
  30. <meta name="color:Header" content="#ffffff" />
  31. <meta name="color:Header Links" content="#ffad95" />
  32. <meta name="color:Header Links Hover" content="#a8a8a8" />
  33. <meta name="color:Header Border" content="#ededed" />
  34. <meta name="color:Post background" content="#ffffff" />
  35. <meta name="color:Hover Background" content="#ffffff" />
  36. <meta name="color:Hover Notes" content="#4f4f4f" />
  37. <meta name="color:Hover Links" content="#696969" />
  38. <meta name="color:Links" content="#ffad95" />
  39. <meta name="color:Post Title" content="#444444" />
  40. <meta name="color:Post link" content="#444444" />
  41. <meta name="color:Borders" content="#e7e7e7" />
  42. <meta name="color:Blockquote" content="#ffad95" />
  43. <meta name="color:Ask" content="#444444" />
  44. <meta name="color:Ask Background" content="#f8f8f8" />
  45. <meta name="color:Selection" content="#ffad95"/>
  46. <meta name="color:Selection Text" content="#fffff"/>
  47. <meta name="color:Scroll" content="#ffffff">
  48. <meta name="color:Scrollbar bg" content="#ffad95">
  49. <meta name="color:Hover bg" content="#f3f3f3">
  50. <meta name="color:Hover text" content="#aaaaaa">
  51.  
  52. <meta name="text:Number of columns" content="4" />
  53. <meta name="text:Link 1" />
  54. <meta name="text:Link 1 Title" />
  55. <meta name="text:Link 2" />
  56. <meta name="text:Link 2 Title" />
  57. <meta name="text:Link 3" />
  58. <meta name="text:Link 3 Title" />
  59. <meta name="text:Link 4" />
  60. <meta name="text:Link 4 Title" />
  61.  
  62. <meta name="if:Infinite scroll" content="1" />
  63. <meta name="if:Show Caption" content="1" />
  64. <meta name="if:Tiny cursor" content="1">
  65. <meta name="if:White icons" content="1">
  66.  
  67. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  70. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  72. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  73.  
  74. <style type="text/css">
  75.  
  76. /*Controls*/
  77.  
  78. iframe#tumblr_controls {
  79.     position:fixed;
  80.     top: 5px;
  81.     right:5px;
  82.     {block:ifwhiteicons}-webkit-filter:invert(100%);{/block:ifwhiteicons}
  83.     opacity:.1;
  84.     z-index:9999;
  85.     -webkit-transition:all 0.5s ease-in-out;
  86.     -moz-transition:all 0.5s ease-in-out;
  87.     -o-transition:all 0.5s ease-in-out;
  88.     transition:all 0.5s ease-in-out;
  89. }
  90.    
  91. iframe#tumblr_controls:hover {
  92.     opacity:0.9;}
  93.  
  94. /*Scrollbar*/
  95.  
  96. ::-webkit-scrollbar {
  97.     width:5px;
  98.     height:5px;
  99.     }
  100. ::-webkit-scrollbar-track-piece {
  101.     background-color:{color:scroll};
  102.     }
  103. ::-webkit-scrollbar-thumb {
  104.     background-color:{color:scrollbar bg};
  105.     border:2px solid {color:scroll};
  106.     }  
  107.  
  108. ::-moz-scrollbar {
  109.     width:5px;
  110.     height:5px;
  111.     }
  112. ::-moz-scrollbar-track-piece {
  113.     background-color:{color:Scroll};
  114.     }
  115. ::-moz-scrollbar-thumb {
  116.     background-color:{color:Scrollbar bg};
  117.     border:2px solid {color:Scroll};
  118.     }  
  119.  
  120. ::selection {
  121. background:{color:Selection};
  122. color:{color:Selection Text};
  123. }
  124.  
  125. #s-m-t-tooltip {
  126.     max-width:300px;
  127.     border-radius: 25px;
  128.         padding:8px;
  129.     margin:12px 12px 12px 2px;
  130.         font:7px 'open sans';
  131.     letter-spacing:2px;
  132.     text-transform:uppercase;
  133.     background-color:{color:hover bg};
  134.     color:{color:hover text};
  135.     z-index:99999;
  136.     -webkit-transition:all 0.2s ease-out;
  137.     -moz-transition:all 0.2s ease-out;
  138.     transition:all 0.2s ease-out;
  139. }
  140.  
  141. /*Body*/
  142.  
  143. {block:iftinycursor}
  144. *, body {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  145.  
  146. a, a:link, a:active, a:visited  {
  147.     cursor: url(http://i.imgur.com/ABkRSAO.png), auto;
  148. }
  149. {/block:iftinycursor}
  150.  
  151. html, body {
  152.     height: 100%;
  153. }
  154.  
  155. body {
  156.     background: url('{image:Background}') {color:Background} fixed center 0;
  157.     margin: 0;
  158.     font-size: 11px;
  159.     line-height: 13px;
  160.     font-family: 'Roboto';
  161.     color: {color:Text};
  162. }
  163.  
  164. a img {
  165.     border: none;
  166. }
  167.  
  168. a {
  169.     text-decoration:none;
  170.     color: {color:Links};
  171. }
  172.  
  173. blockquote {
  174.     margin: 0;
  175.     padding: 0 0 0 9px;
  176.     border-left: 2px solid {color:Blockquote};
  177. }
  178.  
  179. /*Header*/
  180.  
  181. .header {
  182.     position: fixed;
  183.     top: 0px;
  184.     left: 0px;
  185.     right: 0px;
  186.     width:100%;
  187.     overflow: hidden;
  188.     height:auto;
  189.     z-index: 999;
  190.     background-color:{color:Header};
  191.     border-bottom:1px solid {color:Header Border};
  192.  
  193. }
  194.  
  195. .title {
  196.     text-align: center;
  197.     margin-top:40px;
  198.     font-size: 15px;
  199.     line-height: 100%;
  200.     text-transform: uppercase;
  201.     font-family:'Montserrat';
  202.     letter-spacing:2px;
  203.     font-weight:bold;
  204.  
  205. }
  206.  
  207. .title a {
  208.     color:{color:Title};
  209. }
  210.  
  211. .description {
  212.     margin-top:10px;
  213.     text-align: center;
  214.     text-transform:uppercase;
  215.     font-family:'Open Sans';
  216.     font-size:7px;
  217.     letter-spacing:1px;
  218.     color:{color:Description};
  219. }
  220.  
  221. .mum {
  222.     background-color:{color:Title Line};
  223.     height:3px;
  224.     width:25px;
  225.     margin-top:10px;
  226. }
  227.  
  228. .navi {
  229.     margin-top:10px;
  230.     margin-bottom:40px;
  231.     text-align: center;
  232.     position: relative;
  233.     text-transform:uppercase;
  234.     font-family:'Open Sans';
  235.     font-size:7px;
  236.     letter-spacing:2px;
  237. }
  238.  
  239. .navi a {
  240.     text-decoration: none;
  241.     color:{color:Header Links};
  242.     margin-right:10px;
  243.     margin-left:10px;
  244.     -webkit-transition: all 0.25s ease;
  245.     -moz-transition: all 0.25s ease;
  246.     -o-transition: all 0.25s ease;
  247.     transition: all 0.25s ease;
  248. }
  249.  
  250. .navi a:hover {
  251.     color:{color:Header Links Hover};
  252. }
  253.  
  254.  
  255. /*Post*/
  256.  
  257. .posts {
  258.     position: relative;
  259.     margin: 180px auto;
  260.     margin-bottom:20px;
  261.     {block:PermalinkPage}
  262.     width: 500px;
  263.     {/block:PermalinkPage}
  264. }
  265.  
  266. .post {
  267.     float: left;
  268.     position: relative;
  269.     {block:IndexPage}
  270.     width: 250px;
  271.     {/block:IndexPage}
  272.     {block:PermalinkPage}
  273.     width: 500px;
  274.     {/block:PermalinkPage}
  275.     padding: 20px;
  276.     margin: 5px;
  277.     background-color: {color:Post background};
  278.     text-align:justify;
  279.  
  280. }
  281.  
  282. #info {
  283.     text-align: center;
  284.     text-transform: uppercase;
  285.     font-size: 7px;
  286.     margin-top: 20px;
  287.     line-height: 10px;
  288.     width: 100%;
  289.     letter-spacing: 1px;
  290.     word-spacing: 10px;
  291.     {block:permalinkpage}display:none;{/block:permalinkpage}
  292. }
  293.  
  294. #line {
  295.     border-top: 1px solid {color:borders};
  296.     z-index: 0;
  297.     width:250px;
  298.     height: 1px;
  299.     position: absolute;
  300.   {block:permalinkpage}display:none;{/block:permalinkpage}
  301. }
  302.  
  303. .keke {
  304.     left: 0;
  305.     margin-top:-4px;
  306.     margin-left:120px;
  307.     right: 0;
  308.     width: 50px;
  309.     text-align: center;
  310.     z-index: 2;
  311.     background: {color:Post Background};
  312.     position: absolute;
  313.   {block:permalinkpage}display:none;{/block:permalinkpage}
  314. }
  315.  
  316. .columns1 {
  317.     width: 300px;
  318. }
  319. .columns2 {
  320.     width: 600px;
  321. }
  322. .columns3 {
  323.     width: 900px;
  324. }
  325. .columns4 {
  326.     width: 1200px;
  327. }
  328. .columns5 {
  329.     width: 1500px;
  330. }
  331. .columns6 {
  332.     width: 1800px;
  333. }
  334.  
  335. /*Picture Values*/
  336.  
  337. .photo {
  338.     position: relative;
  339.     padding: 0;
  340.     line-height: 0;
  341.     {block:IndexPage}
  342.     background:{color:Hover Background};
  343.     {/block:IndexPage}
  344. }
  345.  
  346. .hvr {
  347.     position: absolute;
  348.     top: 50%;
  349.     left: 0;
  350.     width: 100%;
  351.     height: 70px;
  352.     margin: -35px 0 0 0;
  353.     text-align: center;
  354.     z-index: 10;
  355.     opacity: 0;
  356.     -webkit-transition: all 0.5s ease;
  357.     -moz-transition: all 0.5s ease;
  358.     -o-transition: all 0.5s ease;
  359.     transition: all 0.5s ease;
  360.     {block:PermalinkPage}
  361.     display: none;
  362.     {/block:PermalinkPage}
  363. }
  364.  
  365. .post:hover .hvr {
  366.     opacity: 1;
  367. }
  368.  
  369. .nout {
  370.     text-decoration: none;
  371.     color: {color:Body Text};
  372.     font-family:'Montserrat';
  373.     font-weight: bold;
  374.     margin: 0;
  375.     line-height: 100%;
  376.     text-transform: uppercase;
  377.     font-size: 40px;
  378.     margin-bottom:10px;
  379. }
  380.  
  381. .nout a {
  382.     color: {color:Hover Notes};
  383. }
  384.  
  385. .rb {
  386.     margin: 0;
  387.     line-height: 100%;
  388.     text-transform: uppercase;
  389.     font-size: 10px;
  390.     font-family:'Open Sans';
  391.     letter-spacing:1px;
  392.     font-weight:normal;
  393. }
  394.  
  395. .rb a {
  396.     color: {color:Hover Links};
  397. }
  398.  
  399. .post img.main_photo {
  400.     width: 100%;
  401. }
  402.  
  403. .post img {
  404.     max-width: 100%;
  405.     height: auto;
  406. }
  407. .photo img {
  408.     opacity: 1;
  409.     -webkit-transition: all 0.5s ease;
  410.     -moz-transition: all 0.5s ease;
  411.     -o-transition: all 0.5s ease;
  412.     transition: all 0.5s ease;
  413.     margin: 0;
  414.     line-height: 0;
  415. }
  416.  
  417. .post:hover .photo img {
  418.     {block:IndexPage}
  419.     opacity: 0.15;
  420.     {/block:IndexPage}
  421. }
  422.  
  423. /* Permalinks Page */
  424.  
  425. #permalinks {
  426.     width:470px;
  427.     padding:40px;
  428.     margin-top:20px;
  429.     font: 7px 'open sans';
  430.     letter-spacing: 1px;
  431.     text-transform: uppercase;
  432.     background:{color:Post Background};
  433. }
  434.  
  435. /*Stuff*/
  436.  
  437.  
  438. .taitul {
  439.     margin: 0;
  440.     font-size: 15px;
  441.     line-height: 12px;
  442.     text-align: center;
  443.     font-weight:bold;
  444.     text-transform:uppercase;
  445.     letter-spacing:1px;
  446.     font-family:'Montserrat';
  447.     color:{color:Post Title};
  448. }
  449.  
  450. .linku {
  451.     margin: 0;    
  452.     font-size: 12px;
  453.     line-height: 12px;
  454.     text-align: center;
  455.     font-weight:bold;
  456.     text-transform:uppercase;
  457.     letter-spacing:1px;
  458.     font-family:'Montserrat';
  459. }
  460.  
  461. .linku a {
  462.     color:{color:Post Link};
  463.  
  464. }
  465.  
  466. .quote {
  467.     margin: 0;
  468.     font-size: 12px;
  469.     line-height: 12px;
  470.     text-align: center;
  471.     text-transform:uppercase;
  472.     letter-spacing:1px;
  473.     font-family:'Montserrat';
  474. }
  475.  
  476. .source {
  477.     margin-top: 10px;
  478.     font-size: 8px;
  479.     line-height: 10px;
  480.     text-align: right;
  481.     text-transform:uppercase;
  482.     letter-spacing:1px;
  483.     font-family:'open sans';
  484. }
  485.  
  486. ol {
  487.     display: block;
  488.     list-style-type: circle;
  489. }
  490.  
  491. .label {
  492.     font-family:'montserrat';
  493.     text-transform: uppercase;
  494.     letter-spacing: 1px;
  495. }
  496.  
  497. .chat {
  498.     letter-spacing: 0px;
  499.     line-height: 12px;
  500. }
  501.  
  502. .li {
  503.     line-height: 12px;
  504.     margin: 2px 35px;
  505. }
  506.  
  507. .ol, .ul {
  508.     margin: 3px 0;
  509.     padding: 0;
  510. }
  511.  
  512. .player {
  513.     padding: 2px 10px;
  514.     background: {color:Post background};
  515.     margin: 0;
  516. }
  517. .lines {
  518.     margin: 0 0 5px 0;
  519. }
  520. .lines .line {
  521.     padding: 10px;
  522. }
  523.  
  524. .lines .odd {
  525. }
  526.  
  527. .lines .even {
  528.     background-color: {color:Post text};
  529.     color: {color:Post background};
  530. }
  531.  
  532. ol.notes {
  533.     padding: 0;
  534.     list-style-type: none;
  535.     font-size: 11px;
  536. }
  537.  
  538. ol.notes a {
  539.     text-decoration: none;
  540. }
  541.  
  542. ol.notes li.note {
  543.     border-top: solid 1px {color:Body text};
  544.     padding: 5px 0;
  545.     margin: 0 !important;
  546. }
  547.  
  548. .caption {
  549.     margin-top: 20px;
  550.     padding: 10px;
  551.     background-color: {color:caption};
  552.     font-family: 'open sans';
  553.     font-size:7px;
  554.     text-transform:uppercase;
  555.     letter-spacing: 1px;
  556.     {block:ifNotShowCaption}
  557.     display:none;
  558.     {/block:ifNotShowCaption}
  559.     }
  560.  
  561. /* Ask */
  562.  
  563. .asker {
  564.     font-family:'open sans';
  565.     font-size:7px;
  566.     letter-spacing: 2px;
  567.     border-bottom: 1px dotted {color:Blockquote};
  568.     font-style:normal;
  569.     text-transform:uppercase;
  570.     color:{color:Ask};
  571. }
  572.  
  573. .asker a {
  574.     color:{color:Ask};
  575. }
  576.  
  577. .question {
  578.     font-family:'open sans';
  579.     font-size:7px;
  580.     letter-spacing: 2px;
  581.     font-style:normal;
  582.     text-transform:uppercase;
  583.     padding:10px;
  584.     text-align:justify;
  585.     background: {color:Ask Background};
  586. }
  587.    
  588. .answer {
  589.     font-family:'open sans';
  590.     font-size: 10px;
  591.     letter-spacing: 1px;
  592.     font-style:normal;
  593.     text-align:justify;
  594. }
  595.  
  596.    
  597.    
  598. /*If you touch this smh at you*/
  599.  
  600. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  601. #infscr-loading {text-align: center;position: fixed;left: 45%; bottom: 100px;z-index: 999;opacity: 0.75;padding: 5px 10px 2px 10px;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}
  602. #over{height:500px!important;position:absolute;top:0px;left:0px;width: 100%;}
  603. .navigation {display:none!important;}
  604.  
  605. .masonry, .masonry-brick {-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s;transition-duration: 0.25s;}.masonry {-webkit-transition-property: height, width;-moz-transition-property: height, width;-o-transition-property: height, width;transition-property: height, width;}.masonry .masonry-brick {-webkit-transition-property: left, right, top;-moz-transition-property: left, right, top;-o-transition-property: left, right, top;transition-property: left, right, top;}
  606.  
  607. {CustomCSS}
  608.  
  609. </style>
  610.  
  611. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  612. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  613. <script>
  614. (function($){
  615. $(document).ready(function(){
  616. $("a[title]").style_my_tooltips({
  617. tip_follows_cursor:true,
  618. tip_delay_time:0,
  619. tip_fade_speed:0,
  620. attribute:"title"
  621. });
  622. });
  623. })(jQuery);
  624. </script>
  625.  
  626.  
  627. {block:IfInfiniteScroll}
  628. <!-- {block:IndexPage} -->
  629.  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  630. <script src="http://static.tumblr.com/ll8neeb/ibUmklt44/jquery.scale.js"></script>
  631. <script src="http://static.tumblr.com/ll8neeb/orKmn2hej/jquery.masonry.min.js"></script>
  632. <script src="http://static.tumblr.com/ll8neeb/Pp8mn2hd0/jquery.infinitescroll.min.js "></script>
  633.  
  634.  
  635.  
  636.    
  637. <script type="text/javascript">
  638. $(function(){
  639. var container = $('.posts');
  640.  
  641. container.imagesLoaded( function(){
  642.     container.masonry({
  643.         itemSelector : '.post',
  644.         isAnimated: true,
  645. {block:IfNotNumberOfColumns}
  646. isFitWidth: true,
  647. {/block:IfNotNumberOfColumns}
  648. columnWidth: 300
  649.     });
  650. });
  651.  
  652. container.infinitescroll({
  653.     navSelector  : "div.navigation",            
  654.     nextSelector : ".navigation a#next",    
  655.     itemSelector : ".post",
  656.       loading: {
  657.           finishedMsg: 'Congratulations! This is going to explode now',
  658.           msgText: '',
  659.           img: 'http://static.tumblr.com/ll8neeb/QPemn2mhz/ajax-loader.gif'
  660.         }
  661.       },
  662.  
  663. function(newElements){
  664.   var $newElems = $(newElements);
  665.   $newElems.imagesLoaded(function(){
  666.     $('.posts').masonry( 'appended', $newElems, true );
  667.       $('.post').fitVids('appended', $newElems);  
  668.   });
  669. },      function( newElements ) {
  670.         var $newElems = $( newElements ).css({ opacity: 0 });
  671.         $newElems.imagesLoaded(function(){
  672.           $newElems.animate({ opacity: 1 });
  673.           container.masonry( 'appended', $newElems, true );
  674.         });
  675.       }
  676.     );
  677.    
  678. });
  679.  
  680. </script>
  681. <!-- {/block:IndexPage} -->
  682. {/block:IfInfiniteScroll}
  683.  
  684. </head>
  685.  
  686.  
  687.  
  688.  
  689. <body>
  690. <div id="over"></div>
  691. <div class="navigation">
  692. <!--{block:Pagination}-->
  693. <!--{block:NextPage}--><p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a><!--{/block:NextPage}-->
  694. <!--{block:PreviousPage}--><a style="float:left" href="{PreviousPage}">? Newer</a></p><!--{/block:PreviousPage}-->
  695. <!--{/block:Pagination}-->
  696. </div>
  697.  
  698.  
  699.  
  700.  
  701. <div class="header">
  702.  
  703. <div class="title">
  704. <a href="/">{Title}</a>
  705. </div>
  706.  
  707. <center><div class="mum"></div></center>
  708.  
  709. <div class="description">
  710. {Description}
  711. </div>
  712. <div class="navi">
  713. <a href="/ask">Mail</a>
  714. <a href="/archive">Data</a>
  715. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  716. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  717. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  718. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  719.  
  720. {block:IfNotInfiniteScroll}{block:Pagination}
  721. {block:PreviousPage}
  722. <a href="{PreviousPage}">{lang:Previous page}</a>
  723. {/block:PreviousPage}
  724.  
  725. {block:NextPage}
  726. <a href="{NextPage}">{lang:Next page}</a>
  727. {/block:NextPage}{/block:Pagination}{/block:IfNotInfiniteScroll}
  728. </div>
  729. </div>
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739. <div class="posts {block:IndexPage}{block:IfNumberOfColumns}columns{text:Number of columns}{/block:IfNumberOfColumns}{/block:IndexPage}">    
  740.  
  741. {block:Posts}
  742.  
  743. {block:ContentSource}
  744. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  745. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  746. {/block:SourceLogo}
  747. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  748. {/block:ContentSource}
  749. <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} -->
  750.  
  751. <div class="post">
  752.  
  753. {block:Text}
  754. {block:Title}
  755. <div class="taitul">{Title}</div>
  756. {/block:Title}
  757. {Body}
  758. {block:More}
  759. <a href="{Permalink}">{lang:Read more}</a>
  760. {/block:More}
  761. {/block:Text}
  762.  
  763. {block:Answer}
  764. <div class="question">
  765. <span class="asker">{Asker}</span>: {Question}
  766. </div>
  767. <div class="answer">{Answer}</div>
  768. {/block:Answer}
  769.  
  770. {block:Chat}
  771. <div class="taitul">{block:Title}{Title}{/block:Title}</div>
  772. {block:Lines}<div class="{Alt} user_{UserNumber}" id="lines">
  773. {block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>
  774. {/block:Lines}
  775. {/block:Lines}
  776. {/block:Chat}
  777.  
  778. {block:Quote}
  779. <div class="quote">{Quote}</div>
  780. {block:Source}
  781. <div class="source">- {Source}</div>
  782. {/block:Source}
  783. {/block:Quote}
  784.  
  785. {block:Link}
  786. <div class="linku"><a href="{URL}" {Target}>{Name}</a></div>
  787. {block:Description}
  788. {Description}
  789. {/block:Description}
  790. {/block:Link}
  791.  
  792. {block:Photo}
  793. <div class="photo">
  794. <div class="hvr">
  795. <div class="nout"><a href="{Permalink}">{NoteCount}</a></div>
  796. <div class="rb"><a href="{ReblogURL}?redirect_to={URLEncodedPermalink}">Reblog</a></div>
  797. </div>
  798. {LinkOpenTag}
  799. <img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}" alt="{PhotoAlt}" class="main_photo" />
  800. {LinkCloseTag}
  801. </div>
  802.  
  803. {block:PermalinkPage}
  804. {block:Caption}
  805. <div class="caption">{Caption}</div>
  806. {/block:Caption}
  807. {/block:PermalinkPage}
  808. {/block:Photo}
  809.  
  810. {block:Photoset}
  811. {block:IndexPage}
  812. {Photoset-250}
  813. {/block:IndexPage}
  814.  
  815. {block:PermalinkPage}
  816. {Photoset-500}
  817. {/block:PermalinkPage}
  818. {block:Caption}
  819. <div class="caption">{Caption}</div>
  820. {/block:Caption}
  821. {/block:Photoset}
  822.  
  823. {block:Video}
  824. {block:IndexPage}
  825. {Video-250}
  826. {/block:IndexPage}
  827.  
  828. {block:PermalinkPage}
  829. {Video-500}
  830. {/block:PermalinkPage}
  831. {block:Caption}
  832. <div class="caption">{Caption}</div>
  833. {/block:Caption}
  834. {/block:Video}
  835.  
  836. {block:Audio}
  837. {block:AlbumArt}
  838. <a href="{Permalink}"><img src="{AlbumArtURL}" class="main_photo" /></a>
  839. {/block:AlbumArt}
  840. <div class="player">{AudioPlayerWhite}</div>
  841.  
  842. {block:Caption}
  843. <div class="caption">{Caption}</div>
  844. {/block:Caption}
  845. {/block:Audio}
  846.  
  847.  
  848. {block:date}
  849. <div id="info" {block:Photo}style="display: none"{/block:Photo}>
  850. <div id="line"></div>
  851. <span class="keke">
  852. <a href="{Permalink}" title="{DayOfMonthWithZero}{MonthNumberWithZero}{ShortYear} + {24HourWithZero}:{minutes}">
  853.     <i class="fa fa-bars"></i>
  854. </a></span>
  855. </div>{/block:date}
  856. {/block:indexpage}
  857.  
  858. </div>
  859.  
  860.  
  861. {block:PermalinkPage}
  862. <div id="permalinks">
  863. {block:Photo}
  864. {block:HighRes}
  865. <a href="{PhotoURL-HighRes}">View in High-Res</a><br>{/block:HighRes}
  866. {/block:Photo}
  867. {block:Date}{lang:Posted on Month DayOfMonth Year}{/block:Date}
  868. {block:NoteCount} / {lang:It has NoteCount notes}{/block:NoteCount}
  869. {block:RebloggedFrom}</br>
  870. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
  871. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  872. {block:HasTags}<br>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  873. </div>
  874. {/block:PermalinkPage}
  875.  
  876. {/block:Posts}
  877.  
  878. </div>
  879.  
  880.  
  881. <span style="position:fixed; top:10px; left:10px; z-index:9999;"><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/09gp3esadm/09_Science_Visions.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></span>
  882.  
  883. <span style="position:fixed; bottom:14px; right:20px; font-size:10px; text-decoration:none; z-index:999; text-transform:uppercase; letter-spacing:1px;"><a href="http://beatamine.tumblr.com"><i class="fa fa-copyright"></i></a></span>
  884.  
  885. </body>
  886. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement