Advertisement
circlejourney

Yin Yang

Oct 28th, 2013
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 41.26 KB | None | 0 0
  1. <!doctype html>
  2. <!-- Yin Yang Theme designed by Circlejourney -->
  3.  
  4. <html>
  5. <head>
  6.         <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  7.         {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.         <link rel="shortcut icon" href="{Favicon}"/>
  9.         <meta name="if:Show High Res Photo Links" content="1"/>
  10.         <meta name="if:Show Note Count" content="1"/>
  11.         <meta name="if:Show Word Count" content="1"/>
  12.         <meta name="if:Show Tags" content="1"/>
  13.         <meta name="if:Show Short URL" content="1"/>
  14.         <meta name="if:Show Notes on Permalink Page" content="1"/>
  15.         <meta name="if:Show Ask Link" content="0"/>
  16.         <meta name="if:Show Submit Link" content="0"/>
  17.         <meta name="image:BackgroundImage" content=""/>
  18.        
  19.         <style type="text/css">
  20.                 * {margin:0; padding:0;}
  21.                 fieldset,img {border:0;}
  22.                 ol,ul {list-style:none;}
  23.                 a:active, a:focus {outline: 0;}
  24.                 h1,h2,h3,h4,h5,h6,span {font-size:100%;font-weight:normal;}
  25.  
  26.                 body {
  27.                         font-family:Helvetica, Arial, sans-serif;
  28.                         font-size: 16px;
  29.                         color: #999;
  30.                         background-color:#f8f8f8;
  31.                         background-image:url({image:BackgroundImage});
  32.                         margin: 40px 0 20px 0;
  33.                         padding: 0;
  34.                         }
  35.            
  36.             iframe {
  37.                 position:relative;
  38.                 width:100%;
  39.                 }
  40.                
  41.                 object {
  42.                     max-width:100%;
  43.                 }
  44.  
  45.                 a, a:visited {
  46.                         color: #555;
  47.                         font-family: Helvetica, Arial, sans-serif;
  48.                         font-weight: bold;
  49.                         text-decoration: none;
  50.                         }                              
  51.                 em, i {
  52.                         font-family: Helvetica, Arial, sans-serif;
  53.                         font-style: italic;
  54.                         }
  55.                 strong, b {
  56.                         font-family: Helvetica, Arial, sans-serif;
  57.                         font-weight: bold;
  58.                         }
  59.                 strong em, strong i, b em, b i {
  60.                         font-family: Helvetica, Arial, sans-serif;
  61.                         font-weight: bold;
  62.                         font-style: italic;
  63.                         }      
  64.                 #Main {
  65.                         width: 80%;
  66.                         margin: 0 auto;
  67.                         padding: 8px 0 0 0;
  68.                         }
  69.                        
  70.                         #Header {
  71.                             position:fixed;
  72.                             height:100%;
  73.                         }
  74.                         .mainTitle {
  75.                             display:inline-block;
  76.                             padding: 0 0 10px 0;
  77.                             position: relative;
  78.                             width:100%;
  79.                             height:auto;
  80.                             color:black;
  81.                             padding-bottom:10px;
  82.                             border-bottom:7px solid black;
  83.                             font-size: 45px;
  84.                             line-height: 1;
  85.                             font-family: Helvetica, Arial, sans-serif;
  86.                             font-weight: bold;
  87.                             letter-spacing: 3px;
  88.                             text-decoration: none;
  89.                         }
  90.  
  91.                     #Header .PageLinks {
  92.                     margin-top:55px;
  93.                     width:100%;
  94.                                         font-size: 14px;
  95.                                         margin:5px 0 20px;
  96.                                         height:90%;
  97.                                         overflow:hidden;
  98.                                         }
  99.                     #Header .PageLinks ul {
  100.                         list-style-type:none;
  101.                         }
  102.                     #Header .PageLinks ul li {
  103.                         padding:20px;
  104.                         }
  105.                                         #Header .PageLinks a {
  106.                                                 display:block;
  107.                                                 float:left;
  108.                                                 margin-right:14px;
  109.                         text-decoration:none;
  110.                                                 }
  111.                                        
  112.                                 #Header .Description {
  113.                                         font-size: 14px;
  114.                                         padding: 8px 0px 34px;
  115.                                         }
  116.                                         #Header .Description a {
  117.                                                 text-decoration: none;
  118.                                                 }
  119.  
  120.                         .DynamicHeader {
  121.                                 font-size: 30px;
  122.                                 font-family: Helvetica, Arial, sans-serif;
  123.                                 }
  124.                                 .DynamicHeader span {
  125.                                         font-family: Helvetica, Arial, sans-serif;
  126.                                         font-weight: bold;
  127.                                         }
  128.                    
  129.             #Container {
  130.                 width:65%;
  131.                 float:right;
  132.                 height:auto;
  133.                 padding:10px;
  134.                 }
  135.  
  136.             .Post {
  137.                 position:relative;
  138.                 margin: 100px 10px 0px 10px;
  139.                 line-height: 1.4;
  140.                 background:#222;
  141.                 padding:20px;
  142.                 text-align:justify;
  143.                 -webkit-transition:0.4s all linear;
  144.             }
  145.            
  146.             .Post:hover {
  147.                 padding-bottom:70px;
  148.                 margin-bottom:-50px;
  149.                 background:#000;
  150.             }
  151.            
  152.             .Post:hover .Bottom {
  153.                 opacity:1;
  154.                 border-top:1px dashed #555;
  155.             }
  156.             .Post img {
  157.                 max-width: 100%;
  158.                 -webkit-box-shadow: #444 0px 0px 6px;
  159.                 -moz-box-shadow:        #444 0px 0px 6px;
  160.                 margin-left:auto;
  161.                 margin-right:auto;
  162.             }
  163.                        
  164.                                 .Post a.Title {
  165.                                         display:block;
  166.                                         line-height: 1.4;
  167.                                         color: #555;
  168.                                         margin-bottom:22px;
  169.                                         font-family: Helvetica, Arial, sans-serif;
  170.                                         font-weight: bold;
  171.                                         letter-spacing: 2px;
  172.                                         text-transform:uppercase;
  173.                                         text-decoration:none;
  174.                                         border-bottom:0px;
  175.                                         }
  176.                                         .Post a.Title:hover {
  177.                                                 text-decoration:underline;
  178.                                                 }
  179.                                 .Post.Single a.Title {
  180.                                         margin-bottom:60px;
  181.                                         }
  182.  
  183.                                 /* Photo Posts */
  184.                                 .Post .ThePhoto a {
  185.                                         border-bottom:0px;
  186.                                         }
  187.                                
  188.                                 /* PhotoSet Posts */
  189.                                 .Post .PhotoSet embed {
  190.                                         -webkit-box-shadow: #444 0px 0px 6px;
  191.                                         -moz-box-shadow:        #444 0px 0px 6px;
  192.                                         }
  193.                                 /* Quote Posts */
  194.                 .Post .TheQuote {
  195.                     text-align:left;
  196.                 }
  197.                                 .Post .TheQuote.short {
  198.                                         font-family: Helvetica, Arial, sans-serif;
  199.                                         font-size: 70px;
  200.                                         letter-spacing: -5px;
  201.                                         line-height: 0.85;
  202.                                         }
  203.                                 .Post .TheQuote.medium {
  204.                                         font-size: 54px;
  205.                                         line-height: 0.9;
  206.                                         font-family: Helvetica, Arial, sans-serif;
  207.                                         letter-spacing:-3px;
  208.                                         }
  209.                                 .Post .TheQuote.long {
  210.                                         font-size: 34px;
  211.                                         line-height: 1;
  212.                                         font-family: Helvetica, Arial, sans-serif;
  213.                                         letter-spacing:-1px;
  214.                                         }
  215.                                 .Post .Quote .QuoteSource {
  216.                                         font-family: Helvetica, Arial, sans-serif;
  217.                                         font-weight: bold;
  218.                     margin-top:10px;
  219.                                         }
  220.  
  221.                                 /* Chat Posts */
  222.                                 .Post .Chat li {
  223.                                         line-height:1;
  224.                                         padding:10px 0;
  225.                                         border-bottom: 1px dotted #ccc;
  226.                                         clear:left;
  227.                                         }
  228.                                         .Post .Chat li .Label {
  229.                                                 display:block;
  230.                                                 float:left;
  231.                                                 font-family: Helvetica, Arial, sans-serif;
  232.                                                 font-weight: bold;
  233.                                                 }
  234.                                         .Post .Chat li .Line {
  235.                                                 margin-left:160px;
  236.                                                 }
  237.  
  238.                                 /* Link Post */
  239.                                 .Post .Link .TheLink {
  240.                                         color: #555;
  241.                                         font-family: Helvetica, Arial, sans-serif;
  242.                                         font-weight: bold;
  243.                                         letter-spacing: 2px;
  244.                                         text-transform:uppercase;
  245.                                         text-decoration:none;
  246.                                         }
  247.  
  248.                                 /* Audio Post */
  249.                                 .Post .Audio .AlbumArt img {
  250.                                         display:block;
  251.                                         }
  252.                                 .Post .Audio .AudioPlayerWrapper {
  253.                                         background:#000;
  254.                     margin:20px 0px;
  255.                                         width:100%;
  256.                                         }
  257.                                 .Post .Audio .audio_player {
  258.                                         opacity:0.8;
  259.                                         height: 27px;
  260.                                         }
  261.                                 .Post .Audio .SongInfo {
  262.                                         font-size: 80%;
  263.                                         }
  264.                     .Post .Audio .SongInfo ul{
  265.                                 border-left: 1px solid #AAA;
  266.                                         margin-left: 40px;
  267.                                         padding-left: 12px;
  268.                                         margin-bottom:22px;
  269.                     }
  270.                                         .Post .Audio .SongInfo li {
  271.                         margin-bottom:5px;
  272.                                                 }
  273.                                                
  274.                                 /* Question/Answer Post */
  275.                                 .Post .Answer .QuestionBox {
  276.                                         background:#eee;
  277.                                         height:1%;
  278.                                         overflow:hidden;
  279.                                         border-top: 1px solid #ccc;
  280.                                         border-bottom: 1px solid #fff;
  281.                                         }
  282.                                         .Post .Answer .TheAsker {
  283.                                                 float:left;
  284.                                                 }
  285.                                                 .Post .Answer .TheAsker .AskerPhoto {
  286.                                                         float:left;
  287.                                                         width: 96px;
  288.                                                         height:96px;
  289.                                                         overflow:hidden;
  290.                                                         float:left;
  291.                                                         margin-right:8px;
  292.                                                         }
  293.                                                 .Post .Answer .TheAsker .AskerPhoto img {
  294.                                                         -webkit-box-shadow: none;
  295.                                                         -moz-box-shadow:        none;
  296.                                                         }
  297.                                                 .Post .Answer .TheAsker .AskerName a {
  298.                                                         display:block;
  299.                                                         float:left;
  300.                                                         font-size: 12px;
  301.                                                         line-height: 1;
  302.                                                         padding:8px 8px 0px;
  303.                                                         border-bottom: none;
  304.                                                         }
  305.                                                 .Post .Answer .Asks {
  306.                                                         float:left;
  307.                                                         font-size: 12px;
  308.                                                         line-height: 1;
  309.                                                         padding:8px 8px 0px;
  310.                                                         }
  311.                                         .Post .Answer .TheQuestion {
  312.                                                 margin-left:40%;
  313.                                                 padding:14px;
  314.                                                 font-family:Helvetica, Arial, sans-serif;
  315.                                                 border-left: 1px solid #ccc;
  316.                                                 }
  317.                                         .Post .Answer .TheAnswer {
  318.                                                 padding:12px 48px;
  319.                                                 }
  320.  
  321.                         /* Generic Post stuff */
  322.                         .Post .PostBody {
  323.                 width:100%;
  324.                                         font-size:90%;
  325.                                         line-height:1.2;
  326.                                         }
  327.                     .Post .PostBody object {
  328.                         margin-left:auto;
  329.                         margin-right:auto;
  330.                     }
  331.                                 .Post .PostBody a {
  332.                                         text-decoration: none;
  333.                                         }
  334.                                 .Post .PostBody a:hover {
  335.                                         color: #FFF;
  336.                                         border-bottom:none;
  337.                                         }                              
  338.                                 .Post .PostBody p {
  339.                     margin-top:22px;
  340.                     font-family:Helvetica,Arial,sans-serif;
  341.                                         }
  342.                                 .Post .PostBody ul {
  343.                                         list-style: disc outside;
  344.                                         padding-left:20px;
  345.                                         margin-bottom:22px;
  346.                                         }
  347.                                 .Post .PostBody ol {
  348.                                         list-style: decimal outside;
  349.                                         padding-left:20px;
  350.                                         margin-bottom:22px;
  351.                                         }
  352.                                 .Post .PostBody small {
  353.                                         font-size: 11px;
  354.                                         line-height:11px!important;
  355.                                         }
  356.                                 .Post .PostBody blockquote {
  357.                                         border-left: 1px solid #AAA;
  358.                                         margin-left: 40px;
  359.                                         padding-left: 12px;
  360.                                         margin-bottom:22px;
  361.                                         }
  362.                                 .Post .Bottom {
  363.                                         position:absolute;
  364.                                     opacity:0;
  365.                                         color: #aaa;
  366.                                         font-size: 12px;
  367.                                         line-height: 1.5;
  368.                                         -webkit-transition:0.4s all linear;
  369.                                         bottom:0;
  370.                                         left:0;
  371.                                         right:0;
  372.                                         padding:10px;
  373.                                         }
  374.                                         .Post .Bottom .Reblog {
  375.                                                 float:left;
  376.                                                 margin-right:13px;
  377.                                                 }
  378.                                         .Post .Bottom span {
  379.                                                 padding: 0 13px 0 0;
  380.                                                 }
  381.                                                 .Post .Bottom .Reblog span,
  382.                                                 .Post .Bottom span.Notes a,
  383.                                                 .Post .Bottom span.ShortUrl span,
  384.                                                 .Post .Bottom span.Tags span  {
  385.                                                         text-transform: uppercase;
  386.                                                         padding-right:0;
  387.                                                         }
  388.                                         .Post .Bottom em {font-style: normal;}
  389.                                         .Post .Bottom a {
  390.                                                 color: #a5a5a5;
  391.                                                 font-family: Helvetica, Arial,sans-serif;
  392.                                                 text-decoration:none;
  393.                                                 }
  394.                                         .Post .Bottom a:hover {
  395.                                                 color:#FFF;
  396.                                                 }
  397.                                         .Post .Bottom .Tags {
  398.                                                 display:block;
  399.                                                 }
  400.                                 .Post .PermaPageNotes a.NotesAnchor {
  401.                                         border-bottom: none;
  402.                                         text-decoration: none;
  403.                                         }
  404.                                 ol.notes {
  405.                                         border-bottom: solid 1px #ccc;
  406.                                         padding: 48px 0 0 0px;
  407.                                         margin: 8px 0px 0px 0px;
  408.                                         list-style-type: none;
  409.                                         }
  410.        
  411.                                         ol.notes a { color: #444444; }
  412.  
  413.                                         ol.notes li.note {
  414.                                                 color: #777;
  415.                                                 font-size: 10px;
  416.                                                 border-top: solid 1px #ccc;
  417.                                                 padding: 4px;
  418.                                                 }
  419.  
  420.                                                 ol.notes li.note img.avatar {
  421.                                             vertical-align: -4px;
  422.                                             margin-right: 10px;
  423.                                             width: 16px;
  424.                                             height: 16px;
  425.                                                 }
  426.  
  427.                                                 ol.notes li.note span.action { margin-bottom: 5px; }
  428.  
  429.                                                 ol.notes li.note blockquote {
  430.                                                         border-color: #eee;
  431.                                                         padding: 4px 10px;
  432.                                                         margin: 10px 0px 0px 25px;
  433.                                                         }
  434.                                                         ol.notes li.note blockquote a { text-decoration: none; }
  435.  
  436.                                                 ol.notes li.note a:hover { text-decoration: underline; }
  437.  
  438.                        
  439.                         #Footer {
  440.                 width:100%;
  441.                 position:relative;
  442.                                 padding: 200px 0 8px;
  443.                                 font-size: 12px;
  444.                                 color: #8E8E8E;
  445.                                 line-height: 1.5em;
  446.                                 overflow: hidden;
  447.                                 }
  448.                                 #Footer a {
  449.                                         color: #202020;
  450.                                         font-weight: bold;
  451.                                         margin-right:10px;
  452.                                         text-transform: uppercase;
  453.                                         text-decoration: none;
  454.                                         }
  455.                                 #Footer .UtilityLinks {
  456.                                         width:67%;
  457.                                         float:left;
  458.                                         height:20px;
  459.                                         }
  460.                                 #Footer .Pagination {
  461.                                         width:33%;
  462.                                         float:right;
  463.                                         text-align: right;
  464.                                         height:20px;
  465.                                         }
  466.                                         #Footer .Numeration {
  467.                                                 padding-right:12px;
  468.                                                 }
  469.                                         #Footer form input.Text {
  470.                                                 width: 278px;
  471.                                                 }
  472.                                 #Footer .Hints {
  473.                                         font-size: 14px;
  474.                                         padding-bottom:14px;
  475.                                         }
  476.                                 #Footer .Colophon {
  477.                                         font-size: 12px;
  478.                                         line-height: 1;
  479.                                         padding-bottom:14px;
  480.                                         }
  481.                                 #Footer .Colophon a {
  482.                                         color: #888;
  483.                                         margin-right:0;
  484.                                         }
  485.  
  486.                 {CustomCSS}
  487.         </style>
  488.        
  489.         <script type="text/javascript" charset="utf-8">
  490.                 window.addEvent('domready', function() {
  491.                         var Posts = $$('.Post');
  492.                         var PhotoSetEmbeds = $$('.html_photoset embed');
  493.  
  494.                         Posts.each(function(post, index, array) {
  495.                                 if (post.getElement('.Words') != null) {
  496.                                         var body = post.getElement('.PostBody');
  497.                                         var NumberOfWords = body.get('text').split(' ').length;
  498.                                         post.getElement('.WordCount').set('html', NumberOfWords);
  499.                                 }
  500.  
  501.                                 if (post.getElement('embed.photoset')) {
  502.                                         var PhotoSetEmbed = post.getElement('embed.photoset');
  503.                                         PhotoSetEmbed.setProperties({
  504.                                                  width: '770'
  505.                                                 ,height: '771'
  506.                                         });
  507.                                 }
  508.  
  509.                                 if (post.getElement('.Video') && !post.hasClass('do_not_resize')) {
  510.                                         var el = post.getElement('object') || post.getElement('iframe') || post.getElement('embed');
  511.                                         if (el) {
  512.                                                 var w = el.getProperty('width');
  513.                                                 var h = el.getProperty('height');
  514.                                                 var p = ((770 - w) * 100)/w;
  515.                                                 var newW = 770;
  516.                                                 var newH = (h * ('1.'+p).toFloat()).round();
  517.                                                 el.setProperties({width:newW, height:newH});
  518.                                                 if (el.getElement('embed')) {
  519.                                                         el.getElement('embed').setProperties({width:newW, height:newH});
  520.                                                 }
  521.                                         }
  522.                                 }
  523.                         });
  524.  
  525.                         {block:PermalinkPage}
  526.                         var uri = window.location.search.substring(1);
  527.                         {/block:PermalinkPage}
  528.                 });
  529.         </script>
  530.  
  531. </head>
  532. <body>
  533.         <div id="Main">
  534.                 <div id="Header">
  535.                                 <a href="/" class="mainTitle">{Title}</a>
  536.                
  537.                         <div class="Description">
  538.                                 {block:Description}{Description}{/block:Description}
  539.                         </div>
  540.                        
  541.                                 <div class="PageLinks" style="display: none; {block:HasPages}display: block;{/block:HasPages}{block:AskEnabled}display: block;{/block:AskEnabled}{block:SubmissionsEnabled}display: block;{/block:SubmissionsEnabled}"><ul>
  542.                                 {block:HasPages}
  543.                                             {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
  544.                             {/block:HasPages}
  545.                             {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  546.                     {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  547.                     </ul>
  548.                                 </div>
  549.                 </div>
  550.                
  551.                 <div id="Container">
  552.                 {block:Posts}
  553.                         <div class="Post {block:PermalinkPage}Single{/block:PermalinkPage} {TagsAsClasses}">
  554.                                 {block:Text}
  555.                                 <div class="Text">
  556.                                         {block:Title}
  557.                                         <a href="{Permalink}" class="Title">{Title}</a>
  558.                                         {/block:Title}
  559.                                
  560.                                         <div class="PostBody">{Body}</div>
  561.                                 </div>
  562.                                 {/block:Text}
  563.  
  564.                                 {block:Photo}
  565.                                 <div class="Photo">
  566.                                         <div class="ThePhoto">
  567.                                                 {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}
  568.                                         </div>
  569.                                         {block:Caption}
  570.                                                 <div class="PostBody">{Caption}</div>
  571.                                         {/block:Caption}
  572.                                 </div>
  573.                                 {/block:Photo}
  574.  
  575.                         {block:Panorama}
  576.                                 <div class="Panorama Photo">
  577.                     <div class="ThePhoto">
  578.                                             {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  579.                     </div>
  580.                                         {block:Caption}
  581.                                                 <div class="PostBody">{Caption}</div>
  582.                                         {/block:Caption}
  583.                                 </div>
  584.                                 {/block:Panorama}
  585.  
  586.                                 {block:Photoset}
  587.                                 <div class="PhotoSet">
  588.                                         {Photoset-500}
  589.                                         {block:Caption}
  590.                                                 <div class="PostBody">{Caption}</div>
  591.                                         {/block:Caption}
  592.                                 </div>
  593.                                 {/block:Photoset}
  594.  
  595.                                 {block:Quote}
  596.                                 <div class="Quote">
  597.                                         <div class="TheQuote {Length}">{Quote}</div>
  598.                                         <div class="QuoteSource">{Source}</div>
  599.                                 </div>
  600.                                 {/block:Quote}
  601.                        
  602.                                 {block:Link}
  603.                                 <div class="Link">
  604.                                         <a href="{URL}" target="{Target}" class="TheLink">{Name}</a>
  605.                                         {block:Description}
  606.                                         <div class="PostBody">
  607.                                                 {Description}
  608.                                         </div>
  609.                                         {/block:Description}
  610.                                 </div>
  611.                                 {/block:Link}
  612.  
  613.                                 {block:Chat}
  614.                                 <div class="Chat">
  615.                                         {block:Title}
  616.                                         <a href="{Permalink}" class="Title">{Title}</a>
  617.                                         {/block:Title}
  618.                                
  619.                                         <ul class="TheChat">
  620.                                                 {block:Lines}
  621.                                                 <li class="{Alt} User-{UserNumber}">
  622.                                                         {block:Label}
  623.                                                                 <span class="Label">{Label}</span>
  624.                                                         {/block:Label}
  625.                                                         <p class="Line">{Line}</p>
  626.                                                 </li>
  627.                                                 {/block:Lines}
  628.                                         </ul>
  629.                                 </div>
  630.                                 {/block:Chat}
  631.  
  632.                                 {block:Audio}
  633.                                 <div class="Audio">
  634.                                         {block:AlbumArt}
  635.                                                 <div class="AlbumArt">
  636.                                                 <img src="{AlbumArtURL}" />
  637.                                                 </div>
  638.                                         {/block:AlbumArt}
  639.  
  640.                                         <div class="AudioPlayerWrapper">{AudioPlayerBlack}</div>
  641.  
  642.                                         <div class="SongInfo">
  643.                                                 <ul>
  644.                         {block:TrackName}
  645.                                                     <li class="TrackName">{TrackName}</li>
  646.                                                 {/block:TrackName}
  647.                                                 {block:Artist}
  648.                                                     <li class="Artist">by {Artist}</li>
  649.                                                 {/block:Artist}
  650.                                                 {block:Album}
  651.                                                     <li class="Album">from the album: {Album}</li>
  652.                                                 {/block:Album}
  653.                         </ul>
  654.                     <div class="Plays"><b>({PlayCountWithLabel})</b></div>
  655.                                         </div>
  656.  
  657.                                         <div class="Caption PostBody">
  658.                                                 {Caption}
  659.                                         </div>
  660.                                 </div>
  661.                                 {/block:Audio}
  662.  
  663.                                 {block:Video}
  664.                                 <div class="Video">
  665.                                         {Video-500}
  666.                                         <div class="PostBody">
  667.                                                 {Caption}
  668.                                         </div>
  669.                                 </div>
  670.                                 {/block:Video}
  671.  
  672.                                 {block:Answer}
  673.                                 <div class="Answer">
  674.                                         <div class="QuestionBox">
  675.                                                 <div class="TheAsker">
  676.                                                         <div class="AskerPhoto"><img src="{AskerPortraitURL-96}" width="96" height="96"/></div>
  677.                                                         <span class="AskerName">{Asker}</span>
  678.                                                 </div>
  679.                                                 <div class="Asks">asks:</div>
  680.                                                 <div class="TheQuestion">{Question}</div>
  681.                                         </div>
  682.                                
  683.                                         <div class="TheAnswer PostBody">{Answer}</div>
  684.                                 </div>
  685.                                 {/block:Answer}
  686.  
  687.                                 <!-- Post Bottom -->
  688.                                 <div class="Bottom">
  689.                                        
  690.                                          <span class="ShortUrl">
  691.                                          <a href="{ShortURL}">LINK</a>
  692.                                         </span>
  693.                                         <div class="Reblog">
  694.                                                 {block:ContentSource}
  695.                                                         <span>{lang:Source}:</span>
  696.                                                         <a href="{SourceURL}">
  697.                                                                 {block:SourceLogo}
  698.                                                                         <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  699.                                                                 {/block:SourceLogo}
  700.                                                                 {block:NoSourceLogo}
  701.                                                                         {SourceTitle}
  702.                                                                 {/block:NoSourceLogo}
  703.                                                         </a>
  704.                                                 {/block:ContentSource}
  705.  
  706.                                                 <!-- {block:RebloggedFrom}
  707.                                                         /{lang:Reblogged from ReblogParentTitle 2}
  708.                                                 {/block:RebloggedFrom} -->
  709.                                         </div>
  710.  
  711.                                         {block:Photo}
  712.                                         {block:IfShowHighResPhotoLinks}
  713.                                                 {block:HighRes}
  714.                                                         <span class="HighRes">
  715.                                                                 <a href="{PhotoURL-HighRes}" class="HighResLink" style="text-transform:uppercase;">{lang:High-res}</a>
  716.                                                         </span>
  717.                                                 {/block:HighRes}
  718.                                         {/block:IfShowHighResPhotoLinks}
  719.                                         {/block:Photo}
  720.  
  721.                                         {block:IfShowNoteCount}
  722.                                         {block:NoteCount}
  723.                                                 <span class="Notes">
  724.                                                         <a href="{Permalink}#Notes">{lang:Notes}: {NoteCount}</a>
  725.                                                 </span>
  726.                                         {/block:NoteCount}
  727.                                         {/block:IfShowNoteCount}
  728.                     {block:Date}
  729.                                         <span class="Permalink">
  730.                                                 <a href="{Permalink}" class="Time">{DayOfMonth}{ShortMonth}{Year}@{24HourWithZero}:{Minutes}</a>
  731.                                         </span>
  732.  
  733.                                         {block:Date}
  734.                                
  735.                                         {block:IfShowTags}
  736.                                         {block:HasTags}
  737.                                                 <span class="Tags">
  738.                                                         {block:Tags}
  739.                                                                 <a href="{TagURL}">#{Tag}</a>&nbsp;
  740.                                                         {block:Tags}
  741.                                                 </span>
  742.                                         {/block:HasTags}
  743.                                         {/block:IfShowTags}
  744.                                
  745.                                 </div>
  746.                                 <!-- /Post Bottom -->
  747.                                 {block:IfShowNotesOnPermalinkPage}
  748.                                         {block:PermalinkPage}
  749.                                         <span class="PermaPageNotes">
  750.                                                 <a name="Notes" class="NotesAnchor">&#160;</a>
  751.                                                 {PostNotes}
  752.                                         </span>
  753.                                         {/block:PermalinkPage}
  754.                                 {/block:IfShowNotesOnPermalinkPage}
  755.                                
  756.                                
  757.                                 {block:IfDisqusShortname}{/block:IfDisqusShortname}
  758.                                
  759.                         </div>
  760.                 {/block:Posts}
  761. </div>
  762.                 <div id="Footer">
  763.                         <div class="Pagination">
  764.                                 {block:Pagination}
  765.                                 <span class="Numeration">
  766.                                         {lang:CurrentPage of TotalPages 2}
  767.                                         {block:PreviousPage}<a href="{PreviousPage}" class="Button">{lang:Previous page}</a>{/block:PreviousPage}
  768.                                         {block:NextPage}<a href="{NextPage}" class="Button">{lang:Next page}</a>{/block:NextPage}
  769.                                 </span>
  770.                                 {/block:Pagination}
  771.  
  772.                                 {block:PermalinkPagination}
  773.                                 {block:NextPost}<a href="{NextPost}" class="Button">{lang:Previous post}</a>{/block:NextPost}
  774.                                 {block:PreviousPost}<a href="{PreviousPost}" class="Button">{lang:Next post}</a>{/block:PreviousPost}
  775.                                 {/block:PermalinkPagination}
  776.                         </div>
  777.  
  778.                 </div>
  779.         </div>
  780. </body>
  781. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement