Advertisement
feiinho

Still Here - Revisited

Jul 5th, 2011
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 25.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.            Welcome to Still Here Theme's Source Code.
  4.           Background Image credit to sxc.hu artist watermark in the image
  5.           Comments, Suggestions Complaints >> Email iplaywork@yahoo.com
  6.  
  7. -->
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10. <meta name="if:Show People I Follow" content="" />
  11. <meta name="if:Show Facebook Like" content="" />
  12. <meta name="if:Show Sidebar" content="1" />
  13. <meta name="if:Show Tags" content="" />
  14. <meta name="if:Snow" content="" />
  15. <meta name="if:Show Personal Info" content="1" />
  16. <meta name="text:Disqus Shortname" content="" />
  17. <meta name="color:Background" content="#101010" />
  18. <meta name="color:Link" content="#0E4563"/>
  19. <meta name="color:Blogtitle" content="#ffffff"/>
  20. <meta name="image:Background" content="" />
  21. <meta name="font:Body" content="Helvetica" />
  22. <meta name="image:Landscape" content="http://static.tumblr.com/0ea0qor/hfyl7uhs8/drbeesunset.jpg" />
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}">
  27. {/block:Description}
  28. <link rel="shortcut icon" href="{Favicon}">
  29.    <link rel="apple-touch-icon" href="{PortraitURL-128}">
  30.    <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. <script src="http://static.tumblr.com/qsifglb/TAZl74u6k/cufon-yui.js" type="text/javascript"></script>
  32. <script src="http://static.tumblr.com/qsifglb/mwul7r2vx/league_gothic_400.font.js" type="text/javascript"></script>
  33. <script src="http://static.tumblr.com/qsifglb/VUZl74u1w/cantarell_500.font.js" type="text/javascript"></script>
  34. <script src="http://static.tumblr.com/qsifglb/2mrl74uas/reni_500.font.js" type="text/javascript"></script>
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
  36. <script type="text/javascript">
  37. Cufon.replace('.header', { fontFamily: 'league gothic', textShadow: '1px 1px 2px black',
  38. });
  39. Cufon.replace('.aboutme', { fontFamily: 'league gothic', textShadow: '1px 1px 2px grey',
  40. });
  41.  
  42.     Cufon.replace('h1', { fontFamily: 'cantarell' });
  43.     Cufon.replace('h2', { fontFamily: 'cantarell' });
  44.     Cufon.replace('h3', { fontFamily: 'reni' });
  45.     Cufon.replace('h4', { fontFamily: 'cantarell' });
  46.     Cufon.replace('h5', { fontFamily: 'reni' });
  47.     Cufon.replace('h6', { fontFamily: 'cantarell' });
  48.     Cufon.replace('small', { fontFamily: 'cantarell' });
  49.    Cufon.replace('.pagination', { fontFamily: 'cantarell' });
  50. </script>
  51. {block:IfSnow}
  52. <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  53. <script type="text/javascript">
  54. snowStorm.snowColor = '#fff'; //
  55. snowStorm.flakesMaxActive = 30;
  56. </script>
  57. {/block:IfSnow}
  58. <style type="text/css" media="screen">
  59. body {
  60.     font-family: {font:Body};
  61.     font-size: 12px;
  62.     font-weight: normal;
  63.     text-transform: normal;
  64.     letter-spacing: normal;
  65.     line-height: 1.6em;
  66.     color: #1A1A1A;
  67.     background: {color:Background} url('{image:Background}') top left fixed repeat;
  68.     margin-left: 0px;
  69.     margin-top: 10px;
  70.     margin-right: 0px;
  71.     margin-bottom: 10px;
  72. }
  73. /* ------------------ The Major Divisions -------------------*/
  74. img.bg {
  75.  
  76.     min-height: 100%;
  77.     min-width: 1024px;
  78.     width: 100%;
  79.     height: 100%;
  80.     position: fixed;
  81.     top: 0;
  82.     left: 0;
  83. }
  84. @media screen and (max-width: 1024px) {
  85. img.bg {
  86.     left: 50%;
  87.     margin-left: -512px;
  88. }
  89. }
  90. .aboutme{
  91. font-size:42px;
  92. color:{color:Link};
  93.  
  94. }
  95. blockquote {
  96.     margin:0px;
  97.     padding:0px;
  98. }
  99.  
  100. .pagination {
  101.     font-size:18px;
  102. clear:both;
  103.     width:450px;
  104.     font-transform:UPPERCASE;
  105.     color: #fff;
  106.     position:relative;
  107.     z-index:999;
  108. }
  109. .pagination a {
  110.     font-size:18px;
  111.     color: #fff;
  112. }
  113. .tao {
  114.     bottom:45px;
  115.     left:205px;
  116.     position:fixed;
  117.     z-index:2;
  118. }
  119. /* ------------------------- The Link Properties --------------------------- */
  120. a {
  121.     color:{color:Link};
  122.     text-transform:uppercase;
  123.     font-size:10px;
  124. }
  125. a:link {
  126.     text-decoration: none;
  127.     color: {color:Link};
  128. }
  129. a:visited {
  130.     text-decoration: none;
  131.     color: {color:Link};
  132. }
  133. a:hover {
  134.     text-decoration: none;
  135.     color: {color:Link};
  136. }
  137. a:active {
  138.     text-decoration: none;
  139.     color: {color:Link};
  140. }
  141. .arrowlistmenu {
  142.     width: 100%; /*width of menu*/
  143. }
  144. .arrowlistmenu ul {
  145.     list-style-type: none;
  146.     margin: 0;
  147.     padding: 0;
  148.     margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
  149. }
  150. .arrowlistmenu ul li {
  151.     padding-bottom: 2px; /*bottom spacing between menu items*/
  152. }
  153. .arrowlistmenu ul li a {
  154.     display: block;
  155.     padding: 5px;
  156.     text-decoration: none;
  157.     border-bottom: 1px solid #999;
  158.     font-size: 100%;
  159.     color:#101010;
  160. }
  161. .arrowlistmenu ul li a:visited {
  162.     color:#101010;
  163. }
  164. .arrowlistmenu ul li a:hover { /*hover state CSS*/
  165.     color: #A70303;
  166.     background-color: #F3F3F3;
  167. }
  168. /* ------------------ The Masonry Controls -------------------*/
  169. #tumblelog {
  170.     margin-bottom:65px;
  171.     margin-top:50px;
  172.     left:320px;
  173.     position:absolute;
  174.     width:650px;
  175. }
  176. #tumblelog:after {
  177.     content: ".";
  178.     display: block;
  179.     height: 0;
  180.     clear: both;
  181.     visibility: hidden;
  182. }
  183. #tumblelog .story {
  184.     margin-bottom:30px;
  185.     width:400px;
  186.     -moz-border-radius-topright:4px;
  187.     -webkit-border-top-right-radius:4px;
  188.     -moz-border-radius-bottomright:4px;
  189.     -webkit-border-bottom-right-radius:4px;
  190.     -moz-border-radius-topleft:4px;
  191.     -webkit-border-top-left-radius:4px;
  192.     -moz-border-radius-bottomleft:4px;
  193.     -webkit-border-bottom-left-radius:4px;
  194.     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  195.     -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  196.     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  197.     background:#f8f8f8;
  198.     border:thin #cbcbcb dashed;
  199.     padding:10px;
  200.     overflow:hidden;
  201.     float:right;
  202. }
  203. #tumblelog .pahina {
  204.     width:410px;
  205.     float:right;
  206. }
  207. hr {
  208.     border-top: 1px solid #e1e1e1;
  209.     height: 1px;
  210.     border: none;
  211.     margin: 1em 0;
  212. }
  213. .holder {
  214.     background:url(http://static.tumblr.com/qsifglb/pJ4l76741/trans.png);
  215.     padding:15px;
  216.     width:100%;
  217.     position:fixed;
  218.     bottom:10px;
  219.     z-index:4;
  220.     color:#ddd;
  221.     font-size:10px;
  222.     text-transform:uppercase;
  223.     line-height:normal;
  224. }
  225. .holder a {
  226.     font-size:10px;
  227.     margin-bottom:10px;
  228.        color:#ddd;
  229. }
  230. /* ------------------ HEADER CONTROLS -------------------*/
  231. h1, h1 a {
  232.     font-size: 22px;
  233.     text-transform:none;
  234.     font-weight:400;
  235.     margin-top: 10px;
  236.     margin-bottom: 10px;
  237.     color:#101010;
  238.     line-height:normal;
  239. }
  240. h2, h2 a {
  241.     font-size: 14px;
  242.     text-transform:none;
  243.     font-weight:400;
  244.     color:#101010;
  245.     margin:0px;
  246.     line-height:normal;
  247.     margin:0px;
  248. }
  249. h3, h3 a {
  250.     font-size: 32px;
  251.     text-transform:none;
  252.     font-weight:400;
  253.     margin-top:-10px;
  254.     margin-left:10px;
  255.     margin-bottom:10px;
  256.     color:#101010;
  257.     line-height:normal;
  258.     color: {color:Link};
  259. }
  260. h5, h5 a {
  261.     font-size: 32px;
  262.     text-transform:none;
  263.     font-weight:400;
  264.     margin-top:0px;
  265.     margin-bottom:6px;
  266.     color:#101010;
  267.     line-height:normal;
  268. }
  269. h4, h4 a {
  270.     font-size: 14px;
  271.     text-transform:none;
  272.     font-weight:400;
  273.     margin-top: 5px;
  274.     margin-bottom:15px;
  275.     text-transform:uppercase;
  276.     color:#101010;
  277.     line-height:normal;
  278.     color: {color:Link};
  279. }
  280. h6, h6 a {
  281.     font-size: 13px;
  282.     text-transform:none;
  283.     font-weight:400;
  284.     margin-top: 0px;
  285.     margin-bottom:0px;
  286.     text-transform:uppercase;
  287.     color:#101010;
  288.     line-height:normal;
  289. }
  290. /* ------------------ Padding Controls -------------------*/
  291. .laman, .bubble, .captions {
  292.     padding:10px;
  293. }
  294. captions {
  295.     background:#f8f8f8;
  296.     padding:6px;
  297.     -moz-border-radius-bottomright:4px;
  298.     -webkit-border-bottom-right-radius:4px;
  299.     -webkit-border-top-left-radius:4px;
  300.     -moz-border-radius-bottomleft:4px;
  301.     -webkit-border-bottom-left-radius:4px;
  302. }
  303. /* ------------------ Image Controls -------------------*/
  304.  
  305. #tumblelog .textposts img {
  306.     max-width:400px;
  307.     margin:4px;
  308. }
  309. #tumblelog .photos img {
  310.     max-width: 400px;
  311.     border:0px;
  312. }
  313. /* ------------------ Quote Posts -------------------*/
  314. #tumblelog .quote, .quote a {
  315.     width:97%;
  316.     background:#eee;
  317.     text-transform:none;
  318.     color:#101010;
  319.     -moz-border-radius-topright:6px;
  320.     -webkit-border-top-right-radius:6px;
  321.     -moz-border-radius-bottomright:6px;
  322.     -webkit-border-bottom-right-radius:6px;
  323.     -moz-border-radius-topleft:6px;
  324.     -webkit-border-top-left-radius:6px;
  325.     -moz-border-radius-bottomleft:4px;
  326.     -webkit-border-bottom-left-radius:6px;
  327.     -moz-border-radius-topright:6px;
  328.     -webkit-border-top-right-radius:6px;
  329.     font-size:16px;
  330.     margin-left:auto;
  331.     margin-right:auto;
  332.     margin-top:15px;
  333. }
  334. .twitter {
  335.     width:200px;
  336.     background:#eee;
  337.     position:fixed;
  338.     text-transform:none;
  339.     color:#101010;
  340.     -moz-border-radius-topright:6px;
  341.     -webkit-border-top-right-radius:6px;
  342.     -moz-border-radius-bottomright:6px;
  343.     -webkit-border-bottom-right-radius:6px;
  344.     -moz-border-radius-topleft:6px;
  345.     -webkit-border-top-left-radius:6px;
  346.     -moz-border-radius-bottomleft:4px;
  347.     -webkit-border-bottom-left-radius:6px;
  348.     -moz-border-radius-topright:6px;
  349.     -webkit-border-top-right-radius:6px;
  350.     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  351.     -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  352.     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  353.     font-size:16px;
  354.     left:110px;
  355.     bottom:140px;
  356.     z-index:2;
  357.     padding:5px;
  358. }
  359. /* ------------------ Audio Posts -------------------*/
  360.  
  361. #tumblelog .musicplayer {
  362.     width:230px;
  363.     margin-left:100px;
  364.     background: #fff;
  365.     position:relative;
  366.     -moz-border-radius-topright:4px;
  367.     -webkit-border-top-right-radius:4px;
  368.     margin-top:0px;
  369.     padding-top:5px;
  370.     font-size:16px;
  371.     font-weight:bold;
  372.     padding:5px;
  373. }
  374. #tumblelog .musicaption {
  375.     width:230px;
  376.     margin-left:100px;
  377.     background: #fff;
  378.     position:relative;
  379.     -moz-border-radius-bottomright:4px;
  380.     -webkit-border-bottom-right-radius:4px;
  381.     margin-top:0px;
  382.     padding:5px;
  383.     height:46px;
  384.     overflow:hidden;
  385. }
  386. #tumblelog .album {
  387.     width:100px;
  388.     height:100px;
  389.     background: #fff;
  390.     -moz-border-radius-topright:4px;
  391.     -webkit-border-top-right-radius:4px;
  392.     -moz-border-radius-bottomright:4px;
  393.     -webkit-border-bottom-right-radius:4px;
  394.     -moz-border-radius-topleft:4px;
  395.     -webkit-border-top-left-radius:4px;
  396.     -moz-border-radius-bottomleft:4px;
  397.     -webkit-border-bottom-left-radius:4px;
  398.     -moz-border-radius-topright:4px;
  399.     -webkit-border-top-right-radius:4px;
  400.     float:left;
  401. }
  402. /* --------------- Arrow Controls ------------------- */
  403. .arrow-up {
  404.     border-color: transparent transparent #f8f8f8 transparent;
  405.     border-style:solid;
  406.     border-width:10px;
  407.     height:0px;
  408.     width:0px;
  409.     z-index: 2; /* displayed under bubble */
  410.     margin-top:-20px;
  411.     position:relative;
  412.     margin-left:30px;
  413. }
  414. .arrow-down {
  415.     border-color: #eee transparent transparent transparent;
  416.     border-style:solid;
  417.     border-width:15px;
  418.     height:0px;
  419.     width:0px;
  420.     z-index: 2; /* displayed under bubble */
  421.     margin-top:0px;
  422.     position:relative;
  423.     margin-left:45px;
  424. }
  425. .arrow-left {
  426.     border-color: transparent #fff transparent transparent;
  427.     border-style:solid;
  428.     border-width:15px;
  429.     height:0px;
  430.     width:0px;
  431.     z-index: 2; /* displayed under bubble */
  432.     margin-left:-30px;
  433.     position:relative;
  434.     float:left;
  435.     margin-top:20px;
  436. }
  437. .arrow-twitter {
  438.     border-color: #eee transparent transparent transparent;
  439.     border-style:solid;
  440.     border-width:6px;
  441.     height:0px;
  442.     width:0px;
  443.     z-index: 999999; /* displayed under bubble */
  444.     margin-left:-30px;
  445.     position:fixed;
  446.     bottom:128px;
  447.     left:245px;
  448. }
  449. /* --------------- NOTES Attributes ------------------- */
  450.  
  451. ol.notes {
  452.     padding: 0px;
  453.     margin: 25px 0px;
  454.     list-style-type: none;
  455.     border-bottom: solid 1px #ccc;
  456. }
  457. ol.notes li.note {
  458.     padding: 10px;
  459. }
  460. ol.notes li.note img.avatar {
  461.     vertical-align: -4px;
  462.     margin-right: 10px;
  463.     width: 16px;
  464.     height: 16px;
  465.     border:0;
  466. }
  467. ol.notes li.note span.action {
  468.     font-weight: bold;
  469. }
  470. ol.notes li.note .answer_content {
  471.     font-weight: normal;
  472. }
  473. ol.notes li.note blockquote {
  474.     padding: 4px;
  475.     margin: 5px;
  476. }
  477. ol.notes li.note blockquote a {
  478.     text-decoration: none;
  479. }
  480. /* --------------- Caption Attributes ------------------- */
  481.    
  482.     .nota {
  483.     border-top:thin #cbcbcb solid;
  484.     padding:4px;
  485.     background:#d3d3d3;
  486.     margin-left:-10px;
  487.     margin-bottom:-10px;
  488.     width:450px;
  489.     -moz-border-radius-bottomright:4px;
  490.     -webkit-border-bottom-right-radius:4px;
  491.     -moz-border-radius-bottomleft:4px;
  492.     -webkit-border-bottom-left-radius:4px;
  493. }
  494. .even {
  495.     color:#333;
  496. }
  497. .odd {
  498.     color:{color:Link};
  499. }
  500. p {
  501.     margin:0px;
  502.     padding:0px;
  503. }
  504. .form {
  505.     background-color:transparent;
  506.     border:thin #999 solid;
  507.     -moz-border-radius-topright:4px;
  508.     -webkit-border-top-right-radius:4px;
  509.     -moz-border-radius-bottomright:4px;
  510.     -webkit-border-bottom-right-radius:4px;
  511.     -moz-border-radius-topleft:4px;
  512.     -webkit-border-top-left-radius:4px;
  513.     -moz-border-radius-bottomleft:4px;
  514.     -webkit-border-bottom-left-radius:4px;
  515.     color:#101010;
  516.     padding:4px;
  517.     font-size:10px;
  518.     text-transform:UPPERCASE;
  519. }
  520. .small {
  521.     font-size:11px;
  522.  
  523.     text-transform:UPPERCASE;
  524. }
  525. #box {
  526. margin-left:10px;
  527.     float:left;
  528.    max-width:180px;
  529.     -moz-border-radius-topright:4px;
  530.     -webkit-border-top-right-radius:4px;
  531.     -moz-border-radius-bottomright:4px;
  532.     -webkit-border-bottom-right-radius:4px;
  533.     -moz-border-radius-topleft:4px;
  534.     -webkit-border-top-left-radius:4px;
  535.     -moz-border-radius-bottomleft:4px;
  536.     -webkit-border-bottom-left-radius:4px;
  537.     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  538.     -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  539.     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  540.     background:#f8f8f8;
  541.     border:thin #cbcbcb dashed;
  542.     position:absolute;
  543.     padding:10px;
  544.        
  545. }
  546. .header{
  547. font-size:62px;
  548. color:{color:Blogtitle};
  549. margin-bottom:20px;
  550. }
  551. .header a{
  552. font-size:62px;
  553. color:{color:Blogtitle};
  554.  
  555. }
  556. .dp{
  557. -moz-border-radius-topright:4px;
  558.     -webkit-border-top-right-radius:4px;
  559.     -moz-border-radius-bottomright:40px;
  560.     -webkit-border-bottom-right-radius:40px;
  561.     -moz-border-radius-topleft:40px;
  562.     -webkit-border-top-left-radius:44px;
  563.     -moz-border-radius-bottomleft:44px;
  564.     -webkit-border-bottom-left-radius:44px;
  565.     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  566.     -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  567.     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
  568. width:64px;
  569. height:64px;
  570. margin-right:20px;
  571. margin-top:20px;
  572. </style>
  573. </head>
  574. <body>
  575. <!-- IF ASK IS ENABLED -->
  576. {block:AskEnabled}
  577. <div class="twitter"><a href="/ask">{AskLabel}</a></div>
  578. <div class="arrow-twitter"></div>
  579. <div class="tao"><a href="/ask"><img border="0" src="http://static.tumblr.com/qsifglb/yhvl7705r/ako.png" /></a></div>
  580. {/block:AskEnabled}
  581.  
  582. {block:IfLandscapeImage}
  583. <img src="{image:Landscape}" class="bg" />
  584. {/block:IfLandscapeImage}
  585. <div class="holder">
  586.  
  587. <!-- IF PAGES ARE PRESENTED -->
  588. <div style="z-index:999;"><a href="/">Home</a>  {block:HasPages}
  589.                  
  590.                        {block:Pages} | <a href="{URL}" class="page">{Label}</a> {/block:Pages}
  591.                      
  592.                {/block:HasPages}<br>
  593. &copy; 2010.Theme <a href="http://www.tumblr.com/theme/12640" style="color:#fcd604;">Still Here</a> by <a style="color:#fcd604;" href="http://iam7th.tumblr.com">I am 7th</a>. <a href="http://www.tumblr.com" style="color:#fcd604;">Tumblr</a>
  594. </div>
  595. </div>
  596.  
  597.  
  598. <div id="tumblelog">
  599.  
  600. <div class="header"><div class="dp" style=background:url({PortraitUrl-64});float:left;margin-left:-68px;"></div><a href="/">{Title}</a></div>
  601. <!-- SHOW SIDEBAR IF FOLLOW IS ENABLED.-->
  602.  
  603.  
  604. {block:IfShowSidebar}
  605. <div id="floating-box">
  606.                 <div id="box">
  607.                {block:IfShowPersonalInfo}
  608.               <span class="aboutme">About Me</span>
  609. {block:Description}
  610.            <div style="text-align:left;">{Description}</div>
  611.        {/block:Description}
  612. <hr>
  613. {block:IfShowPersonalInfo}
  614.  
  615. <!-- YOU CAN INSERT ANYTHING HERE. MAX WIDTH is 200 for best display -->                
  616.                    {block:IfShowPeopleIFollow} <center><h1>{lang:Following}</h1></center>
  617. {block:Following}
  618.                      
  619.                            {block:Followed}<a href="{FollowedURL}"><img border="0" src="{FollowedPortraitURL-24}" hspace="1" vspace="1" /></a>{/block:Followed}
  620.                    {/block:Following}
  621.                 {/block:IfShowPeopleIFollow}
  622.              
  623.               {block:IfFlickrUsername}<hr />
  624.                <script type="text/javascript"
  625.                src="http://flickr.com/widget?user={text:Flickr Username}">
  626.                </script>
  627.        {/block:IfFlickrUsername}<center>
  628. <form action="/search" method="get" id="search-form">
  629.                        <input type="hidden" name="t" value="{Name}" />
  630.                        <input type="hidden" name="scope" value="all_of_tumblr" />
  631.                        <input type="text" name="q" class="query" value="{SearchQuery}" />
  632.                        <input type="submit" value="{lang:Search}" class="submit" style="text-transform:uppercase;font-size:10px;border:thin #39F solid;margin-top:3px;"/>
  633.                      
  634.                    </form></center>
  635.  
  636.                 </div>
  637.               </div>
  638.                {/block:IfShowSidebar}
  639.  
  640.  
  641.  
  642.  
  643. {block:SearchPage}
  644.   <div class="story"><div class="textposts">
  645.      <div class="laman">
  646.                {block:SearchResults}
  647.                    <h1>{lang:SearchResultCount results for SearchQuery 2}</h1>
  648.                {/block:SearchResults}
  649.                
  650.                {block:NoSearchResults}
  651.                    <h1>{lang:No search results for SearchQuery 2}</h1>
  652.                {/block:NoSearchResults}
  653.                </div>
  654.                </div></div>
  655.            {/block:SearchPage}
  656.            
  657.            
  658.  <!-- START THE CONTENTS -->
  659.  
  660.  {block:Posts}
  661.  
  662.  <div class="story">
  663.  
  664.    <!-- ANSWER POSTS -->
  665.    {block:Answer}
  666.    <div class="quote">
  667.      <div class="bubble"><h2>{Question}</h2></div>
  668.    </div>
  669.    <div class="arrow-down"></div>
  670.   <h3>{Asker}</h3>
  671.   <hr />
  672.    <div class="laman">{Answer} </div>
  673.    {/block:Answer}
  674.    
  675.    
  676.    <!-- REGULAR POSTS -->
  677.    
  678.    
  679.    {block:Text}
  680.    <div class="textposts">
  681.      <div class="laman">{block:Title}
  682.        <h1><a href="{Permalink}">{Title}</a></h1>
  683.        {/block:Title}
  684.        {Body}</div>
  685.    </div>
  686.    {/block:Text}
  687.    
  688.    
  689.    <!-- LINK POSTS -->
  690.    {block:Link}
  691.    <div class="textposts">
  692.      <div class="laman">
  693.       <h4><a href="{URL}" target="_blank">{Name}  ->> </a></h4>
  694.        {block:Description}
  695.        {Description}
  696.        {/block:Description} </div>
  697.    </div>
  698.    {/block:Link}
  699.    
  700.    
  701.    <!-- CHAT POSTS -->
  702.    {block:Chat}
  703.    <div class="textposts">
  704.      <div class="laman">{block:Title}
  705.        <h1><a href="{Permalink}">{Title}</a></h1>
  706.        <br>
  707.        {/block:Title}
  708.        
  709.        
  710.        {block:Lines} <span class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label}
  711.        
  712.        {Line}<br>
  713.        </span> {/block:Lines}
  714.        </ul>
  715.      </div>
  716.    </div>
  717.    {/block:Chat}
  718.    
  719.    
  720.    <!-- ANSWER POSTS -->
  721.    {block:Quote}
  722.    <div class="quote">
  723.      <div class="bubble"><h2>{Quote}</h2></div>
  724.    </div>
  725.    <div class="arrow-down"></div>
  726.    {block:Source}
  727.    <h3><a href="#">{Source}</a></h3>
  728.    {/block:Source}
  729.    {/block:Quote}
  730.    
  731.    <!-- PHOTO POSTS -->
  732.    {block:Photo}
  733.    <div class="photos">
  734.      <center>
  735.        {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}
  736.      </center>
  737.      <div class="arrow-up"></div>
  738.      <div class="captions">{block:Caption}
  739.        {Caption}{/block:Caption} </div>
  740.    </div>
  741.    {/block:Photo}
  742.    
  743.    {block:Photoset}
  744.    <div class="photos">
  745.      <center>
  746.       {Photoset-400}
  747.      </center>
  748.      <div class="arrow-up"></div>
  749.      <div class="captions">{block:Caption}
  750.        {Caption}{/block:Caption} </div>
  751.    </div>
  752.    {/block:Photoset}
  753.    
  754.    
  755.    <!-- VIDEO POSTS -->
  756.    {block:Video}
  757.    <div class="photos">
  758.      <center>
  759.        {Video-400}
  760.      </center>
  761.      <div class="arrow-up"></div>
  762.      <div class="captions">{block:Caption}
  763.        {Caption}{/block:Caption} </div>
  764.    </div>
  765.    {/block:Video}
  766.    <!-- AUDIO POSTS -->
  767.    {block:Audio}
  768.    <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" /> {/block:AlbumArt}</div>
  769.    <div class="arrow-left"></div>
  770.    <div class="musicplayer"><h4>{block:TrackName}
  771.      {TrackName}
  772.      {/block:TrackName}<br>
  773.      {block:Artist}
  774.      {Artist}
  775.      {/block:Artist}</h4></div>
  776.    <div class="musicaption"> {AudioPlayerBlack} </div>
  777.    {/block:Audio}
  778.    <!-- END ALL CONTENTS HERE AND START THE FOOTER OF EACH POST -->
  779.    <div>
  780.   <hr />
  781.   {block:Date}
  782.                        <a href="{Permalink}">                            
  783.                                    {block:Reblog}
  784.                                        {lang:Reblogged from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  785.                                    {/block:Reblog}
  786.                                    
  787.                                    {block:NotReblog}
  788.                                        {lang:Posted from source}
  789.                                    {/block:NotReblog}
  790.                                 {/block:Date}
  791.                                 </a>
  792. {block:ContentSource}<br>
  793.    <a href="{SourceURL}">
  794.        {lang:Source}:
  795.        {block:SourceLogo}
  796.            <img src="{BlackLogoURL}" width="{LogoWidth}"
  797.            height="{LogoHeight}" alt="{SourceTitle}" />
  798.        {/block:SourceLogo}
  799.        {block:NoSourceLogo}
  800.            {SourceTitle}
  801.        {/block:NoSourceLogo}
  802.    </a>
  803. {/block:ContentSource}
  804. {block:IfShowFacebookLike}<br />
  805. <iframe src="http://www.facebook.com/plugins/like.php?href={Permalink}&amp;layout=button_count&amp;show_faces=true&amp;width=200&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=18" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:18px;" allowTransparency="true"></iframe>{/block:IfShowFacebookLike}
  806. </div>
  807. <div class="nota"> <img src="http://static.tumblr.com/qsifglb/7GTl7r7p8/date.png" width="12" height="12" align="bottom" hspace="2" border="0" /> <a href="#"">{TimeAgo}</a>  <img src="http://static.tumblr.com/qsifglb/iTAl7r9zv/onebit_16.png
  808. " width="12" height="12" alt="Notes" align="bottom" hspace="2" /> <a href="{Permalink}""> {NoteCountWithLabel}</a> {block:IfDisqusShortname}  <img src="http://static.tumblr.com/qsifglb/DzAl7r7ph/notes.png" width="12" height="12" align="bottom" hspace="2" /> <a class="dsq-comment-count" href="{Permalink}#disqus_thread"">Comments</a> {/block:IfDisqusShortname} <img src="http://static.tumblr.com/qsifglb/iApl7ra2x/onebit_27.png" width="12" height="12" align="bottom" hspace="2" /> <a title="" href="{ReblogURL}"> reblog</a> {block:IfShowTags}
  809.      {block:HasTags} <br>
  810.      {block:Tags}<a href="{TagURL}"">{Tag}</a>, {/block:Tags}{/block:HasTags}
  811.      {/block:IfShowTags}</div>
  812.  </div>
  813.  
  814.  <!-- DISPLAY THE NOTES OF THE CURRENT POST -->
  815.  {block:PostNotes}
  816.  <div class="story textposts">
  817.    <div class="contain"> {PostNotes} </div>
  818.  </div>
  819.  {/block:PostNotes}
  820.  
  821.  {/block:Posts}
  822.  
  823.  <br /><br />
  824. {block:Pagination}
  825. <div class="tumblelog pahina">
  826. <div class="pagination">
  827.  <div style="width:40%;float:left;text-align:left;">{block:PreviousPage} <a href="{PreviousPage}" style="color:#fff;"><< Recent Posts</a>  {/block:PreviousPage}</div>
  828.  
  829.  
  830.  <div style="width:40%;float:right;text-align:right;">{block:NextPage} <a href="{NextPage}"  style="color:#fff;">Older Posts  >> </font></a> {/block:NextPage}</div>
  831.   </div></div>
  832.  {/block:Pagination}
  833.  
  834. {block:PermalinkPagination}
  835. <div class="tumblelog pahina">
  836. <div class="pagination">
  837. <div style="width:40%;float:left;text-align:left;">{block:PreviousPost} <a href="{PreviousPost}" style="color:#fff;"><< Older Post</a>  {/block:PreviousPost}</div>
  838.  
  839.  
  840.  <div style="width:40%;float:right;text-align:right;">{block:NextPost} <a href="{NextPost}"  style="color:#fff;">Next Post  >> </font></a> {/block:NextPost}</div>
  841.  
  842. </div>
  843. </div>{/block:PermalinkPagination}
  844.  
  845.  
  846.  <!-- DISQUS COMMENTING SYSTEM -->
  847.  {block:IfDisqusShortname}
  848.  <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>
  849.  
  850.  {block:Permalink}
  851.  <div class="story textposts">
  852.    <div class="laman">
  853.      <div id="disqus_thread"></div>
  854.      <script type="text/javascript">
  855.  /**
  856.    * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
  857.    */
  858.  (function() {
  859.   var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  860.   dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
  861.   (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  862.  })();
  863. </script>
  864.      <noscript>
  865.      Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=codewalkz">Powered by Disqus.</a>
  866.      </noscript>
  867.      <a href="http://disqus.com" class="dsq-brlink">Powered by <span class="logo-disqus">Disqus</span></a> </div>
  868.  </div>
  869.  {/block:Permalink}
  870.  <script type="text/javascript">
  871. var disqus_shortname = '{text:Disqus Shortname}';
  872. (function () {
  873.  var s = document.createElement('script'); s.async = true;
  874.  s.src = 'http://disqus.com/forums/{text:Disqus Shortname}/count.js';
  875.  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  876. }());
  877. </script>
  878.  {/block:IfDisqusShortname}
  879.  <!-- END THE CONTENTS -->
  880. </div>
  881. </body>
  882. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement