Pedronho24

THEME EXCLUSIVO PARA TALVEZ NÃO ERA PRA SER ENGRAÇADO

Jun 20th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LOL Code 35.53 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <!-- ==============================================================================================================
  5.   Name:     Comic5 v1.04
  6.   Description:  This theme is developed as a result OF experimenting WITH HTML5 AND CSS3 elements.
  7.   Credits:    Komika Title [http://www.fontsquirrel.com/fonts/Komika-Title]
  8.           Wireframe mono icons [http://www.iconfinder.com/search/?q=iconset%3Acc_mono_icon_set]
  9.                 960GS [http://960.gs/]
  10.   Design by:  Jiew Meng [http://jiewmeng.tumblr.com]
  11.   Changelog:
  12.    - 1.01     added twitter name
  13.    - 1.02     fix IE using HTML5 shim (no rounded corners support tho)
  14.    - 1.03     support for IE using google chrome frame [http://code.google.com/chrome/chromeframe/]
  15.               fixed comment link
  16.               modified footer text
  17.               added jump pagination
  18.    - 1.04     fixed link target markup error
  19. =============================================================================================================== -->
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  21. <title>{title}</title>
  22. <meta name="if:Mostrar foto da side" content="0" />
  23. <meta name="if:Mostrar a busca" content="1" />
  24. <meta name="if:Use jump pagination" content="1" />
  25. <meta name="if:Use Google Chrome Frame" content="1" />
  26. <meta name="text:Twitter name" content="" />
  27. <meta name="text:Disqus Shortname" content="" />
  28. <meta name="text:Google Analytics UA Code" content="" />
  29. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  30. <!--[if IE]>
  31. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  32. <![endif]-->
  33. <link rel="stylesheet" href="http://static.tumblr.com/ikeq9mi/jD5l3owqy/reset.css" />
  34. <link rel="stylesheet" href="http://static.tumblr.com/ikeq9mi/eihl3ows4/text.css" />
  35. <link rel="stylesheet" href="http://static.tumblr.com/ikeq9mi/Eahl3owsp/960.css" />
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38. {block:Description}
  39.     <meta name="description" content="{MetaDescription}" />
  40. {/block:Description}
  41. <style>#scrollToTop:link,#scrollToTop:visited {  color: transparent;  background-color: transparent;  display: none;  position: fixed;  top: 15px;  right: 15px;}
  42.  
  43. /*************************************************************
  44.     html5 "reset"
  45. *************************************************************/
  46. header, section, article, aside, footer {
  47.   display: block;
  48. }
  49.  
  50. /*************************************************************
  51.     tag styles
  52. *************************************************************/
  53. body {
  54.   background: #FFFF00 repeat-x;  
  55.   font: 18px/27px 'Verdana', Arial, 'Liberation Sans', FreeSans, sans-serif;
  56.   color: #fff;
  57.   padding-top: 20px;
  58. }
  59. #masthead {
  60.   text-align: center;
  61. }
  62.   #masthead h1 a:link,
  63.   #masthead h1 a:visited {
  64.     color: #fff;
  65.     text-decoration: none;  
  66.   }
  67.   #masthead h1 a:hover,
  68.   #masthead h1 a:active {
  69.     border-bottom: 10px dotted #fff;  
  70.   }
  71.   #masthead p {
  72.     font-size: 26px; line-height: 30px;
  73.   }
  74.     #masthead p strong {
  75.       color: #efe323;
  76.     }
  77. h1, h2, h3 {
  78.  
  79. }
  80. h1 {
  81.   font-size: 60px;
  82.   line-height: 60px;
  83. }
  84. h2 {
  85.   font-size: 45px;
  86.   line-height: 45px;
  87. }
  88. h3 {
  89.   font-size: 23px;  
  90. }
  91. a:link, a:visited {
  92.   color: #de1e2a;
  93.   text-decoration: none;
  94. }
  95. a:hover, a:active {
  96.   text-decoration: underline;
  97. }
  98. p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  99.   margin-bottom: 15px;  
  100. }
  101. blockquote {
  102.   color: #888;
  103.    margin: 0 0 15px 10px;
  104.    border-left: 5px solid #888;
  105.    padding-left: 15px;
  106. }
  107.   blockquote p:last-child {
  108.     margin-bottom: 0;
  109.   }
  110.   .cite {
  111.     font-size: 18px;
  112.     line-height: 27px;
  113.   }
  114. img, .media {
  115.   border: 5px solid #CCC;
  116. }
  117. .media {
  118.   line-height: 0;
  119.   margin-bottom: 15px;
  120. }
  121. nav ul {
  122.   list-style: none;
  123.   padding: 0;
  124.   margin: 0;  
  125. }
  126.   nav li {
  127.     margin-left: 0;
  128.   }
  129.     nav a:link,
  130.     nav a:visited {
  131.       display: block;
  132.       margin: 0 0 3px;
  133.       padding: 10px 15px;
  134.       background: #333;
  135.       color: #fff;  
  136.       font-size: 20px; line-height: 26px;
  137.       -moz-border-radius: 10px;
  138.       -webkit-border-radius: 10px;
  139.       border-radius: 10px;
  140.       text-decoration: none;
  141.     }
  142.     nav a:hover,
  143.     nav a:active {
  144.       background: #222;
  145.     }
  146. input[type=text] {
  147.   width: 220px;
  148.   padding: 10px;  
  149.   color: #666;
  150.   -moz-border-radius: 10px;
  151.   -webkit-border-radius: 10px;
  152.   border-radius: 10px;
  153.   line-height: 20px;
  154.   border: 1px solid #222;
  155.   margin: 0 0 7px;
  156. }
  157. input[type=text]:focus {
  158.   background: #fff;
  159.   color: #222;
  160. }
  161. button {
  162.   width: 240px;
  163.   padding: 5px 10px;
  164.   background: #333;
  165.   color: #fff;
  166.   -moz-border-radius: 10px;
  167.   -webkit-border-radius: 10px;
  168.   border-radius: 10px;
  169.   border: none;
  170.   font-size: 20px;
  171.   /*line-height: 10px;*/
  172. }
  173. button:hover,
  174. button:active {
  175.   background: #222;
  176. }
  177. pre {
  178.   overflow: scroll;
  179. }
  180.  
  181. /*************************************************************
  182.     article (main content) styles
  183. *************************************************************/
  184. #main {
  185.   margin-bottom: 20px;  
  186. }
  187.   article {
  188.     background: #fff;
  189.     color: #333;
  190.     padding: 30px 40px 40px 70px;
  191.     margin-bottom: 20px;  
  192.     position: relative;
  193.     -moz-border-radius: 10px;
  194.     -webkit-border-radius: 10px;
  195.     border-radius: 10px;
  196.   }
  197.     article img {
  198.       max-width: 500px;
  199.     }
  200.     article blockquote img {
  201.       max-width: 450px;
  202.     }
  203.     article .type a:link,
  204.     article .type a:visited {
  205.       position: absolute;
  206.       top: 25px;
  207.       left: -40px;
  208.       background: #de1e2a ;
  209.       color: #fff;
  210.       font-size: 22px; line-height: 35px;
  211.       text-align: center;
  212.       text-indent: -9999px;
  213.       width: 80px;
  214.       height: 60px;
  215.       -moz-border-radius: 10px;
  216.       -webkit-border-top-left: 10px;
  217.       border-radius: 10px;
  218.       -moz-box-shadow: 0 0 4px #111;
  219.       -webkit-box-shadow: 0 0 4px #111;
  220.       box-shadow: 0 0 4px #111;
  221.       padding: 0;
  222.       margin: 0;
  223.     }
  224.       article .type a:link:before,
  225.       article .type a:visited:before {
  226.         content: '';
  227.         width: 48px;
  228.         height: 48px;
  229.         display: block;
  230.         background: url("http://static.tumblr.com/ikeq9mi/gt1l3udmm/typesprite.png") no-repeat;
  231.         position: relative;
  232.         top: 6px;
  233.         left: 16px;
  234.       }
  235.     .typeText .type a:link:before,
  236.     .typeText .type a:visited:before {
  237.       background-position: 0 0;
  238.     }
  239.     .typePhoto .type a:link:before,
  240.     .typePhoto .type a:visited:before {
  241.       background-position: -48px 0;
  242.     }
  243.     .typeQuote .type a:link:before,
  244.     .typeQuote .type a:visited:before {
  245.       background-position: -96px 0;
  246.     }
  247.     .typeLink .type a:link:before,
  248.     .typeLink .type a:visited:before {
  249.       background-position: -144px 0;
  250.     }
  251.     .typeChat .type a:link:before,
  252.     .typeChat .type a:visited:before {
  253.       background-position: -192px 0;
  254.     }
  255.     .typeAudio .type a:link:before,
  256.     .typeAudio .type a:visited:before {
  257.       background-position: -240px 0;
  258.     }
  259.     .typeVideo .type a:link:before,
  260.     .typeVideo .type a:visited:before {
  261.       background-position: -288px 0;
  262.     }
  263.     article .numNotes {
  264.       position: absolute;
  265.       top: 90px;
  266.       left: -40px;
  267.       width: 80px;
  268.       background: #fff;
  269.       color: #de1e2a;
  270.       font-size: 22px; line-height: 35px;
  271.       text-align: center;
  272.       -moz-border-radius: 10px;
  273.       -webkit-border-radius: 10px;
  274.       border-radius: 10px;
  275.       -moz-box-shadow: 0 0 4px #111;
  276.       -webkit-box-shadow: 0 0 4px #111;
  277.       box-shadow: 0 0 4px #111;
  278.     }
  279.       article .numNotes span {
  280.         font-size: 12px;
  281.         line-height: 14px;
  282.         margin: 0 0 5px;
  283.       }
  284.       article .numNotes a:link,
  285.       article .numNotes a:visited {
  286.         background: none;
  287.         color: #de1e2a;
  288.         padding: 0;
  289.         margin: 0;
  290.       }
  291.       article .numNotes a:hover,
  292.       article .numNotes a:active {
  293.         border-bottom: 3px dotted #de1e2a;
  294.       }
  295.       article .numNotes span {
  296.         display: block;
  297.       }
  298.     #disqus {
  299.       display: none;
  300.     }
  301.     article footer {
  302.       display: block;
  303.       font-size: 11px;
  304.       line-height: 20px;
  305.       color: #999;
  306.       padding: 5px 0;
  307.       overflow: hidden;
  308.       border-top: 1px solid #ccc;
  309.       margin-top: 10px;
  310.     }
  311.       article footer p {
  312.         margin-bottom: 5px;
  313.         float: left;
  314.         margin: 0 5px 0;
  315.       }
  316.       article footer a:link,
  317.       article footer a:visited {
  318.         padding: 2px 8px;
  319.         margin: 0 3px 0 0;
  320.         background: #999;
  321.         color: #fff;
  322.         text-decoration: none;
  323.         -moz-border-radius: 3px;
  324.         -webkit-border-radius: 3px;
  325.         border-radius: 3px;
  326.       }
  327.       article footer a:hover,
  328.       article footer a:active {
  329.         background: #222;
  330.         color: #fff;
  331.       }
  332.       article .permalink span,
  333.       article .posted span,
  334.       article .tags span {
  335.         background: url("http://static.tumblr.com/ikeq9mi/62Tl3ugz4/articlefootersprite.png") no-repeat;  
  336.         width: 16px;
  337.         height: 16px;
  338.         display: block;
  339.         float: left;
  340.         margin: 0 3px 0 0;
  341.         text-indent: -9999px;
  342.       }
  343.       article .permalink span {
  344.         background-position: -32px 0;
  345.       }
  346.       article .posted span {
  347.         background-position: -64px 0;
  348.       }
  349.       article .posted .timeago {
  350.         background-position: -48px 0;
  351.       }
  352.       article .tags span {
  353.         background-position: -16px 0;
  354.       }
  355.       #disqus_thread {
  356.         margin: 20px 30px;
  357.         border-top: 1px solid #ccc;
  358.         padding: 20px 0;  
  359.       }
  360.     /*************************************************************
  361.       article (quote) styles
  362.     *************************************************************/
  363.     .typeQuote blockquote {
  364.       font-size: 25px; line-height: 36px;
  365.       position:relative;
  366.       padding:20px;
  367.       margin:0 0 30px;
  368.       border:5px solid #bbb;
  369.       color:#333;
  370.       background:#fff;
  371.      
  372.       /* css3 */
  373.       -moz-border-radius:10px;
  374.       -webkit-border-radius:10px;
  375.       border-radius:10px;
  376.     }
  377.    
  378.     /* creates the larger triangle */
  379.     .typeQuote blockquote:before {
  380.       content:"\00a0";
  381.       display:block; /* reduce the damage IN FF3.0 */
  382.       position:absolute;
  383.       bottom:-40px; /* value = - border-top-width - border-bottom-width */
  384.       left:40px; /* controls horizontal position */
  385.       width:0;
  386.       height:0;
  387.       border:20px solid transparent;
  388.       border-top-color:#bbb;
  389.     }
  390.    
  391.     /* creates the SMALLER  triangle */
  392.     .typeQuote blockquote:after {
  393.       content:"\00a0";
  394.       display:block; /* reduce the damage IN FF3.0 */
  395.       position:absolute;
  396.       bottom:-26px; /* value = - border-top-width - border-bottom-width */
  397.       left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  398.       width:0;
  399.       height:0;
  400.       border:13px solid transparent;
  401.       border-top-color:#fff;
  402.     }
  403.     .typeQuote .cite {
  404.       padding-left: 50px;
  405.       font-style: italic;
  406.       font-size: 16px;
  407.       line-height: 22px;
  408.     }
  409.    
  410.     /*************************************************************
  411.       article (chat) styles
  412.     *************************************************************/
  413.     .typeChat ul {
  414.       list-style: none;
  415.       padding: 0;
  416.       margin: 0 0 20px;
  417.       font-size: 14px;
  418.       line-height: 22px;  
  419.     }
  420.       .typeChat li {
  421.         padding: 5px 10px;
  422.         margin: 0 0 2px;
  423.         background: #222;
  424.         color: #fff;
  425.         -moz-border-radius: 5px;
  426.         -webkit-border-radius: 5px;
  427.         border-radius: 5px;
  428.       }
  429.         .typeChat li:nth-child(odd) {
  430.           background: #333;
  431.         }
  432.         .typeChat strong {
  433.           font-size: 16px; line-height: 22px;
  434.         }
  435.           .typeChat strong:after {
  436.             content: ": ";
  437.           }
  438.     /*************************************************************
  439.       article (video) styles
  440.     *************************************************************/
  441.     .typeVideo .media {
  442.       margin-bottom: 15px;
  443.       width: 500px;
  444.     }
  445.    
  446.     /*************************************************************
  447.       article (notes) styles
  448.     *************************************************************/
  449.     .notes {
  450.       font-size: 13px;
  451.       line-height: 20px;
  452.       list-style: none;
  453.       padding: 20px 0;
  454.       margin: 20px 30px;  
  455.       border-top: 1px solid #ccc;
  456.     }
  457.       .notes li {
  458.         margin-left: 0;
  459.       }
  460.         .notes img {
  461.           border: 2px solid #CCC;
  462.         }
  463.       .notes blockquote {
  464.         margin: 5px 0 15px 35px;
  465.         font-size: 12px;  
  466.       }
  467.    
  468.    
  469.    
  470.   /*************************************************************
  471.     page nav styles
  472.   *************************************************************/
  473.   .pageNav ul {
  474.     text-align: center;
  475.     padding: 10px 0;
  476.   }
  477.     .pageNav li {
  478.       display: inline;
  479.       padding: 10px 0;
  480.     }
  481.       .pageNav a:link,
  482.       .pageNav a:visited {
  483.         background: #fff;
  484.         color: #222;
  485.         display: inline;
  486.       }
  487.       .pageNav a:hover,
  488.       .pageNav a:active {
  489.         background: #efe323;
  490.         color: #111;
  491.       }
  492.       .pageNav a.active:link,
  493.       .pageNav a.active:visited {
  494.         background: #efe323;
  495.       }
  496.       #pagenavOlder:after {
  497.         content: " >";
  498.       }
  499.       #pagenavNewer:before {
  500.         content: "< ";
  501.       }
  502.      
  503.  
  504. /*************************************************************
  505.     aside (side bar) styles
  506. *************************************************************/
  507. #sidebar section {
  508.   background: #111;
  509.   padding: 20px 30px;
  510.   -moz-border-radius: 10px;
  511.   -webkit-border-radius: 10px;
  512.   border-radius: 10px;
  513.   font-size: 15px;
  514.   line-height: 23px;
  515.   margin: 0 0 15px;
  516. }
  517.   #txtSearch {
  518.       background: #fff url('http://static.tumblr.com/ikeq9mi/Ec1l3wjpc/search.png') no-repeat 210px 6px;
  519.     width: 200px;
  520.     padding: 10px 30px 10px 10px;
  521.   }
  522.   #sidebar section h1,
  523.   #sidebar section h2,
  524.   #sidebar section h3,
  525.   #sidebar section p {
  526.     margin-bottom: 10px;  
  527.   }
  528.   #likes ul {
  529.     list-style: none;
  530.     padding: 0;
  531.     margin: 0;
  532.     font-size: 13px;
  533.     line-height: 20px;
  534.   }
  535.     #likes li {
  536.       margin-left: 0;
  537.       padding: 15px 0;
  538.       border-bottom: 1px solid #222;
  539.     }
  540.     #likes img {
  541.       max-width: 220px;
  542.       border-color: #444;
  543.     }
  544.   #sidebar blockquote {
  545.     border-color: #444;
  546.   }
  547.   #sidebar nav img {
  548.     border: none;
  549.     margin-right: 5px;  
  550.   }
  551. #portrait {
  552.   text-align: center;
  553. }
  554.  
  555. /*************************************************************
  556.     footer styles
  557. *************************************************************/
  558. #footer section {
  559.   background: #111;
  560.   padding: 15px 20px;
  561.   -moz-border-radius: 10px;
  562.   -webkit-border-radius: 10px;
  563.   border-radius: 10px;
  564.   font-size: 15px;
  565.   line-height: 23px;
  566.   margin-bottom: 20px;
  567. }
  568.  
  569.   #footer p {
  570.     font-size: 14px;
  571.     line-height: 20px;
  572.     margin-bottom: 0;
  573.   }
  574.   #footer a:link,
  575.   #footer a:visited {
  576.     color: #efe323;
  577.   }
  578.   #footer a:hover,
  579.   #footer a:active {
  580.     text-decoration: none;
  581.   }
  582.   #following ul {
  583.     list-style: none;
  584.     padding: 0;
  585.     margin: 0;
  586.   }
  587.     #following li {
  588.       padding: 0;
  589.       margin: 0 5px 5px 0;
  590.       float: left;
  591.       height: 40px;
  592.     }
  593.       #following img {
  594.         border: none;
  595.       }
  596.  
  597. {CustomCSS}
  598. </style>
  599. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  600. <script src="http://static.tumblr.com/ikeq9mi/SHFl3p1yp/cufon-yui.js"></script>
  601. <script src="http://static.tumblr.com/ikeq9mi/ZZUl3p1ut/komikatitle-cufon.js"></script>
  602. <script>
  603. $(function() {
  604.   /*Cufon.replace("h1, h2, h3, #masthead p, .typeQuote blockquote, nav ul, .typeChat strong, article .numNotes, article .type, button");  */
  605.   Cufon.replace("h1, h2, h3, #masthead p, .typeQuote blockquote, nav ul, .typeChat strong, article .numNotes, article.numNotes:after, button, #askLink");
  606.  
  607.   Cufon.refresh("article .numNotes");
  608.  
  609.   var search = $("#txtSearch").val();
  610.   if (search == "") {
  611.     $("#txtSearch").val("enter search query here ...");
  612.   }
  613.   $("#txtSearch").blur(function() {
  614.     search = $("#txtSearch").val();
  615.     if (!(search != "" && search != "enter search query here ...")) {
  616.       $("#txtSearch").val("enter search query here ...");
  617.     }
  618.   });
  619.   $("#txtSearch").focus(function() {
  620.     search = $("#txtSearch").val();
  621.     if (search == "enter search query here ...") {
  622.       $("#txtSearch").val("");
  623.     }
  624.   });
  625. });
  626. </script>
  627.  
  628. </head>
  629.  
  630. <body> <img src="http://static.tumblr.com/sskoote/J2am5w5rk/z69rn.png" width="900" height="300"></a>
  631.  
  632.  
  633.   {block:IfUseGoogleChromeFrame}
  634.   <!--[If IE]>
  635.   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  636.   <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
  637.   <script src="http://static.tumblr.com/ikeq9mi/5ORl4gyp0/innershiv.min.js"></script>
  638.   <script>
  639.    $(function() {
  640.      CFInstall.check({
  641.        preventPrompt: true,
  642.        onmissing: function() {
  643.          $("#main").prepend(innerShiv('<article><header><h2>You are using Internet Explorer</h2></header><p><a href="http://www.google.com/chromeframe" title="Install Google Chrome Frame"><img src="http://farm2.static.flickr.com/1103/4726899471_5204558d92.jpg" alt="Google Chrome Frame" /></a></p><p>It is recommended that you use a modern browser LIKE <a href="www.mozilla.com/firefox/">Firefox</a>, <a href="www.google.com/chrome">Chrome</a> or install <a href="http://www.google.com/chromeframe">Google Chrome Frame</a> to experience better performance AND advanced HTML5 AND CSS3 features. Google Chrome Frame is a plug-IN for internet explorer, it installs IN seconds AND do NOT require a browser restart</p></article>'));
  644.        }
  645.      });
  646.    });
  647.   </script>
  648.   <![endif] -->
  649.   {/block:IfUseGoogleChromeFrame}
  650.     <div id="container" class="container_12">
  651.         <!--------------------------------------------------------------
  652.             masthead
  653.           -------------------------------------------------------------->
  654.         <header id="masthead" class="grid_12">
  655.             <h1><a href="/">{title}</a></h1>
  656.             {block:IfShowDescription}
  657.             {block:Description}
  658.             <p>{Description}</p>
  659.             {/block:Description}
  660.             {/block:IfShowDescription}
  661.         </header>
  662.        
  663.         <!--------------------------------------------------------------
  664.             main section
  665.           -------------------------------------------------------------->
  666.         <section id="main" class="grid_8 alpha">          
  667.             {block:SearchPage}
  668.             {block:NoSearchResults}
  669.                 <article>
  670.                   <header><h2>No Search Results to Display ... try another keyword ...</h2></header>
  671.                 </article>
  672.                 {block:NoSearchResults}
  673.                 {/block:SearchPage}
  674.                
  675.                 {block:Posts}
  676.                 {block:Text}
  677.                 <!--------------------------------------------------------------
  678.                     article: text
  679.                   -------------------------------------------------------------->
  680.                 <article class="typeText">
  681.                     {block:Title}
  682.                         <header>
  683.                             <h2><a href="{Permalink}">{Title}</a></h2>
  684.                         </header>
  685.                     {/block:Title}
  686.  
  687.                     {Body}
  688.  
  689.                 {/block:Text}
  690.                
  691.                 {block:Photo}
  692.                 <!--------------------------------------------------------------
  693.                     article: photo
  694.                   -------------------------------------------------------------->
  695.                 <article class="typePhoto">
  696.                     {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  697.                     {block:Caption}
  698.                     <div class="caption">
  699.                         {Caption}
  700.                     </div>
  701.                     {/block:Caption}
  702.                    
  703.                 {/block:Photo}
  704.                
  705.                 {block:Photoset}
  706.                 <!--------------------------------------------------------------
  707.                     article: photoset
  708.                   -------------------------------------------------------------->
  709.                 <article class="typePhoto">
  710.                     <div class="media">{Photoset-500}</div>
  711.                     {block:Caption}
  712.                     <div class="caption">
  713.                         {Caption}
  714.                     </div>
  715.                     {/block:Caption}
  716.                    
  717.                 {/block:Photoset}
  718.  
  719.                 {block:Quote}
  720.                 <!--------------------------------------------------------------
  721.                     article: quote
  722.                   -------------------------------------------------------------->
  723.                 <article class="typeQuote">
  724.                     <blockquote>
  725.                         {Quote}
  726.                     </blockquote>
  727.                     {block:Source}
  728.                     <div class="cite">
  729.                         {Source}
  730.                     </div>
  731.                     {block:Source}
  732.                    
  733.                 {/block:Quote}
  734.                
  735.                 {block:Link}
  736.                 <!--------------------------------------------------------------
  737.                     article: link
  738.                   -------------------------------------------------------------->
  739.                 <article class="typeLink">
  740.                     <header>
  741.                         <h2><a href="{URL}" {Target}>{Name}</a></h2>
  742.                     </header>
  743.                    
  744.                     {block:Description}
  745.                         {Description}
  746.                     {block:Description}
  747.                    
  748.                  {/block:Link}
  749.                        
  750.                 {block:Chat}
  751.                 <!--------------------------------------------------------------
  752.                     article: chat
  753.                 -------------------------------------------------------------->
  754.                 <article class="typeChat">
  755.                     {block:Title}
  756.                     <header>
  757.                         <h2><a href="{Permalink}" target="{Target}">{Title}</a></h2>
  758.                     </header>
  759.                     {/block:Title}
  760.            
  761.                      
  762.                     <ul class="clearfix">
  763.                     {block:Lines}
  764.                     <li>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li>
  765.                     {/block:Lines}
  766.                     </ul>
  767.                    
  768.                 {/block:Chat}    
  769.                
  770.                 {block:Video}
  771.                 <!--------------------------------------------------------------
  772.                     article: video
  773.                   -------------------------------------------------------------->
  774.                 <article class="typeVideo">
  775.                     <div class="media">
  776.                         {Video-500}
  777.                     </div>
  778.                     {block:Caption}
  779.                     <div class="caption">
  780.                         {Caption}
  781.                     </div>
  782.                     {block:Caption}
  783.                    
  784.                 {/block:Video}
  785.  
  786.                 {block:Audio}
  787.                 <!--------------------------------------------------------------
  788.                     article: audio
  789.                   -------------------------------------------------------------->
  790.                 <article class="typeAudio">
  791.                     {AudioPlayerBlack}
  792.  
  793.                     {block:Caption}
  794.                     <div class="caption">
  795.                         {Caption}
  796.                     </div>
  797.                     {/block:Caption}
  798.                
  799.                 {/block:Audio}
  800.                
  801.                 {block:Date}
  802.                
  803.                 {block:IfDisqusShortname}
  804.         <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div>
  805.         <script type="text/javascript">
  806.           /**
  807.             * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
  808.             */
  809.           (function() {
  810.            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  811.            dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
  812.            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  813.           })();
  814.         </script>
  815.         <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript>
  816.         <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
  817.         {/block:Permalink}<script type="text/javascript">
  818.         //<![CDATA[
  819.         (function() {
  820.             var links = document.getElementsByTagName('a');
  821.             var query = '?';
  822.             for(var i = 0; i < links.length; i++) {
  823.             if(links[i].href.indexOf('#disqus_thread') >= 0) {
  824.                 query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  825.             }
  826.             }
  827.             document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  828.         })();
  829.         //]]>
  830.         </script>
  831.         {/block:IfDisqusShortname}
  832.                    
  833.                     {block:PostNotes}{PostNotes}{/block:PostNotes}
  834.                    
  835.                     <footer>
  836.                         {block:NoteCount}<p class="numNotes"><a href="{Permalink}">{NoteCount}</a> <span>notes</span></p>{/block:NoteCount}
  837.                         <p class="type"><a href="{Permalink}"></a></p>
  838.                         {block:IfDIsqusShortname}<p class="permalink"><span>Comment:</span> <a href="{Permalink}#disqus-thread">Comment</a></p>{/block:IfDIsqusShortname}
  839.                        
  840.                         <p class="posted">
  841.                             {block:NotReblog}
  842.                             <span class="timeago">Posted:</span> <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{TimeAgo}</a>
  843.                             {/block:NotReblog}
  844.                            
  845.                             {block:Reblog}
  846.                             <span class="timeago">Reblogged:</span> <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{TimeAgo}</a> from <a href="{ReblogParentUrl}" target="_blank">{ReblogParentName}</a>
  847.                             {block:Reblog}
  848.                            
  849.                             {block:GroupMembers}
  850.                             by <a href="{PostAuthorURL}" target="_blank">{PostAuthorName}</a>
  851.                             {/block:GroupMembers}
  852.                         </p>
  853.                         {block:HasTags}<p class="tags"><span>Tags:</span> {block:Tags}<a href="{TagURLChrono}">{Tag}</a>{/block:Tags}</p>{/block:HasTags}
  854.                     </footer>
  855.                    
  856.                     {/block:Date}
  857.                 </article>
  858.                
  859.                 <br/>
  860. <a href="{ReblogURL}"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a>
  861.                
  862.             {/block:Posts}
  863.            
  864.             {block:PermalinkPagination}
  865.             <nav class="pageNav">
  866.                 <ul class="clearfix">
  867.                     {block:PreviousPost}<li><a href="{PreviousPost}" id="pagenavNewer">Newer</a></li>{/block:PreviousPost}
  868.                     {block:NextPost}<li><a href="{NextPost}" id="pagenavOlder">Older</a></li>{/block:NextPost}
  869.                 </ul>
  870.             </nav>
  871.             {/block:PermalinkPagination}
  872.  
  873.             {block:Pagination}
  874.             <nav class="pageNav">
  875.                 <ul class="clearfix">
  876.                     {block:PreviousPage}<li><a href="{PreviousPage}" id="pagenavNewer">Newer</a></li>{/block:PreviousPage}
  877.                     {block:JumpPagination length="5"}
  878.                     {block:CurrentPage}<li><a href="{URL}" class="active">{PageNumber}</a></li>{/block:CurrentPage}
  879.                     {block:JumpPage}<li><a href="{URL}">{PageNumber}</a></li>{/block:JumpPage}
  880.                     {/block:JumpPagination}
  881.                     {block:NextPage}<li><a href="{NextPage}" id="pagenavOlder">Older</a></li>{/block:NextPage}  
  882.                 </ul>
  883.             </nav>
  884.             {/block:Pagination}
  885.         </section>
  886.        
  887.         <!--------------------------------------------------------------
  888.             sidebar
  889.           -------------------------------------------------------------->
  890.         <aside id="sidebar" class="grid_4 omega">
  891.          
  892.             <!--------------------------------------------------------------
  893.                 sidebar: portrait
  894.               -------------------------------------------------------------->
  895.           {block:IfShowPortrait}
  896.             <section id="portrait">
  897.               <a href="/"><img alt="{Title}" src="{PortraitURL-128}" /></a>
  898.             </section>
  899.             {/block:IfShowPortrait}
  900.          
  901.             <!--------------------------------------------------------------
  902.                 sidebar: search
  903.               -------------------------------------------------------------->
  904.             {block:IfShowSearch}
  905.             <section>
  906.                 <form id="frmSearch" action="/search" method="get">
  907.                     <input type="text" id="txtSearch" name="q" value="{SearchQuery}"/>
  908.                 </form>
  909.             </section>
  910.             {/block:IfShowSearch}
  911.            
  912.             <!--------------------------------------------------------------
  913.                 sidebar: nav
  914.               -------------------------------------------------------------->
  915.  
  916.   <img src="http://static.tumblr.com/sskoote/DoCm5w5cv/o6zhy.png" width="290" height="60"></a>
  917.  
  918.  
  919.  
  920.             <section>
  921.                 <nav>
  922.                   <ul>
  923.                     <li><a href="http://talveznaoeraparserengracado.tumblr.com/"><img src="http://1.bp.blogspot.com/-AmJ0DJlWc9I/TbSeDn78LSI/AAAAAAAAEAA/EPKE9E2R7JU/s1600/ewbt.gif" /> Inicio</a></li>
  924.                    
  925.                     <li><a href="http://talveznaoeraparserengracado.tumblr.com/ask"><img src="http://4.bp.blogspot.com/-eue22ESeKV8/TbSeK1HVkMI/AAAAAAAAEBY/sg61fdiKxOI/s1600/laughing.gif" /> Ask</a></li>
  926.                     <li><a href="http://talveznaoeraparserengracado.tumblr.com/submit"><img src="http://3.bp.blogspot.com/-ab9ENhQ11sY/TbSeOYxVmpI/AAAAAAAAEB4/SkVrAwBnmEU/s1600/newpaperguy.gif" /> Mande fotos</a></li>
  927.                    
  928.                     <li><a href="http://talveznaoeraparserengracado.tumblr.com/a"><img src="http://2.bp.blogspot.com/-ZisucqNjkwc/TbSeZwQt8OI/AAAAAAAAED8/AplGm8FM4Gk/s1600/trolldadfull.gif" /> Sobre mim</a></li>
  929.                    
  930.                     <li><a href="http://www.tumblr.com"><img src="http://1.bp.blogspot.com/-kxXgXqLSB6I/TbSeLIlMHkI/AAAAAAAAEBc/X2oNIsKE7dI/s1600/LOL.gif" /> Tchau</a></li>
  931.                    
  932.                     {block:IfTwitterName}
  933.                     <li><a href="http://twitter.com/{text:Twitter name}"><img src="http://static.tumblr.com/ikeq9mi/g8Wl4e9h1/twitter.png" />Twitter</a></li>
  934.                     {/block:IfTwitterName}
  935.                   </ul>
  936.                 </nav>
  937.             </section>
  938.            
  939.            
  940.             <img src="http://static.tumblr.com/sskoote/Ul3m5w5vy/vlcpj.png" width="270" height="60"></a>
  941.            
  942.            <a title="Pequeno Humorista" href="http://pequenohumorista.tumblr.com/"> <img src="http://25.media.tumblr.com/tumblr_m5py07qKfZ1r76cguo1_250.png" width="270" height="60"></a>
  943.  
  944.  
  945.  
  946.  
  947.             <!--------------------------------------------------------------
  948.                 sidebar: page nav
  949.               -------------------------------------------------------------->
  950.            
  951.             {Block:HasPages}
  952.             <section>
  953.                 <nav>
  954.                   <ul>
  955.                     {Block:Pages}
  956.                     <li><a href="{URL}">{Label}</a></li>
  957.                     {/Block:Pages}
  958.                   </ul>
  959.                 </nav>
  960.             </section>
  961.             {/Block:HasPages}
  962.            
  963.             <!--------------------------------------------------------------
  964.                 sidebar: likes
  965.               -------------------------------------------------------------->
  966.             {block:IfShowLikes}
  967.                 {block:Likes}
  968.                     <section id="likes">
  969.                         <header><h3><a href="/liked/by/{Username}" target="_blank">Likes</a></h3></header>
  970.                         {Likes limit="6" summarize="100" width="220"}
  971.                     </section>
  972.                 {/block:Likes}
  973.             {/block:IfShowLikes}
  974.         </aside>
  975.        
  976.         <div class="clear"></div>
  977.        
  978.         <footer id="footer">    
  979.           <!--------------------------------------------------------------
  980.                 footer: following
  981.               -------------------------------------------------------------->
  982.             {block:IfShowPeopleIFollow}
  983.             {block:Following}
  984.             <div class="grid_12 alpha omega"><section id="following"><header><h3>Blogs I follow:</h3></header>
  985.             <ul class="clearfix">
  986.                 {block:Followed}
  987.                     <li>
  988.                         <a href="{FollowedURL}" title="{FollowedTitle}"><img src="{FollowedPortraitURL-40}"/></a>
  989.                     </li>
  990.                 {/block:Followed}
  991.             </ul></section></div>
  992.             {/block:Following}
  993.             {/block:IfShowPeopleIFollow}
  994.            
  995.             <div class="grid_12 alpha omega"><section><p><a href="http://creativecommons.org/licenses/by-sa/3.0/" title="view licence info" style="float:right;margin-top:-5px"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="Creative Commons Attribution Share-alike 3.0" style="border: none;" /></a> Theme por (<a href="http://www.tumblr.com/theme/10858">Pedro Borges</a>) exclusivo para <a href="http://www.tumblr.com/themes/by/jiewmeng">Talvez não era pra ser engraçado todos os direitos reservadors</a></section></div>
  996.         </footer>
  997.     </div>
  998.    
  999.     {block:IfGoogleAnalyticsUACode}
  1000.     <script type="text/javascript">
  1001.       var _gaq = _gaq || [];
  1002.       _gaq.push(['_setAccount', '{text:Google Analytics UA Code}']);
  1003.       _gaq.push(['_trackPageview']);
  1004.    
  1005.       (function() {
  1006.       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  1007.       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  1008.       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  1009.       })();
  1010.     </script>
  1011.     {/block:IfGoogleAnalyticsUACode}
  1012. </body>
  1013. </html><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/sskoote/RFim5xfh7/601px-single_color_flag_-_ffff00.svg.png" width="100" height="100"></a>
Advertisement
Add Comment
Please, Sign In to add comment