Luccasbataglia

Luccasbataglia - Theme O2

Feb 15th, 2012
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.21 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- theme por luccasbataglia -->
  4.  
  5. <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'>
  6. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  7.  
  8. <script type="text/javascript">
  9. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  10. function tb8_makeArray(n){
  11. this.length = n;
  12. return this.length;
  13. }
  14. tb8_messages = new tb8_makeArray(1);
  15. tb8_messages[0] = "{Title}";
  16. tb8_rptType = 'infinite';
  17. tb8_rptNbr = 5;
  18. tb8_speed = 100;
  19. tb8_delay = 2000;
  20. var tb8_counter=1;
  21. var tb8_currMsg=0;
  22. var tb8_tekst ="";
  23. var tb8_i=0;
  24. var tb8_TID = null;
  25. function tb8_pisi(){
  26. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  27. document.title = tb8_tekst;
  28. tb8_sp=tb8_speed;
  29. tb8_i++;
  30. if (tb8_i==tb8_messages[tb8_currMsg].length){
  31. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  32. }
  33. if (tb8_currMsg == tb8_messages.length){
  34. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  35. clearTimeout(tb8_TID);
  36. return;
  37. }
  38. tb8_counter++;
  39. tb8_currMsg = 0;
  40. }
  41. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  42. }
  43. tb8_pisi()
  44. </script>
  45.  
  46. <head>
  47.  
  48. <script type="text/javascript">
  49. //desabilita menu de opcoes ao clicar no botao direito
  50. function desabilitaMenu(e)
  51. {
  52. if (window.Event)
  53. {
  54. if (e.which == 2 || e.which == 3)
  55. return false;
  56. }
  57. else
  58. {
  59. event.cancelBubble = true
  60. event.returnValue = false;
  61. return false;
  62. }
  63. }
  64. document.oncontextmenu = desabilitaMenu;
  65. document.onmousedown = desabilitaBotaoDireito;
  66. document.onmouseup = desabilitaBotaoDireito;
  67. </script>
  68.  
  69.  
  70. <!-- DEFAULT VARIABLES -->
  71. <meta name="image:tbar1" content="http://static.tumblr.com/69m8joj/LiVlwz6lz/tumblr_lw0na1glsd1qmdyxro3_250.png"/>
  72.  
  73. <meta name="image:background" content="">
  74.  
  75. <meta name="color:background" content="#f7f7f7" />
  76. <meta name="color:background2" content="#f7f7f7" />
  77. <meta name="color:sbar" content="#fff" />
  78. <meta name="color:entry" content="#fff" />
  79. <meta name="color:bold" content="#666" />
  80. <meta name="color:title" content="#666" />
  81. <meta name="color:text" content="#666" />
  82. <meta name="color:link" content="#3f3f3f" />
  83. <meta name="color:linkhover" content="#999" />
  84. <meta name="color:bgmenu" content="#3f3f3f" />
  85. <meta name="color:bgannabar" content="#f0f0f0" />
  86. <meta name="color:border" content="#f0f0f0" />
  87. <meta name="color:scrollbar" content="#3f3f3f" />
  88.  
  89. <meta name="text:fraseG" content="Frase aqui" />
  90.  
  91. <meta name="text:Link1" content="/" />
  92. <meta name="text:Link1 Title" content="coloque" />
  93. <meta name="text:Link2" content="/" />
  94. <meta name="text:Link2 Title" content="os" />
  95. <meta name="text:Link3" content="/" />
  96. <meta name="text:Link3 Title" content="links" />
  97. <meta name="text:Link4" content="/" />
  98. <meta name="text:Link4 Title" content="pelo" />
  99. <meta name="text:Link5" content="/" />
  100. <meta name="text:Link5 Title" content="apparence" />
  101. <meta name="text:Link6" content="/" />
  102. <meta name="text:Link6 Title" content="ok?" />
  103. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  104.  
  105. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  106.  
  107. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  108.  
  109. <link rel="shortcut icon" href="{Favicon}" />
  110.  
  111. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  112.  
  113. <style type="text/css">
  114.  
  115. /* body */
  116.  
  117. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:background}'); background-attachment:fixed; font-family:verdana; font-size:11px; line-height:110%; text-align:justify}
  118.  
  119. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; -moz-transition: all 1.0s ease-out; -o-transition: all 1.0s ease-out; -webkit-transition: all 1.0s ease-out; transition: all 1.0s ease-out;}
  120.  
  121. a:hover{color:{color:linkhover}}
  122.  
  123.  
  124. /* container */
  125.  
  126. #entries{left:50%; margin-left:325px; margin-top:0px; width:520px; }
  127.  
  128. #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; margin-left: 0px; margin-bottom:9px; padding-bottom:9px; padding-top:9px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
  129.  
  130. #container {margin-left: 160px;}
  131.  
  132. /* sidebar e outras */
  133.  
  134. #sbar {width: 300px; float: left; margin-left:-1px; margin-top:80px; padding: 5px; background-color: {color:sbar}; text-align: center; position: fixed;border-right: 5px solid {color:bgmenu}; opacity: 0.9; }
  135. #sbar2 {margin-top:24px; width: 170px; float: left; margin-left:-173px; padding: 4px; background-color: {color:sbar}; text-align: center; position: fixed; border-bottom-left-radius: 10px; height: auto}
  136.  
  137. #tbar {width:auto; height:auto; margin-left:-130px; margin-top:60px; position:fixed; overflow:hidden; background-color:; border-left:0px solid; border-right:0px solid; padding:3px;}
  138.  
  139. .annabar {float: left; position: fixed; margin-left: -126px; margin-top: 355px; }
  140.  
  141.  
  142. /* description */
  143.  
  144. .sidebartext{clear: both; text-align: justify; background-color: #fff; opacity: 1.0; filter:alpha (opacity=95); margin: 0px 0px 0px 0px; padding: 1px; -moz-border-radius: 6px; border-radius: 1px }
  145. .sidebartext a{font-size:9px}
  146. .sidebartext a:hover{font-size:9px}
  147.  
  148. /* h1, h2, h3 e quote */
  149.  
  150. h1{color:{color:title}; font-family:gabriola; font-size:28px; line-height:23px; letter-spacing:-1px; font-weight:normal; margin:0px; padding:0px; text-align:center}
  151.  
  152. h2{color:{color:link}; font-family:gabriola; font-size:28px; line-height:23px; letter-spacing:-1px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:center}
  153.  
  154. h3{color:{color:title}!important;font-family:gabriola; font-size:17px;text-align:center;letter-spacing: 1px; font-weight:normal;}
  155.  
  156. .quote{
  157. font-size:90px; font-family: georgia; color:#666; line-height: 90px; margin-left: 5px; opacity:0.5; filter:alpha (opacity=100);}
  158.  
  159. .q{font-family:gabriola; font-size: 28px; line-height: 23px; margin-top: -95px; margin-left: 45px; padding: 10px;
  160. }
  161.  
  162. #source {text-align: right; font-size: 9px;}
  163.  
  164. /* LINKS */
  165.  
  166. #sidelinks {position:fixed; margin-left: 100px;top:120px;}
  167.  
  168. #sidelink1 {width:110px; margin-left:80px; background-color:{color:bgmenu}; opacity: 0.5; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  169. #sidelink1 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:3px 40px 3px 13px; color:#ffffff; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  170. #sidelink1:hover {width:130px;}
  171. #sidelink1:hover a{ padding:0px 60px 1px 33px;}
  172.  
  173. #sidelink2:hover #titleblog2 {opacity:1;}
  174. #sidelink2:hover #titleblog1 {opacity:0;}
  175. #sidelink2 {width:100px; margin-left:80px; background-color:{color:bgmenu}; opacity: 0.9; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  176. #sidelink2 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:3px 40px 3px 13px; color:#ffffff; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  177. #sidelink2:hover {width:130px;}
  178. #sidelink2:hover a{ padding:0px 60px 1px 33px;}
  179.  
  180. #sidelink3 {width:120px; margin-left:80px; background-color:{color:bgmenu}; opacity: 0.7; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  181. #sidelink3 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:3px 40px 3px 13px; color:#ffffff; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  182. #sidelink3:hover {width:130px;}
  183. #sidelink3:hover a{ padding:0px 60px 1px 33px;}
  184.  
  185. #sidelink4 {width:105px; margin-left:80px; background-color:{color:bgmenu}; opacity: 0.6; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  186. #sidelink4 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:3px 40px 3px 13px; color:#ffffff; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  187. #sidelink4:hover {width:138px;}
  188. #sidelink4:hover a{ padding:0px 60px 1px 33px;}
  189.  
  190. #sidelink5 {width:115px; margin-left:80px; background-color:{color:bgmenu}; opacity: 0.9; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  191. #sidelink5 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:3px 40px 3px 13px; color:#ffffff; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  192. #sidelink5:hover {width:130px;}
  193. #sidelink5:hover a{ padding:0px 60px 1px 33px;}
  194.  
  195. #sidelink6 {width:99px; margin-left:80px; background-color:{color:bgmenu}; opacity: 0.7; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  196. #sidelink6 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:3px 40px 3px 13px; color:#ffffff; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  197. #sidelink6:hover {width:130px;}
  198. #sidelink6:hover a{ padding:0px 60px 1px 33px;}
  199.  
  200.  
  201. /* mini fotos ou avatar */
  202.  
  203. .retrato {float: left; position: fixed; margin-left: 285px; margin-top: 13px; }
  204. .retrato img{width:53px; height: 53px;border: {color:border} Solid 3px; -moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; -webkit-transition: all 0.7s ease-out; transition: all 0.7s ease-out;}
  205. .retrato img:hover{border: {color:border hover} Solid 3px; opacity: 0.9}
  206.  
  207. .retrato2 {float: left; position: fixed; margin-left: 5px; margin-top: 13px; }
  208. .retrato2 img{border: {color:border} Solid 5px; -moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; -webkit-transition: all 0.7s ease-out; transition: all 0.7s ease-out;}
  209. .retrato2 img:hover{border: {color:border} Solid 5px; opacity: 0.8}
  210. .frasess{float: left; position: fixed; margin-left: 208px; margin-top: 13px; }
  211.  
  212. .pic {float: left; margin: 0px 5px 2px 0;}
  213.  
  214. .dreamgirl {opacity:0.9; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  215. .dreamgirl:hover {opacity:1.0}
  216.  
  217. /* post - info */
  218.  
  219. #info{margin-top: 15px; }
  220. #info a{color: {color:link} !important}
  221. #info a:hover{color:{color:linkhover}!important}
  222. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  223. .tags a{color: #FF88F5 !important}
  224. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  225. .line2{font-size:10px; text-transform:lowercase; clear: both}
  226. .line3{font-size:10px; text-transform:lowercase; clear: both}
  227. .ileft{float: left}
  228. .iright{float: right}
  229. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  230. #clear{clear: both; width: 100%; visibility: hidden; height: 20px}
  231.  
  232.  
  233. .date {display:inline; text-align:right; float:right}
  234. .date a {color:#000}
  235.  
  236. /* frases e titulos */
  237.  
  238. .titulo {font-size: 25px; font-family: 'Rochester', cursiva; letter-spacing: 1px; color: {color:text}; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  239. .titulo:hover {margin-left:55px; font-style:italic}
  240. .subtitulo {font-size: 10px; font-family: verdana; letter-spacing: 1px; color: {color:text}; border-bottom: 2px solid {color:border}; border-top: 2px solid {color:border}; }
  241.  
  242. .caixinha{font-size: 10px; font-family: verdana ; color: #aaa; background: {color:sbar}; border-bottom: 2px solid {color:border}; border-top: 2px solid {color:border}; text-align: left; text-shadow: 0 1px 5px #fff; letter-spacing:2px; padding:1px; margin-bottom:4px; width:296px;}
  243.  
  244. #anapaula {background-color: transparent; letter-spacing: 1px; color: transparent; width:300px; height:20px; position: fixed; padding-top: 10px; padding-bottom: 5px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; margin-left: 0px; font-family: 'Delius Swash Caps', cursive; font-size: 38px; line-height: 25px; margin-top: 0px; px; z-index: 3;}
  245.  
  246. #anapaula:hover {background-color: {color:bgmenu}; height: 106px; color: #fff; filter:alpha(opacity=0.75) -moz-opacity:0.60; opacity:0.60; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;}
  247.  
  248.  
  249. /* imagens da tbar */
  250.  
  251. .annabar2 img{width:160px; height:160.5px; border: {color:border} Solid 3px; -moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; -webkit-transition: all 0.7s ease-out; transition: all 0.7s ease-out;}
  252. .annabar2 img:hover{border: {color:border hover} Solid 3px; opacity: 0.8}
  253.  
  254. /* creditos */
  255.  
  256. div#credit{background-color: {color:bgmenu}; opacit:0.5; letter-spacing: 0px; color: #fff; width:110px; height:10px; position: fixed; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family: verdana; z-index: 3; font-size:9px;text-aling:left; margin-left:80px;}
  257. div#credit:hover {background-color: {color:bgmenu};opacit:0.5; height: 60px; color: transparent; opacity:0.7;}
  258.  
  259. .credit2 {text-align: justify; font-size:10px; position: fixed; color: transparent; width: 110px; margin-top: 0px; margin-left: 00px; text-align: center;}
  260. .credit2:hover {color:#fff; font-size: 10px; text-align: center;}
  261.  
  262. /* topo */
  263.  
  264. #ana {width: 100%; height:40px; margin-top:-21px; opacity:0.8; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #FFFFFF; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px;background-image:url('http://static.tumblr.com/pcmtizf/RJBlw7kas/bg9.gif') }
  265.  
  266. #paula {width: 100%; height:10px; margin-top:20px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #E0E0E0; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px;) }
  267.  
  268.  
  269. /* asker */
  270.  
  271. .asker {width: 480px; background-color: {color:background2}; color:{color:text}; padding: 10px}
  272. .asker img{float: left; margin: 0px 4px 2px 0;}
  273. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  274. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  275. .answer {padding: 5px 0 0 0}
  276. .questions {font-size:10px; font-family:verdana}
  277.  
  278. /*** Paginação by madlyluv.com ***/
  279.  
  280. #side {left: 120px; top: 460px; position:absolute; z-index: 4; width:380;background-color: {color:sidebar}; height:auto; position: fixed !important;}
  281.  
  282. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; color:{color:text}; margin-top: 5px;}
  283. #paginacaoml a {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; }
  284. #paginacaoml a:hover {background: transparent; color: {color:link}; border: }
  285. #paginacaoml span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #666; text-decoration: none; border-radius: 8px;}
  286. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  287. #tumblr_controls{position: fixed!important}
  288.  
  289. .sidebarpages {font-size: 12px; margin-top: 7px; text-align: right; width: 300px; font-family: georgia; font-style: italic; float: center; clear:
  290.  
  291. both }
  292.  
  293. /* bold, italic e blockquote */
  294.  
  295. b, strong{color:bold}
  296.  
  297. i, em {color:;}
  298.  
  299. p{margin-top:5px; margin-bottom:5px}
  300.  
  301.  
  302. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:link}; padding-left: 5px; }
  303. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link};}
  304. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  305. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:link}; }
  306.  
  307. blockquote img{max-width: 470px!important}
  308. blockquote blockquote img{max-width: 450px!important}
  309. blockquote blockquote blockquote img{max-width: 430px!important}
  310. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  311.  
  312. img a{border:none; width:100%}
  313.  
  314. /* chat e audio */
  315.  
  316. .chat{line-height: 12px; list-style: none}
  317. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  318. .person1 {background-color: {color:link}; color: {color:background}}
  319. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  320. .person2 {background-color: {color:background}; color: {color: text}}
  321. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}}
  322.  
  323. .audioimage{width: 100%; text-align: center; margin: 0 10px 0 10px}
  324. .audioimage img{max-width: 300px; height: auto; padding: 5px}
  325.  
  326.  
  327. /* notes */
  328.  
  329. notes {width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  330. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  331. ol.notes li {margin: 0px; padding: 0px;}
  332.  
  333. .notes img{width:10px; position:relative; top:1px}
  334. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  335.  
  336. /* scrollbar */
  337.  
  338. ::-webkit-scrollbar{width:8px;height:4px;}
  339. ::-webkit-scrollbar-button:start:decrement
  340. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  341. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  342. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  343. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  344.  
  345. </style>
  346.  
  347. <style type="text/css">{CustomCSS}</style>
  348.  
  349. </head>
  350.  
  351. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  352. <div id="container">
  353.  
  354.  
  355.  
  356. <div id="sbar">
  357.  
  358. <div id="sidelinks">
  359. <div id="sidelink1">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} </div>
  360. <div id="sidelink2">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div>
  361. <div id="sidelink3">{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
  362. <div id="sidelink4">{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  363. <div id="sidelink5">{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
  364. <div id="sidelink6">{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div></div>
  365.  
  366.  
  367.  
  368.  
  369. <center><div style="padding: 2px; padding-bottom: -2px; overflow: auto; background-color: {color:bgannabar}; width: 295px;">
  370. <img src="{image:tbar1}" height="180" width="300"/> {/block:ifshowminimagens} </div></center>
  371.  
  372. <div id="anapaula"><div class="anapaula"><center><br>{text:fraseG}</center></div></div>
  373. <div style="font-size:9px;"><div class="sidebartext">{block:Description}{Description}{/block:Description}</div></div>
  374.  
  375.  
  376.  
  377.  
  378.  
  379. <div id="paginacaoml"> <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big>&laquo;</big></big></a>{/block:PreviousPage}{/block:Pagination}{block:JumpPagination length="10"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"><big><big>&raquo;</big></big></a>{/block:NextPage}{/block:Pagination}</center></div>
  380.  
  381.  
  382. <div id="mpp"><br><div style="font-family: verdana; font-size: 9px">theme by
  383. <a href="http://luccasbataglia.tumblr.com/"><b>luccasbataglia</b></a>, base <b>the-dreamgirl</b>
  384. </div></div>
  385.  
  386. </div>
  387.  
  388.  
  389.  
  390.  
  391. <div id="entries">
  392.  
  393.  
  394.  
  395.  
  396. {block:Posts}
  397. <div id="posts">
  398.  
  399. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  400.  
  401. {block:Text}{Body}{/block:Text}
  402.  
  403. {block:Quote}<span class="quote">“</span><div class="q">{Quote}</div>{/block:Quote}
  404. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  405.  
  406. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  407.  
  408. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  409.  
  410.  
  411.  
  412.  
  413. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" align="center"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  414. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  415.  
  416. {block:Chat}
  417. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  418. <div class="chat"><ul>{block:Lines}
  419. <li class="person{UserNumber}">{block:Label}
  420. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  421. {/block:Chat}
  422.  
  423. {block:Audio}
  424. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  425. <span style="width:300px">{AudioPlayerGrey}</span></div>
  426. <div class="cap">{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  427. {/block:Audio}
  428.  
  429. {block:Video}{Video-500}
  430. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  431.  
  432. {block:Answer}
  433. <div class="asker"><img src="{AskerPortraitURL-30}" class="dreamgirl"> <b>{Asker}</b> sussurou: <i>{Question}</i></div>
  434. <div class="answer">{Answer}</div>
  435. {/block:Answer}
  436.  
  437. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  438.  
  439. {block:Date}
  440. <div id="info">{block:HasTags}<div class="tags">{block:Tags}# <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  441.  
  442.  
  443. <div class="line3"><span class="ileft">Posted {DayOfMonth}
  444. {Month} {Year}, <a href="{Permalink}">{TimeAgo} · {block:NoteCount}
  445. <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel} · </a>{/block:NoteCount} </a><a href="{ReblogURL}" target="_blank">Reblog this</a> <br>{block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> · via: <a href="{ReblogParentURL}"
  446. title="{ReblogParentTitle}">{ReblogParentName}</a>
  447. </span>{/block:RebloggedFrom}</span> </div>
  448.  
  449. <div class="postclear"></div>
  450. </div>{/block:Date}
  451. </div>
  452.  
  453.  
  454.  
  455. {/block:Posts}
  456. {block:PostNotes}{PostNotes}{/block:PostNotes}
  457. </div>
  458. </div>
  459.  
  460.  
  461.  
  462. </body>
  463.  
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment