Advertisement
blowfob

Redux Base Edit

Jun 21st, 2015
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 23.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. redux base edit by blowfob
  5. original redux by jacob bijani
  6.                                    
  7. -->
  8.  
  9.  
  10. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. <meta charset="utf-8">
  16.  
  17. <!-- HTML5 SHIV FOR INTERNET EXPLORER SUPPORT -->
  18.     <!--[if lt IE 9]>
  19.      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  20.    <![endif]-->
  21.  
  22.  
  23. <!-- CUSTOM APPEARANCE OPTIONS -->
  24. <meta name="color:Background" content="#97c5e0" />
  25. <meta name="color:Footer" content="#eaeaea" />
  26. <meta name="color:Links" content="#666" />
  27. <meta name="color:Blockquote" content="#eaeaea" />
  28. <meta name="color:Body Text" content="#6e7173" />
  29. <meta name="color:Posts" content="#fff" />
  30. <meta name="color:Asks" content="#f1f1f1" />
  31.  
  32. <meta name="font:Title" content="Arial" />
  33. <meta name="font:Body" content="Arial" />
  34. <meta name="font:Accent" content="Lucida Sans" />
  35.  
  36. <meta name="if:Show Search" content="0" />
  37. <meta name="if:Show Pages" content="1" />
  38. <meta name="if:Rounded Corners" content="1" />
  39. <meta name="if:Rounded Sidebar Image" content="0" />
  40. <meta name="if:Shadow" content="0" />
  41. <meta name="if:Show Tags" content="1" />
  42. <meta name="if:Show Album Art on Audio Posts" content="1" />
  43. <meta name="if:Enable Jump Pagination" content="0" />
  44. <meta name="if:Stretch Background Image" content="0" />
  45.  
  46.  
  47. <meta name="image:Sidebar" content="" />
  48. <meta name="image:Background" content="" />
  49.  
  50. <style>
  51.  
  52. body {
  53.     background: {color:Background} url('{image:Background}') top left fixed repeat;
  54.     margin: 0;
  55.     padding: 0;
  56.     font-family: {font:Body};
  57.     font-size: 12px;
  58.     {block:IfStretchBackgroundImage}
  59.     -webkit-background-size: cover;
  60.     -moz-background-size: cover;
  61.     -o-background-size: cover;
  62.     background-size: cover;
  63.     {block:IfStretchBackgroundImage}
  64. }
  65. /* clearfix */
  66. .clear {
  67.     clear: both;
  68.     height: 0px;
  69.     overflow: hidden;
  70. }
  71.  
  72. a img {
  73.     border: none;
  74. }
  75.  
  76. /* POST CONTAINER */
  77. section {
  78.     width: 520px;
  79.     float: left;
  80.     margin-top: 50px;
  81. }
  82. /* POSTS */  
  83. section article {
  84.     left: 30%;
  85.     font-family: {font:Body};
  86.     background: {color:Posts};
  87.     padding: 10px;
  88.     position: relative;
  89.     {block:IfRoundedCorners}
  90.     -webkit-border-radius: 8px;
  91.     -moz-border-radius: 8px;
  92.     border-radius: 8px;
  93.     {/block:IfRoundedCorners}
  94.     {block:IfShadow}
  95.     -webkit-box-shadow: -8px 8px 3px 0px rgba(0,0,0,0.35);
  96.     -moz-box-shadow: -8px 8px 3px 0px rgba(0,0,0,0.35);
  97.     box-shadow: -8px 8px 3px 0px rgba(0,0,0,0.35);
  98.     {block:IfShadow}
  99. }
  100.  
  101.  
  102. /* UNIQUE CODE FOR INDIVIDUAL POST TYPES */  
  103.  
  104.  /* photo posts */  
  105. section article .media {
  106.     text-align: center;
  107.     margin-bottom: 10px;
  108. }
  109.  /* quote posts */          
  110. section article .quotebg {
  111.     font-family: georgia, serif;
  112.     font-size: 150px;
  113.     color: {color:Background};
  114.     opacity: 0.2;
  115.     filter: alpha(opacity=20);
  116.     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  117.     position: absolute;
  118.     top: 70px;
  119.     left: 10px;
  120. }
  121.  
  122. section article .quote {
  123.     color: {color:Background};
  124.     font-weight: bold;
  125.     padding: 20px 20px 5px 20px;
  126. }
  127.  
  128. section article .quote.short {
  129.     font-size: 33px;
  130.     line-height: 35px;
  131. }
  132.  
  133. section article .quote.medium {
  134.     font-size: 25px;
  135.     line-height: 28px;
  136. }
  137.  
  138. section article .quote.long {
  139.     font-size: 18px;
  140.     line-height: 22px;
  141. }
  142.                                
  143. section article .quote_source *:first-child {
  144.     margin-top: 0px;
  145. }
  146.  
  147. section article .quote_source *:last-child {
  148.     margin-bottom: 0px;
  149. }
  150.  
  151. section article .quote *:first-child {
  152.     margin-top: 0px;
  153. }
  154.  
  155. section article .quote *:last-child {
  156.     margin-bottom: 0px;
  157. }
  158. /* POST TEXT */                  
  159. section article .copy {
  160.     color: {color:Body Text};
  161.     padding: 10px;
  162.     line-height: 15px;
  163. }
  164.    
  165. section article .copy a {
  166.     color: {color:Links};
  167.     text-decoration: underline;
  168. }
  169.  
  170. section article .copy p {
  171.     margin: 10px 0 0 0;
  172.     padding: 0;
  173. }
  174.  
  175. section article .copy pre {
  176.     margin: 10px 0px 10px 0px;
  177.     padding: 10px;
  178.     background-color: #e6e6e6;
  179.     font: normal 11px Courier, monospace;
  180.     overflow: auto;
  181. }
  182.  
  183. section article .copy > p:first-child {
  184.     margin-top: 0;
  185. }
  186.  
  187. section article .copy img {
  188.     max-width: 100%;
  189. }
  190. /* audio posts */  
  191. section article .audio {
  192.     background: #eaeaea;
  193.     float: left;
  194.     padding: 7px;
  195.     margin-bottom: 10px;
  196.     -moz-border-radius: 4px;
  197.     -webkit-border-radius: 4px;
  198.     border-radius: 4px;
  199. }
  200.                                                
  201. section article .audio .player {
  202.     float: left;
  203. }
  204.                
  205. section article .audio .player .audio_player embed {
  206.     border: 1px solid #c8c8c8;
  207. }
  208.                
  209. section article .audio .meta {
  210.     padding: 8px 13px;
  211.     height: 13px;
  212.     float: left;
  213.     color: #666;
  214.     font-family: {font:Accent};
  215.     font-size: 11px;
  216.     text-transform: lowercase;
  217. }
  218.                
  219. section article .audio .meta a {
  220.     color: {color:Links};
  221.     text-decoration: none;
  222. }
  223.            
  224. section article .album_art {
  225.     text-align: center;
  226. }
  227. /* ask post bubbles */                
  228. section article .question {
  229.     color: #494949;
  230.     font-size: 16px;
  231.     font-weight: bold;
  232.     background: {color:Asks};
  233.     -moz-border-radius: 8px;
  234.     -webkit-border-radius: 8px;
  235.     border-radius: 8px;
  236.     margin: 0 0 15px 0;
  237.     padding: 15px 20px;
  238.     position: relative;
  239. }
  240. /* the lil triangle pointing down on ask bubbles */            
  241. section article .question .nipple {
  242.     width: 0;
  243.     height: 0;
  244.     border-left: 20px solid transparent;
  245.     border-right: 20px solid transparent;
  246.     border-top: 20px solid {color:Asks};
  247.     position: absolute;
  248.     bottom: -10px;
  249.     left: 34px;
  250. }
  251.                
  252. section article .asker_container {
  253.     margin: 0 0 20px 24px;
  254. }
  255. section article .asker_container img {
  256.     margin: 0 12px -7px 0;
  257. }
  258. section article .asker_container a.asker {
  259.     color: {color:Links};
  260. }
  261. section article .title {
  262.     color: #494949;
  263.     font-size: 16px;
  264.     font-weight: bold;
  265.     padding: 10px 10px 0 10px;
  266. }
  267. section article img {
  268.     max-width: 500px;
  269. }
  270. /* chat posts */  
  271. section article .chat {
  272.     margin: 10px 10px 0 10px;
  273.     font-size: 14px;
  274. }
  275. section article .chat .lines {
  276.     margin-left: 1px;
  277. }
  278. section article .chat .lines .line {
  279.     color: #494949;
  280.     margin-bottom: 1px;
  281.     padding: 3px 0px;
  282. }
  283. section article .chat .lines .line.even {
  284.     background-color: #fdfdfd;
  285. }
  286. section article .link {
  287.     margin: 4px 0 2px 0;
  288.     line-height: 25px;
  289. }
  290. section article .link a {
  291.     background-color: {color: Background};
  292.     color: {color:Links};
  293.     padding: 5px 7px;
  294.     -moz-border-radius: 4px;
  295.     -webkit-border-radius: 4px;
  296.     border-radius: 4px;
  297. }
  298. section article .link a:hover {
  299.     opacity: 0.9;
  300.     filter: alpha(opacity=90);
  301.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  302. }
  303. /* POST FOOTER */
  304. section article footer {
  305.     background: {color:Footer};
  306.     -moz-border-radius: 4px;
  307.     -webkit-border-radius: 4px;
  308.     border-radius: 4px;
  309.     font-family: {font: Accent};
  310.     font-size: 11px;
  311.     color: {color:Links};
  312.     padding: 5px 10px;
  313.     margin-top: 10px;
  314. }
  315. section article footer.for_permalink:hover {
  316.     opacity: 0.9;
  317.     filter: alpha(opacity=90);
  318.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  319. }
  320. section article footer .date {
  321.     width: 67%;
  322.     float: left;
  323.     color: #666;
  324. }
  325. section article footer .notes {
  326.     width: 33%;
  327.     float: right;
  328.     text-align: right;
  329.     color: #666;
  330. }
  331. section article footer .notes a {
  332.     color: {color:Links};
  333. }
  334. section article footer .tags a {
  335.     color: {color:Links};
  336.     text-decoration: underline;
  337. }
  338. section article footer .tags .tag-commas:last-child {
  339.     display: none;
  340. }
  341. section article footer.with_source_url .tags {
  342.     max-width: 330px;
  343.     float: left;
  344. }
  345. section article footer.with_source_url .source_url {
  346.     float: right;
  347.     max-width: 160px;
  348.     overflow: hidden;
  349.     white-space: nowrap;
  350. }
  351. section article footer.with_source_url .source_url img {
  352.     vertical-align: top;
  353.     -moz-opacity: 0.5;
  354.     opacity: 0.5;
  355. }
  356. section article footer.with_source_url .source_url:hover img {
  357.     -moz-opacity: 0.7;
  358.     opacity: 0.7;
  359. }
  360. section article a {
  361.     color: {color:Links};
  362.     text-decoration: none;
  363. }
  364. blockquote {
  365.     border-left: 3px solid {color:Blockquote};
  366.     padding: 0px 0px 0 15px;
  367.     margin: 10px 0px 12px 0px;
  368. }
  369. section article .copy blockquote:last-child {
  370.     /* gets rid of the gap between the blockquote and footer */
  371.     margin-bottom: 0px!important;
  372. }
  373. /* space between posts*/
  374. section .bottom {
  375.     width: 513px;
  376.     height: 40px;
  377.     margin: 0 auto;
  378. }
  379. /* pagination */
  380. section #navigation {
  381.     text-align: right;
  382.     padding-bottom: 35px;
  383.     text-transform: lowercase;
  384. }
  385. section #navigation a {
  386.     background-color: #fff;
  387.     color: {color:Background};
  388.     padding: 5px 10px;
  389.     text-decoration: none;
  390.     margin-left: 25px;
  391. }
  392. section #navigation a:hover {
  393.     opacity: 0.9;
  394.     filter: alpha(opacity=90);
  395.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  396. }
  397. section #navigation.jump_pagination {}section #navigation.jump_pagination a {
  398.     margin: 0 0 0 4px;
  399. }
  400. section #navigation.jump_pagination .current_page {
  401.     color: #fff;
  402.     background-color: rgba(255, 255, 255, 0.1);
  403.     border: 2px solid #fff;
  404.     padding: 3px 8px;
  405.     margin: 0 0 0 4px;
  406.     cursor: default;
  407. }
  408. section #navigation.jump_pagination .jump_page {}section article .notecontainer {
  409.     background: #eaeaea;
  410.     -moz-border-radius: 4px;
  411.     -webkit-border-radius: 4px;
  412.     border-radius: 4px;
  413.     font-family: {font:Accent};
  414.     font-size: 11px;
  415.     color: #666;
  416.     margin-top: 10px;
  417.     margin-bottom: -10px;
  418. }
  419. section article .notecontainer a {
  420.     color: #666;
  421.     text-decoration: underline;
  422. }
  423. section article .notecontainer ol.notes {
  424.     padding: 0px 0 10px 0;
  425.     list-style-type: none;
  426.     font-size: 11px;
  427. }
  428. section article .notecontainer ol.notes li.note {
  429.     padding: 10px 10px 0 10px;
  430. }
  431. section article .notecontainer ol.notes li.note img.avatar {
  432.     vertical-align: -4px;
  433.     margin-right: 10px;
  434.     width: 16px;
  435.     height: 16px;
  436. }
  437. section article .notecontainer ol.notes li.note span.action {
  438.     font-weight: normal;
  439. }
  440. section article .notecontainer ol.notes li.note .answer_content {
  441.     font-weight: normal;
  442. }
  443. section article .notecontainer ol.notes li.note blockquote {
  444.     border-left: 2px solid #666;
  445.     padding: 4px 10px;
  446.     margin: 10px 0px 0px 25px;
  447. }
  448. section article .notecontainer ol.notes li.note blockquote a {
  449.     text-decoration: none;
  450. }
  451. section #searchresults {
  452.     color: #fff;
  453.     margin: 0 0 15px 0;
  454.     font-family: {font:Body};
  455.     font-size: 20px;
  456. }
  457. section #searchresults .search_query {
  458.     font-weight: bold;
  459. }
  460. section #searchresults .search_query:before {
  461.     content: '“';
  462. }
  463. section #searchresults .search_query:after {
  464.     content: '”';
  465. }
  466. /* SIDEBAR */
  467. #sidebar {
  468.     padding-bottom: 10px;
  469.     background-color:{color:Posts};
  470.     position: fixed;
  471.     right: calc(25% - 125px);
  472.     {block:IfRoundedCorners}
  473.     -webkit-border-radius: 8px;
  474.     -moz-border-radius: 8px;
  475.     border-radius: 8px;
  476.     {/block:IfRoundedCorners}
  477.     margin-top: 74px;
  478.     width: 250px;
  479.     color: {color:Background};
  480.     font-family: {font:Accent}
  481.     {block:IfShadow}
  482.     -webkit-box-shadow: -8px 8px 3px 0px rgba(0,0,0,0.35);
  483.     -moz-box-shadow: -8px 8px 3px 0px rgba(0,0,0,0.35);
  484.     box-shadow: -8px 8px 3px 0px rgba(0,0,0,0.35);
  485.     {block:IfShadow}
  486. }
  487. #sidebar a {
  488.     color: {color:Background};
  489. }
  490. /* sidebar pic */
  491. #sidebar #top #avatar {
  492.     top: -24px;
  493.     position: relative;
  494.     margin-left: 20px;
  495. }
  496. #avatar img {
  497.     {block:IfRoundedSidebarImage}
  498.     border-radius: 8px;
  499.     {/block:IfRoundedSidebarImage}
  500.     max-width: 200px;
  501.     margin: 0 auto;
  502. }
  503. /* sidebar links to pages */
  504. #sidebar #top #pages {
  505.     {block:IfNotShowSearch}
  506.     margin: 0 20px 0px 20px;
  507.     {/block:IfNotShowSearch}
  508.     {block:IfShowSearch}
  509.     margin: 0 20px 10px 20px;
  510.     {/block:IfShowSearch}
  511.     font-size: 12px;
  512. }
  513. #sidebar #top #pages.ask_and_submit {
  514.     display: none;
  515.     {block:AskEnabled}
  516.     display: block;
  517.     {/block:AskEnabled}
  518.     {block:SubmissionsEnabled}
  519.     display: block;
  520.     {/block:SubmissionsEnabled}
  521. }
  522. #sidebar #top #pages a.page {
  523.     display: block;
  524.     float: left;
  525.     background-color: {color:Background};
  526.     color: #fff;
  527.     padding: 4px 5px;
  528.     margin: 0 5px 5px 0;
  529.     -webkit-border-radius: 3px;
  530.     -moz-border-radius: 3px;
  531.     border-radius: 3px;
  532. }
  533. #sidebar #top #pages a.page:last-child {
  534.     margin-right: 0;
  535. }
  536. #sidebar #top #pages a.page:hover {
  537.     opacity: 0.9;
  538.     filter: alpha(opacity=90);
  539.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  540. }
  541. /* sidebar description */
  542. #sidebar #top #description {
  543.     color: {color:Body Text};
  544.     font-size: 11px;
  545.     top: -12px;
  546.     margin: 0 20px;
  547.     line-height: 15px;
  548.     position: relative;
  549. }
  550. #sidebar #top #description a {
  551.     color: {color:Links};
  552.     text-decoration: underline;
  553. }
  554. #sidebar #top #search {
  555.     margin: 0 20px;
  556.     background: #fff;
  557.     border: 1px solid {color:Background};
  558.     -moz-border-radius: 3px;
  559.     -webkit-border-radius: 3px;
  560.     border-radius: 3px;
  561. }
  562. /* searchbar */
  563. #sidebar #top #search form {
  564.     margin: 0;
  565. }
  566. #sidebar #top #search form .query {
  567.     padding: 5px;
  568.     border: none;
  569.     background: transparent;
  570.     outline: none;
  571.     width: 125px;
  572.     float: left;
  573.     color: {color:Background};
  574. }
  575. #sidebar #top #search form .submit {
  576.     background: {color:Background};
  577.     color: #fff;
  578.     border: none;
  579.     padding: 5px 7px;
  580.     float: right;
  581.     -moz-border-radius: 3px;
  582.     -webkit-border-radius: 3px;
  583.     border-radius: 3px;
  584.     cursor: pointer;
  585. }
  586. #sidebar #top #search form .submit:hover {
  587.     opacity: 0.9;
  588.     filter: alpha(opacity=90);
  589.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";}
  590. #sidebar #top .heading {
  591.     color: #fff;
  592.     font-family: helvetica, arial, sans-serif;
  593.     font-size: 17px;
  594.     margin-top: 20px;
  595.     padding: 10px;
  596.     background-color: {color:Background};
  597.     -webkit-border-top-left-radius: 4px;
  598.     -webkit-border-top-right-radius: 4px;
  599.     -moz-border-radius-topleft: 4px;
  600.     -moz-border-radius-topright: 4px;
  601.     border-top-left-radius: 4px;
  602.     border-top-right-radius: 4px;
  603. }
  604. #sidebar #top .content {
  605.     margin-top: 2px;
  606.     padding: 7px 10px;
  607.     background: #eaeaea;
  608.     color: #666;
  609.     font-size: 11px;
  610.     overflow: hidden;
  611. }
  612. #sidebar #top a {
  613.     text-decoration: none;
  614. }
  615.  
  616.  
  617. </style>
  618. <style type="text/css">{CustomCSS}</style>
  619.  
  620. <body>
  621.  
  622. <section>
  623.     {block:SearchPage}
  624.         {block:SearchResults}
  625.             <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  626.         {/block:SearchResults}
  627.        
  628.         {block:NoSearchResults}
  629.             <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  630.         {/block:NoSearchResults}
  631.     {/block:SearchPage}
  632.    
  633.     {block:Posts}
  634.         <article>
  635.             {block:Photo}
  636.                 <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  637.                 {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  638.             {/block:Photo}
  639.             {block:Photoset}
  640.                 {Photoset-500}
  641.                 {block:Caption}
  642.                     <div class="copy">{Caption}</div>
  643.                 {/block:Caption}
  644.             {/block:Photoset}
  645.            
  646.             {block:Video}
  647.                 <div class="media">{Video-500}</div>
  648.                 {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  649.             {/block:Video}
  650.            
  651.             {block:Audio}
  652.                
  653.                 {block:AudioEmbed}
  654.                     {AudioEmbed}
  655.                 {/block:AudioEmbed}
  656.                
  657.                 {block:AudioPlayer}
  658.                     {block:IfShowAlbumArtOnAudioPosts}
  659.                         {block:AlbumArt}
  660.                             <div class="album_art">
  661.                                 <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  662.                             </div>
  663.                         {/block:AlbumArt}
  664.                     {/block:IfShowAlbumArtOnAudioPosts}
  665.                
  666.                     <div class="audio">
  667.                         <div class="player">{AudioPlayerWhite}</div>
  668.                         <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  669.                         <div class="clear"></div>
  670.                     </div>
  671.                 {/block:AudioPlayer}
  672.                
  673.                 <div class="clear"></div>
  674.                
  675.                 {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  676.                
  677.             {/block:Audio}
  678.            
  679.             {block:Quote}
  680.                 <div class="quote {Length}">{Quote}</div>
  681.                 <div class="copy">
  682.                     <div class="quotebg"></div>
  683.                     {block:Source}
  684.                         <table border="0" cellpadding="0" cellspacing="0" width="100%">
  685.                             <tr>
  686.                                 <td valign="top" style="width:20px;">&mdash;</td>
  687.                                 <td valign="top" class="quote_source">
  688.                                     {Source}
  689.                                 </td>
  690.                             </tr>
  691.                         </table>
  692.                     {/block:Source}
  693.                 </div>
  694.             {/block:Quote}
  695.                
  696.             {block:Text}
  697.                 {block:Title}<div class="title">{Title}</div>{/block:Title}
  698.                 <div class="copy">{Body}</div>
  699.             {/block:Text}
  700.            
  701.             {block:Answer}
  702.                 <div class="question">
  703.                     <div class="nipple"></div>
  704.                     {Question}
  705.                 </div>
  706.                 <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  707.                 <div class="copy">{Answer}</div>
  708.             {/block:Answer}
  709.            
  710.             {block:Chat}
  711.                 {block:Title}<div class="title">{Title}</div>{/block:Title}
  712.                 <div class="chat">
  713.                     <div class="lines">
  714.                         {block:Lines}
  715.                             <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  716.                         {/block:Lines}
  717.                     </div>
  718.                 </div>
  719.                 <div class="clear"></div>
  720.                 <div style="height:10px;"></div>
  721.             {/block:Chat}
  722.            
  723.             {block:Link}
  724.                 <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  725.                 {block:Description}<div class="copy">{Description}</div>{/block:Description}
  726.             {/block:Link}
  727.            
  728.             {block:Date}
  729.                 <a href="{Permalink}">
  730.                     <footer class="for_permalink">
  731.                         <div class="date">
  732.                             {block:Reblog}
  733.                                 {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  734.                             {/block:Reblog}
  735.                            
  736.                             {block:NotReblog}
  737.                                 {lang:Posted TimeAgo from source}
  738.                             {/block:NotReblog}
  739.                         </div>
  740.                         <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  741.                         <div class="clear"></div>
  742.                     </footer>
  743.                 </a>
  744.             {/block:Date}
  745.            
  746.             <footer class="{block:ContentSource}with_source_url{/block:ContentSource}" style="
  747.                display:none;
  748.                {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  749.                {block:ContentSource}display:block;{/block:ContentSource}
  750.            ">
  751.                 {block:IfShowTags}
  752.                     {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  753.                 {/block:IfShowTags}
  754.                
  755.                 {block:ContentSource}
  756.                     <a href="{SourceURL}" class="source_url">
  757.                         {lang:Source}:
  758.                         {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  759.                         {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  760.                     </a>
  761.                 {/block:ContentSource}
  762.                
  763.                 <div class="clear"></div>
  764.             </footer>
  765.            
  766.             {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  767.         </article>
  768.         <div class="bottom"></div>
  769.     {/block:Posts}
  770.    
  771.     {block:Pagination}
  772.         <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  773.             {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  774.            
  775.             {block:IfEnableJumpPagination}
  776.                 {block:JumpPagination length="5"}
  777.                     {block:CurrentPage}
  778.                         <span class="current_page">{PageNumber}</span>
  779.                     {/block:CurrentPage}
  780.                    
  781.                     {block:JumpPage}
  782.                         <a class="jump_page" href="{URL}">{PageNumber}</a>
  783.                     {/block:JumpPage}
  784.                    
  785.                 {/block:JumpPagination}
  786.             {/block:IfEnableJumpPagination}
  787.            
  788.             {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  789.         </div>
  790.     {/block:Pagination}
  791.    
  792. </section>
  793.  
  794. <!-- SIDEBAR -->
  795. <div id="sidebar">
  796.     <div id="top">
  797.         <div id="avatar"><a href="/"><img src="{image:Sidebar}" /></a></div>
  798.         <div id="description">{Description}</div>
  799.        
  800.         {block:IfShowPages}
  801.         <div id="pages" class="ask_and_submit">
  802.             {block:AskEnabled}<a href="/ask" class="page">{AskLabel}</a>{/block:AskEnabled}
  803.             {block:SubmissionsEnabled}<a href="/submit" class="page">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  804.             <div class="clear"></div>
  805.         </div>
  806.        
  807.         {block:HasPages}
  808.             <div id="pages">
  809.                 {block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}
  810.                 <div class="clear"></div>
  811.             </div>
  812.         {/block:HasPages}
  813.         {/block:IfShowPages}
  814.        
  815.         {block:IfShowSearch}
  816.         <div id="search">
  817.             <form action="/search" method="get" id="search-form">
  818.                 <input type="text" name="q" class="query" value="{SearchQuery}" />
  819.                 <input type="submit" value="Search" class="submit" />
  820.                 <div class="clear"></div>
  821.             </form>
  822.         </div>
  823.         {/block:IfShowSearch}
  824.  
  825.        
  826. <div class="clear"></div>
  827. </div>
  828.  
  829. </body>
  830. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement