DaphneRoss

THEME FOR MY BABY :)

Aug 12th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.18 KB | None | 0 0
  1. <!--Daphne's theme; don't remove or else you'll be tracked-->
  2. <!--Do not redistribute this theme or claim it as yours-->
  3. <!--Do not use this as basecode-->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <style type="text/css">
  9. a.btn{position:absolute;z-index:999999999999;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: all;}
  10. </style>
  11.  
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16. <script type="text/javascript">
  17. // <![CDATA[
  18. var bgcolour="#ffffff"; // background colour
  19. var fgcolour="#444444"; // foreground colour
  20. var speed=100; // speed of bubbling, lower is faster
  21. var shades=10; // number of shades of bubble
  22.  
  23. /****************************
  24. * Bubbling Text Effect *
  25. *(c) 2003-6 mf2fm web-design*
  26. * http://www.mf2fm.com/rv *
  27. * DON'T EDIT BELOW THIS BOX *
  28. ****************************/
  29. var bubbcol=new Array();
  30. var bubbler, bubbtxt;
  31. var bubbchr=new Array();
  32. window.onload=function() { if (document.getElementById) {
  33. for (bubbler=0; bubbler<=shades; bubbler++) {
  34. bubbtxt="#";
  35. for (var i=1; i<6; i+=2) {
  36. var bg=parseInt(bgcolour.substring(i,i+2),16);
  37. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  38. }
  39. bubbcol[bubbler+1]=bubbtxt;
  40. }
  41. bubbler=document.getElementById("bubble");
  42. bubbtxt=bubbler.firstChild.nodeValue;
  43. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  44. for (var i=0; i<bubbtxt.length; i++) {
  45. var bubbi=document.createElement("span");
  46. bubbi.setAttribute("id", "bubb"+i);
  47. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  48. bubbler.appendChild(bubbi);
  49. }
  50. bubbler=setInterval ("bubbling()", speed);
  51. }}
  52.  
  53. function dechex(dec) {
  54. var hex=dec.toString(16);
  55. if (dec<16) return "0"+hex;
  56. else return hex;
  57. }
  58.  
  59. function bubbling() {
  60. for (var i=0; i<bubbtxt.length; i++) {
  61. var bubbme=document.getElementById("bubb"+i);
  62. if (bubbchr[i]) {
  63. bubbme.style.color=bubbcol[bubbchr[i]];
  64. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  65. }
  66. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  67. }
  68. }
  69. // ]]>
  70. </script>
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  73.  
  74. <!--BTT START-->
  75.  
  76. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  77.  
  78. <script type="text/javascript" src="http://static.tumblr.com/3iwd31y/xyomqfmdw/arrrroooww.js"></script>
  79.  
  80. <!--BTT END-->
  81.  
  82. <meta name="color:permalink" content="#333"/>
  83. <meta name="color:posttitle" content="#333"/>
  84. <meta name="color:blockquote" content="#333"/>
  85. <meta name="color:links" content="#333"/>
  86. <meta name="color:sidebartitle" content="#333"/>
  87. <meta name="color:navi" content="#333"/>
  88. <meta name="color:navititlecolor" content="#ffffff"/>
  89. <meta name="color:scrollbar" content="#333"/>
  90.  
  91. <meta name="text:HOME" content=""/>
  92. <meta name="text:HOME TITLE" content="REFRESH"/>
  93. <meta name="text:ASK" content=""/>
  94. <meta name="text:ASK TITLE" content="MESSAGE"/>
  95. <meta name="text:SUBMIT" content=""/>
  96. <meta name="text:SUBMIT TITLE" content="SUBMIT"/>
  97. <meta name="text:ARCHIVE" content=""/>
  98. <meta name="text:ARCHIVE TITLE" content="ARCHIVE"/>
  99.  
  100.  
  101. <meta name="image:Sidebar" content="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcTiWUAnD9PeWmoa9gZ1H6DatMnOGGD3_nZDnmj_P_lAV57ftjsn"/>
  102. <meta name="image:Background" content="http://static.tumblr.com/3iwd31y/UWTmq8ny3/capture-20130720-222228.png"/>
  103. <meta name="image:navihover" content="http://28.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo1_250.png"/>
  104. <meta name="image:bullets" content="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif"/>
  105.  
  106. <meta name="text:LINK 1 URL" content=""/>
  107. <meta name="text:LINK 1 Name" content="LINK TITLE HERE"/>
  108. <meta name="text:LINK 2 URL" content=""/>
  109. <meta name="text:LINK 2 Name" content="LINK TITLE HERE"/>
  110. <meta name="text:LINK 3 URL" content=""/>
  111. <meta name="text:LINK 3 Name" content="LINK TITLE HERE"/>
  112. <meta name="text:LINK 4 URL" content=""/>
  113. <meta name="text:LINK 4 Name" content="LINK TITLE HERE"/>
  114. <meta name="text:LINK 5 URL" content=""/>
  115. <meta name="text:LINK 5 Name" content="LINK TITLE HERE"/>
  116. <meta name="text:LINK 6 URL" content=""/>
  117. <meta name="text:LINK 6 Name" content="LINK TITLE HERE"/>
  118.  
  119. <SCRIPT TYPE="text/javascript">
  120. <!--
  121. //Disable right click script <script type="text/jfavascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  122. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  123. var message="Sorry, right-click has been disabled";
  124. ///////////////////////////////////
  125. function clickIE() {if (document.all) {(message);return false;}}
  126. function clickNS(e) {if
  127. (document.layers||(document.getElementById&&!document.all)) {
  128. if (e.which==2||e.which==3) {(message);return false;}}}
  129. if (document.layers)
  130. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  131. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  132. document.oncontextmenu=new Function("return false")
  133. // -->
  134.  
  135. </SCRIPT>
  136.  
  137. <link rel="shortcut icon" href="{Favicon}">
  138. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  139. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  140.  
  141.  
  142.  
  143. <style type="text/css">
  144. #name{
  145. top: 20px;
  146. font-size:110px;
  147. line-height:15px;
  148. margin:2px;
  149. z-index:10;
  150. text-shadow: 2px 2px 2px #dddddd;
  151. font-family:Great Vibes;
  152. text-align:center;
  153. text-transform:upper-lowercase;
  154. }
  155.  
  156. a.asker{
  157. font:11px trebuchet ms;
  158. color: #000000;
  159. }
  160.  
  161. a.asker:hover{
  162. color:#fff;
  163. text-decoration: underline;
  164. cursor: default; }
  165. .bubble {
  166. align:right;
  167. background: #c0c0c0;
  168. margin:1px 0px 3px 63px;
  169. padding:10px;position:relative;
  170. -moz-border-radius:5px;
  171. -webkit-border-radius:
  172. 5px;border-radius:5px;}
  173.  
  174. .bubble p {margin:1px 0px;}
  175.  
  176. .bubble span {display:block;
  177. position:absolute;
  178. width:1px;
  179. height:1px;
  180. font-size: 0;
  181. line-height:1px;
  182. left:-10px;
  183. top:10px;
  184. border-top:7px solid transparent;
  185. border-bottom:7px solid transparent;
  186. border-right:10px solid #eee;
  187. color: #eee;
  188. }
  189.  
  190.  
  191. *, body, a, a:hover {cursor: url(http://static.tumblr.com/3iwd31y/M10mrgzrc/yanna.png), auto;}
  192.  
  193. body{
  194. background-color:#ffffff;
  195. background-image:url({image:Background});
  196. background-attachment: fixed;
  197. font-family: calibri;
  198. font-size: 8px;
  199. }
  200.  
  201. table{
  202. color: #1f1f1f;
  203. font-family: georgia;
  204. font-size: 8.5pt;
  205. line-height:140%;
  206. letter-spacing: 0px;
  207. background-color:#f1f1f1;
  208. line-height: 4px;
  209. text-align: ;
  210. }
  211.  
  212. a:visited, a:active, a:link{
  213. color:{color:links};
  214. font-family: georgia;
  215. letter-spacing: 0px;
  216. text-transformation: lowercase;
  217. text-decoration: none;
  218. }
  219.  
  220. a:hover{
  221. color:#999999;
  222. }
  223.  
  224.  
  225. .sidebar {
  226. font:normal 8.5pt;
  227. font-family: georgia;
  228. color:#999999;
  229. letter-spacing:1px;
  230. line-height:140%;
  231. border-bottom: 1px dotted #000000;
  232. text-align: justify;
  233. text-transform: lowercase;
  234. }
  235.  
  236. blockquote{padding-left: 6px; background:#ffffff; padding-bottom : 7px; font-family: georgia; font-size:8.5pt; border-left: 1px solid #333; text-shadow:1px 1px 0px #fff; color: {color:blockquote}; width:448px; margin-left:10px; padding-right:6px; padding-top:4px;} @font-face {font-family: "PF Tempesta Seven Condensed"; src: url('http://static.tumblr.com/8yo5xxv/b5cm22t2y/pf_tempesta_seven_condensed.ttf'); format("truetype");}
  237.  
  238. ::-webkit-scrollbar {
  239.  
  240. height: 12px;
  241.  
  242. width: 8px;
  243.  
  244. background: #ffffff;
  245.  
  246. }
  247.  
  248. ::-webkit-scrollbar-thumb {
  249.  
  250. background: #eee;
  251. border:1px solid #eee;
  252.  
  253.  
  254. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  255.  
  256. }
  257.  
  258. ::-webkit-scrollbar-corner {
  259.  
  260. background: #transparent;
  261.  
  262. }
  263.  
  264.  
  265.  
  266. h1{font: 28px 'Anaheim'; line-height: 27px; letter-spacing: 1px; text-align:center; center; color: {color:posttitle}; padding: 0px;
  267. }
  268.  
  269. ul, ol, li{list-style-type:bullet;list-style-image: url({image:bullets}); text-align:left;}
  270.  
  271. #navbar-iframe{ height: 0; }
  272.  
  273. a.nav{width:140px; text-align:center; padding:8px; font-size:7pt; display:inline-block; color:#fff; background-color:#333; -webkit-transition-duration: .50s; text-transform:uppercase; letter-spacing:1px;}
  274. a.nav:hover{color:#eee; background-color:#666; border:none;}
  275.  
  276. .angelo, .angelo a {
  277. text-transform: uppercase;
  278. text-align: center;
  279. letter-spacing: 0px;
  280. font-family: 'Anaheim';
  281. font-style: normal;
  282. font-size: 20px;
  283. margin-right: -5px;
  284. border-bottom: 1px dotted #333;
  285. margin-bottom: 10px;
  286. line-height: 30px;
  287. color:{color:sidebartitle};
  288.  
  289. }
  290.  
  291. #paginacaoml {font-family: verdana;font-size: 11px; font-weight: bold;-moz-border-radius: 0px; -webkit-border-radius:0px;}
  292.  
  293. #paginacaoml a {background: #808080;margin: 1px; padding: 2px 5px; color: #fff; text-decoration: none;-moz-border-radius: 5px; -webkit-border-radius:5px;}
  294.  
  295. #paginacaoml a:hover {background: #fff; border: none;color:#808080;text-decoration: none;}
  296.  
  297. #paginacaoml span.pagina_atual {background: #fff;margin: 1px; padding: 2px 5px; color: #999; text-decoration: none; -moz-border-radius: 0px; -webkit-border-radius:0px; }
  298.  
  299. #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #333; text-decoration: none;}
  300.  
  301.  
  302. .rr {
  303. border: 1px solid #e8e8e8;
  304. margin-bottom: 4px;
  305. text-align: center;
  306. width: 240px;
  307. background: #eee;
  308. display: inline-block;
  309. color:#333;
  310. font:normal 8px 'tinytots';
  311. text-transform: uppercase;
  312. letter-spacing: 2px;
  313. padding:11px;
  314. filter: alpha(opacity = 60);
  315. opacity:.6;
  316. -moz-transition-duration: 1s;-
  317. webkit-transition-duration: 1s;
  318. }
  319.  
  320. .rr2 {
  321. border: 0px solid #e8e8e8;
  322. margin-bottom: 4px;
  323. text-align: center;
  324. width: 215px;
  325. background: #eee;
  326. display: inline-block;
  327. color:#333;
  328. font:normal 8px 'tinytots';
  329. text-transform: uppercase;
  330. letter-spacing: 2px;
  331. padding:11px;
  332. filter: alpha(opacity = 60);
  333. opacity:.6;
  334. -moz-transition-duration: 1s;-
  335. webkit-transition-duration: 1s;
  336. }
  337.  
  338.  
  339. #reblog{
  340. background-color: {color:permalink};
  341. font-size: 10px;
  342. letter-spacing 1px;
  343. line-height: 11px;
  344. text-transform:uppercase;
  345. color:#FFFFFF;
  346. text-align:center;
  347. font-family: Trebuchet MS;
  348. padding: 2px;
  349. }
  350. #reblog a{
  351. color:#FFFFFF;
  352. letter-spacing 1px;
  353. -webkit-transition-duration: .50s;
  354. }
  355.  
  356.  
  357. #header {
  358. width: 920px;
  359. height: 350px;
  360. overflow: hidden;
  361. margin-top:-40px;
  362. position: relative;
  363. }
  364.  
  365. #header img {
  366. width: 920px;
  367. }
  368.  
  369.  
  370. </style>
  371. </head>
  372.  
  373. <body>
  374. <br><br><br><br>
  375. <center>
  376. <table>
  377.  
  378.  
  379.  
  380. <tr>
  381. <td valign="top" id="main" width="500"
  382. style="background-color: #ffffff;
  383. border-right: 0px dotted #000000;
  384. border-bottom: 0px dotted #000000;
  385. border-left: 0px dotted #000000;
  386. padding: 20px 20px 20px 20px;
  387. line-height:15px;">
  388.  
  389. <div class="content">
  390.  
  391. {block:Posts}
  392.  
  393.  
  394. <div id="box">
  395. {block:Text}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}{Body}
  396. {/block:Text}
  397. {block:Photo}
  398. <div id="entry">
  399. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  400. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  401. <img style="border-radius: 0px;" src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="560" /></div><div style="margin-top:-5px; margin-bottom:-5px;">
  402. {block:IndexPage}</a>{/block:IndexPage}
  403. {block:PermalinkPage}{LinkCloseTag}
  404. {/block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}
  405. </div>
  406. {/block:Photo}
  407. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  408. {block:Quote}
  409. <div id="quote"><div style="font-size:60px; text-shadow: 0px 0px 1px #e4dace; color:#ccc; position:absolute; font-family:Georgia;"><div style="position:relative; top:23px;">&#147;</div></div>
  410. <div style="padding-left:32px; line-height:18px;"><h1>{Quote}</h1></div>&nbsp;</div>
  411. <div style="padding-left:30px; margin-top: -26px; margin-bottom:9px;">{block:Source}<BR> - {Source}{/block:Source}</div>
  412. {/block:Quote}
  413. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>{/block:Link}
  414. {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
  415. {block:Chat}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}
  416. <div class="post">
  417. <div class="conversation">
  418. <ul>
  419. {block:Lines}<li class="{Alt}">
  420. {block:Label}<span class="label">{Label}</span>{/block:Label}
  421. {Line}</li>{/block:Lines}</ul>
  422. </div>
  423. </div>
  424. {/block:Chat}
  425. {block:Audio}
  426. <div class="audio">
  427. <div class="player"><br><div id="audiobackground"><br><center>{AudioPlayerWhite}<br></center></div></div>
  428. <div class="clear"></div>
  429. </div>A
  430. <div class="clear"></div>
  431. {block:Caption}<div class="copy"><center>{Caption}</center></div>{/block:Caption}
  432. {/block:Audio}
  433. <div class="video">{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
  434.  
  435. {block:Answer}<div class="postalign">
  436.  
  437. <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" />
  438. <div class="bubble"><span></span> <font color="{color:askertext2}"><a class="asker">{asker}</a>: {Question}</font> </div><br>
  439.  
  440. <div align="left">{Answer}</div></div>
  441. {/block:Answer}
  442.  
  443. <br>
  444. <div id="reblog"><div id="bottompost">
  445. <div align="center"">{block:Date}Posted on <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{ShortYear}</a>{/block:Date}
  446. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  447. <a href="{ReblogURL}" title="Reblog">Reblog</a>
  448. </div>
  449. </div></div><BR>
  450.  
  451. {block:PostNotes}<br>
  452. <div id="box">
  453. <b><div style="text-align:center; margin-left:0px;">{block:RebloggedFrom}
  454. Via <b><a href="{ReblogParentURL}">{ReblogParentName}</a></b><br>Source <b><a href="{ReblogRootURL}">{ReblogRootName}</a></b> {/block:RebloggedFrom}</b></div>
  455. <div style="margin-left:0px;">
  456. {PostNotes}
  457. </div>
  458. <center>{block:ContentSource}<a href="{SourceURL}">
  459. {lang:Source}: {block:SourceLogo}
  460. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  461. {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a> {/block:ContentSource}</center></div>
  462. {/block:PostNotes}
  463. {/block:Posts}<br>
  464.  
  465. <center>
  466. <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</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}">&raquo;</a>{/block:NextPage}{/block:Pagination} </div>
  467. <center><br>
  468. </div>
  469.  
  470. </td>
  471.  
  472. <center><div style="margin-top: 50px;"><div id="name"><span id="bubble">Puro-Sungki</div></div></center>
  473. <br> <br>
  474. <br> <br>
  475. <br> <br>
  476. <td valign="top" id="blog" width="200"
  477. style="background-color: #ffffff;
  478. border-bottom: 0px solid #3A3A3A;
  479. border-TOP: 0px solid #3A3A3A;
  480. padding: 12px 20px 20px 20px;
  481. line-height:15px;">
  482.  
  483. <div class="angelo">Information</div><br>
  484. <img src="{image:Sidebar}" style="width: 240px; box-shadow: 0px 0px 5px #bbb; margin:3px; border: 4px solid #fff; background-color: #fff; margin-bottom:0px;" align="center"></a>
  485. <br><br>
  486. <center>
  487. <b>Christiana Theresa Marie | 15 | Senior</b>
  488. <br><br>
  489. Mas gugustuhin ko pang respetuhin kesa mapuri. Hindi ako kagandahan at hindi rin ako ganun katalino tulad ng inaakala o inaasahan sakin ng iba.
  490. Pero meron naman akong sapat na kakayahan, para patunayan kung sino ba talaga ako.
  491. </center>
  492. <br>
  493. <div class="angelo">NAVIGATE HERE</div><br>
  494. <a class="rr" a href="http://purosungki.tumblr.com/">home<a>
  495. <a class="rr" a href="http://purosungki.tumblr.com/ask">message<a>
  496. <a class="rr" a href="http://purosungki.tumblr.com/submit">submit<a>
  497. <a class="rr" a href="http://purosungki.tumblr.com/archive">archive<a>
  498. <a class="rr" a href="http://dakilanaggerlpren.tumblr.com">credits<a>
  499. <br><br>
  500. <div class="angelo">Credits</div><br>
  501. <center>
  502. Theme made by <a href="http://dakilanggerlpren.tumblr.com">Dakilanggerlpren</a><br>
  503. Back to top button by <a href="http://dakilanggerlpren.tumblr.com">Dakilanggerlpren</a><br>
  504. Codes & Tutorials from Google <br>
  505. Powered by Tumblr <br>
  506. </center>
  507. <br><br><br>
  508. <br/>
  509.  
  510. </td>
  511.  
  512.  
  513. </tr>
  514.  
  515.  
  516.  
  517.  
  518.  
  519. </table>
  520. <br><br><br>
  521. </body>
  522.  
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment