Advertisement
leticiafelippe

Theme10

Mar 28th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.50 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. Este Theme foi feito por Letícia Felippe (uma-bailarina-skatista.tumblr.com),modifique o quanto quiser mais jamais retire os créditos-----
  3. -------------------------------------------------------------------------->
  4.  
  5.  
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT APPEARENCE -->
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  13.  
  14. <title>MUDE ISSO</title>
  15.  
  16. <meta name="image:imgb1" content="http://static.tumblr.com/gaqpzne/k4vlyzond/gnr_6.jpg"/>
  17. <meta name="image:imgb2" content="http://static.tumblr.com/gaqpzne/M1tlyzony/gnr_7.jpg"/>
  18. <meta name="image:imgb3" content="http://static.tumblr.com/gaqpzne/GSTlyzooz/gnr_12.jpg"/>
  19. <meta name="image:imgb4" content="http://static.tumblr.com/gaqpzne/gwKlyzool/gnr_8.jpg"/>
  20. <meta name="image:imgb5" content="http://static.tumblr.com/gaqpzne/UOjlyzomw/gnr_2.jpg"/>
  21. <meta name="image:imgb6" content="http://26.media.tumblr.com/tumblr_m1lp54PN2A1qfzgdwo2_250.jpg"/>
  22. <meta name="image:imgb7" content="http://29.media.tumblr.com/tumblr_m1lp54PN2A1qfzgdwo1_250.jpg"/>
  23. <meta name="image:imgb8" content="http://27.media.tumblr.com/tumblr_m1kbuecpwD1rqkknko1_500.jpg"/>
  24. <meta name="image:imgb9" content="http://29.media.tumblr.com/tumblr_m1k7x9qw3l1qh63ipo16_250.jpg"/>
  25. <meta name="image:imgb10" content="http://static.tumblr.com/gaqpzne/cHYlyzolx/gnr_1.jpg"/>
  26. <meta name="image:imgb11" content="http://26.media.tumblr.com/tumblr_m1k650gO6z1rpocpro1_500.jpg"/>
  27. <meta name="text:frase1" content="I'm Gunner" />
  28.  
  29.  
  30. <meta name="if:Show tags" content="1"/>
  31.  
  32.  
  33.  
  34.  
  35. <script type="text/javascript">
  36.  
  37.  
  38. var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
  39.  
  40. var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
  41.  
  42. if (document.getElementById){ //DynamicDrive.com change
  43. document.write('<style type="text/css">
  44. ')
  45. document.write('.submenu{display: none;}
  46. ')
  47. document.write('</style>
  48. ')
  49. }
  50.  
  51. function SwitchMenu(obj){
  52. if(document.getElementById){
  53. var el = document.getElementById(obj);
  54. var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
  55. if(el.style.display != "block"){ //DynamicDrive.com change
  56. for (var i=0; i<ar.length; i++){
  57. if (ar[i].className=="submenu") //DynamicDrive.com change
  58. ar[i].style.display = "none";
  59. }
  60. el.style.display = "block";
  61. }else{
  62. el.style.display = "none";
  63. }
  64. }
  65. }
  66.  
  67. function get_cookie(Name) {
  68. var search = Name + "="
  69. var returnvalue = "";
  70. if (document.cookie.length > 0) {
  71. offset = document.cookie.indexOf(search)
  72. if (offset != -1) {
  73. offset += search.length
  74. end = document.cookie.indexOf(";", offset);
  75. if (end == -1) end = document.cookie.length;
  76. returnvalue=unescape(document.cookie.substring(offset, end))
  77. }
  78. }
  79. return returnvalue;
  80. }
  81.  
  82. function onloadfunction(){
  83. if (persistmenu=="yes"){
  84. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  85. var cookievalue=get_cookie(cookiename)
  86. if (cookievalue!="")
  87. document.getElementById(cookievalue).style.display="block"
  88. }
  89. }
  90.  
  91. function savemenustate(){
  92. var inc=1, blockid=""
  93. while (document.getElementById("sub"+inc)){
  94. if (document.getElementById("sub"+inc).style.display=="block"){
  95. blockid="sub"+inc
  96. break
  97. }
  98. inc++
  99. }
  100. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  101. var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
  102. document.cookie=cookiename+"="+cookievalue
  103. }
  104.  
  105. if (window.addEventListener)
  106. window.addEventListener("load", onloadfunction, false)
  107. else if (window.attachEvent)
  108. window.attachEvent("onload", onloadfunction)
  109. else if (document.getElementById)
  110. window.onload=onloadfunction
  111.  
  112. if (persistmenu=="yes" && document.getElementById)
  113. window.onunload=savemenustate
  114.  
  115.  
  116. </script>
  117.  
  118.  
  119. <META name="text:frasedoperfil" content="Frase curta aqui"/>
  120. <META name="image:fotoperfil" content="http://3.bp.blogspot.com/-NwdK-zAo_n4/TbteH6Orm6I/AAAAAAAAALM/v-wjCP_Dq6o/s1600/Guns-N-Roses.jpg">
  121.  
  122.  
  123. <style type="text/css">
  124.  
  125. ::-webkit-scrollbar-thumb:vertical {
  126.  
  127. background-color:#a5a5a5;
  128.  
  129. height:100px;
  130.  
  131. }
  132.  
  133. ::-webkit-scrollbar-thumb:horizontal {
  134.  
  135. background-color:#a5a5a5;
  136.  
  137. height:10px;
  138.  
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142.  
  143. height:10px;
  144.  
  145. width:8px;
  146.  
  147. background-color:#dbdbdb;
  148.  
  149. }
  150.  
  151. ::-webkit-scrollbar {
  152.  
  153. height:10px;
  154.  
  155. width:8px;
  156.  
  157. background-color:#dbdbdb;
  158.  
  159. }
  160.  
  161. /********** seleção colorida */
  162.  
  163. ::-moz-selection {
  164.  
  165. background-color: #dbdbdb;
  166.  
  167. color: #a5a5a5;}
  168.  
  169.  
  170.  
  171. ::selection {
  172.  
  173. background-color: #dbdbdb;
  174.  
  175. color: #a5a5a5;}
  176.  
  177.  
  178. #sidebar1 {width: 100px; height: 70%; margin-top: 130px; padding: 5px; background-color:#f2f0ee; text-align: center; position: fixed; background-attachment: fixed}
  179.  
  180. .title1 {font-size: 30px;font-family: 'Parisienne', cursive; line-height: 29px; text-align: center; margin: 0 0 2px 0}
  181. .title1 a {color: #b65454}
  182. .title1 a:hover {color: #000}
  183.  
  184. #footer {width: 510px; margin: 0px 0 5px 113px; font-size: 10px; text-align: center; color:
  185.  
  186. color: #000; background-color: #cccccc; padding: 5px; font-family: verdana}
  187.  
  188.  
  189. body {
  190. background-image:url(http://www.andresugai.org/Tutoriais/12.2008/T12/imagem1.jpg);
  191. background-attachment: fixed;
  192. background-color: #F2F2F2;
  193. }
  194.  
  195. a:link,a:active,a:visited { color: #909090; text-decoration: none; -webkit-transition-duration: .90s; }
  196. a:hover { color: #9F60B5;}
  197.  
  198.  
  199. img { filter: alpha(opacity=80); opacity: .8; -webkit-transition-duration: .50s; }
  200. img:hover { filter: alpha(100); opacity: 1.0; }
  201.  
  202. b, strong { color: #000;}
  203. i, em { color: #999; }
  204. u { color: #95BBBD; border-bottom: 1px solid #D5EAEB; }
  205.  
  206. td { letter-spacing: 0px;
  207. text-align: justify;
  208. color: #BEBEBE;
  209. font: 11px verdana;
  210. line-height:17px; }
  211.  
  212.  
  213. <!-- DEFAULT APPEARENCE -->
  214.  
  215. /******** Menu ********/
  216.  
  217. #dhtmltooltip{
  218. position: absolute;
  219. padding: 3px;
  220. background-color: rgba(0,0,0,0.4);
  221. color: #FFFFFF;
  222. left: -100px;
  223. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  224. font-size: 11px;
  225. width: 100px;
  226. visibility: hidden;
  227. z-index: 100;
  228. cursor:help;
  229. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  230. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  231. }
  232.  
  233. #dhtmlpointer{
  234. position:absolute;
  235. left: -100px;
  236. z-index: 101;
  237. visibility: hidden;
  238. }
  239.  
  240. .nametitle { color:#000; font-family: Verdana; font-size: 25px; letter-spacing: 1px; text-align: right; }
  241.  
  242. .sidebar { width: 230px; margin-top: 5px; margin-left: -10px; position: fixed; }
  243.  
  244. .boxsidebar { overflow:hidden; letter-spacing: 0px; text-align: justify; color: #BEBEBE; font: 11px verdana; background-color: #fff; line-height:17px; padding:5px; margin: 0px 0px 0px 0px; margin-bottom:18px; -moz-box-shadow:2px 2px 2px #e9e9e9; -webkit-box-shadow: 2px 2px 1px #e9e9e9; -khtml-box-shadow: 2px 2px 1px #e9e9e9;}
  245.  
  246. #buttonmenu {
  247. width:49%;
  248. float:center;
  249. height:auto;
  250. margin-bottom:7px;
  251. padding-top:3px;
  252. padding-bottom:3px;
  253. background-color:#ccc;
  254. display:inline-block;
  255. color:#fff;
  256. font-family:Verdana;
  257. font-size:10px;
  258. letter-spacing:1px;
  259. text-align:center;
  260. cursor: hand;
  261. -webkit-transition-duration: .50s;
  262. }
  263.  
  264. #buttonmenu:hover { letter-spacing:4px; }
  265.  
  266. #buttonmenu2 {
  267. width:100%;
  268. float:center;
  269. height: 18px;
  270. margin-bottom:0px;
  271. padding-top:0px;
  272. padding-bottom:2px;
  273. background-color:#ccc;
  274. display:inline-block;
  275. color:#fff;
  276. font-family:Verdana;
  277. font-size:8px;
  278. letter-spacing:1px;
  279. text-align:center;
  280. cursor: hand;
  281. -webkit-transition-duration: .50s;
  282. }
  283.  
  284. #buttonmenu2:hover { letter-spacing:0px; }
  285.  
  286. .post { width: 500px; margin-left: -190px; margin-top: 5px; }
  287.  
  288. .box { background: #fff; text-align: justify; margin-bottom:15px; -moz-box-shadow:2px 2px 2px #e9e9e9; -webkit-box-shadow: 2px 2px 1px #e9e9e9; -khtml-box-shadow: 2px 2px 1px #e9e9e9; padding:3px; }
  289.  
  290. .subtitle { background-color: #eee; font-family: Verdana; color:#666; font-size: 15px; line-height: 23px; text-align: left; padding:3px; letter-spacing:2px; margin:0px 0px 4px 0px; margin-bottom:9px;}
  291.  
  292. .title { font-family: Verdana; color:#666; font-size: 19px; line-height: 23px; text-align: justify; }
  293.  
  294. blockquote { margin: 10px; text-align: justify; line-height:19px; border-left: 3px solid #eee; padding-left:6px; padding-right:2px; }
  295.  
  296. .markqt {font-size: 90px; font-family: Georgia; color:#CCC; line-height: 90px; margin-left: 5px; }
  297. .qt {font-family: Verdana; color:#666; font-size: 18px; line-height: 23px; margin-top: -95px; margin-left: 45px; padding: 10px;}
  298. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  299. .qsr a, a:hover{text-transform: none;}
  300.  
  301.  
  302. .bubble {align:right;background: #EEE; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  303. .bubble p {margin:1px 0px;}
  304. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #EEE;}
  305.  
  306. .lehover{
  307. float: right;
  308. width:100px; height:22px;
  309. text-align: right;
  310. font: 9px verdana;
  311. line-height: 17px;
  312. padding: 5px;
  313. padding-right: 10px;
  314. padding-top:8px;
  315. background-color: #000;
  316. color: #FFFFFF;
  317. webkit-transition-duration: 0.4s;
  318. margin: 0px; margin-top: 17px;
  319. position: absolute;
  320. opacity:0;
  321. filter: alpha(opacity = 0);
  322. -webkit-transition: 0.3s ease-in;
  323. z-index: 999;
  324. border-radius: 0 30px 30px 0;
  325. -webkit-border-radius: 0 30px 30px 0;
  326. -moz-border-radius: 0 30px 30px 0;
  327. }
  328.  
  329. .lehover a{color:#fff; font: 9px verdana;line-height: 17px; text-align:center; }
  330.  
  331. .box:hover .lehover{
  332. width:277px; height:22px;
  333. margin: 0px; margin-top: 17px;
  334. opacity: 0.7;
  335. filter: alpha(opacity = 70);
  336. -webkit-transition: 0.6s ease-in-out;
  337. -moz-transition: 0.6s ease-in-out;
  338. -o-transition: 0.6s ease-in-out;
  339. z-index:1;
  340. }
  341.  
  342.  
  343. #paginacao {font-size: 20px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; padding: 12px; }
  344. #paginacao a { margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  345. #paginacao a:hover { border: none; color:#ccc;}
  346.  
  347. .tags {color: #bcbcbc; font-size: 9px; display: inline; list-style: none; text-transform:
  348.  
  349. lowercase;}
  350. .tags a, .tags a:hover { color: #bcbcbc; display: inline; list-style: none;text-transform:
  351.  
  352. lowercase;}
  353.  
  354.  
  355.  
  356.  
  357. </style>
  358.  
  359. <script>function changeNavigation(id)
  360. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
  361. </head>
  362.  
  363. <body>
  364.  
  365.  
  366. <div id="sidebar1">
  367. <div class="title1">
  368.  
  369. <div id="frase1">{block:iffrase1}{text:frase1}{/block:iffrase1}</div>
  370.  
  371. </div></div>
  372.  
  373. <script type="text/javascript">
  374.  
  375.  
  376.  
  377. var offsetfromcursorX=12 //Customize x offset of tooltip
  378. var offsetfromcursorY=10 //Customize y offset of tooltip
  379.  
  380. var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
  381. var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).
  382.  
  383. document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
  384. document.write('<img id="dhtmlpointer">') //write out pointer image
  385.  
  386. var ie=document.all
  387. var ns6=document.getElementById && !document.all
  388. var enabletip=false
  389. if (ie||ns6)
  390. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  391.  
  392. var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""
  393.  
  394. function ietruebody(){
  395. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  396. }
  397.  
  398. function ddrivetip(thetext, thewidth, thecolor){
  399. if (ns6||ie){
  400. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  401. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  402. tipobj.innerHTML=thetext
  403. enabletip=true
  404. return false
  405. }
  406. }
  407.  
  408. function positiontip(e){
  409. if (enabletip){
  410. var nondefaultpos=false
  411. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  412. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  413. //Find out how close the mouse is to the corner of the window
  414. var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
  415. var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20
  416.  
  417. var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
  418. var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY
  419.  
  420. var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000
  421.  
  422.  
  423. //if the horizontal distance isn't enough to accomodate the width of the context menu
  424. if (rightedge<tipobj.offsetWidth){
  425. //move the horizontal position of the menu to the left by it's width
  426. tipobj.style.left=curX-tipobj.offsetWidth+"px"
  427. nondefaultpos=true
  428. }
  429. else if (curX<leftedge)
  430. tipobj.style.left="5px"
  431. else{
  432. //position the horizontal position of the menu where the mouse is positioned
  433. tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
  434. pointerobj.style.left=curX+offsetfromcursorX+"px"
  435. }
  436.  
  437. //same concept with the vertical position
  438. if (bottomedge<tipobj.offsetHeight){
  439. tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
  440. nondefaultpos=true
  441. }
  442. else{
  443. tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
  444. pointerobj.style.top=curY+offsetfromcursorY+"px"
  445. }
  446. tipobj.style.visibility="visible"
  447. if (!nondefaultpos)
  448. pointerobj.style.visibility="visible"
  449. else
  450. pointerobj.style.visibility="hidden"
  451. }
  452. }
  453.  
  454. function hideddrivetip(){
  455. if (ns6||ie){
  456. enabletip=false
  457. tipobj.style.visibility="hidden"
  458. pointerobj.style.visibility="hidden"
  459. tipobj.style.left="-1000px"
  460. tipobj.style.backgroundColor=''
  461. tipobj.style.width=''
  462. }
  463. }
  464.  
  465. document.onmousemove=positiontip
  466.  
  467. </script>
  468.  
  469. <table width="750px" border="0" align="center" style="border-bottom: 3px solid #CCC; ">
  470. <tr style="margin-bottom:-5px; ">
  471. <th scope="col">
  472.  
  473. <marquee direction="left" scrollamount="4" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><a target="_blank">
  474.  
  475.  
  476. {block:ifimgb1image}<img src="{image:imgb1}" height="90px">{/block:ifimgb1image}
  477. {block:ifimgb2image}<img src="{image:imgb2}" height="90px">{/block:ifimgb2image}
  478. {block:ifimgb3image}<img src="{image:imgb3}" height="90px">{/block:ifimgb3image}
  479. {block:ifimgb4image}<img src="{image:imgb4}" height="90px">{/block:ifimgb4image}
  480. {block:ifimgb5image}<img src="{image:imgb5}" height="90px">{/block:ifimgb5image}
  481. {block:ifimgb6image}<img src="{image:imgb6}" height="90px">{/block:ifimgb6image}
  482. {block:ifimgb7image}<img src="{image:imgb7}" height="90px">{/block:ifimgb7image}
  483. {block:ifimgb8image}<img src="{image:imgb8}" height="90px">{/block:ifimgb8image}
  484. {block:ifimgb9image}<img src="{image:imgb9}" height="90px">{/block:ifimgb9image}
  485. {block:ifimgb10image}<img src="{image:imgb10}" height="90px">{/block:ifimgb10image}
  486. {block:ifimgb11image}<img src="{image:imgb11}" height="90px">{/block:ifimgb11image}
  487.  
  488.  
  489. </marquee>
  490. </th>
  491.  
  492.  
  493. </div></th>
  494. </tr>
  495. </table>
  496.  
  497. <table cellpadding="10" cellspacing="10" align="center">
  498. <tr>
  499.  
  500. <td id="main" valign="top" >
  501. <div class="post">
  502.  
  503. <Blogger>
  504.  
  505. {block:Posts}
  506.  
  507.  
  508. <div class="box">
  509.  
  510. {block:IndexPage}<div class="lehover">
  511. {block:Date}<a href="{Permalink}"> {DayOfMonth}/{MonthNumber}/{Year}</a> | {/block:Date}
  512. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount}
  513. <a href="{ReblogURL}" target="_blank">Reblog</a> </div>
  514. {/block:IndexPage}
  515.  
  516. {block:Text}
  517.  
  518. {block:Title}<div class="title">{Title}</div>{/block:Title}
  519. <div align="justify">{Body}</div>
  520.  
  521. {/block:Text}
  522.  
  523. {block:Link}
  524.  
  525. <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  526. {block:Description}<div align="left">{Description}</div>{/block:Description}
  527.  
  528. {/block:Link}
  529.  
  530.  
  531. {block:Photo}
  532. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center> {LinkCloseTag}
  533. {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  534.  
  535. {/block:Photo}
  536.  
  537. {block:Answer}
  538. <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" /><div class="bubble"><span></span>{asker}: <br>{Question}</div>
  539. <div align="justify"> {Answer}</div>
  540. {/block:Answer}
  541.  
  542.  
  543. {block:Quote}
  544. <b class="markqt">“</b><div class="qt">{Quote}</div>
  545. {block:Source}<div class="qsr"> — {Source}</div>
  546. {/block:Source}
  547. {/block:Quote}
  548.  
  549.  
  550.  
  551. {block:Chat}
  552. {block:Title}<div class="title">{Title}</div>{/block:Title}
  553. <table>
  554. {block:Lines}
  555. <tr>
  556. {block:Label}<td class="name">{Label}</td>{block:Label}
  557. <td class="words">{Line}</td>
  558. </tr>
  559. {/block:Lines}
  560. </table>
  561.  
  562. {/block:Chat}
  563.  
  564.  
  565.  
  566. {block:Audio}
  567. {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  568. {AudioPlayerGrey}
  569. {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  570.  
  571. {/block:Audio}
  572.  
  573.  
  574.  
  575. {block:Video}
  576. <center><div style="border: #e1e1e1 Solid 4px;">{Video-500}</div></center><BR>
  577. {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  578. {/block:Video}
  579.  
  580.  
  581. <span class="permalink">{block:PostNotes} {block:RebloggedFrom}
  582. <br>Reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  583. Post Original: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br><br>{/block:RebloggedFrom} <div align="left">{PostNotes}</div> {/block:PostNotes}
  584. {block:IfShowTags}{block:HasTags}<br>{block:Tags}<div class="tags"># <a href="{TagURL}">{Tag}</a>
  585.  
  586. </div>{/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  587.  
  588.  
  589. </div>
  590. {/block:Posts}
  591. </Blogger>
  592.  
  593. </td>
  594.  
  595.  
  596. <td id="rec" valign="top" style="display: none;">
  597. <div class="box">
  598.  
  599. <Blogger>
  600.  
  601. {block:Posts}
  602.  
  603. <div class="box">
  604.  
  605. {block:IndexPage}<div class="lehover">
  606. {block:Date}<a href="{Permalink}"> {DayOfMonth}/{MonthNumber}/{Year}</a> | {/block:Date}
  607. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> | {/block:NoteCount}
  608. <a href="{ReblogURL}" target="_blank">Reblog</a> </div>
  609. {/block:IndexPage}
  610.  
  611. {block:Text}
  612.  
  613. {block:Title}<div class="title">{Title}</div>{/block:Title}
  614. <div align="justify">{Body}</div>
  615.  
  616. {/block:Text}
  617.  
  618. {block:Link}
  619.  
  620. <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  621. {block:Description}<div align="left">{Description}</div>{/block:Description}
  622.  
  623. {/block:Link}
  624.  
  625.  
  626. {block:Photo}
  627. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center> {LinkCloseTag}
  628. {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  629.  
  630. {/block:Photo}
  631.  
  632. {block:Answer}
  633. <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" /><div class="bubble"><span></span>{asker}: <br>{Question}</div>
  634. <div align="justify"> {Answer}</div>
  635. {/block:Answer}
  636.  
  637.  
  638. {block:Quote}
  639. <b class="markqt">“</b><div class="qt">{Quote}</div>
  640. {block:Source}<div class="qsr"> — {Source}</div>
  641. {/block:Source}
  642. {/block:Quote}
  643.  
  644.  
  645.  
  646. {block:Chat}
  647. {block:Title}<div class="title">{Title}</div>{/block:Title}
  648. <table>
  649. {block:Lines}
  650. <tr>
  651. {block:Label}<td class="name">{Label}</td>{block:Label}
  652. <td class="words">{Line}</td>
  653. </tr>
  654. {/block:Lines}
  655. </table>
  656.  
  657. {/block:Chat}
  658.  
  659.  
  660.  
  661. {block:Audio}
  662. {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  663. {AudioPlayerGrey}
  664. {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  665.  
  666. {/block:Audio}
  667.  
  668.  
  669.  
  670. {block:Video}
  671. <center><div style="border: #e1e1e1 Solid 4px;">{Video-500}</div></center><BR>
  672. {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  673. {/block:Video}
  674.  
  675.  
  676. <span class="permalink">{block:PostNotes} {block:RebloggedFrom}
  677. <br>Reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  678. Post Original: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br><br>{/block:RebloggedFrom} <div align="left">{PostNotes}</div> {/block:PostNotes}</span>
  679.  
  680.  
  681. </div>
  682. {/block:Posts}
  683. </Blogger>
  684.  
  685. </td>
  686.  
  687.  
  688. <td id="me" valign="top" style="display: none;">
  689. <div class="post">
  690.  
  691. <br><br>
  692.  
  693. </div>
  694.  
  695. </div>
  696. </td>
  697.  
  698. <td id="here" valign="top" style="display: none;">
  699. <div class="post">
  700.  
  701. <div class="box">
  702.  
  703.  
  704. </div>
  705.  
  706. <div class="box">
  707.  
  708.  
  709. </div>
  710.  
  711.  
  712. </div>
  713. </td>
  714.  
  715.  
  716. <td id="ask" valign="top" style="display: none;">
  717. <div class="post">
  718.  
  719. <div class="box">
  720.  
  721.  
  722.  
  723. <br><br>
  724.  
  725. </div>
  726. </div>
  727. </td>
  728.  
  729.  
  730. <td valign="top" width="25">
  731. <div class="sidebar">
  732.  
  733. <div class="boxsidebar">
  734.  
  735. <div style="position:absolute; float:right; text-align: center; font-size:9px; background-color: rgba(0,0,0,0.4); color: #FFFFFF; font-family:verdana; padding: 5px; 5px; 3px; 3px; margin-top: 120px; margin-left:0px; width:210px; ">{text:frasedoperfil}</div>
  736.  
  737. <img src="{image:FotoPerfil}" width="100%" style="filter: alpha(100); opacity: 1.0;">
  738. <div style="overflow: auto; auto; height: 110px;">
  739.  
  740.  
  741. {block:Description}{Description}{/block:Description}
  742.  
  743.  
  744. </div>
  745. </div>
  746.  
  747. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 1</a>
  748. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 2</a>
  749. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 3</a>
  750. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 4</a>
  751. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 5</a>
  752. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 6</a>
  753. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 7</a>
  754. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 8</a>
  755. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 9</a>
  756. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 10</a>
  757. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 11</a>
  758. <a target="_blank" href="coloqueolinkaqui" div id="buttonmenu" style="cursor: pointer;" >Link 12</a>
  759. <center>
  760.  
  761.  
  762.  
  763. <div id="paginacao">
  764.  
  765. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  766.  
  767. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  768.  
  769.  
  770.  
  771.  
  772. </div>
  773. </center>
  774.  
  775. </div>
  776. </td>
  777.  
  778.  
  779. </tr>
  780. </table>
  781.  
  782. <div id="footer">
  783. {block:IfShowSearch}<form action="/search" method="get">
  784. <input type="text" name="q" value="{SearchQuery}"/ class="search">
  785. <input type="submit" value="search"/ class="searchb">
  786. </form>{/block:IfShowSearch}
  787.  
  788.  
  789.  
  790.  
  791. Feito por <a
  792. href="http://uma-bailarina-skatista.tumblr.com/" target="blank">Uma Bailarina Skatista</a><br>
  793. Theme feito para <a href="http://gnr-forever.tumblr.com/" target="_blank">Guns n' Roses Forever</a>
  794.  
  795. </div> </div>
  796.  
  797.  
  798. </body>
  799. <style type="text/css">body, a, a:hover {cursor: url(http://www.fileden.com/files/2010/5/23/2868456/cursors/11.cur), progress;}</style>
  800. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement