vdugmt

4Lerman

Jan 21st, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script> function changeNavigation(id)
  4. {document.getElementById('omd')
  5. .innerHTML=document.getElementById(id).innerHTML}
  6. </script>
  7. <title> {Title} </title>
  8. <style>
  9.  
  10. body {
  11. background: #000000;
  12. font-size: 11px;
  13. font-family: Cambria;
  14. color: #fff; }
  15.  
  16. pre {
  17. padding:0 10px;
  18. display:block;
  19. margin:5px 0 5px 0;
  20. overflow-Y:hidden;
  21. overflow:auto; }
  22.  
  23. a:link, a:visited, a:active {color: #ddaabf; letter-spacing: 1px; text-decoration: none; cursor: help; text-shadow: 0 1px 1px #fff;}
  24. a:hover {color: #ddaabf; cursor: help; text-shadow: 0 1px 1px #fff;}
  25.  
  26. .codes {border: 1px solid #D3D3D3; background: #000; font: 10px italic Georgia, Verdana; margin-top:10px; margin-bottom:10px; margin-right:5px; margin-left:5px; padding: 6px; letter-spacing: 1px; -moz-box-shadow: 0 0 1em #FFFFFF; -webkit-box-shadow: 0 0 1em #FFFFFF; box-shadow: 0 0 1em #FFA8C2F; padding: 5px; text-align: center; text-shadow: 0 1px 1px #fff; color: #ddaabf; }
  27.  
  28. blockquote {
  29. font-style: italic;
  30. border-left: 5px solid #ebe4ef;
  31. background: #BEBEBE;
  32. padding: 5px;
  33. color: #000;
  34. text-shadow: 0 1px 1px #fff;}
  35.  
  36. .limite {
  37. width: 870px;
  38. text-align: justify; }
  39.  
  40. .esquerda {
  41. width: 540px;
  42. float: left;
  43. text-align: justy; }
  44.  
  45. .direita {
  46. width: 300px;
  47. float: right;
  48. text-align: justy;
  49. font-style: italic;
  50. text-shadow: none; }
  51.  
  52.  
  53. .border {
  54. border-radius: 3em;
  55. -moz-border-radius: 3em;
  56. -webkit-border-radius: 3em; }
  57.  
  58. .borda {
  59. padding: 0px;
  60. border-top-left-radius: 3em;
  61. border-top-right-radius: 3em;
  62. -moz-border-radius-topleft: 3em;
  63. -moz-border-radius-topright: 3em;
  64. -webkit-border-top-left-radius: 3em;
  65. -webkit-border-top-right-radius: 3em;
  66. cursor: help; }
  67.  
  68. .caixa {
  69. background: #000;
  70. padding: 5px;
  71. border-top: 1px solid #eee;
  72. border-left: 1px solid #eee;
  73. border-right: 1px solid #eee;
  74. -moz-box-shadow-top: 0 0 1em #eee;
  75. -moz-box-shadow-left: 0 0 1em #eee;
  76. -moz-box-shadow-right: 0 0 1em #eee;
  77. -webkit-box-shadow: 0 0 1em #eee;
  78. -webkit-box-top-shadow: 0 0 1em #eee;
  79. -webkit-box-left-shadow: 0 0 1em #eee;
  80. -webkit-box-right-shadow: 0 0 1em #eee;
  81. box-shadow: 0 0 1em #eee; }
  82.  
  83. .visitas {
  84. background: #D3D3D3;
  85. width: 294px;
  86. color: #FFFFFF;
  87. text-align: center;
  88. padding: 3px;
  89. text-shadow: 0 1px 1px #fff;
  90. font-style: italic; }
  91.  
  92. .tags {
  93. background: #000000;
  94. width: 534px;
  95. color: #FFFFFF;
  96. text-align: center;
  97. padding: 3px;
  98. text-transform: capitalize; text-shadow: 0 1px 1px #fff;
  99. font-style: italic;
  100. margin-bottom: 15px; }
  101.  
  102. h1 {
  103. font-family: segoe script;
  104. font-size: 22px; }
  105.  
  106. b, bold, strong {color: #000000; cursor: help; text-shadow: 0 1px 1px #fff;}
  107. i, em {color: #fff; cursor: help; text-shadow: 0 1px 1px #fff;}
  108. u, span.sublinha {text-decoration: none; border-bottom: 1px solid #ddaabf; cursor: help; text-shadow: 0 1px 1px #fff;}
  109. s {color: #FFFFFF; cursor: help; text-shadow: 0 1px 1px #fff;}
  110. page {color: #FFFFFF; font-weight: bold;}
  111.  
  112. #caixinha {
  113. width:80px;
  114. padding:5px;
  115. background:#000000;
  116. margin-left: -110px;
  117. position: absolute;
  118. text-align: center;
  119. color: #FFFFFF;
  120. margin-bottom: 8px;
  121. margin-top: 8px;
  122. font-style: italic;
  123. text-shadow: 0 1px 1px #fff; }
  124.  
  125. ::-moz-selection {background: #000000; color: #FFFFFF; text-shadow: 0 1px 1px #fff;}
  126. ::selection {background: #000000; color:#FFFFFF; text-shadow: 0 1px 1px #fff;}
  127.  
  128. #caixinha2 {
  129. width: 80px;
  130. padding: 5px;
  131. background: #D3D3D3;
  132. margin-left: -110px;
  133. position: absolute;
  134. text-align: center;
  135. color: #fff;
  136. margin-top: 8px;
  137. margin-bottom: 8px; }
  138.  
  139. a.port, a:visited.port, a:active.port {
  140. width:282px;
  141. padding:5px;
  142. background:#00000;
  143. text-align: center;
  144. color: #fff;
  145. margin: 2px;
  146. text-shadow: 0 1px 1px #fff;
  147. -webkit-transition-duration: .90s;
  148. -moz-transition-duration: .90s;
  149. transition-duration: .90s;
  150. cursor: help;
  151. text-align: center;
  152. display:inline-block; }
  153. a.port:hover {color: #fff; background: #000; }
  154.  
  155.  
  156. a.menu, a:visited.menu, a:active.menu {
  157. width:45px;
  158. padding:5px;
  159. background: #D3D3D3;
  160. text-align: center;
  161. color: #000000;
  162. margin: 2px;
  163. text-shadow: 0 1px 1px #fff;
  164. -webkit-transition-duration: .90s;
  165. -moz-transition-duration: .90s;
  166. transition-duration: .90s;
  167. cursor: help;
  168. text-align: center;
  169. display:inline-block; }
  170. a.menu:hover {color: #fff; background: #D3D3D3; }
  171.  
  172. .menuz {
  173. width:45px;
  174. padding:5px;
  175. background: #D3D3D3;
  176. text-align: center;
  177. color: #000000;
  178. margin: 2px;
  179. text-shadow: 0 1px 1px #000000;
  180. -webkit-transition-duration: .90s;
  181. -moz-transition-duration: .90s;
  182. transition-duration: .90s;
  183. cursor: help;
  184. text-align: center;
  185. display: inline-block; }
  186. .menuz:hover {color: #fff; background: #EFEBE4; }
  187.  
  188. h2 {
  189. color: #000000;
  190. font-family: Courier New;
  191. font-weight: normal;
  192. letter-spacing: 1px;
  193. border-bottom: 1px dashed #fff;
  194. width: 100%; }
  195.  
  196. .regras {
  197. font-style: italic;
  198. border-bottom: 1px dashed #fff;
  199. padding: 2px; }
  200.  
  201. .creditos {
  202. font-style: normal;
  203. border-bottom: 1px dashed #fff;
  204. padding: 2px; }
  205.  
  206.  
  207. a.pagina, a:visited.pagina; a:active.pagina {
  208. width:150px;
  209. padding:5px;
  210. background:#000000;
  211. text-align: center;
  212. color: #fff;
  213. margin: 2px;
  214. text-shadow: 0 1px 1px #fff;
  215. -webkit-transition-duration: .90s;
  216. -moz-transition-duration: .90s;
  217. transition-duration: .90s;
  218. cursor: help;
  219. text-align: center;
  220. display: inline-block; }
  221. a.pagina:hover {color: #ffff; background: #000; }
  222.  
  223. .bordinha {
  224. background: #000000;
  225. padding: 5px;
  226. margin: 3px;
  227. border-top: 1px solid #fff;
  228. -moz-box-shadow: 0 0 1em #fff;
  229. -webkit-box-shadow: 0 0 1em #fff;
  230. box-shadow: 0 0 1em #fff; }
  231.  
  232. #flickr a img { background: #none; border: 2px solid #ffff; margin-right: 8px; margin-bottom: 15px; padding: 2px; width: 60px; height: 60px;}
  233. #flickr a:hover img { background: #none; border: 2px solid #fff; margin-right: 8px; margin-bottom: 15px; padding: 2px; }
  234. #flickr {margin: 0px;}
  235.  
  236. </style>
  237. <body>
  238.  
  239. <center>
  240.  
  241. <div class="limite">
  242.  
  243.  
  244. <div class="direita">
  245.  
  246. <div style="position: fixed; width: 300px;"><img src="" class="borda" />
  247.  
  248.  
  249. <img src="http://www.tumblr.com/photo/1280/vidadeumagarotameiotermohtml/16235263387/1/tumblr_ly5txjlGL91rnzex1" class="" width="300">
  250. <img src="http://25.media.tumblr.com/tumblr_lvoocxkt0H1r6ydb1o1_500.gif" class="" width="300">
  251.  
  252. <img src="http://www.tumblr.com/photo/1280/vidadeumagarotameiotermohtml/16235263387/1/tumblr_ly5txjlGL91rnzex1" class="" width="300">
  253.  
  254. Visitantes online: <b><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=SUA URL AQUI"></script></b></a>
  255. <br>
  256. No total de: <script src="http://fastwebcounter.com/secure.php?s=SUA URL AQUI"></script> visitantes</a></a>
  257. <br>
  258.  
  259.  
  260.  
  261. Se voce quiser escrever algo sobre você, escreva aqui..
  262. <br>
  263.  
  264. <img src="http://www.tumblr.com/photo/1280/vidadeumagarotameiotermohtml/16235263387/1/tumblr_ly5txjlGL91rnzex1" class="" width="300">
  265.  
  266. <center><a href="/" class="menu">Home</a><span class="menuz" onClick="changeNavigation('me')"><center>Me</center></span><a href="/archive" class="menu">Past</a><a href="/ask" class="menu">Ask</a>
  267. </a>
  268.  
  269.  
  270.  
  271.  
  272. <center><marquee direction="left" scrollamount="6" behavior="alternate" width="TAMANHOpx" onmouseover="this.stop()" onmouseout="this.start()">
  273. <img src="http://media.tumblr.com/tumblr_lxw1edMuWd1qakhmd.gif" width="200px;">
  274. <img src="http://26.media.tumblr.com/tumblr_ly2fk6Lf381rne6elo2_500.gif" width="192px;">
  275. <img src="http://29.media.tumblr.com/tumblr_ly2fk6Lf381rne6elo4_500.gif" width="295px;">
  276. <img src="http://26.media.tumblr.com/tumblr_ly2fk6Lf381rne6elo1_500.gif" width="355px;">
  277. <img src="http://29.media.tumblr.com/tumblr_lxip72rz6k1qffau2o1_500.gif" width="245px;">
  278. <img src="http://25.media.tumblr.com/tumblr_lwkr6a8h3S1r8p5ylo1_400.gif" width="160px;">
  279. </marquee>
  280.  
  281. <img src="http://www.tumblr.com/photo/1280/vidadeumagarotameiotermohtml/16235263387/1/tumblr_ly5txjlGL91rnzex1" class="" width="300">
  282.  
  283. <div class="eeh">Theme: <a href="http://vidadeumagarotameiotermo.tumblr.com/">Vida de uma garota meio termo </a> </div>
  284. <div class="eeh">Base de <a href="http://exclusivehtml.tumblr.com/">Exclusive HTML</a></div>
  285.  
  286.  
  287. </center>
  288. </center>
  289. </div></div>
  290.  
  291.  
  292.  
  293.  
  294.  
  295. <div class="esquerda">
  296.  
  297. <div id="omd">{block:Posts}
  298. {block:Text}
  299. <div class="caixa">
  300.  
  301. <div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  302. {block:Date} {Month} {/block:Date}<br>
  303. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  304.  
  305. {block:Title}<a href="{Permalink}"><h1>{Title}</a></h1>{/block:Title}
  306.  
  307.  
  308. <div>{Body}</div>
  309. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  310.  
  311. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  312.  
  313.  
  314.  
  315.  
  316.  
  317. {/block:Text}
  318. {block:Answer}
  319. <div class="caixa">
  320. <div id="caixinha"> <a href="{Permalink}"> Ask </a> <br>
  321. {block:Date} {Month} {/block:Date}<br> </div>
  322.  
  323. <img src="{AskerPortraitURL-48}" class="bordinha" width="48" height="48" align="left" style="margin:3px" /><b>{Asker}</b>: <span style="text-align: justy;"><i>{Question}</i></span><br>
  324. <p align="justify">{Answer}</p>
  325. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  326.  
  327.  
  328. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  329.  
  330.  
  331.  
  332. {/block:Answer}
  333. {block:Link}
  334. <div class="caixa"><div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  335. {block:Date} {Month} {/block:Date}<br>
  336. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  337. <a target="_blank" href="{URL}"><h1>{Name}</h1></a>
  338.  
  339. {block:Description}{Description}{/block:Description}
  340. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  341.  
  342. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  343.  
  344.  
  345.  
  346.  
  347. {/block:Link}
  348. {block:Photo}
  349. <div class="caixa"><div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  350. {block:Date} {Month} {/block:Date}<br>
  351. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  352. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}"class=" border ; opacidade"/>{LinkCloseTag}</center>
  353.  
  354. {block:Caption}{Caption}{/block:Caption}
  355. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  356.  
  357. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. {/block:Photo}
  366. {block:Quote}
  367. <div class="caixa"><div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  368. {block:Date} {Month} {/block:Date}<br>
  369. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  370. <center><a href="{Permalink}"><h1>"{Quote}"</h1></a></center>
  371. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  372.  
  373. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  374.  
  375.  
  376.  
  377.  
  378. {/block:Quote}
  379. {block:Chat}
  380. <div class="caixa"><div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  381. {block:Date} {Month} {/block:Date}<br>
  382. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  383. {block:title}<h1>{Title}</h1>{/block:title}
  384.  
  385. {block:Lines}
  386. <b><br>
  387. {block:Label}
  388. <span class="label">{Label}</span>
  389. {/block:Label}</b>
  390.  
  391. {Line}
  392.  
  393. {/block:Lines}
  394.  
  395. </li></li>
  396. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  397. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  398.  
  399.  
  400.  
  401.  
  402. {/block:Chat}
  403.  
  404. {block:Audio}
  405. <div class="caixa"><div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  406. {block:Date} {Month} {/block:Date}<br>
  407. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  408.  
  409. <center>{AudioPlayerGrey}</centeR>
  410.  
  411. {block:Caption}{Caption}{/block:Caption}<br />
  412.  
  413. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  414.  
  415. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  416.  
  417.  
  418.  
  419. {/block:Audio}
  420. {block:Video}
  421. <div class="caixa"><div id="caixinha"> <a href="{Permalink}">{block:NoteCount}{/block:NoteCount}{NoteCount} notes </a> <br>
  422. {block:Date} {Month} {/block:Date}<br>
  423. {block:IndexPage} <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog this! </a>{/block:IndexPage} </div>
  424. <center>{Video-500}</center>
  425. {block:Caption}{Caption}{/block:Caption}<br />
  426. <br></div><div class="tags"> {block:HasTags}<span style="text-transform: capitalize; text-shadow: 0 1px 1px #fff; "> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags} </div>
  427.  
  428.  
  429. {block:PostNotes}<div class="caixa">{PostNotes}</div>{/block:PostNotes}
  430.  
  431.  
  432.  
  433.  
  434. {/block:Video}
  435. {/block:Posts}
  436.  
  437. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="menu">&laquo; Back</a>{/block:PreviousPage}{/block:Pagination}
  438. {block:Pagination}{block:NextPage}<a href="{NextPage}" class="menu">Next &raquo; </a>{/block:NextPage}{/block:Pagination}<br></center><br></div></center>
  439. </div>
  440.  
  441. </div>
  442.  
  443. </div>
  444. <br><br>
  445. </center>
  446.  
  447.  
  448. <div id="me" style="display:none">
  449. <div class="caixa">
  450. Escreva sobre você aqui :) <br><br>
  451.  
  452. </div>
  453. </div>
  454.  
  455.  
  456.  
  457. </body>
  458. </html>
Advertisement
Add Comment
Please, Sign In to add comment