DaphneRoss

PUBLIC THEME #14

Aug 27th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.17 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. <!--Cato is still alive; so he'll kill you if you remove the credits-->
  5.  
  6.  
  7. <html>
  8. <head>
  9.  
  10. <meta name="image:titletab" content="http://media.tumblr.com/3220be16b11168df1c14e623e6b3c66b/tumblr_inline_mok37vAs6d1rfs161.jpg"/>
  11. <meta name="text:update" content="Pwede mo ilagay diyo yung kung ilang tao sa blog mo."/>
  12. <meta name="text:signature" content="- Love, Daphne"/>
  13. <meta name="image:sidebar" content"http://static.tumblr.com/3iwd31y/ZtUms5037/03.jpg"/>
  14. <meta name="image:banner" content="http://www.colourbox.com/preview/3919872-29189-black-lace-seamless-pattern-on-white-background.jpg"/>
  15. <meta name="image:bullets" content="http://static.tumblr.com/nxhlvyi/VXXlggo1h/2m7uqlt.gif"/>
  16. <meta name="text:home link" content=""/>
  17. <meta name="text:ask link" content=""/>
  18. <meta name="text:submit link" content=""/>
  19. <meta name="text:archive link" content=""/>
  20. <meta name="text:link url1" content=""/>
  21. <meta name="text:link name1" content="input link"/>
  22. <meta name="text:link url2" content=""/>
  23. <meta name="text:link name2" content="input link"/>
  24. <meta name="text:link url3" content=""/>
  25. <meta name="text:link name3" content="input link"/>
  26. <meta name="text:link url4" content=""/>
  27. <meta name="text:link name4" content="input link"/>
  28. <meta name="text:link url5" content=""/>
  29. <meta name="text:link name5" content="input link"/>
  30. <meta name="text:link url6" content=""/>
  31. <meta name="text:link name6" content="input link"/>
  32.  
  33.  
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Anaheim|Great+Vibes' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45.  
  46.  
  47. <SCRIPT TYPE="text/javascript">
  48. <!--
  49. //Disable right click script <script type="text/jfavascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  50. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  51. var message="Sorry, right-click has been disabled";
  52. ///////////////////////////////////
  53. function clickIE() {if (document.all) {(message);return false;}}
  54. function clickNS(e) {if
  55. (document.layers||(document.getElementById&&!document.all)) {
  56. if (e.which==2||e.which==3) {(message);return false;}}}
  57. if (document.layers)
  58. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  59. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  60. document.oncontextmenu=new Function("return false")
  61. // -->
  62.  
  63. </SCRIPT>
  64.  
  65. <!--SCROLL TO TOP START-->
  66.  
  67. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  68.  
  69. <script type="text/javascript" src="http://static.tumblr.com/3iwd31y/fhvmrnuwv/new-btt10.js"></script>
  70.  
  71. <!--SCROLL TO TOP ENDT-->
  72.  
  73.  
  74. <script type="text/javascript">
  75. // <![CDATA[
  76. var colour="#FFFFFF";
  77. var sparkles=120;
  78.  
  79. /****************************
  80. * Tinkerbell Magic Sparkle *
  81. * (c) 2005 mf2fm web-design *
  82. * http://www.mf2fm.com/rv *
  83. * DON'T EDIT BELOW THIS BOX *
  84. ****************************/
  85. var x=ox=400;
  86. var y=oy=300;
  87. var swide=800;
  88. var shigh=600;
  89. var sleft=sdown=0;
  90. var tiny=new Array();
  91. var star=new Array();
  92. var starv=new Array();
  93. var starx=new Array();
  94. var stary=new Array();
  95. var tinyx=new Array();
  96. var tinyy=new Array();
  97. var tinyv=new Array();
  98.  
  99. window.onload=function() { if (document.getElementById) {
  100. var i, rats, rlef, rdow;
  101. for (var i=0; i<sparkles; i++) {
  102. var rats=createDiv(3, 3);
  103. rats.style.visibility="hidden";
  104. document.body.appendChild(tiny[i]=rats);
  105. starv[i]=0;
  106. tinyv[i]=0;
  107. var rats=createDiv(5, 5);
  108. rats.style.backgroundColor="transparent";
  109. rats.style.visibility="hidden";
  110. var rlef=createDiv(1, 5);
  111. var rdow=createDiv(5, 1);
  112. rats.appendChild(rlef);
  113. rats.appendChild(rdow);
  114. rlef.style.top="2px";
  115. rlef.style.left="0px";
  116. rdow.style.top="0px";
  117. rdow.style.left="2px";
  118. document.body.appendChild(star[i]=rats);
  119. }
  120. set_width();
  121. sparkle();
  122. }}
  123.  
  124. function sparkle() {
  125. var c;
  126. if (x!=ox || y!=oy) {
  127. ox=x;
  128. oy=y;
  129. for (c=0; c<sparkles; c++) if (!starv[c]) {
  130. star[c].style.left=(starx[c]=x)+"px";
  131. star[c].style.top=(stary[c]=y)+"px";
  132. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  133. star[c].style.visibility="visible";
  134. starv[c]=50;
  135. break;
  136. }
  137. }
  138. for (c=0; c<sparkles; c++) {
  139. if (starv[c]) update_star(c);
  140. if (tinyv[c]) update_tiny(c);
  141. }
  142. setTimeout("sparkle()", 40);
  143. }
  144.  
  145. function update_star(i) {
  146. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  147. if (starv[i]) {
  148. stary[i]+=1+Math.random()*3;
  149. if (stary[i]<shigh+sdown) {
  150. star[i].style.top=stary[i]+"px";
  151. starx[i]+=(i%5-2)/5;
  152. star[i].style.left=starx[i]+"px";
  153. }
  154. else {
  155. star[i].style.visibility="hidden";
  156. starv[i]=0;
  157. return;
  158. }
  159. }
  160. else {
  161. tinyv[i]=50;
  162. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  163. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  164. tiny[i].style.width="2px";
  165. tiny[i].style.height="2px";
  166. star[i].style.visibility="hidden";
  167. tiny[i].style.visibility="visible"
  168. }
  169. }
  170.  
  171. function update_tiny(i) {
  172. if (--tinyv[i]==25) {
  173. tiny[i].style.width="1px";
  174. tiny[i].style.height="1px";
  175. }
  176. if (tinyv[i]) {
  177. tinyy[i]+=1+Math.random()*3;
  178. if (tinyy[i]<shigh+sdown) {
  179. tiny[i].style.top=tinyy[i]+"px";
  180. tinyx[i]+=(i%5-2)/5;
  181. tiny[i].style.left=tinyx[i]+"px";
  182. }
  183. else {
  184. tiny[i].style.visibility="hidden";
  185. tinyv[i]=0;
  186. return;
  187. }
  188. }
  189. else tiny[i].style.visibility="hidden";
  190. }
  191.  
  192. document.onmousemove=mouse;
  193. function mouse(e) {
  194. set_scroll();
  195. y=(e)?e.pageY:event.y+sdown;
  196. x=(e)?e.pageX:event.x+sleft;
  197. }
  198.  
  199. function set_scroll() {
  200. if (typeof(self.pageYOffset)=="number") {
  201. sdown=self.pageYOffset;
  202. sleft=self.pageXOffset;
  203. }
  204. else if (document.body.scrollTop || document.body.scrollLeft) {
  205. sdown=document.body.scrollTop;
  206. sleft=document.body.scrollLeft;
  207. }
  208. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  209. sleft=document.documentElement.scrollLeft;
  210. sdown=document.documentElement.scrollTop;
  211. }
  212. else {
  213. sdown=0;
  214. sleft=0;
  215. }
  216. }
  217.  
  218. window.onresize=set_width;
  219. function set_width() {
  220. if (typeof(self.innerWidth)=="number") {
  221. swide=self.innerWidth;
  222. shigh=self.innerHeight;
  223. }
  224. else if (document.documentElement && document.documentElement.clientWidth) {
  225. swide=document.documentElement.clientWidth;
  226. shigh=document.documentElement.clientHeight;
  227. }
  228. else if (document.body.clientWidth) {
  229. swide=document.body.clientWidth;
  230. shigh=document.body.clientHeight;
  231. }
  232. }
  233.  
  234. function createDiv(height, width) {
  235. var div=document.createElement("div");
  236. div.style.position="absolute";
  237. div.style.height=height+"px";
  238. div.style.width=width+"px";
  239. div.style.overflow="hidden";
  240. div.style.backgroundColor=colour;
  241. return (div);
  242. }
  243. // ]]>
  244. </script>
  245.  
  246.  
  247.  
  248. <style type="text/css">
  249.  
  250.  
  251.  
  252. #paginacaoml {font-family: verdana;font-size: 11px; font-weight: bold;-moz-border-radius: 5px; -webkit-border-radius:5px;}
  253.  
  254. #paginacaoml a {background: #444;margin: 1px; padding: 2px 5px; color: #fff; text-decoration: none;-moz-border-radius: 5px; -webkit-border-radius:5px;}
  255.  
  256. #paginacaoml a:hover {background: #fff; border: none;color:#444;text-decoration: none;}
  257.  
  258. #paginacaoml span.pagina_atual {background: #fff;margin: 1px; padding: 2px 5px; color: #444; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius:5px; }
  259.  
  260. #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #777; text-decoration: none;}
  261.  
  262. a.asker{
  263. font-family: georgia;
  264. font-size:8.5pt;
  265. color: #444;
  266. }
  267.  
  268. a.asker:hover{
  269. font-family: georgia;
  270. font-size:8.5pt;
  271. color:#444;
  272. text-decoration: underline;
  273. cursor: default; }
  274. .bubble {
  275. align:right;
  276. background:#c0c0c0;
  277. margin:1px 0px 3px 63px;
  278. padding:10px;position:relative;
  279. -moz-border-radius:5px;
  280. -webkit-border-radius:
  281. 5px;border-radius:5px;}
  282.  
  283. .bubble p {margin:1px 0px;}
  284.  
  285. .bubble span {display:block;
  286. position:absolute;
  287. width:1px;
  288. height:1px;
  289. font-size: 0;
  290. line-height:1px;
  291. left:-10px;
  292. top:10px;
  293. border-top:7px solid transparent;
  294. border-bottom:7px solid transparent;
  295. border-right:10px solid #c0c0c0;
  296. color: #000;
  297. }
  298.  
  299. div.navigate a{
  300. margin-bottom: 4px;
  301. border-left:1px solid #808080;
  302. border-right:1px solid #808080;
  303. background: {color:toplinks}; font:normal 10px 'tinytots';
  304. text-transform: uppercase;
  305. letter-spacing: 2px;
  306. padding:11px; color: #444; display:block; line-height:10px; height: 10px; width: 115px; text-align: center; padding-top:2px; padding-bottom:3px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; -moz-border-radius:0px; display: inline-block;
  307. padding:11px;
  308. }
  309.  
  310. div.navigate a:hover{
  311. background: {color:toplinkshover};
  312. color: #fff;
  313. letter-spacing:1px;
  314. font-weight: bold;
  315. margin-bottom: 4px;
  316. border-left:1px solid #808080;
  317. border-right:1px solid #808080;
  318. font:normal 8px 'tinytots';
  319. text-transform: uppercase;
  320. padding:11px; display:block;
  321. line-height:10px; height: 10px;
  322. width: 115px; text-align: center;
  323. padding-top:2px; padding-bottom:3px;
  324. margin-left:2px; margin-top:2px;
  325. position:relative;
  326. text-align: center; z-index:1; -moz-border-radius:0px; display: inline-block;
  327. padding:11px;
  328. }
  329.  
  330.  
  331.  
  332. h1{font: 22px 'Anaheim', sans-serif; line-height: 24px; letter-spacing: 0px; text-align: center; padding: 0px;
  333. }
  334.  
  335.  
  336. .conversation ul { list-style-type: none; margin: 0px; padding: 0px; }
  337. .conversation ul { padding: 4px 4px 4px 20px; margin-bottom: 1px; }
  338. .conversation ul span.label {font-family: georgia; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; font-size: 8.5pt; }
  339. .conversation ul .odd {
  340. background-color: #c0c0c0;
  341. }
  342.  
  343. ::-webkit-scrollbar {
  344.  
  345. height: 8px;
  346.  
  347. width: 5px;
  348.  
  349. background: #ffffff;
  350.  
  351. }
  352.  
  353. ::-webkit-scrollbar-thumb {
  354.  
  355. background: #444;
  356. border:1px solid #444;
  357.  
  358.  
  359. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  360.  
  361. }
  362.  
  363. ::-webkit-scrollbar-corner {
  364.  
  365. background: #transparent;
  366.  
  367. }
  368.  
  369. accent{color: {color:conversation1};}
  370. accent2{color:{color:conversation2}; }
  371.  
  372.  
  373. em {font-family: georgia; font-size: 8.5pt;}
  374. ul, ol, li{list-style-type:bullet;list-style-image: url({image:bullets}); text-align:left;}
  375.  
  376.  
  377. .side{
  378. background: #fff;
  379. text-transform: uppercase;
  380. border-radius: 3px;
  381. padding: 1px;
  382. font: 12px trebuchet ms bold ;
  383. text-align:center;
  384. border-bottom:1px solid #444;
  385. color:{color:sidebartitles};
  386. margin-bottom:6px;
  387. letter-spacing:2px;
  388. }
  389.  
  390. .rr2 {
  391. border: 0px solid #444;
  392. margin-bottom: 4px;
  393. text-align: center;
  394. width: 215px;
  395. background: #444;
  396. display: inline-block;
  397. color:#fff;
  398. font:normal 8px 'tinytots';
  399. text-transform: uppercase;
  400. letter-spacing: 2px;
  401. padding:11px;
  402. }
  403.  
  404.  
  405. #reblog{
  406. background-color: #fff;
  407. font-size: 10px;
  408. letter-spacing 2px;
  409. line-height: 12px;
  410. text-transform:uppercase;
  411. color:#444;
  412. text-align:center;
  413. font-family: Trebuchet MS;
  414. border-bottom:1px solid #444;
  415. padding: 2px;
  416. }
  417. #reblog a{
  418. color:#444;
  419. letter-spacing 1px;
  420. -webkit-transition-duration: .50s;
  421. }
  422.  
  423.  
  424.  
  425. #navbar-iframe {display: none;}
  426.  
  427. body{
  428. color: #353535;
  429. background-image:url();
  430. background-postition:center;
  431. background-attachment: fixed;
  432. background-repeat: repeat;
  433. font-family: georgia; font-size:8.5pt;
  434. letter-spacing: 0px;
  435. line-height: 17px;
  436. text-align:justify;
  437. cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;
  438. }
  439.  
  440. A:link, A:visited, A:active{
  441. color: #444;
  442. text-decoration:none;
  443. -webkit-transition-duration: 1.0s;
  444. }
  445.  
  446. A:hover{
  447. color: #fff;
  448. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  449. }
  450.  
  451.  
  452. i {font:italic font-family: georgia; font-size:8.5pt; color: #808080;}
  453. strike {color: #444;font-family: georgia; font-size:8.5pt; }
  454.  
  455. b {font-family: georgia; font-size:8.5pt; letter-spacing:0px; line-height: 17px;color: #444;}
  456.  
  457. u {text-decoration:none; text-shadow: 1px 1px 2px #eebcb7; border-bottom:1px solid 444; color: #808080;padding: 1px;margin: 1px;}
  458.  
  459.  
  460. li{margin-left: -5px; font-size: 11px; font-style: bold; }
  461.  
  462. @font-face{font-family:tinytots;src:url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  463.  
  464. blockquote{padding-left: 6px; background:#ffffff; padding-bottom : 7px; font-family: georgia; font-size:8.5pt; border-left: 1px solid #808080; 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");}
  465.  
  466.  
  467. .box{float:left;width:950px; padding:10px; border:1px solid #fff; box-shadow: 0px 0px 10px 2px #fff; background: #fff;}
  468.  
  469. .post{padding:20px; text-align: justify; width:700px;font-family: georgia; font-size:8.5pt; color: #444; letter-spacing:0px; border-left:1px solid #f3f3f3; line-height: 17px; margin-bottom:20px;}
  470.  
  471. .sidebar {padding:20px;width: 245px;font-family: georgia; font-size:8.5pt; color: #444; letter-spacing:0px; line-height: 17px; }
  472.  
  473.  
  474.  
  475. @font-face{font-family:tinytots;src:url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  476.  
  477. #banner{
  478. left: -10px;
  479. top: -40px;
  480. width: 1450px;
  481. height: 120px;
  482. border: 0pt solid #F5A9A9;
  483. -webkit-box-shadow:0px 5px 5px 3px #bdbdbd;
  484. background-color: #f9f9f9;
  485. line-height: 16px;
  486. position: fixed;
  487. background:url({image:banner});
  488. }
  489.  
  490.  
  491.  
  492. .blogger-labels {text-align:right;border-top: 1px solid #f3f3f3; }
  493.  
  494.  
  495. .header{position:absolute; top:16px; right:60px; padding:50px; text-align: center; font-family: lemons can fly; font-size: 70px; color:#fff;}
  496. @font-face{font-family:lemoncanfly;src:url('http://static.tumblr.com/eq1rpir/A8nm517nt/lemons_can_fly.ttf')}
  497.  
  498. #omg {
  499. text-align: center;
  500. font-size: 10px;
  501. position:fixed;
  502. left:15px;
  503. top:-101px;
  504. -webkit-transition: all .5s ease-in-out;
  505. -moz-transition: all .5s ease-in-out;
  506. -o-transition: all .5s ease-in-out;
  507. z-index:999;
  508. }
  509.  
  510. #omg:hover {top:0px;}
  511.  
  512. #lol {
  513. border-right-style:solid;
  514. border-bottom-style:solid;
  515. border-left-style:solid;
  516. border-width:1px;
  517. border-color:#FFFFFF;
  518. padding: 5px 0 5px 0;
  519. background: #fff;
  520. width:100px;
  521. height:90px;
  522. z-index: 9999;
  523. }
  524.  
  525. #loltab img {
  526. text-align: center;
  527. color:#454545;
  528. height:25px;
  529. padding: 2px 0 8px 0;
  530. background:#fff;
  531. width: 80px;
  532. height:auto;
  533. }
  534.  
  535. div.navigate a{
  536. margin-bottom: 4px;
  537. background: #444; font:normal 8px 'tinytots';
  538. text-transform: uppercase;
  539. letter-spacing: 2px;
  540. padding:11px; color: #ffffff; display:block; line-height:10px; height: 15px; width: 230px; text-align: center; padding-top:2px; padding-bottom:3px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; -moz-border-radius:0px; -webkit-border-radius:0px; display: inline-block;
  541. padding:11px;
  542. }
  543. div.navigate a:hover{
  544. background: #fff; color: #444; letter-spacing:1px; font-weight: bold;
  545. }
  546.  
  547. div.button a{
  548. opacity: 0.9;background-color: #444;color:#fff;text-transform:uppercase;text-align:left;font-family:consolas;font-size:10px;padding-left:7px;padding-right:7px;padding-top: 7px;padding-bottom: 7px;font-family:10px;width:400px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;-o-transition: all 0.7s ease-out;}div.button a:hover{color: #fff;opacity:1;padding-top: 100px;background-color:transparent;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
  549.  
  550.  
  551. div.button a:hover{
  552. color: #fff;
  553. opacity:1;
  554. padding-top: 100px;
  555. background-color:transparent;
  556. -webkit-transition: all 0.6s ease-out;
  557. -moz-transition: all 0.6s ease-out;
  558. -o-transition: all 0.6s ease-out;
  559. }
  560.  
  561. </style>
  562. <body><br>
  563.  
  564.  
  565. </div></div>
  566. <br><br>
  567. <br><br>
  568. <center>
  569. <table style="line-height: 17px;" width="850" border="0" align="center" cellspacing="0">
  570. <tbody><tr>
  571. <td valign="top" width="250px">
  572. <div class="sidebar">
  573. <div class="side"> Information </div>
  574. <img src="{image:sidebar}" style="width: 230px; box-shadow: 0px 0px 5px #bbb; margin:3px; border: 4px solid #fff; background-color: #fff; margin-bottom:0px;" align="center">
  575. <br> <br>
  576. <center>{Description}</center>
  577. <br>
  578. <div class="side"> Backread here </div>
  579. <br>
  580. <center>
  581. <div class="button">
  582. <a href="{text:home link}" title="refresh"><img src="http://tinyurl.com/6nbyul2"></a>
  583. <a href="{text:ask link}" title="message"><img src="http://tinyurl.com/7jjzbjy"></a>
  584. <a href="{text:submit link}" title="submit"><img src="http://tinyurl.com/6s3gyjo"></a>
  585. <a href="{text:archive link}" title="archive"><img src="http://tinyurl.com/6qp7yja"></a>
  586. </div>
  587. <br>
  588. <center><div class="navigate">
  589. <a href="{text:link url}">{text:link name1}</a>
  590. <a href="{text:link url2}">{text:link name2}</a>
  591. <a href="{text:link url3}">{text:link name3}</a>
  592. <a href="{text:link url4}">{text:link name4}</a>
  593. <a href="{text:link url5}">{text:link name5}</a>
  594. <a href="{text:link url6}">{text:link name6}</a>
  595. </div></center>
  596. <br><br>
  597. <div class="side"> disclaimer </div>
  598. <center>
  599. All images and notes found in my blog are all mine except for those I reblog. Similarities and copying of any content in my blog without any permission is strictly prohibited. If you will use any of the content in this blog, you must give me some credits or use my blog as the source. Thank you for understanding. Good day.
  600. </center>
  601. <br>
  602. <div class="side">credits </div>
  603. <center>Theme made by <a href="http://dakilanggerlpren.tumblr.com">Dakilanggerlpren</a><br>
  604. Back to top button by <a href="http://dakilanggerlpren.tumblr.com">Dakilanggerlpren</a><br>
  605. Codes & Tutorials from Google <br>
  606. Powered by Tumblr <br>
  607. </center>
  608. </div>
  609. </td>
  610.  
  611. <td valign="top" width:800px;">
  612. <!--------------main---------->
  613. <div class="post"><div id="main">
  614.  
  615.  
  616.  
  617. {block:Posts}
  618.  
  619.  
  620. <div id="box">
  621. {block:Text}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}{Body}
  622. {/block:Text}
  623. {block:Photo}
  624. <div id="entry">
  625. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  626. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  627. <img style="border-radius: 0px;" src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="700" /></div><div style="margin-top:-5px; margin-bottom:-5px;">
  628. {block:IndexPage}</a>{/block:IndexPage}
  629. {block:PermalinkPage}{LinkCloseTag}
  630. {/block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}
  631. </div>
  632. {/block:Photo}
  633. {block:Photoset}{Photoset-700}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  634. {block:Quote}
  635. <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>
  636. <div style="padding-left:32px; line-height:18px;"><h1>{Quote}</h1></div>&nbsp;</div>
  637. <div style="padding-left:30px; margin-top: -26px; margin-bottom:9px;">{block:Source}<BR> - {Source}{/block:Source}</div>
  638. {/block:Quote}
  639. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>{/block:Link}
  640. {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
  641. {block:Chat}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}
  642. <div class="post">
  643. <div class="conversation">
  644. <ul>
  645. {block:Lines}<li class="{Alt}">
  646. {block:Label}<span class="label">{Label}</span>{/block:Label}
  647. {Line}</li>{/block:Lines}</ul>
  648. </div>
  649. </div>
  650. {/block:Chat}
  651. {block:Audio}
  652. <div class="audio">
  653. <div class="player"><br><div id="audiobackground"><br><center>{AudioPlayerWhite}<br></center></div></div>
  654. <div class="clear"></div>
  655. </div>
  656. <div class="clear"></div>
  657. {block:Caption}<div class="copy"><center>{Caption}</center></div>{/block:Caption}
  658. {/block:Audio}
  659. <div class="video">{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
  660.  
  661. {block:Answer}<div class="postalign">
  662.  
  663. <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px" />
  664. <div class="bubble"><span></span> <font color="{color:askertext2}"><a class="asker">{asker}</a>: {Question}</font> </div><br>
  665.  
  666. <div align="left">{Answer}</div></div>
  667. <center><font face="great vibes"; size="5">{text:signature}</font></div></center>
  668. {/block:Answer}
  669.  
  670. <br>
  671. <div id="reblog"><div id="bottompost">
  672. <div align="center"">{block:Date}Posted on <a href="{Permalink}">{DayOfMonth}/{ShortMonth}/{ShortYear}</a>{/block:Date}
  673. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  674. <a href="{ReblogURL}" title="Reblog">Reblog</a>
  675. </div>
  676. </div></div><BR>
  677.  
  678. {block:PostNotes}<br>
  679. <div id="box">
  680. <b><div style="text-align:center; margin-left:0px;">{block:RebloggedFrom}
  681. Via <b><a href="{ReblogParentURL}">{ReblogParentName}</a></b><br>Source <b><a href="{ReblogRootURL}">{ReblogRootName}</a></b> {/block:RebloggedFrom}</b></div>
  682. <div style="margin-left:0px;">
  683. {PostNotes}
  684. </div>
  685. <center>{block:ContentSource}<a href="{SourceURL}">
  686. {lang:Source}: {block:SourceLogo}
  687. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  688. {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a> {/block:ContentSource}</center></div>
  689. {/block:PostNotes}
  690. {/block:Posts}<br>
  691.  
  692. <center>
  693. <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>
  694. <center><br>
  695. <br>
  696. <center><a href="http://dakilanggerlpren.tumblr.com">Theme made by:Dakilanggerlpren</a> Copyright 2013 Powered by: Tumblr</center>
  697.  
  698. </div></div></div></div></div></div>
  699.  
  700. <BODY onselectstart="return false;" ondragstart="return false;">
  701.  
  702. <div id="banner">
  703. <center>{Title}<center>
  704. </div></div>
  705.  
  706. </body></head></html>
Advertisement
Add Comment
Please, Sign In to add comment