Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <head>
- <!-- ==============================================================================================================
- Name: Comic5 v1.04
- Description: This theme is developed as a result OF experimenting WITH HTML5 AND CSS3 elements.
- Credits: Komika Title [http://www.fontsquirrel.com/fonts/Komika-Title]
- Wireframe mono icons [http://www.iconfinder.com/search/?q=iconset%3Acc_mono_icon_set]
- 960GS [http://960.gs/]
- Design by: Jiew Meng [http://jiewmeng.tumblr.com]
- Changelog:
- - 1.01 added twitter name
- - 1.02 fix IE using HTML5 shim (no rounded corners support tho)
- - 1.03 support for IE using google chrome frame [http://code.google.com/chrome/chromeframe/]
- fixed comment link
- modified footer text
- added jump pagination
- - 1.04 fixed link target markup error
- =============================================================================================================== -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>{title}</title>
- <meta name="if:Mostrar foto da side" content="0" />
- <meta name="if:Mostrar a busca" content="1" />
- <meta name="if:Use jump pagination" content="1" />
- <meta name="if:Use Google Chrome Frame" content="1" />
- <meta name="text:Twitter name" content="" />
- <meta name="text:Disqus Shortname" content="" />
- <meta name="text:Google Analytics UA Code" content="" />
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <!--[if IE]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <link rel="stylesheet" href="http://static.tumblr.com/ikeq9mi/jD5l3owqy/reset.css" />
- <link rel="stylesheet" href="http://static.tumblr.com/ikeq9mi/eihl3ows4/text.css" />
- <link rel="stylesheet" href="http://static.tumblr.com/ikeq9mi/Eahl3owsp/960.css" />
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style>#scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 15px; right: 15px;}
- /*************************************************************
- html5 "reset"
- *************************************************************/
- header, section, article, aside, footer {
- display: block;
- }
- /*************************************************************
- tag styles
- *************************************************************/
- body {
- background: #FFFF00 repeat-x;
- font: 18px/27px 'Verdana', Arial, 'Liberation Sans', FreeSans, sans-serif;
- color: #fff;
- padding-top: 20px;
- }
- #masthead {
- text-align: center;
- }
- #masthead h1 a:link,
- #masthead h1 a:visited {
- color: #fff;
- text-decoration: none;
- }
- #masthead h1 a:hover,
- #masthead h1 a:active {
- border-bottom: 10px dotted #fff;
- }
- #masthead p {
- font-size: 26px; line-height: 30px;
- }
- #masthead p strong {
- color: #efe323;
- }
- h1, h2, h3 {
- }
- h1 {
- font-size: 60px;
- line-height: 60px;
- }
- h2 {
- font-size: 45px;
- line-height: 45px;
- }
- h3 {
- font-size: 23px;
- }
- a:link, a:visited {
- color: #de1e2a;
- text-decoration: none;
- }
- a:hover, a:active {
- text-decoration: underline;
- }
- p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
- margin-bottom: 15px;
- }
- blockquote {
- color: #888;
- margin: 0 0 15px 10px;
- border-left: 5px solid #888;
- padding-left: 15px;
- }
- blockquote p:last-child {
- margin-bottom: 0;
- }
- .cite {
- font-size: 18px;
- line-height: 27px;
- }
- img, .media {
- border: 5px solid #CCC;
- }
- .media {
- line-height: 0;
- margin-bottom: 15px;
- }
- nav ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- nav li {
- margin-left: 0;
- }
- nav a:link,
- nav a:visited {
- display: block;
- margin: 0 0 3px;
- padding: 10px 15px;
- background: #333;
- color: #fff;
- font-size: 20px; line-height: 26px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- text-decoration: none;
- }
- nav a:hover,
- nav a:active {
- background: #222;
- }
- input[type=text] {
- width: 220px;
- padding: 10px;
- color: #666;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- line-height: 20px;
- border: 1px solid #222;
- margin: 0 0 7px;
- }
- input[type=text]:focus {
- background: #fff;
- color: #222;
- }
- button {
- width: 240px;
- padding: 5px 10px;
- background: #333;
- color: #fff;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- border: none;
- font-size: 20px;
- /*line-height: 10px;*/
- }
- button:hover,
- button:active {
- background: #222;
- }
- pre {
- overflow: scroll;
- }
- /*************************************************************
- article (main content) styles
- *************************************************************/
- #main {
- margin-bottom: 20px;
- }
- article {
- background: #fff;
- color: #333;
- padding: 30px 40px 40px 70px;
- margin-bottom: 20px;
- position: relative;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- article img {
- max-width: 500px;
- }
- article blockquote img {
- max-width: 450px;
- }
- article .type a:link,
- article .type a:visited {
- position: absolute;
- top: 25px;
- left: -40px;
- background: #de1e2a ;
- color: #fff;
- font-size: 22px; line-height: 35px;
- text-align: center;
- text-indent: -9999px;
- width: 80px;
- height: 60px;
- -moz-border-radius: 10px;
- -webkit-border-top-left: 10px;
- border-radius: 10px;
- -moz-box-shadow: 0 0 4px #111;
- -webkit-box-shadow: 0 0 4px #111;
- box-shadow: 0 0 4px #111;
- padding: 0;
- margin: 0;
- }
- article .type a:link:before,
- article .type a:visited:before {
- content: '';
- width: 48px;
- height: 48px;
- display: block;
- background: url("http://static.tumblr.com/ikeq9mi/gt1l3udmm/typesprite.png") no-repeat;
- position: relative;
- top: 6px;
- left: 16px;
- }
- .typeText .type a:link:before,
- .typeText .type a:visited:before {
- background-position: 0 0;
- }
- .typePhoto .type a:link:before,
- .typePhoto .type a:visited:before {
- background-position: -48px 0;
- }
- .typeQuote .type a:link:before,
- .typeQuote .type a:visited:before {
- background-position: -96px 0;
- }
- .typeLink .type a:link:before,
- .typeLink .type a:visited:before {
- background-position: -144px 0;
- }
- .typeChat .type a:link:before,
- .typeChat .type a:visited:before {
- background-position: -192px 0;
- }
- .typeAudio .type a:link:before,
- .typeAudio .type a:visited:before {
- background-position: -240px 0;
- }
- .typeVideo .type a:link:before,
- .typeVideo .type a:visited:before {
- background-position: -288px 0;
- }
- article .numNotes {
- position: absolute;
- top: 90px;
- left: -40px;
- width: 80px;
- background: #fff;
- color: #de1e2a;
- font-size: 22px; line-height: 35px;
- text-align: center;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- -moz-box-shadow: 0 0 4px #111;
- -webkit-box-shadow: 0 0 4px #111;
- box-shadow: 0 0 4px #111;
- }
- article .numNotes span {
- font-size: 12px;
- line-height: 14px;
- margin: 0 0 5px;
- }
- article .numNotes a:link,
- article .numNotes a:visited {
- background: none;
- color: #de1e2a;
- padding: 0;
- margin: 0;
- }
- article .numNotes a:hover,
- article .numNotes a:active {
- border-bottom: 3px dotted #de1e2a;
- }
- article .numNotes span {
- display: block;
- }
- #disqus {
- display: none;
- }
- article footer {
- display: block;
- font-size: 11px;
- line-height: 20px;
- color: #999;
- padding: 5px 0;
- overflow: hidden;
- border-top: 1px solid #ccc;
- margin-top: 10px;
- }
- article footer p {
- margin-bottom: 5px;
- float: left;
- margin: 0 5px 0;
- }
- article footer a:link,
- article footer a:visited {
- padding: 2px 8px;
- margin: 0 3px 0 0;
- background: #999;
- color: #fff;
- text-decoration: none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- article footer a:hover,
- article footer a:active {
- background: #222;
- color: #fff;
- }
- article .permalink span,
- article .posted span,
- article .tags span {
- background: url("http://static.tumblr.com/ikeq9mi/62Tl3ugz4/articlefootersprite.png") no-repeat;
- width: 16px;
- height: 16px;
- display: block;
- float: left;
- margin: 0 3px 0 0;
- text-indent: -9999px;
- }
- article .permalink span {
- background-position: -32px 0;
- }
- article .posted span {
- background-position: -64px 0;
- }
- article .posted .timeago {
- background-position: -48px 0;
- }
- article .tags span {
- background-position: -16px 0;
- }
- #disqus_thread {
- margin: 20px 30px;
- border-top: 1px solid #ccc;
- padding: 20px 0;
- }
- /*************************************************************
- article (quote) styles
- *************************************************************/
- .typeQuote blockquote {
- font-size: 25px; line-height: 36px;
- position:relative;
- padding:20px;
- margin:0 0 30px;
- border:5px solid #bbb;
- color:#333;
- background:#fff;
- /* css3 */
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- border-radius:10px;
- }
- /* creates the larger triangle */
- .typeQuote blockquote:before {
- content:"\00a0";
- display:block; /* reduce the damage IN FF3.0 */
- position:absolute;
- bottom:-40px; /* value = - border-top-width - border-bottom-width */
- left:40px; /* controls horizontal position */
- width:0;
- height:0;
- border:20px solid transparent;
- border-top-color:#bbb;
- }
- /* creates the SMALLER triangle */
- .typeQuote blockquote:after {
- content:"\00a0";
- display:block; /* reduce the damage IN FF3.0 */
- position:absolute;
- bottom:-26px; /* value = - border-top-width - border-bottom-width */
- left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
- width:0;
- height:0;
- border:13px solid transparent;
- border-top-color:#fff;
- }
- .typeQuote .cite {
- padding-left: 50px;
- font-style: italic;
- font-size: 16px;
- line-height: 22px;
- }
- /*************************************************************
- article (chat) styles
- *************************************************************/
- .typeChat ul {
- list-style: none;
- padding: 0;
- margin: 0 0 20px;
- font-size: 14px;
- line-height: 22px;
- }
- .typeChat li {
- padding: 5px 10px;
- margin: 0 0 2px;
- background: #222;
- color: #fff;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .typeChat li:nth-child(odd) {
- background: #333;
- }
- .typeChat strong {
- font-size: 16px; line-height: 22px;
- }
- .typeChat strong:after {
- content: ": ";
- }
- /*************************************************************
- article (video) styles
- *************************************************************/
- .typeVideo .media {
- margin-bottom: 15px;
- width: 500px;
- }
- /*************************************************************
- article (notes) styles
- *************************************************************/
- .notes {
- font-size: 13px;
- line-height: 20px;
- list-style: none;
- padding: 20px 0;
- margin: 20px 30px;
- border-top: 1px solid #ccc;
- }
- .notes li {
- margin-left: 0;
- }
- .notes img {
- border: 2px solid #CCC;
- }
- .notes blockquote {
- margin: 5px 0 15px 35px;
- font-size: 12px;
- }
- /*************************************************************
- page nav styles
- *************************************************************/
- .pageNav ul {
- text-align: center;
- padding: 10px 0;
- }
- .pageNav li {
- display: inline;
- padding: 10px 0;
- }
- .pageNav a:link,
- .pageNav a:visited {
- background: #fff;
- color: #222;
- display: inline;
- }
- .pageNav a:hover,
- .pageNav a:active {
- background: #efe323;
- color: #111;
- }
- .pageNav a.active:link,
- .pageNav a.active:visited {
- background: #efe323;
- }
- #pagenavOlder:after {
- content: " >";
- }
- #pagenavNewer:before {
- content: "< ";
- }
- /*************************************************************
- aside (side bar) styles
- *************************************************************/
- #sidebar section {
- background: #111;
- padding: 20px 30px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- font-size: 15px;
- line-height: 23px;
- margin: 0 0 15px;
- }
- #txtSearch {
- background: #fff url('http://static.tumblr.com/ikeq9mi/Ec1l3wjpc/search.png') no-repeat 210px 6px;
- width: 200px;
- padding: 10px 30px 10px 10px;
- }
- #sidebar section h1,
- #sidebar section h2,
- #sidebar section h3,
- #sidebar section p {
- margin-bottom: 10px;
- }
- #likes ul {
- list-style: none;
- padding: 0;
- margin: 0;
- font-size: 13px;
- line-height: 20px;
- }
- #likes li {
- margin-left: 0;
- padding: 15px 0;
- border-bottom: 1px solid #222;
- }
- #likes img {
- max-width: 220px;
- border-color: #444;
- }
- #sidebar blockquote {
- border-color: #444;
- }
- #sidebar nav img {
- border: none;
- margin-right: 5px;
- }
- #portrait {
- text-align: center;
- }
- /*************************************************************
- footer styles
- *************************************************************/
- #footer section {
- background: #111;
- padding: 15px 20px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- font-size: 15px;
- line-height: 23px;
- margin-bottom: 20px;
- }
- #footer p {
- font-size: 14px;
- line-height: 20px;
- margin-bottom: 0;
- }
- #footer a:link,
- #footer a:visited {
- color: #efe323;
- }
- #footer a:hover,
- #footer a:active {
- text-decoration: none;
- }
- #following ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- #following li {
- padding: 0;
- margin: 0 5px 5px 0;
- float: left;
- height: 40px;
- }
- #following img {
- border: none;
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/SHFl3p1yp/cufon-yui.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/ZZUl3p1ut/komikatitle-cufon.js"></script>
- <script>
- $(function() {
- /*Cufon.replace("h1, h2, h3, #masthead p, .typeQuote blockquote, nav ul, .typeChat strong, article .numNotes, article .type, button"); */
- Cufon.replace("h1, h2, h3, #masthead p, .typeQuote blockquote, nav ul, .typeChat strong, article .numNotes, article.numNotes:after, button, #askLink");
- Cufon.refresh("article .numNotes");
- var search = $("#txtSearch").val();
- if (search == "") {
- $("#txtSearch").val("enter search query here ...");
- }
- $("#txtSearch").blur(function() {
- search = $("#txtSearch").val();
- if (!(search != "" && search != "enter search query here ...")) {
- $("#txtSearch").val("enter search query here ...");
- }
- });
- $("#txtSearch").focus(function() {
- search = $("#txtSearch").val();
- if (search == "enter search query here ...") {
- $("#txtSearch").val("");
- }
- });
- });
- </script>
- </head>
- <body> <img src="http://static.tumblr.com/sskoote/J2am5w5rk/z69rn.png" width="900" height="300"></a>
- {block:IfUseGoogleChromeFrame}
- <!--[If IE]>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/5ORl4gyp0/innershiv.min.js"></script>
- <script>
- $(function() {
- CFInstall.check({
- preventPrompt: true,
- onmissing: function() {
- $("#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>'));
- }
- });
- });
- </script>
- <![endif] -->
- {/block:IfUseGoogleChromeFrame}
- <div id="container" class="container_12">
- <!--------------------------------------------------------------
- masthead
- -------------------------------------------------------------->
- <header id="masthead" class="grid_12">
- <h1><a href="/">{title}</a></h1>
- {block:IfShowDescription}
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {/block:IfShowDescription}
- </header>
- <!--------------------------------------------------------------
- main section
- -------------------------------------------------------------->
- <section id="main" class="grid_8 alpha">
- {block:SearchPage}
- {block:NoSearchResults}
- <article>
- <header><h2>No Search Results to Display ... try another keyword ...</h2></header>
- </article>
- {block:NoSearchResults}
- {/block:SearchPage}
- {block:Posts}
- {block:Text}
- <!--------------------------------------------------------------
- article: text
- -------------------------------------------------------------->
- <article class="typeText">
- {block:Title}
- <header>
- <h2><a href="{Permalink}">{Title}</a></h2>
- </header>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <!--------------------------------------------------------------
- article: photo
- -------------------------------------------------------------->
- <article class="typePhoto">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <!--------------------------------------------------------------
- article: photoset
- -------------------------------------------------------------->
- <article class="typePhoto">
- <div class="media">{Photoset-500}</div>
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <!--------------------------------------------------------------
- article: quote
- -------------------------------------------------------------->
- <article class="typeQuote">
- <blockquote>
- {Quote}
- </blockquote>
- {block:Source}
- <div class="cite">
- {Source}
- </div>
- {block:Source}
- {/block:Quote}
- {block:Link}
- <!--------------------------------------------------------------
- article: link
- -------------------------------------------------------------->
- <article class="typeLink">
- <header>
- <h2><a href="{URL}" {Target}>{Name}</a></h2>
- </header>
- {block:Description}
- {Description}
- {block:Description}
- {/block:Link}
- {block:Chat}
- <!--------------------------------------------------------------
- article: chat
- -------------------------------------------------------------->
- <article class="typeChat">
- {block:Title}
- <header>
- <h2><a href="{Permalink}" target="{Target}">{Title}</a></h2>
- </header>
- {/block:Title}
- <ul class="clearfix">
- {block:Lines}
- <li>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- <!--------------------------------------------------------------
- article: video
- -------------------------------------------------------------->
- <article class="typeVideo">
- <div class="media">
- {Video-500}
- </div>
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {block:Caption}
- {/block:Video}
- {block:Audio}
- <!--------------------------------------------------------------
- article: audio
- -------------------------------------------------------------->
- <article class="typeAudio">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Audio}
- {block:Date}
- {block:IfDisqusShortname}
- <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div>
- <script type="text/javascript">
- /**
- * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
- */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript>
- <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
- {/block:Permalink}<script type="text/javascript">
- //<![CDATA[
- (function() {
- var links = document.getElementsByTagName('a');
- var query = '?';
- for(var i = 0; i < links.length; i++) {
- if(links[i].href.indexOf('#disqus_thread') >= 0) {
- query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
- }
- }
- document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
- })();
- //]]>
- </script>
- {/block:IfDisqusShortname}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <footer>
- {block:NoteCount}<p class="numNotes"><a href="{Permalink}">{NoteCount}</a> <span>notes</span></p>{/block:NoteCount}
- <p class="type"><a href="{Permalink}"></a></p>
- {block:IfDIsqusShortname}<p class="permalink"><span>Comment:</span> <a href="{Permalink}#disqus-thread">Comment</a></p>{/block:IfDIsqusShortname}
- <p class="posted">
- {block:NotReblog}
- <span class="timeago">Posted:</span> <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{TimeAgo}</a>
- {/block:NotReblog}
- {block:Reblog}
- <span class="timeago">Reblogged:</span> <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{TimeAgo}</a> from <a href="{ReblogParentUrl}" target="_blank">{ReblogParentName}</a>
- {block:Reblog}
- {block:GroupMembers}
- by <a href="{PostAuthorURL}" target="_blank">{PostAuthorName}</a>
- {/block:GroupMembers}
- </p>
- {block:HasTags}<p class="tags"><span>Tags:</span> {block:Tags}<a href="{TagURLChrono}">{Tag}</a>{/block:Tags}</p>{/block:HasTags}
- </footer>
- {/block:Date}
- </article>
- <br/>
- <a href="{ReblogURL}"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a>
- {/block:Posts}
- {block:PermalinkPagination}
- <nav class="pageNav">
- <ul class="clearfix">
- {block:PreviousPost}<li><a href="{PreviousPost}" id="pagenavNewer">Newer</a></li>{/block:PreviousPost}
- {block:NextPost}<li><a href="{NextPost}" id="pagenavOlder">Older</a></li>{/block:NextPost}
- </ul>
- </nav>
- {/block:PermalinkPagination}
- {block:Pagination}
- <nav class="pageNav">
- <ul class="clearfix">
- {block:PreviousPage}<li><a href="{PreviousPage}" id="pagenavNewer">Newer</a></li>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<li><a href="{URL}" class="active">{PageNumber}</a></li>{/block:CurrentPage}
- {block:JumpPage}<li><a href="{URL}">{PageNumber}</a></li>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<li><a href="{NextPage}" id="pagenavOlder">Older</a></li>{/block:NextPage}
- </ul>
- </nav>
- {/block:Pagination}
- </section>
- <!--------------------------------------------------------------
- sidebar
- -------------------------------------------------------------->
- <aside id="sidebar" class="grid_4 omega">
- <!--------------------------------------------------------------
- sidebar: portrait
- -------------------------------------------------------------->
- {block:IfShowPortrait}
- <section id="portrait">
- <a href="/"><img alt="{Title}" src="{PortraitURL-128}" /></a>
- </section>
- {/block:IfShowPortrait}
- <!--------------------------------------------------------------
- sidebar: search
- -------------------------------------------------------------->
- {block:IfShowSearch}
- <section>
- <form id="frmSearch" action="/search" method="get">
- <input type="text" id="txtSearch" name="q" value="{SearchQuery}"/>
- </form>
- </section>
- {/block:IfShowSearch}
- <!--------------------------------------------------------------
- sidebar: nav
- -------------------------------------------------------------->
- <img src="http://static.tumblr.com/sskoote/DoCm5w5cv/o6zhy.png" width="290" height="60"></a>
- <section>
- <nav>
- <ul>
- <li><a href="http://talveznaoeraparserengracado.tumblr.com/"><img src="http://1.bp.blogspot.com/-AmJ0DJlWc9I/TbSeDn78LSI/AAAAAAAAEAA/EPKE9E2R7JU/s1600/ewbt.gif" /> Inicio</a></li>
- <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>
- <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>
- <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>
- <li><a href="http://www.tumblr.com"><img src="http://1.bp.blogspot.com/-kxXgXqLSB6I/TbSeLIlMHkI/AAAAAAAAEBc/X2oNIsKE7dI/s1600/LOL.gif" /> Tchau</a></li>
- {block:IfTwitterName}
- <li><a href="http://twitter.com/{text:Twitter name}"><img src="http://static.tumblr.com/ikeq9mi/g8Wl4e9h1/twitter.png" />Twitter</a></li>
- {/block:IfTwitterName}
- </ul>
- </nav>
- </section>
- <img src="http://static.tumblr.com/sskoote/Ul3m5w5vy/vlcpj.png" width="270" height="60"></a>
- <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>
- <!--------------------------------------------------------------
- sidebar: page nav
- -------------------------------------------------------------->
- {Block:HasPages}
- <section>
- <nav>
- <ul>
- {Block:Pages}
- <li><a href="{URL}">{Label}</a></li>
- {/Block:Pages}
- </ul>
- </nav>
- </section>
- {/Block:HasPages}
- <!--------------------------------------------------------------
- sidebar: likes
- -------------------------------------------------------------->
- {block:IfShowLikes}
- {block:Likes}
- <section id="likes">
- <header><h3><a href="/liked/by/{Username}" target="_blank">Likes</a></h3></header>
- {Likes limit="6" summarize="100" width="220"}
- </section>
- {/block:Likes}
- {/block:IfShowLikes}
- </aside>
- <div class="clear"></div>
- <footer id="footer">
- <!--------------------------------------------------------------
- footer: following
- -------------------------------------------------------------->
- {block:IfShowPeopleIFollow}
- {block:Following}
- <div class="grid_12 alpha omega"><section id="following"><header><h3>Blogs I follow:</h3></header>
- <ul class="clearfix">
- {block:Followed}
- <li>
- <a href="{FollowedURL}" title="{FollowedTitle}"><img src="{FollowedPortraitURL-40}"/></a>
- </li>
- {/block:Followed}
- </ul></section></div>
- {/block:Following}
- {/block:IfShowPeopleIFollow}
- <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>
- </footer>
- </div>
- {block:IfGoogleAnalyticsUACode}
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '{text:Google Analytics UA Code}']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- {/block:IfGoogleAnalyticsUACode}
- </body>
- </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