Advertisement
mgallyack

Theme Cute Preto/Rosa

May 2nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.59 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <html lang="en">
  4.  
  5. <head>
  6. <title> {title} </title>
  7. <link rel="shortcut icon" href="favic.png" />
  8.  
  9. <!--fontes google-->
  10. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <!--menu iframe--->
  14. <script type="text/javascript">
  15. function changeNavigation(id) {document.getElementById('conteudo-esquerdo').innerHTML=document.getElementById(id).innerHTML}
  16. </script>
  17.  
  18.  
  19. <!--css da caixinha quando passa o mouse no menu e afin-->
  20. <style type="text/css">
  21. #dhtmltooltip{
  22. position: absolute;
  23. padding: 4px;
  24. background-color: #1a1a1a;
  25. border: 2px solid #E76666;
  26. color: #E76666;
  27. left: -100px;
  28. text-align: justy;
  29. font-size: 10px;
  30. width: auto;
  31. margin:20px;
  32. -moz-border-radius: 25px 10px / 10px 25px;
  33. border-radius: 25px 10px / 10px 25px;
  34. visibility: hidden;
  35. z-index: 999;
  36. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}
  37.  
  38. }
  39. </style>
  40.  
  41.  
  42.  
  43.  
  44. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  45. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  46.  
  47.  
  48. <script type="text/javascript">
  49.  
  50. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  51. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  52. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  53.  
  54. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  55. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  56. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  57.  
  58. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  59. //$: Access to jQuery
  60. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  61. //state: "block" or "none", depending on state
  62. }
  63.  
  64. animatedcollapse.init()
  65.  
  66. </script>
  67.  
  68.  
  69. </head>
  70.  
  71. <style>
  72.  
  73. body{
  74. background: #333 url(http://static.tumblr.com/uarvpk1/SxCm4k53k/bacck.png);
  75. font-family:arial;
  76. font-size:8pt;
  77. color:#585858;
  78. letter-spacing:1px; }
  79.  
  80. #conteudo{
  81. width: 800px;
  82. margin:0 auto;
  83. text-align:justify;}
  84.  
  85. #bloco-esquerdo{
  86. width:500px;
  87. float:right;
  88. padding:5px ;
  89. display:inline;
  90. background: #;
  91. margin-top: 30px; }
  92.  
  93. #bloco-direito{
  94. padding: 5px;
  95. font-family: lucida console, verdana;
  96. font-size: 10px;
  97. width:250px;
  98. float:left;
  99. background: #;
  100. text-align: justify;}
  101.  
  102. #boxside{
  103. background:#1a1a1a;
  104. width:220px;
  105. font:normal 10pt verdana;
  106. letter-spacing: -1px;
  107. position:fixed;
  108. top:150px;
  109. padding: 7px;}
  110.  
  111.  
  112. .boxpost{
  113. background:#1a1a1a;
  114. width:487px;
  115. letter-spacing: -1px;
  116. padding: 7px;
  117. font:normal 10pt verdana;
  118. }
  119.  
  120. .titulo{
  121. margin-top: 100px;
  122. color:#e76666;
  123. width:220px;
  124. font-size: 28px;
  125. font-family: courier;
  126. letter-spacing: -5px;
  127. text-align:center;
  128. position:fixed; }
  129.  
  130. h1{
  131. border-bottom:1px dashed #2e2e2e;
  132. color:#E76666;
  133. font-family:great vibes;
  134. font-size:24pt;
  135. letter-spacing:-1px;
  136. text-align:right;
  137. padding: 3px;}
  138.  
  139. .caixinha{
  140. position: absolute;
  141. color:#000;
  142. font-size:10px;
  143. font-family:tahoma;
  144. width:60px;
  145. margin-left: 467px;
  146. margin-top: 10px;
  147. opacity: 0.2;-webkit-transition:3s;
  148. -moz-transition:3s;}
  149.  
  150. .caixinha:hover{ opacity: 1; }
  151.  
  152. /*** Notes por TTHY *******/
  153. ol.notes {border-left: 2px solid #E76666; display : block;background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: #1a1a1a; list-style-type: none;}
  154. ol.notes li.note { padding: 2px;}
  155. ol.notes li.note img.avatar {display: none;}
  156. ol.notes li.note span.action {font-weight: bold;}
  157. ol.notes li.note .answer_content {font-weight: normal;}
  158. ol.notes li.note blockquote {border-color: #E76666;padding: 2px 2px;margin: 10px 0px 0px 25px;}
  159. ol.notes li.note blockquote a {text-decoration: none;}
  160.  
  161.  
  162. /*** caixa e extra *********************************************/
  163. .caixa {background: #1a1a1a; overflow: hidden; padding: 6px; font-family:lucida console, georgia, Geneva, sans-serif;font-size: 9pt;text-align: justify;outline: 0px solid #; margin-bottom: 4px;}
  164. .extra {border-left: 4px solid #E76666; display : block; border-bottom : 0px solid #000; background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none; background: #1a1a1a; line-height:22px;}
  165. .extra a {padding-right: 6px; color: #C1B398; border-right: solid 2px #E76666; text-shadow: 1px 1px 1px #;}
  166.  
  167. #title{
  168. color: #1a1a1a;
  169. background: #fff;}
  170.  
  171.  
  172. .tagg {text-align: center; margin: 1px; line-height: 15px; display: inline-block;}
  173. .tagg a {font-size: 11px; display: inline-block; color: #585858; background: #1a1a1a; padding: 2px 7px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 25px 10px / 10px 25px; border: 1px solid #E76666; letter-spacing: 1px;}
  174.  
  175.  
  176. ::-moz-selection{
  177. background-color: #lalala;
  178. color: #E76666;
  179. }
  180. ::selection {
  181. background-color: #lalala;
  182. color: #E76666;
  183. }
  184.  
  185. .twocoluna
  186. {
  187. -moz-column-count:2; /* Firefox */
  188. -webkit-column-count:2; /* Safari and Chrome */
  189. column-count:2;
  190. }
  191.  
  192.  
  193. .quote {
  194. padding-left: 3em;
  195. width: 32px;
  196. height: 38px;
  197. background: url(http://static.tumblr.com/uarvpk1/s81m4k55o/aspas.png) no-repeat;
  198. padding: -4px;
  199. margin-bottom: -10px;
  200. }
  201.  
  202. .quot {
  203. margin-left: 450px;
  204. width: 32px;
  205. height: 28px;
  206. background: url(http://static.tumblr.com/uarvpk1/66Km4k576/aspas1.png) no-repeat;
  207. padding: -4px;
  208. margin-top: -10px;
  209. }
  210.  
  211.  
  212.  
  213. a:link, a:active, a:visited { color: #E76666; text-decoration: none; -webkit-transition-duration: .90s; }
  214. a:hover { color: #fdeef6; text-decoration: none; cursor: hand ; }
  215.  
  216. s, strike {
  217. color: #E76666;}
  218.  
  219. i, em {
  220. color: #E76666;}
  221.  
  222. b, strong {
  223. color: #E76666; }
  224.  
  225. u, span.sublinha {
  226. text-decoration: none;
  227. border-bottom: 1px dotted #E76666;}
  228.  
  229. .borda{
  230. background: url('');
  231. background-color: #E76666;
  232. padding:5px;
  233. margin:10px 10px 10px 50px;
  234. }
  235.  
  236.  
  237. /*************************** ASK ****/
  238.  
  239. .borask {
  240. float: right;
  241. padding: 1px;
  242. margin-top: 2px;
  243. background: #E76666;
  244. border-radius: 0px ;
  245. }
  246. .rr { padding: 4px;}
  247.  
  248. .caixi {background: #1a1a1a; width: 491px ; text-align:center; ; padding: 5px; }
  249.  
  250. .bubble {
  251. background: #000;
  252. color: #E76666;
  253. font-family: courier, georgia;
  254. font-size: 11px;
  255. margin-top: 2px;
  256. padding: 3px;
  257. margin-right: 40px;
  258. border-right: 8px solid #E76666;
  259. border-left: 8px solid #E76666;
  260. }
  261.  
  262. .caixi aa
  263. {
  264. font-family; 'lucida sans', arial;
  265. font-style: normal;
  266. font-size: 10px;
  267. color: #fff;
  268. text-align:center;
  269. letter-spacing:2px;
  270. text-transform:uppercase;
  271. opacity: 1;
  272. padding: 8px;
  273. -webkit-transition:2.5s;
  274. -moz-transition:2.5s;
  275.  
  276. }
  277. .caixi aa:hover{
  278. opacity: 0.5;
  279. -webkit-transition:1s;
  280. -moz-transition:1s;
  281.  
  282. }
  283.  
  284.  
  285. /*** blockquote ***/
  286. blockquote {
  287. border-left: 7px solid #E76666;
  288. padding: 2px 2px 2px 8px;
  289. margin: 12px 8px 8px 8px;
  290. line-height: 14px;
  291. background: #585858;
  292. letter-spacing: 2px;
  293. color:#000;
  294. }
  295.  
  296. pre{
  297. background: #585858 ;
  298. letter-spacing: 1px;
  299. font-family: courier;
  300. font-size:11px;
  301. color: #000;
  302. margin: 7px 7px 7px 12px;
  303. border-right: 0px solid #E76666;
  304. overflow: auto;
  305. line-heigth: 26px;
  306. padding: 0px 10px;}
  307.  
  308. #un{
  309. background:#1a1a1a;
  310. height:20px;
  311. text-transform:uppercase;
  312. width:40px;
  313. font:normal 7.5pt courier new;
  314. color:#9A9A9A;
  315. text-decoration:none;
  316. border-bottom:4px solid #E76666;
  317. display:inline-block;
  318. padding-top:5px;
  319. text-align:center;
  320. border-radius: 10px;}
  321.  
  322. #un:hover{background:#151515; border-bottom:4px solid #e56281; color:#6e6e6e; display:block;}
  323.  
  324. .titcaixa{
  325. background:#e76666;
  326. width:500px;
  327. color:#1a1a1a;
  328. text-decoration:none;
  329. border-bottom:4px solid #585858;
  330. display:inline-block;
  331. padding-top:5px;
  332. text-align:center;
  333. border-radius: 0px 0px 10px 10px;
  334. font-family: great vibes;
  335. font-size: 30px;
  336. margin-bottom:20px;
  337. margin-top: -6px;
  338. margin-left: -6px;}
  339.  
  340.  
  341. .titcaixa:hover{
  342. background:#1a1a1a;
  343. width:470px;
  344. color:#585858;
  345. text-decoration:none;
  346. border-bottom:4px solid #e76666;
  347. display:inline-block;
  348. padding-top:5px;
  349. text-align:right;
  350. padding-right: 20px;
  351. border-radius: 0px 0px 10px 10px;
  352. font-family: great vibes;
  353. font-size: 230x;
  354. margin-bottom:20px;
  355. margin-top: -10px;
  356. margin-left: 10px;}
  357.  
  358. /******paginacao personalizada*****/
  359. .esquerda{
  360. position: fixed;
  361. left:20px;
  362. top: 90%;
  363. float: left;}
  364.  
  365. .direita{
  366. position: fixed;
  367. right:20px;
  368. top: 90%;
  369. float: right;}
  370.  
  371. a.pagi, a.pagi:visited, a.pagi:active {
  372. width: 50px;
  373. color: #e76666;
  374. text-decoration: none;
  375. font-size: 20px;
  376. font-family: courier;}
  377.  
  378. a.pagi:hover {
  379. width: 40px;
  380. color: #efe7eb;
  381. text-decoration: none;
  382. font-family: courier;}
  383.  
  384. #menuv {
  385. display : block;
  386. border-bottom : 1px solid #b6b6b6;
  387. background-repeat : no-repeat;
  388. text-indent : 5px;
  389. vertical-align : middle;
  390. line-height : 14px;
  391. margin-bottom : 0px;
  392. background :transparent;
  393.  
  394. padding: 3px;}
  395.  
  396.  
  397. #menuv:hover {
  398. display : block;
  399. vertical-align : middle;
  400. cursor: none;
  401. border-bottom : 1px solid #b6b6b6;
  402. background-image : url (http://static.tumblr.com/uarvpk1/SxCm4k53k/bacck.png);
  403. margin-left:15px;
  404. letter-spacing: 4px;
  405. }
  406.  
  407. </style>
  408.  
  409. <body>
  410.  
  411.  
  412.  
  413. <div id="dhtmltooltip"></div>
  414.  
  415. <script type="text/javascript">
  416.  
  417. /***********************************************
  418. * Cool DHTML tooltip script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com)
  419. * This notice MUST stay intact for legal use
  420. * Teached by Thales Pacheco
  421. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  422. ***********************************************/
  423.  
  424. var offsetxpoint=-60 //Customize x offset of tooltip
  425. var offsetypoint=20 //Customize y offset of tooltip
  426. var ie=document.all
  427. var ns6=document.getElementById && !document.all
  428. var enabletip=false
  429. if (ie||ns6)
  430. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  431.  
  432. function ietruebody(){
  433. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  434. }
  435.  
  436. function ddrivetip(thetext, thecolor, thewidth){
  437. if (ns6||ie){
  438. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  439. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  440. tipobj.innerHTML=thetext
  441. enabletip=true
  442. return false
  443. }
  444. }
  445.  
  446. function positiontip(e){
  447. if (enabletip){
  448. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  449. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  450. //Find out how close the mouse is to the corner of the window
  451. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  452. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  453.  
  454. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  455.  
  456. //if the horizontal distance isn't enough to accomodate the width of the context menu
  457. if (rightedge<tipobj.offsetWidth)
  458. //move the horizontal position of the menu to the left by it's width
  459. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  460. else if (curX<leftedge)
  461. tipobj.style.left="5px"
  462. else
  463. //position the horizontal position of the menu where the mouse is positioned
  464. tipobj.style.left=curX+offsetxpoint+"px"
  465.  
  466. //same concept with the vertical position
  467. if (bottomedge<tipobj.offsetHeight)
  468. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  469. else
  470. tipobj.style.top=curY+offsetypoint+"px"
  471. tipobj.style.visibility="visible"
  472. }
  473. }
  474.  
  475. function hideddrivetip(){
  476. if (ns6||ie){
  477. enabletip=false
  478. tipobj.style.visibility="hidden"
  479. tipobj.style.left="-1000px"
  480. tipobj.style.backgroundColor=''
  481. tipobj.style.width=''
  482. }
  483. }
  484.  
  485. document.onmousemove=positiontip
  486.  
  487. </script>
  488.  
  489. <center><div class="esquerda">
  490. {block:PreviousPage}<a href="{PreviousPage}" class="pagi">Previus</a>
  491. {/block:PreviousPage}
  492. </div>
  493. <div class="direita">{block:NextPage}<a href="{NextPage}" class="pagi">Next</a>
  494. {/block:NextPage}</div></center>
  495.  
  496.  
  497.  
  498. <div id="conteudo">
  499.  
  500. <div id="bloco-direito">
  501. <div class="titulo"><a onClick="document.getElementById('boxside').innerHTML=document.getElementById('leiame').innerHTML">nome1</a>
  502. <a onClick="document.getElementById('boxside').innerHTML=document.getElementById('menu').innerHTML">nome2</a>
  503. </div><br>
  504. <div id="boxside"><small> A verdade  que mesmo eu nů querendo, sonho com vocȠquase todas as noites. Nossa relaDŽo teve um "fim" e esse fim ficou mal resolvido(...) Ainda nů aprendi a viver com essa rejeiDŽo, afinal tudo o que eu mais fiz naqueles Ĭtimos dias foi ajudar vocȮ Eu sei muito bem o que eu fiz e deixei de fazer, mas vocȠsequer quis ouvir a minha versů o que eu tinha pra falar, simplesmente me abandonou. VocȠconfiou em um "estranho", e deixou de lado uma amizade de 19 anos. Mais o que eu devo fazer se meu orgulho fala mais alto que toda essa amizade tambí. Simplesmente, SOMOS CULPADAS! E at isso ser resolvido (se for), eu sonharei ainda muitas noites pelo nosso reencontro <B>FELIZ!</b> <br>
  505. </small></div>
  506. </div>
  507.  
  508. <div id="bloco-esquerdo">{block:Posts}
  509.  
  510. <!-- ask --> {block:Answer}<div class="caixi"> <aa> Ask by: <b>{Asker}</b> em <a href="{Permalink}" target="_blank">{DayOfMonth}/{ShortMonth}/{Year}</a> </aa></div> <div class="boxpost"><img src= "{AskerPortraitURL-40}" class="borask" > </img>
  511. <div class="bubble"> {Question}</div> <div class="clear"></div> <div class="rr">{Answer} </div><div class="clear"></div> </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img>{block:Answer}
  512.  
  513.  
  514.  
  515.  
  516. <!--textos -->
  517. {block:Text}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div> <div class="boxpost">
  518. {block:Title} <a href="{Permalink}"> <h1>{Title}</h1></a> {/block:Title} {Body} </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img> {/block:Text}
  519.  
  520.  
  521.  
  522.  
  523.  
  524. <!--fotos -->
  525. {block:Photo}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div> <div class="boxpost">
  526. {LinkOpenTag}<img src="{PhotoURL-400}" class = "borda" alt="{PhotoAlt}"/>{LinkCloseTag} {block:Caption} <div class="caption">
  527. {Caption}</div> {/block:Caption} </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"</img>{/block:Photo}
  528.  
  529.  
  530. <!-- photoset -->
  531. {block:Photoset}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div> <div class="boxpost"> <center> {Photoset-400} </center>{block:Caption} <div class="caption" class= "borda">{Caption}</div> {/block:Caption} </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img>{/block:Photoset}
  532.  
  533.  
  534. <!-- quote -->
  535. {block:Quote}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div><div class="boxpost"> <div class="quote"></div><h1>{Quote} </h1><div class="quot"></div> {block:Source} <div class="source">{Source}</div> {/block:Source} </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img> {/block:Quote}
  536.  
  537.  
  538. <!-- link -->
  539. {block:Link} <div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div><div class="boxpost"> <h1><a href="{URL}" class="link" {Target}>{Name}</a> </h1> {block:Description} <div class="description">{Description}</div> {/block:Description} </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img> {/block:Link}
  540.  
  541.  
  542. <!--chat -->
  543. {block:Chat}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div><div class="boxpost"> {block:Title} <a href="{Permalink}"> <h1>{Title}</h1></a> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </li> {/block:Lines} </ul>
  544. </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img> {/block:Chat}
  545.  
  546.  
  547. <!--video -->
  548. {block:Video}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div> <div class="boxpost"> {Video-400} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img> {/block:Video}
  549.  
  550.  
  551. <!-- audio -->
  552. {block:Audio}<div class="caixinha"><a href="{Permalink}"><img src="http://static.tumblr.com/uarvpk1/pm0m4k590/rre.png"></img></a></div><div class="boxpost"> {AudioPlayerwhite} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption}
  553. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img> {/block:Audio}
  554.  
  555.  
  556.  
  557.  
  558. {block:PostNotes}
  559. <div class="caixa">
  560.  
  561. <div class="extra"><img src="http://static.tumblr.com/uarvpk1/KyIm48gwr/pp.gif" class="user">
  562. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> - Source </a>{/block:ContentSource}</div>
  563.  
  564. <div class="extra">
  565. <img src="http://static.tumblr.com/uarvpk1/mLDm48gxp/calendar.gif" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  566. </div>
  567.  
  568. <div class="extra">
  569. <img src="http://static.tumblr.com/uarvpk1/Tptm48gyc/html.gif" class="user"> {block:HasTags}{/block:HasTags}
  570. <span style="width:auto;">
  571. {block:HasTags}
  572. {block:Tags}
  573. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  574. </div>
  575.  
  576. <div class="extra">
  577. <img src="http://static.tumblr.com/uarvpk1/pyem48gyv/save.gif" class="user">{NoteCount}
  578. </div>
  579.  
  580. {PostNotes}
  581.  
  582. </div>
  583. {/block:PostNotes}
  584. {/block:Posts}
  585.  
  586. </div>
  587. </div></div>
  588.  
  589. <div id="leiame" style="display:none;">
  590. <h1> Menu</h1><br><br>
  591. <center>
  592. <a href="" id="un" onMouseover="ddrivetip('Refresh!' )"; onMouseout="hideddrivetip()">01</a>
  593. <a onClick="document.getElementById('bloco-esquerdo').innerHTML=document.getElementById('contato').innerHTML" id="un" onMouseover="ddrivetip('Contato' )"; onMouseout="hideddrivetip()">02</a>
  594. <a onClick="document.getElementById('bloco-esquerdo').innerHTML=document.getElementById('about').innerHTML" id="un" onMouseover="ddrivetip('Sobre Mim' )"; onMouseout="hideddrivetip()">03</a>
  595. <a onClick="document.getElementById('bloco-esquerdo').innerHTML=document.getElementById('tumblr').innerHTML" id="un" onMouseover="ddrivetip('Sobre o tumblr' )"; onMouseout="hideddrivetip()">04</a>
  596. <a onClick="document.getElementById('bloco-esquerdo').innerHTML=document.getElementById('maisum').innerHTML" id="un" onMouseover="ddrivetip('Mais Descrição' )"; onMouseout="hideddrivetip()">05</a>
  597. <a href="" id="un" onMouseover="ddrivetip('Blogroll' )"; onMouseout="hideddrivetip()">06</a>
  598. <a href="" id="un" onMouseover="ddrivetip('X.O.X.O' )"; onMouseout="hideddrivetip()">07</a></center><br>
  599.  
  600.  
  601. </div>
  602.  
  603.  
  604.  
  605. <div id="menu" style="display:none;">
  606.  
  607. <h1> Cräitos</h1>
  608. <div id="menuv"> <a href"http://www.mundogallyack.com/">Gallyack -> Pelo Theme!</a></div>
  609. <div id="menuv"> <a href"http://havingthemes.tumblr.com/">HavingT -> Por Codigos!</a></div>
  610. <div id="menuv"> <a href"http://things-to-help-you.com/">TTHY -> Por tutos e codigos!</a></div>
  611. <div id="menuv"> <a href"">Blogskins -> Por codigos e inspirações!</a></div>
  612.  
  613.  
  614. </div>
  615.  
  616.  
  617. <div id="contato" style="display:none;">
  618.  
  619. <div class="boxpost">
  620. <div class="titcaixa"> Me faça feliz agora mesmo!</div><br>
  621.  
  622. <p><iframe frameborder="0" height="149" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/NOMEDOSEUTUMBLR.tumblr.com" width="100%"></iframe></p>
  623. <script type="text/javascript">// <![CDATA[
  624. // <![CDATA[
  625.  
  626. document.getElementById('ask_form').allowTransparency=true;
  627. // ]]]]><![CDATA[>
  628. // ]]></script>
  629.  
  630. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img>
  631.  
  632.  
  633.  
  634. <div class="boxpost">
  635. <div class="titcaixa"> Use o Submit se necessário.</div><br>
  636. <p><iframe frameborder="0" height="500" id="submit_form" scrolling="no" src="http://www.tumblr.com/submit_form/NOMEDOSEUTUMBLR.tumblr.com" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  637. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img>
  638. </div>
  639.  
  640. <div id="about" style="display:none;">
  641.  
  642. <div class="boxpost">
  643. <div class="titcaixa"> FAQ </div>
  644. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Nome <strong>R:</strong> --------<br />
  645. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Data de cria&ccedil;&atilde;o do tumblr <strong>R:</strong> -------<br />
  646. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Idade <strong>R:</strong> --------<br />
  647. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Mora em <strong>R:</strong> ----------br />
  648. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Namora, Amando <strong>R:</strong> ----------<br />
  649. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Defeitos, Qualidades? <strong>R:</strong> ----------- <br />
  650. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Foto na dash? <strong>R:</strong>------------<br />
  651. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Nome do meu tumblr <strong>R: </strong>-----------<br>
  652. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Signo
  653. <strong>R:</strong> --------<br>
  654. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Medo <strong>R:</strong> -------------<br />
  655. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Paix&otilde;es <strong>R:</strong> ----------------<br />
  656. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Msn: <strong>R:</strong> ---------------<br />
  657. <img src="http://media.tumblr.com/tumblr_lm6pldDddB1qfoi4t.gif" /> Filmes, s&eacute;ries. <strong>R:</strong> ---------------</p>
  658.  
  659.  
  660. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img><br>
  661.  
  662. <div class="boxpost">
  663. <div class="titcaixa"> Redes Sociais</div>
  664. <center>
  665. <a href="http://www.mundogallyack.com" target="_blank"><img src="http://static.tumblr.com/akjgncz/6Scm3m3ov/site.png"></img></a>
  666. <a href="http://www.mundogallyack.com" target="_blank"><img src="http://static.tumblr.com/akjgncz/Xn3m3m3rm/blogger.png"></img></a>
  667. <a href="http://facebook.com/gallyack" target="_blank"><img src="http://static.tumblr.com/akjgncz/wchm3m3sd/face.png"></img></a>
  668. <a href="https://plus.google.com/u/0/101133960633125332154" target="_blank"><img src="http://static.tumblr.com/akjgncz/RKWm3m3tz/google.png"></img></a>
  669. <a href="http://www.orkut.com.br/Main#Profile?uid=16805980460646638257" target="_blank"><img src="http://static.tumblr.com/akjgncz/tCam3m3wf/orkut.png"></img></a>
  670. <a href="http://www.linkedin.com/profile/view?id=125572653&locale=pt_BR&trk=tab_pro" target="_blank"><img src="http://static.tumblr.com/akjgncz/n7um3m3xg/linkedin.png"></img></a>
  671. <a href="https://picasaweb.google.com/117906474429489961600" target="_blank"><img src="http://static.tumblr.com/akjgncz/ggmm3m3xz/picassa.png"></img></a>
  672. <a href="https://twitter.com/#!/gallyack" target="_blank"><img src="http://static.tumblr.com/akjgncz/uuHm3m3yr/twitter.png"></img></a>
  673. </center> </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img><br>
  674.  
  675. <div class="boxpost">
  676. <div class="titcaixa"> Tags Principais</div>
  677. <div class="tagg">
  678. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  679. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  680. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  681. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  682. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  683. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  684. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  685. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  686. <a href="/tagged/sua-tag" target="_blank">Nome da tag</a>
  687. </div> </div> <img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img><br>
  688.  
  689. <div class="boxpost">
  690. <div class="titcaixa"> Lista de Desejos</div>
  691. <s>fiz</s><br>
  692. não fiz<br>
  693. <s>fiz</s><br>
  694. não fiz<br>
  695. <s>fiz</s><br>
  696. não fiz<br>
  697. <s>fiz</s><br>
  698. não fiz<br>
  699.  
  700. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img><br>
  701.  
  702. <div class="boxpost">
  703. <div class="titcaixa"> Recomendo</div>
  704. <div id="menuv"><a href="http://mundo-gallyack.tumblr.com/">Anna Gallyack</a></div>
  705. <div id="menuv"><a href="http://learn-html.tumblr.com/">Learn Html</a></div>
  706. <div id="menuv"><a href="http://urldapessoa.tumblr.com/">Nome da pessoa</a></div>
  707. <div id="menuv"><a href="http://urldapessoa.tumblr.com/">Nome da pessoa</a></div>
  708. <div id="menuv"><a href="http://urldapessoa.tumblr.com/">Nome da pessoa</a></div>
  709. <div id="menuv"><a href="http://urldapessoa.tumblr.com/">Nome da pessoa</a></div>
  710. <div id="menuv"><a href="http://urldapessoa.tumblr.com/">Nome da pessoa</a></div>
  711. <div id="menuv"><a href="http://urldapessoa.tumblr.com/">Nome da pessoa</a></div>
  712. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img><br>
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. </div>
  720.  
  721. <div id="tumblr" style="display:none;">
  722.  
  723. <div class="boxpost">
  724. <div class="titcaixa"> Sobre tumblr</div>
  725.  
  726. <p>Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr Escreva sobre seu tumblr </p>
  727.  
  728. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img>
  729. </div>
  730.  
  731. <div id="maisum" style="display:none;">
  732.  
  733. <div class="boxpost">
  734. <div class="titcaixa"> Mais</div>
  735.  
  736. Escreva algo que queira aqui, um extra... ou exclua do menu.
  737. </div><img src="http://static.tumblr.com/akjgncz/Yq2m4l2vw/soo.png"></img>
  738. </div>
  739.  
  740. </body>
  741.  
  742. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement