nathally

Theme 9

Apr 19th, 2012
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.03 KB | None | 0 0
  1. <!--          theme por 40kmdevoce | não copie ou estará fodido.                            -->
  2. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  3. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  4. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  5.  
  6. <script type="text/javascript">
  7. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  8. function tb8_makeArray(n){
  9. this.length = n;
  10. return this.length;
  11. }
  12. tb8_messages = new tb8_makeArray(1);
  13. tb8_messages[0] = "{title}";
  14. tb8_rptType = 'infinite';
  15. tb8_rptNbr = 5;
  16. tb8_speed = 100;
  17. tb8_delay = 2000;
  18. var tb8_counter=1;
  19. var tb8_currMsg=0;
  20. var tb8_tekst ="";
  21. var tb8_i=0;
  22. var tb8_TID = null;
  23. function tb8_pisi(){
  24. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  25. document.title = tb8_tekst;
  26. tb8_sp=tb8_speed;
  27. tb8_i++;
  28. if (tb8_i==tb8_messages[tb8_currMsg].length){
  29. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  30. }
  31. if (tb8_currMsg == tb8_messages.length){
  32. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  33. clearTimeout(tb8_TID);
  34. return;
  35. }
  36. tb8_counter++;
  37. tb8_currMsg = 0;
  38. }
  39. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  40. }
  41. tb8_pisi()
  42. </script>
  43.  
  44. <head>
  45.  
  46. <script type="text/javascript">
  47. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  48. </script>
  49.  
  50. <script type="text/javascript">
  51. //desabilita menu de opcoes ao clicar no botao direito
  52. function desabilitaMenu(e)
  53. {
  54. if (window.Event)
  55. {
  56. if (e.which == 2 || e.which == 3)
  57. return false;
  58. }
  59. else
  60. {
  61. event.cancelBubble = true
  62. event.returnValue = false;
  63. return false;
  64. }
  65. }
  66. document.oncontextmenu = desabilitaMenu;
  67. document.onmousedown = desabilitaBotaoDireito;
  68. document.onmouseup = desabilitaBotaoDireito;
  69. </script>
  70.  
  71. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  72.  
  73. <head>
  74.    <!-- DEFAULT VARIABLES -->
  75. <meta name="color:background" content="#f8f8f8" />
  76. <meta name="color:link" content="#000000" />
  77. <meta name="color:text" content="#000000" />
  78. <meta name="color:post" content="#ffffff" />
  79. <meta name="color:sidebar" content="#ffffff" />
  80. <meta name="color:link" content="#888" />
  81.     <meta name="color:linkhover" content="#eeeeee" />
  82. <meta name="color:scrollbar" content="#000" />
  83. <meta name="color:link1" content="#fff" />
  84. <meta name="color:link2" content="#000" />
  85. <meta name="color:linkhover1" content="#f1f1f1" />
  86. <meta name="color:linkhover2" content="#fff" />
  87. <meta name="color:linkhover3" content="#f1f1f1" />
  88. <meta name="color:linkhover4" content="#fff" />
  89. <meta name="color:linkhover5" content="#f1f1f1" />
  90. <meta name="color:linkhover6" content="#fff" />
  91.  
  92. <meta name="image:background" content="" />
  93. <meta name="image:sidebar" content="http://static.tumblr.com/qen6wvw/RWsm2pjgh/tumblr_lxpa974lhp1r7m6s0o5_250.png" />
  94.  
  95. <meta name="if:Show tags" content="1"/>
  96.  
  97. <meta name="text:Link1" content="" />
  98. <meta name="text:Link1 Title" content="" />
  99. <meta name="text:Link2" content="" />
  100. <meta name="text:Link2 Title" content="" />
  101. <meta name="text:Link3" content="" />
  102. <meta name="text:Link3 Title" content="" />
  103. <meta name="text:Link4" content="" />
  104. <meta name="text:Link4 Title" content="" />
  105. <meta name="text:Link5" content="" />
  106. <meta name="text:Link5 Title" content="" />
  107. <meta name="text:Link6" content="" />
  108. <meta name="text:Link6 Title" content="" />
  109.  
  110.                       <title>{Title}</title>
  111.         <link rel="shortcut icon" href="{Favicon}">
  112.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  113.         {block:Description}
  114.   <meta name="description" content="{MetaDescription}" />
  115.         {/block:Description}
  116.  
  117.     <style type="text/css">
  118.  
  119.  
  120.  
  121. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  122.  
  123. a {color: {color:link}; text-decoration: none; text-transform: none;}
  124. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  125.  
  126. p {margin: 6px 0 0 0}
  127.  
  128. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  129. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  130. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  131. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  132.  
  133. blockquote img{max-width: 470px!important}
  134. blockquote blockquote img{max-width: 450px!important}
  135. blockquote blockquote blockquote img{max-width: 430px!important}
  136. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  137.  
  138.  
  139.  
  140. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  141.  
  142. #entry {float: left; margin-left: 273px;}
  143.  
  144. .posts {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  145.  
  146. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  147. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  148. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  149.  
  150. .image {text-align: center; border: 0px}
  151. .image img {max-width: 500px; margin-bottom: 2px }
  152.  
  153. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  154. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  155. .pquotesource a, a:hover{text-transform: none;}
  156.  
  157. .chat{line-height: 12px; list-style: none}
  158. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  159. .person1 {background-color: {color:link}; color: {color:background}}
  160. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  161. .person2 {background-color: {color:background}; color: {color: text}}
  162. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  163.  
  164. .player {background-color: #000; text-align: left; display:block;}
  165.  
  166. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  167. .answer {padding: 2px}
  168. .answer img {max-width: 470px;}
  169.  
  170.  
  171. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  172. #info a {font-size: 9px;}
  173.  
  174. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  175. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  176.  
  177. #cap {width: 500px; margin-top: -2px;}
  178. .source {display: none;}
  179.  
  180. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 1px; font-size: 9px; text-align: left}
  181. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  182. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  183. .notes img{display: none; border:0px}
  184.  
  185. #damon {position: fixed; margin: 0px 0px 0px 12px;}
  186.  
  187. .cah a {display: block; font-family: verdana; font-size: 10px; text-align: center; width: 82px; height: auto;  background-color: {color:bgmenu}; color:{color:linkmenu}; text-decoration: none; padding:6px 12px 5px 11px; overflow:hidden; margin-bottom:1px; margin-left:-4px; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear}
  188.  
  189. .cah  a:hover{background-color:{color:bgmenu hover}; text-align:center;letter-spacing: 1px; color:{color:linkmenu hover};}
  190.  
  191.  
  192. /* sidebars */
  193.  
  194. #sidebar1 {width: 321px; left: 112px; height:40px; top:206px; padding: 5px; background-color: {color:sbar};
  195. text-align: center; position: fixed}
  196.  
  197. #sbar2 {width: 224px; float: left; margin-left:-65px; height:203px; margin-top:25px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;}
  198.  
  199. #sbar3 {margin-left:-56px;  margin-top:25px; padding: 5px; text-align: center; position: fixed; width: 215px; background-color: {color:sbar}; height:150px;}
  200.  
  201. #sbarc {width: 327px; float: left; margin-left:-65px; height:10px; margin-top:240px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:6px;}
  202.  
  203. #sbar4 {width: 110px; float: left; margin-left:25px; height:12px; margin-top:220px; padding: 6px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;}
  204. #sbar5 {width: 329px; float: left; margin-left:-65px; height:18px; margin-top:263px; padding: 0px; background-color: {color:sbar}; text-align: center; position: fixed; padding:5px;opacity:0.8; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  205.  
  206. #sbar5:hover {opacity:1.0}
  207. #sbar6 {margin-left:140px;  margin-top:300px; padding: 5px; text-align: center; position: fixed; background-color:; font-size: 16px; font-family: georgia;}
  208. #sbar8 {margin-left:850px;  margin-top:500px; padding: 5px; text-align: center; position: fixed; background-color:}
  209.  
  210. /* LINKS COLORIDOS */
  211.  
  212. #links {width: 51px; float: left; margin-left:957px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  213.  
  214. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  215.  
  216. #links a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  217.  
  218. #links:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  219.  
  220. #links2 {width: 51px; float: left; margin-left:899px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  221.  
  222. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  223.  
  224. #links2  a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  225.  
  226. #links2:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  227.  
  228.  
  229. #links3 {width: 51px; float: left; margin-left:304px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  230.  
  231. #links3 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  232.  
  233. #links3  a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  234.  
  235. #links3:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  236.  
  237. #sidlinks a {margin-top: 0px; margin-left: 159px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: lowercase; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  238.  
  239. #sidlinks  a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
  240.  
  241. #sidlinks2 a {margin-top: 18px; margin-left: 159px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  242.  
  243. #sidlinks2  a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
  244.  
  245. #sidlinks3 a {margin-top: 36px; margin-left: 159px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  246.  
  247. #sidlinks3  a:hover {color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; font-weight: bold;}
  248.  
  249. #sidlinks4 a {margin-top: 54px; margin-left: 159px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  250.  
  251. #sidlinks4  a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
  252.  
  253. #sidlinks5 a {margin-top: 72px; margin-left: 159px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  254.  
  255. #sidlinks5  a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
  256.  
  257. #sidlinks6 a {margin-top: 90px; margin-left: 159px; float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 90px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 17px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; position: fixed;}
  258.  
  259. #sidlinks6  a:hover { color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; font-weight: bold;}
  260.  
  261. /* QUADRADINHOS */
  262.  
  263. #home {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 29px; margin-left: 4px; -moz-border-top-left-radius: 10px; border-top-left-radius: 10px; z-index: 1; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
  264.  
  265. #twitter {width: 24px; position: fixed; background-color: #ffffff; font-size: 9px; font-family: tahoma; padding: 5px; height: 25px; margin-left: 4px; opacity: 0.9; margin-top: 41px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 1; box-shadow: 0px 5px 20px rgba(0,0,0,0.10)}
  266.  
  267. #botaodelike {width: 170px; height: 40px; position: fixed; background-color:; margin-left: 10px; margin-top: 152px; z-index:2}
  268.  
  269.  
  270.  
  271. /* descrição */
  272.  
  273.  
  274. .sdescri {text-align: justify; margin-top: 0px; margin-left: 50px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed;    color: {color:textsidebar}; padding: 10px;  background-attachment: fixed; height: 80px; width:100px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:0; letter-spacing: -1px; font-style: normal; box-shadow: 0px 5px 20px rgba(0,0,0,0.35); background-color: #dfdfdf;}
  275.  
  276. .sdescri:hover{opacity:1; background-color: #dfdfdf; width:193px; height: 109px;}
  277.  
  278.  
  279. #simg{
  280. float: left; margin-top: 0px; margin-left: 38px; height: 128;
  281.         width:120px;
  282.         position: absolute;
  283.         background-color: {color:sidebar};  -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;
  284. }
  285.  
  286.  
  287. #simgg {margin-top: 3px; margin-bottom: 5px;}
  288. #simgg img{width: 112px; height: 121px}
  289.  
  290.  
  291. ::-webkit-scrollbar{width:7px;height:5px;}
  292.  
  293. ::-webkit-scrollbar-button:start:decrement
  294.  
  295. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  296.  
  297. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  298.  
  299. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  300.  
  301. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  302.  
  303. #tumblr_controls{position: fixed!important}
  304. #tumblr_controls{position: fixed!important}
  305. #tumblr_controls{position: fixed!important}
  306. #tumblr_controls{position: fixed!important}
  307.  
  308. /*** Paginação by madlyluv.com ***/#paginacaoml {margin-top: 0px; font-family: verdana; font-size: 8px; line-height: 20px;
  309. }#paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  310. #paginacaoml a:hover {background: {color:post}; color: {color:text}; border: none;}
  311. #paginacaoml span.pagina_atual {background: {color:post}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  312. #paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  313. .pg {margin-left: 159px; background-color: {color:sidebar}; width:90px; margin-top: 108px;}
  314.  
  315. #credit{background-color: {color:sidebar}; color: {color:text}; text-align: center; font-size: 9px; width:203px; height:12px; position: fixed;  margin-left: 50px; margin-top:129px; padding: 4px; font-family: verdana;position: fixed; }
  316.  
  317. </style>
  318.  
  319. <body>
  320. <div id="container">
  321. <div id="damon">
  322.  
  323. <div id="simg">
  324.  
  325.  
  326.  
  327.     <div id="simgg"><img src="{image:sidebar}">
  328.     </div></div>
  329.  
  330.  
  331.  
  332. <div id="sidlinks">
  333. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  334. </div>
  335.  
  336. <div id="sidlinks2">
  337. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  338. </div>
  339.  
  340. <div id="sidlinks3">
  341. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  342. </div>
  343.  
  344. <div id="sidlinks4">
  345. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  346. </div>
  347.  
  348. <div id="sidlinks5">
  349. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  350. </div>
  351.  
  352. <div id="sidlinks6">
  353. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  354. </div>
  355.  
  356.  <div id="home"><a href="http://www.facebook.com/nathallygabrielly"><img src="http://25.media.tumblr.com/tumblr_m125msRIki1r0i4t1o1_250.png" width=15px"><p>F.book</a></div>
  357.  
  358. <div id="twitter"><a href="http://twitter.com/pqp_naathy"><img src="http://static.tumblr.com/kwaqeuc/3s5m09y3k/picons03.png">twitter</a></div>
  359.  
  360.  
  361. <div class="pg"><div id="paginacaoml">
  362. {block:JumpPagination length="5"}
  363. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  364. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  365. {/block:JumpPagination}
  366. </div></div></div>
  367.  
  368. <div id="credit">© theme by <a href="http://40kmdevoce.tumblr.com/"> <b>40kmdevoce</b></a>; <a href= "http://d-esvaneio.tumblr.com/"> +</a> <a href="http://luccasbataglia.tumblr.com/">+</a></a></div>
  369.  
  370.  <div class="sdescri">{description}</div>
  371.  
  372. <div id="botaodelike"><script src="http://connect.facebook.net/pt_BR/all.js#xfbml=1"></script><fb:like layout="button_count" show_faces="false" href="http://www.facebook.com/vishmarianathy"></fb:like></div>
  373.  
  374.  
  375.  
  376.  
  377.  
  378. <div id="entry">
  379.  
  380.  {block:Posts}
  381. <div class="posts">
  382.  
  383. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  384.  
  385. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  386.  
  387. {block:Photoset}{Photoset-500}{/block:Photoset}
  388.  
  389. {block:Quote}
  390. <div class="pquote">“{Quote}”</div>
  391. {block:Source}<div class="pquotesource"> — {Source}</div>
  392. {/block:Source}
  393. {/block:Quote}
  394.  
  395. {block:Link}
  396. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  397. {block:Description}{Description}{/block:Description}
  398. {/block:Link}
  399.  
  400. {block:Chat}
  401. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  402. <div class="chat"><ul>{block:Lines}
  403. <li class="person{UserNumber}">{block:Label}
  404. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  405. {/block:Chat}
  406.  
  407. {block:Audio}
  408. <div class="player">{AudioPlayerBlack}</div>
  409. {block:Caption}{Caption}{/block:Caption}
  410. {/block:Audio}
  411.  
  412. {block:Video}{Video-500}{/block:Video}
  413.  
  414.  
  415. {block:Answer}
  416. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  417. <div class="answer">{Answer}</div>
  418. {/block:Answer}
  419.  
  420.  
  421. <div id="cap">
  422. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  423. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  424. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  425.  
  426. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  427.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  428.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  429. {/block:ContentSource}</div></div>
  430. <br>
  431.  
  432.  
  433. <div id="info">
  434. {block:Date}{block:IfShowTags}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
  435. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  436. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  437. {/block:RebloggedFrom}
  438. </div>
  439. </div>{/block:Date}
  440.  
  441.  
  442.  {/block:Posts}
  443. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456.  
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment