MissDaphne

secretlyhandsome theme

Jan 9th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.97 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html>
  4. <head>
  5. <SCRIPT TYPE="text/javascript">
  6. <!--
  7. function clickIE() {if (document.all) {(message);return false;}}
  8. function clickNS(e) {if
  9. (document.layers||(document.getElementById&&!document.all)) {
  10. if (e.which==2||e.which==3) {(message);return false;}}}
  11. if (document.layers)
  12. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  13. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  14. document.oncontextmenu=new Function("return false")
  15. // -->
  16. </SCRIPT>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="http://static.tumblr.com/3iwd31y/dt9o0ojul/fav.png">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="image:sidebar picture" content="">
  24.  
  25. <!--FONTS-->
  26. <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Inconsolata|Oxygen:700' rel='stylesheet' type='text/css'>
  27.  
  28. <!--FILL UP-->
  29. <meta name="text:name" content="name here">
  30. <meta name="text:location" content="location here">
  31. <meta name="text:age" content="your age">
  32. <meta name="text:quote" content="">
  33. <meta name="text:askbox title" content="ask the blogger (edit this area)">
  34.  
  35.  
  36. <!--BACK TO TOP-->
  37. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  38. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow36.js"></script>
  39.  
  40. <!--POPUP JS-->
  41. <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' style='text/css'>
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45. <script>
  46. $(document).ready(function() {
  47. //
  48. $('a.poplight[href^=#]').click(function() {
  49. var popID = $(this).attr('rel'); //Get Popup Name
  50. var popURL = $(this).attr('href'); //Get Popup href to define size
  51. var query= popURL.split('?');
  52. var dim= query[1].split('&');
  53. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  54. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  57. //Apply Margin to Popup
  58. $('#' + popID).css({
  59. 'margin-top' : -popMargTop,
  60. 'margin-left' : -popMargLeft
  61. });
  62. $('body').append('<div id="fade"></div>');
  63. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  64. return false;
  65. });
  66. $('a.close, #fade').live('click', function() {
  67. $('#fade , .popup_block').fadeOut(function() {
  68. $('#fade, a.close').remove(); //fade them both out
  69. });
  70. return false;
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. body{
  79. background:#ffffff;
  80. background-attachment:fixed;
  81. font-family: courier;
  82. font-size:12px;
  83. line-height:19px;
  84. text-align:justify;
  85. color:#8d8d8d;
  86. }
  87.  
  88. A:link, A:visited, A:active{
  89. text-decoration:none;
  90. color:#8d8d8d;;
  91. -webkit-transition-duration: 1.0s;
  92. }
  93.  
  94. A:hover{
  95. color:#644b83;
  96. text-shadow: 10px 0px 0 #555;
  97. text-decoration:none;
  98. -webkit-transition-duration: 1.0s;
  99. }
  100.  
  101. #fade {
  102. display: none;
  103. background: #000;
  104. position: fixed; left: 0; top: 0;
  105. width: 100%; height: 100%;
  106. opacity: .80;
  107. z-index: 9999;
  108. }
  109. .popup_block{
  110. display: none;
  111. background: #fff;
  112. padding: 20px;
  113. border: 8px solid #000000;
  114. float: left;
  115. font-size: 12px;
  116. position: fixed;
  117. top: 50%; left: 50%;
  118. z-index: 99999;
  119. -webkit-border-top-left-radius: 60px;
  120. -webkit-border-bottom-right-radius: 60px;
  121. -webkit-box-shadow: 0px 0px 20px #000;
  122. -moz-box-shadow: 0px 0px 20px #000;
  123. box-shadow: 0px 0px 20px #000;
  124. -webkit-animation: fadeInDown·2s;
  125. -moz-animation: fadeInDown 2s;
  126. -ms-animation: fadeInDown 2s;
  127. -o-animation: fadeInDown 2s;
  128. animation: fadeInDown 2s;
  129. }
  130. img.btn_close {
  131. float: right;
  132. margin: -5px -5px 0 0;
  133. }
  134. /*--Making IE6 Understand Fixed Positioning--*/
  135. *html #fade {
  136. position: absolute;
  137. }
  138. *html .popup_block {
  139. position: absolute;
  140. }
  141.  
  142.  
  143.  
  144. #header{
  145. width: 100%;
  146. height:50px;
  147. margin-top:-10px;
  148. margin-left:-10px;
  149. background-color:#000000;
  150. position:fixed;
  151. z-index:15;
  152. }
  153.  
  154.  
  155.  
  156. #subnav {
  157. margin-right:30px;
  158. width:auto;
  159. font-family: 'Open Sans Condensed', sans-serif;
  160. font-size:11px;
  161. letter-spacing: 3px;
  162. text-decoration: none;
  163. text-transform:uppercase;
  164. text-align: center;
  165. padding: 4px;
  166. margin-top:14px;
  167. margin-bottom: 5px;
  168. color: #ffffff;
  169. display:inline-block;
  170. font-weight: normal;
  171. transition: all 0.5s ease;
  172. -o-transition-transition: all 0.5s ease;
  173. -webkit-transition: all 0.5s ease;
  174. -moz-transition: all 0.5s ease;
  175. }
  176.  
  177.  
  178. #subnav a{
  179. z-index:966666666666666666666666666666666666666669;
  180. color: #fff;
  181. font-weight: normal;
  182. -webkit-transition-timing-function: ease-out;
  183. -webkit-transition-duration: 1s;
  184. -moz-transition-timing-function: ease-out;
  185. -moz-transition-duration: 1s;
  186. }
  187.  
  188.  
  189. #subnav a:hover{
  190. text-shadow: 1px 1px 1px transparent;
  191. -webkit-transition-timing-function: ease-out;
  192. -webkit-transition-duration: 1s;
  193. -moz-transition-timing-function: ease-out;
  194. -moz-transition-duration: 1s;
  195. }
  196.  
  197. #subnav:hover {
  198. transition: all 0.5s ease;
  199. -o-transition-transition: all 0.5s ease;
  200. -webkit-transition: all 0.5s ease;
  201. -moz-transition: all 0.5s ease;
  202. }
  203.  
  204. #subnav:hover #nav a:moo{
  205. z-index:966666666666666666666666666666666666666669;
  206. border-top:0px solid #fff;
  207. }
  208.  
  209.  
  210. #subnav:hover #nav{
  211. opacity:100;
  212. -webkit-transition-duration:.7s;
  213. overflow:hidden;
  214. background-color:transparent;
  215. z-index:966666666666666666666666666666666666666669;
  216. height:auto;
  217. }
  218.  
  219.  
  220. #nav {
  221. position:absolute;
  222. overflow:hidden;
  223. margin-left:-15px;
  224. width: 150px;
  225. height: 0px;
  226. text-transform: uppercase;
  227. line-height: 20px;
  228. font-size: 12px;
  229. padding-top: 3px;
  230. transition: all 0.5s ease;
  231. o-transition-transition: all 0.5s ease;
  232. -webkit-transition: all 0.5s ease;
  233. -moz-transition: all 0.5s ease;
  234. z-index:15;
  235. }
  236.  
  237. #nav a{
  238. z-index:966666666666666666666666666666666666666669;
  239. background-color:#000000;
  240. padding:5px;
  241. text-align:center;
  242. display:block;
  243. text-transform: uppercase;
  244. line-height: 20px;
  245. font-family: 'Calibri';
  246. letter-spacing:2px;
  247. font-size: 10px;
  248. color:#ffffff;
  249. }
  250.  
  251. #nav a:hover{
  252. background-color:#ffffff;
  253. color:#000000;
  254. text-decoration:none;
  255. box-shadow: inset 130px 0 0px 0 #ffffff;
  256. }
  257.  
  258.  
  259. #namanyay-search-btn {
  260. background: none;
  261. width: auto;
  262. margin-top: 10px;
  263. }
  264. user agent stylesheetinput[type="hidden" i], input[type="image" i], input[type="file" i] {
  265. -webkit-appearance: initial;
  266. background-color: initial;
  267. padding: initial;
  268. border: initial;
  269. }
  270. user agent stylesheetinput {
  271. -webkit-appearance: textfield;
  272. background-color: white;
  273. border-image-source: initial;
  274. border-image-slice: initial;
  275. border-image-width: initial;
  276. border-image-outset: initial;
  277. border-image-repeat: initial;
  278. -webkit-rtl-ordering: logical;
  279. -webkit-user-select: text;
  280. cursor: auto;
  281. padding: 1px;
  282. border: 2px inset;
  283. }
  284. user agent stylesheetinput, textarea, keygen, select, button {
  285. text-rendering: auto;
  286. color: initial;
  287. letter-spacing: normal;
  288. word-spacing: normal;
  289. text-transform: none;
  290. text-indent: 0px;
  291. text-shadow: none;
  292. display: inline-block;
  293. text-align: start;
  294. margin: 0em 0em 0em 0em;
  295. font-family:Calibri;
  296. font-size:9px;
  297. letter-spacing:1px;
  298.  
  299. }
  300. user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
  301. -webkit-writing-mode: horizontal-tb;
  302. }
  303.  
  304. #namanyay-search-box {
  305. background: white;
  306. border: 0 none;
  307. width: 140px;
  308. color: #ffffff;
  309. letter-spacing: 1px;
  310. text-align:center;
  311. font-family:Calibri;
  312. font-size:9px;
  313. letter-spacing:1px;
  314. text-transform: uppercase;
  315. text-decoration: none;
  316. -webkit-font-smoothing: antialiased;
  317. }
  318.  
  319. user agent stylesheetinput:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
  320. padding: 1px 0px;
  321. }
  322. user agent stylesheetinput {
  323. -webkit-appearance: textfield;
  324. background-color: white;
  325. border-image-source: initial;
  326. border-image-slice: initial;
  327. border-image-width: initial;
  328. border-image-outset: initial;
  329. border-image-repeat: initial;
  330. -webkit-rtl-ordering: logical;
  331. -webkit-user-select: text;
  332. cursor: auto;
  333. padding: 1px;
  334. border: 2px inset;
  335. }
  336. user agent stylesheetinput, textarea, keygen, select, button {
  337. text-rendering: auto;
  338. color: initial;
  339. letter-spacing: normal;
  340. word-spacing: normal;
  341. text-transform: none;
  342. text-indent: 0px;
  343. text-shadow: none;
  344. display: inline-block;
  345. text-align: start;
  346. margin: 0em 0em 0em 0em;
  347. font: 13.3333px Arial;
  348. }
  349. user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
  350. -webkit-writing-mode: horizontal-tb;
  351. }
  352.  
  353. #content{
  354. width:870px;
  355. margin-top:30px;
  356. margin-left:auto;
  357. margin-right:auto;
  358. overflow: auto;
  359. overflow-y: hidden;
  360. position: relative;
  361. }
  362.  
  363. #post {
  364. padding:15px;
  365. margin-bottom:35px;
  366. background:#ffffff;
  367. }
  368.  
  369. #entries {
  370. width:500px;
  371. float:right;
  372. }
  373.  
  374. .textpost{
  375. color:#1c1c1c;
  376. font-size:17px;
  377. font-family: 'Inconsolata', ;
  378. text-align:center;
  379. line-height:auto;
  380. }
  381.  
  382.  
  383. blockquote {
  384. margin-left: 20px;
  385. border-left: 1px solid #c5c5c5;
  386. background:#ffffff;
  387. padding: 10px;
  388. overflow: hidden;
  389. width:400px;
  390. }
  391.  
  392.  
  393. .askborder {
  394. float: left;
  395. border: 5px solid #c7c6c6;
  396. }
  397.  
  398. a.asker{
  399. font-family: courier;
  400. font-size:15px;
  401. font-weight:bold;
  402. color:#8d8d8d;
  403. padding-right:10px;
  404. }
  405.  
  406. a.asker:hover{
  407. color:#000000;
  408. text-decoration: none;
  409. }
  410.  
  411. .bubble {
  412. top:-15px;
  413. align:right;
  414. background:#ffffff;
  415. margin:1px 0px 3px 63px;
  416. padding:10px;
  417. position:relative;
  418. color:#8d8d8d;
  419. }
  420.  
  421.  
  422. .bubble p {margin:1px 0px;}
  423.  
  424.  
  425. .mines {overflow: hidden;text-align: center;letter-spacing: 1px;text-transform: uppercase; color:#999898; font-family: calibri; font-size:8px; margin-bottom:10px;}
  426. .mines > span{position: relative;display: inline-block;}
  427.  
  428. .mines > span:before, .mines > span:after{content: "";position: absolute;top: 50%;border-bottom: 1px solid;border-color:#d5d4d4;margin: 0 14px; width:500px;}
  429.  
  430. .mines > span:before{right: 100%;}
  431. .mines > span:after{left: 100%;}
  432.  
  433.  
  434. #post .reblog {
  435. opacity:0;
  436. padding:2px;
  437. margin-top:-20px;
  438. position:absolute;
  439. background:transparent;
  440. overflow:hidden;
  441. }
  442.  
  443.  
  444. #post:hover .reblog {
  445. margin-top:20px;
  446. opacity:.9;
  447. width:465px;
  448. overflow:visible;
  449. -webkit-transition-timing-function: ease-out;
  450. -webkit-transition-duration: .3s;
  451. -moz-transition-timing-function: ease-out;
  452. -moz-transition-duration: .3s;
  453. -moz-box-shadow: 0 0 10px #fff;
  454. background:#ffffff;
  455. }
  456.  
  457. ::-webkit-scrollbar {width: 4px; height: 3px; background: #FFFFFF;}
  458. ::-webkit-scrollbar-thumb {background-color:#ffffff ; background:#000;}
  459.  
  460. .conversation ul { list-style-type: none; margin: 0px; padding: 0px; }
  461. .conversation ul li { padding: 4px 4px 4px 20px; margin-bottom: 1px; }
  462. .conversation ul li span.label {font-weight: normal;}
  463. .conversation ul li.odd {
  464. background-color: #c2c1c1; color: #ffffff;
  465. }
  466.  
  467.  
  468. #sidebar{
  469. margin-top:80px;
  470. background:#ffffff;
  471. position:fixed;
  472. width:220px;
  473. float:left;
  474. }
  475.  
  476.  
  477. #sidebar img{
  478. background:#000;
  479. width:200px;
  480. height:246px;
  481. border:10px solid #000;
  482. z-index:900;
  483. -webkit-transition-duration: 2s;
  484. -webkit-border-top-left-radius: 60px;
  485. -webkit-border-bottom-right-radius: 60px;
  486. }
  487.  
  488. #sidebar img:hover{
  489. -webkit-transform: rotateY(180deg);
  490. -webkit-transform-style: preserve-3d;
  491. transform: rotateY(180deg);
  492. transform-style: preserve-3d;
  493. -webkit-border-top-left-radius: 60px;
  494. -webkit-border-bottom-right-radius: 60px;
  495. opacity:.7;
  496. }
  497.  
  498. .info{
  499. float:left;
  500. background-color:#000000;
  501. color:#ffffff;
  502. font-family: calibri;
  503. font-size:8px;
  504. letter-spacing:1px;
  505. text-transform:uppercase;
  506. display: inline-block;
  507. padding:2px;
  508. width:80px;
  509. margin-left:215px;
  510. text-align:center;
  511. margin-top:-210px;
  512. }.info a{ color:#fff;}
  513.  
  514. .info2{
  515. float:left;
  516. background-color:#000000;
  517. color:#ffffff;
  518. font-family: calibri;
  519. font-size:8px;
  520. letter-spacing:1px;
  521. text-transform:uppercase;
  522. display: inline-block;
  523. padding:2px;
  524. width:80px;
  525. margin-left:215px;
  526. text-align:center;
  527. margin-top:-180px;
  528. }.info2 a{ color:#fff;}
  529.  
  530. .info3{
  531. float:left;
  532. background-color:#000000;
  533. color:#ffffff;
  534. font-family: calibri;
  535. font-size:8px;
  536. letter-spacing:1px;
  537. text-transform:uppercase;
  538. display: inline-block;
  539. padding:2px;
  540. width:80px;
  541. margin-left:215px;
  542. text-align:center;
  543. margin-top:-150px;
  544. }.info3 a{ color:#fff;}
  545.  
  546. .info4{
  547. float:left;
  548. background-color:#000000;
  549. color:#ffffff;
  550. font-family: calibri;
  551. font-size:8px;
  552. letter-spacing:1px;
  553. text-transform:uppercase;
  554. display: inline-block;
  555. padding:2px;
  556. width:90px;
  557. margin-left:200px;
  558. text-align:center;
  559. margin-top:-140px;
  560. margin-left:-90px;
  561. z-index:999;
  562. }.info4 a{ color:#fff;}
  563.  
  564. .info5{
  565. float:left;
  566. background-color:#000000;
  567. color:#ffffff;
  568. font-family: calibri;
  569. font-size:8px;
  570. letter-spacing:1px;
  571. text-transform:uppercase;
  572. display: inline-block;
  573. padding:2px;
  574. width:90px;
  575. margin-left:200px;
  576. text-align:center;
  577. margin-top:-110px;
  578. margin-left:-90px;
  579. z-index:999;
  580. }.info5 a{ color:#fff;}
  581.  
  582.  
  583. .info6{
  584. float:left;
  585. background-color:#000000;
  586. color:#ffffff;
  587. font-family: calibri;
  588. font-size:8px;
  589. letter-spacing:1px;
  590. text-transform:uppercase;
  591. display: inline-block;
  592. padding:2px;
  593. width:90px;
  594. margin-left:200px;
  595. text-align:center;
  596. margin-top:-80px;
  597. margin-left:-90px;
  598. z-index:999;
  599. }.info6 a{ color:#fff;}
  600.  
  601.  
  602. .quote{
  603. width:210px;
  604. text-align:center;
  605. letter-spacing:1px;
  606. text-transform:lowercase;
  607. color:#000;
  608. font-family: 'Inconsolata', ;
  609. line-height:14px;
  610. margin-top:5px;
  611. font-size:15px;
  612. }
  613.  
  614. h1{
  615. font-family: 'Open Sans Condensed', sans-serif;
  616. font-size:18px;
  617. letter-spacing: 2px;
  618. text-transform:uppercase;
  619. font-weight:normal;
  620. text-align:center;
  621. color:black;
  622. }
  623.  
  624. #paginacaoml { font-family: calibri;font-size:8px; letter-spacing:1px; }
  625.  
  626. #paginacaoml a {background:#000 ;margin: 1px; padding: 5px; color: #ffffff; text-decoration: none; border: 1px solid #FFF;}
  627.  
  628. #paginacaoml a:hover {background: #fff; border: none;color:#000;text-decoration: none; border: 1px solid #000;}
  629.  
  630. #paginacaoml span.pagina_atual {background: #000;margin: 1px; padding: 5px; color: #fff; text-decoration: none; }
  631.  
  632. #paginacaoml span.info { margin: 1px;padding: 4px; text-decoration: none;}
  633.  
  634. </style>
  635. </head>
  636. <body>
  637.  
  638. <div id="header">
  639. <center>
  640. <div id="subnav"><a href="/">HomePage</a></div>
  641. <div id="subnav"><a href="#?w=500" rel="02" class="poplight">ask the blogger</a></div>
  642. <div id="subnav"><a href="/archive">Past Entries</a></div>
  643. <div id="subnav"><a href="/">Post Categories</a>
  644. <div id="nav">
  645. <a href="/tagged/oneliner">one liner</a>
  646. <a href="/tagged/photographs">photographs</a>
  647. <a href="/tagged/likhanir">writings</a>
  648. <a href="/tagged/prsnl">personal</a>
  649. </div></div>
  650. <div id="subnav"><a href="http://dakilanggerlpren.tumblr.com/">theme</a></div>
  651.  
  652. <form id="searchthis" action="/search" style="display:inline;" method="get">
  653. <!-- Search box for blogger by Namanyay Goel //-->
  654. <input id="namanyay-search-btn" value="Search" type="image" src="http://i.imgur.com/C3nZMvT.png"> <input id="namanyay-search-box" name="q" size="40" type="text" placeholder=" SEARCH + HIT ENTER">
  655. </form>
  656. </center>
  657. </div>
  658.  
  659. <br><br>
  660. <!--CONTENT START-->
  661. <div id="content">
  662.  
  663. <!--SIDEBAR START-->
  664.  
  665. <div id="sidebar">
  666. <div id="pic"><div style="z-index:-1;"><img src="{image:sidebar picture}" width="200" height="246";></div></div>
  667.  
  668. <div class="info"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5189741";
  669. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  670. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Visitor&e2=Visitors&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  671. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  672. </script></div>
  673. <div class="info2"><script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3074238";
  674. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  675. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  676. </script></div>
  677. <div class="info3"><script language="JavaScript" src="http://freehostedscripts.net/date2.php"></script></div>
  678. <div class="info4">{text:name}</div>
  679. <div class="info5">{text:location}</div>
  680. <div class="info6">{text:age}</div>
  681.  
  682. <div class="quote">{text:quote}</div>
  683.  
  684.  
  685. </div>
  686. <!--SIDEBAR END-->
  687.  
  688. <div id="entries">
  689.  
  690. {block:Posts}<div id="post">
  691.  
  692. <!-- {block:NoRebloggedFrom}
  693. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  694. {/block:NoRebloggedFrom} -->{block:ContentSource}<!-- {SourceURL}
  695. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  696. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  697. {/block:ContentSource}
  698.  
  699.  
  700. <div class="reblog">
  701. <center>
  702. <div style="padding-right:12px; display:inline-block;">{ReblogButton size="30" color="gray"}</div>
  703. <div style="padding-right:12px; display:inline-block;">{LikeButton size="30" color="gray"}</div>
  704. </center>
  705. </div>
  706.  
  707.  
  708. {block:Text}<div class="textpost">{block:Title}<br>{Title}{/block:Title}</div><br>{Body}{block:More} <a href="{Permalink}" class="button">{lang:Read more}</a> {/block:More}
  709. {/block:Text}
  710.  
  711.  
  712. {block:Photo}
  713. <a href="{Permalink}"><img src="{PhotoURL-500}" width="470px"/></a>
  714. {block:Caption}{Caption}{/block:Caption}
  715. {/block:Photo}
  716.  
  717. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  718.  
  719.  
  720. {block:Quote}<div class="textpost"><br>"{Quote}"</div>{block:Source}{/block:Source}{/block:Quote}
  721.  
  722.  
  723. {block:Link}<br><a href="{URL}" class="link" {Target}><div class="textpost">{Name}&nbsp;</div></a>{/block:Link}
  724. {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
  725.  
  726.  
  727. {block:Chat}{block:Title}<br><div class="title"><div class="textpost">{Title}</div></div>{/block:Title}<br>
  728. <div class="post">
  729. <div class="conversation">
  730. <ul>
  731. {block:Lines}<li class="{Alt}">
  732. {block:Label}<span class="label">{Label}</span>{/block:Label}
  733. {Line}</li>{/block:Lines}</ul>
  734. </div>
  735. </div>
  736. {/block:Chat}
  737.  
  738.  
  739. <div class="video"><br>{block:Video}{Video-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
  740. {block:Audio}
  741. <div class="audio">
  742. <div class="player"><div id="audiobackground"><br><center>{AudioPlayerWhite}<br></center></div></div>
  743. <div class="clear"></div>
  744. </div>
  745. <div class="clear"></div>
  746. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  747. {/block:Audio}
  748.  
  749.  
  750. {block:Answer}
  751. <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span><a class="asker">{asker} whispered:</a>{Question}</div>
  752. <div align="left">{Answer}</div>
  753. <center><font face="'Ruthie', cursive;"; size="5">{text:Signature text in ask}</font></center>
  754. {/block:Answer}
  755.  
  756. <div class="mines"><span>
  757.  
  758. {ShortMonth} {DayOfMonth}, {TimeAgo} with {NoteCountWithLabel}
  759.  
  760. </span></div>
  761.  
  762. </div>
  763.  
  764.  
  765.  
  766. {block:PostNotes}
  767. <div class="bottom">
  768. <div id="box"></div>
  769. <div id="notes" style="margin-top:-30px; border-top: px solid #EEEEEE; margin: 10px 0 40px 0;"></div>
  770. <div style="margin-left:0px;">
  771. {PostNotes}
  772. </div>
  773. <center>{block:ContentSource}<a href="{SourceURL}">
  774. {lang:Source}: {block:SourceLogo}
  775. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  776. {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a> {/block:ContentSource}</center></div>
  777. {/block:PostNotes}
  778. {/block:Posts}
  779.  
  780. <center>
  781. <div id="pcontainer"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&#8592; PREVIOUS PAGE</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}">NEXT PAGE &#8594;</a>{/block:NextPage}{/block:Pagination} </center>
  782. <br>
  783. </div>
  784. </div>
  785.  
  786. </div>
  787. <!--CONTENT END-->
  788.  
  789. </body>
  790.  
  791.  
  792. <BODY onselectstart="return false;" ondragstart="return false;">
  793.  
  794. </body>
  795. <div id="02" class="popup_block">
  796. <h1>{text:askbox title}</h1>
  797. <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/secretlyhandsome.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  798. </div></div>
  799.  
  800.  
  801.  
  802.  
  803. </html>
Advertisement
Add Comment
Please, Sign In to add comment