Advertisement
pedromlhs

FODA DEMAIS

Feb 5th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. theme made by arlo @dry.tumblr.com
  7.  
  8. you may:
  9. > feel free to send me customization questions
  10. > make light/moderate edits to this theme
  11. > not remove or alter the credit
  12. > not claim as your own
  13. > not use bits of my theme for your own theme
  14.  
  15. ╭━━━┳━━━┳╮╱╱╭╮
  16. ╰╮╭╮┃╭━╮┃╰╮╭╯┃
  17. ╱┃┃┃┃╰━╯┣╮╰╯╭╯
  18. ╱┃┃┃┃╭╮╭╯╰╮╭╯
  19. ╭╯╰╯┃┃┃╰╮╱┃┃
  20. ╰━━━┻╯╰━╯╱╰╯
  21.  
  22. ----->
  23.  
  24. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  25.  
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  28.  
  29. <script src="jquery.js"></script>
  30. <script>
  31. $(document).ready(function(){
  32. $("#click").click(function(){
  33. $("#guts").slideToggle("fast");
  34. });
  35. });
  36. </script>
  37.  
  38. <script src="jquery.js"></script>
  39. <script>
  40. $(document).ready(function(){
  41. $("#click2").click(function(){
  42. $("#guts2").slideToggle("fast");
  43. });
  44. });
  45. </script>
  46.  
  47. <script src="jquery.js"></script>
  48. <script>
  49. $(document).ready(function(){
  50. $("#click3").click(function(){
  51. $("#guts3").slideToggle("fast");
  52. });
  53. });
  54. </script>
  55.  
  56.  
  57. <meta charset="utf-8">
  58. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  59. {block:Description}
  60. <meta name="description" content="{MetaDescription}" />
  61. {/block:Description}
  62.  
  63. <title>{Title}</title>
  64.  
  65. <meta name="color:background" content="">
  66. <meta name="color:text" content=""/>
  67. <meta name="color:sidebar links bg" content=""/>
  68. <meta name="color:selected text" content=""/>
  69. <meta name="color:scrollbar" content=""/>
  70. <meta name="color:scrollbar background" content="">
  71. <meta name="color:border color" content=""/>
  72. <meta name="color:post and sidebar bg" content=""/>
  73. <meta name="color:active link" content="#fffafa"/>
  74. <meta name="color:links" content="#abd0e8"/>
  75. <meta name="color:shadow" content=""/>
  76. <meta name="image:background image" content=""/>
  77. <meta name="image:sidebar pic" content=""/>
  78. <meta name="image:cursor" content=""/>
  79. <meta name="image:cursor hover" content=""/>
  80. <meta name="if:rounded posts and sidebar" content=""/>
  81. <meta name="if:shadows" content=""/>
  82. <meta name="if:link 1" content="1"/>
  83. <meta name="if:link 2" content=""/>
  84. <meta name="if:link 3" content=""/>
  85. <meta name="if:link 4" content=""/>
  86. <meta name="if:full background image" content="1"/>
  87. <meta name= "if:custom cursor" content=""/>
  88. <meta name="text:link 1" content=""/>
  89. <meta name="text:link 1 url" content="/">
  90. <meta name="text:link 2" content=""/>
  91. <meta name="text:link 2 url" content="/">
  92. <meta name="text:link 3" content=""/>
  93. <meta name="text:link 3 url" content="/">
  94. <meta name="text:link 4" content=""/>
  95. <meta name="text:link 4 url" content="/"/>
  96.  
  97.  
  98. <link rel="shortcut icon" href="{Favicon}">
  99. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  100. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  101.  
  102. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  103.  
  104. <style type="text/css">
  105.  
  106. .tumblrAutoPager_page_separator,
  107. .tumblrAutoPager_page_info {display: none;}
  108.  
  109. #updatesbar{
  110. position:absolute;
  111. margin-top:-24px;
  112. margin-left:-8px;
  113. padding:3px;
  114. padding-right:5px;
  115. text-align:right;
  116. width:106px;
  117. height:9px;
  118. background:#f4f4f4; /*bar background*/
  119. border:1px solid #ebebeb; /*matching border color with #box border looks best*/
  120. /*delete the following for no rounded edges*/
  121. -webkit-border-top-left-radius: 4px;
  122. -webkit-border-top-right-radius: 4px;
  123. -moz-border-radius-topleft: 4px;
  124. -moz-border-radius-topright: 4px;
  125. border-top-left-radius: 4px;
  126. border-top-right-radius: 4px;
  127. }
  128.  
  129. #updates{
  130. position:fixed;
  131. width:100px;
  132. margin-top:5px;
  133. margin-left:-260px;
  134. padding-top:7px;
  135. padding-left:7px;
  136. padding-right:7px;
  137. padding-bottom:4px;
  138. font-family:consolas;
  139. font-size:10px;
  140. line-height:12px;
  141. background-color:#ffffff; /*background hex color code*/
  142. border:1px solid #ebebeb; /*change color code for different colored borders*/
  143. color:#000000; /*text color, note link colors and styles will change with the theme you're using*/
  144. z-index:999;
  145. /*delete the following for no shadows*/
  146. box-shadow:rgba(0,0,0,0.07)7px 7px;
  147. /*delete the following for no rounded edges*/
  148. -webkit-border-bottom-right-radius: 4px;
  149. -webkit-border-bottom-left-radius: 4px;
  150. -moz-border-radius-bottomright: 4px;
  151. -moz-border-radius-bottomleft: 4px;
  152. border-bottom-right-radius: 4px;
  153. border-bottom-left-radius: 4px;
  154. }
  155.  
  156. #guts,#click{
  157. padding:1px;
  158. display:inline-block;
  159. }
  160.  
  161. #click{
  162. margin-bottom:4px;
  163. padding:1px;
  164. text-transform:uppercase;
  165. letter-spacing:1px;
  166. text-align:center;
  167. background:#f4f4f4; /*tab 1 background color*/
  168. border:1px solid #f4f4f4;
  169. padding:1px;
  170. display:block;
  171. -webkit-transition: all 0.1s ease;
  172. -moz-transition: all 0.1s ease;
  173. transition: all 0.1s ease;
  174. /*delete the following for no rounded edges*/
  175. -webkit-border-radius: 4px;
  176. -moz-border-radius: 4px;
  177. border-radius: 4px;
  178. }
  179.  
  180. #click:hover{
  181. cursor:help;
  182. }
  183.  
  184. #click:active{
  185. background:#ffffff; /*color of tab when clicked*/
  186. }
  187.  
  188. #guts{
  189. padding:1px;
  190. display:none;
  191. }
  192.  
  193. #guts2,#click2{
  194. padding:1px;
  195. display:inline-block;
  196. }
  197.  
  198. #click2{
  199. margin-bottom:4px;
  200. padding:1px;
  201. text-transform:uppercase;
  202. letter-spacing:1px;
  203. text-align:center;
  204. background:#f4f4f4; /*tab 2 background color*/
  205. border:1px solid #f4f4f4;
  206. padding:1px;
  207. display:block;
  208. -webkit-transition: all 0.1s ease;
  209. -moz-transition: all 0.1s ease;
  210. transition: all 0.1s ease;
  211. /*delete the following for no rounded edges*/
  212. -webkit-border-radius: 4px;
  213. -moz-border-radius: 4px;
  214. border-radius: 4px;
  215. }
  216.  
  217. #click2:hover{
  218. cursor:help;
  219. }
  220.  
  221. #click2:active{
  222. background:#ffffff; /*color of tab when clicked*/
  223. }
  224.  
  225. #guts2{
  226. padding:1px;
  227. display:none;
  228. }
  229.  
  230. #guts3,#click3{
  231. padding:1px;
  232. display:inline-block;
  233. }
  234.  
  235. #click3{
  236. margin-bottom:4px;
  237. padding:1px;
  238. text-transform:uppercase;
  239. letter-spacing:1px;
  240. text-align:center;
  241. background:#f4f4f4; /*tab 3 background color*/
  242. border:1px solid #f4f4f4;
  243. padding:1px;
  244. display:block;
  245. -webkit-transition: all 0.1s ease;
  246. -moz-transition: all 0.1s ease;
  247. transition: all 0.1s ease;
  248. /*delete the following for no rounded edges*/
  249. -webkit-border-radius: 4px;
  250. -moz-border-radius: 4px;
  251. border-radius: 4px;
  252. }
  253.  
  254. #click3:hover{
  255. cursor:help;
  256. }
  257.  
  258. #click3:active{
  259. background:#ffffff; /*color of tab when clicked*/
  260. }
  261.  
  262. #guts3{
  263. padding:1px;
  264. display:none;
  265. }
  266.  
  267.  
  268. ::-webkit-scrollbar {width:5px; height:20px; background: {color:scrollbar background};}
  269. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-top:30px solid {color:scrollbar};border-bottom:30px solid none;border-right:1px solid{color:scrollbar};}
  270. ::-webkit-scrollbar-button:horizontal {width:20px;display:none;}
  271. ::-webkit-scrollbar:horizontal {border-top:1px solid #fbf2ef; display:none;}
  272.  
  273.  
  274.  
  275. ::selection {
  276. background: {color:selected text};
  277. color: {color:text};
  278. }
  279. ::-moz-selection {
  280. background: {color:selected text};
  281. color:{color:text};
  282. }
  283.  
  284.  
  285. #s-m-t-tooltip {
  286. max-width:200px;
  287. background-color:#ffffff;
  288. color:#000000;
  289. border:0px solid #ffffff;
  290. font-size:10px;
  291. line-height:10px;
  292. padding:3px 5px 3px 5px;
  293. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  294. -webkit-transition: all 0.3s ease-out;
  295. -moz-transition: all 0.3s ease-out;
  296. transition: all 0.3s ease-out;
  297. z-index:999999999999999999999999999999999999;
  298. margin:20px;
  299.  
  300. }
  301.  
  302.  
  303.  
  304. body {
  305. margin:0px;
  306. font-family:ms pgothic;
  307. font-size:12px;
  308. letter-spacing:1px;
  309. color: {color:text};
  310. background:{color:background};
  311. line-height:130%;
  312. background-image:url({image:background image});
  313. background-attachment:fixed;
  314. background-repeat:repeat;
  315. background-position:center;
  316. {block:iffullbackgroundimage}background-size:100% 100%;{/block:iffullbackgroundimage}
  317. {block:ifcustomcursor}cursor: url({image:cursor}), auto{/block:ifcustomcursor};
  318. }
  319.  
  320. p{
  321. margin:0 0 10px 0;
  322. padding:0;
  323. }
  324.  
  325. pre {
  326. white-space: pre-wrap;
  327. white-space: -moz-pre-wrap;
  328. white-space: -pre-wrap;
  329. white-space: -o-pre-wrap;
  330. word-wrap: break-word;
  331. }
  332.  
  333. a{
  334. color:{color:links};
  335. text-decoration:none;
  336. {block:ifcustomcursor}cursor: url({image:cursor hover}), progress{/block:ifcustomcursor};
  337. }
  338.  
  339. a:hover{
  340. {color:active link};
  341. }
  342.  
  343. li{
  344. margin-left:-15px;
  345. }
  346.  
  347.  
  348. #wrapper{
  349. width:600px;
  350. margin:50px auto;
  351. }
  352.  
  353. #sidebar{
  354. background:{color:post and sidebar bg};
  355. width:180px;
  356. position:fixed;
  357. margin-left:-20px;
  358. margin-top:150px;
  359. padding:9px;
  360. border: 0px solid; color:{color:border color}
  361. {block:ifroundedpostsandsidebar}-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;overflow:hidden;{/block:ifroundedpostsandsidebar}
  362.  
  363. {block:ifshadows} webkit-box-shadow: -10px -10px 0px 0px {color:shadow}; -moz-box-shadow:-10px -10px 0px 0px #a0b2c9; box-shadow:-10px -10px 0px 0px {color:shadow};{/block:ifshadows}
  364. }
  365.  
  366.  
  367. #linky{
  368. position:relative;
  369. margin-top:-13px;
  370. margin-left:6px;
  371. }
  372.  
  373.  
  374.  
  375. #content{
  376. width:450px;
  377. margin-left:650px;
  378. overflow:hidden;
  379.  
  380.  
  381. }
  382.  
  383. .post{
  384. width:400px;
  385. padding:9px;
  386. background:{color:post and sidebar bg};
  387. border: 0px solid; color:{color:border color}
  388. {block:ifroundedpostsandsidebar}-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;overflow:hidden{/block:ifroundedpostsandsidebar};
  389. {block:ifshadows} webkit-box-shadow: -10px -10px 0px 0px {color:shadow}; -moz-box-shadow:-10px -10px 0px 0px #a0b2c9; box-shadow:-10px -10px 0px 0px {color:shadow};{/block:ifshadows}
  390. margin:50px 0px 0px 10px;
  391. overflow:visible;
  392.  
  393.  
  394. }
  395. .post img{
  396. max-width:100%;
  397. }
  398.  
  399. #sidebar img{
  400. width:100px;
  401. height:100px;
  402. position:fixed;
  403. margin-top:-105px;
  404. margin-left:75px;
  405. background:{color:post and sidebar bg};
  406. border: 0px solid; color:{color:border color}
  407. {block:ifroundedpostsandsidebar}-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;overflow:hidden;{/block:ifroundedpostsandsidebar}
  408. }
  409.  
  410. #nav{
  411. margin:50px 0 0 0;
  412. }
  413.  
  414.  
  415. .media{
  416. margin:0 0 10px 0;
  417. }
  418.  
  419. .title{
  420. font-weight:normal;
  421. font-size:18px;
  422. margin:0 0 10px 0;
  423. }
  424.  
  425. .quote{
  426. font-weight:normal;
  427. font-size:16px;
  428. font-style:italic;
  429. margin:0 0 10px 0;
  430. }
  431.  
  432. .question{
  433. margin-bottom:10px;
  434. }
  435.  
  436.  
  437. #credit {
  438. position: fixed;
  439. bottom: 8px;
  440. right: 10px;
  441. font-size: 12px;
  442. font-family:consolas;
  443.  
  444. }
  445.  
  446. blockquote{
  447. margin:0 0 10px 10px;
  448. padding:0 0 0 10px;
  449. border-left:solid 1px #000;
  450. }
  451.  
  452.  
  453. .post .footer{
  454. margin:0;
  455. text-align:left;
  456. }
  457.  
  458.  
  459. ol.notes{
  460. list-style-type:none;
  461. padding:0;
  462. margin:0;
  463. }
  464.  
  465. ol.notes li.note img{
  466. width:16px;
  467. height:16px;
  468. }
  469.  
  470. ol.notes li.note{
  471. margin:0px;
  472. }
  473.  
  474. #pagination{margin-left:210px;margin-bottom:15px;position:absolute;background-color:{color:post and sidebar bg};border:1px solid {color:borders};padding:2px;
  475.  
  476.  
  477.  
  478.  
  479.  
  480. {CustomCSS}
  481. </style>
  482. </head>
  483.  
  484. <body>
  485. <div id="wrapper">
  486.  
  487. <div id="updates">
  488.  
  489. <!-- delete this part to take off bar and buttons-->
  490. <div id="updatesbar">
  491. <img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png">
  492. <img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png">
  493. <img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png">
  494. </div>
  495. <!--end-->
  496.  
  497. <div id="click">stats</div>
  498. <div id="guts">
  499. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5195914";
  500. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  501. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Online&e2=Online&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  502. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>"); </script><br>
  503. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3088902";
  504. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  505. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  506. </script>
  507.  
  508.  
  509.  
  510. </div>
  511.  
  512. <div id="click2">info</div>
  513. <div id="guts2">
  514. Hi, welcome. Call me Pedro, I'm 18 and I live in Brazil. Snapchat: pedromlhss
  515. </div>
  516.  
  517. <div id="click3">girlfriend</div>
  518. <div id="guts3">
  519. <a href="http://tropiese.tumblr.com/">My girlfriend</a>
  520. </div>
  521.  
  522. </div>
  523.  
  524.  
  525.  
  526. <!-- Wikplayer http://www.wikplayer.com -->
  527. <script type="text/javascript" src="http://www.wikplayer.com/code.js"
  528. data-config="{'skin':'http://static.tumblr.com/wx6pget/gPSnc7otk/.css','volume':50,'autoplay':true,'shuffle':true,'repeat':0,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'1','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyzTuBuRdAyA'},{'title':'2','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJPIhUaONiLU'},{'title':'3','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWsPfSXJaelk'},{'title':'4','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DnMRZ6fCXeRs'},{'title':'5','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DavFq9errZCk'},{'title':'6','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7LnBvuzjpr4'},{'title':'7','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DuxpDa-c-4Mc'},{'title':'8','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D-zzP29emgpg'},{'title':'9','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGxgqpCdOKak'},{'title':'10','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGVAhEYnPAzo'},{'title':'11','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Di_kF4zLNKio'},{'title':'12','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYS-5oD2Y4Wk'},{'title':'13','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvJwKKKd2ZYE'},{'title':'14','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7cDYYvOhKwg'},{'title':'15','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKyvEm5eJFv0'},{'title':'16','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dlw3Or6eqIpI'},{'title':'17','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTBnEsxqWD8s'},{'title':'18','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRo5L6QCaqL8'},{'title':'19','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiJK0OGlhKF4'},{'title':'20','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwKl6umkwKfU'},{'title':'21','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqUt6Yh0qL68'},{'title':'22','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_61LO_8eQY0'},{'title':'23','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DvKzwbsI7ISQ'},{'title':'24','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DkT3OQwyvKmk'},{'title':'25','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DgG_dA32oH44'},{'title':'26','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQNsCxa4BZB8'},{'title':'27','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYHHIUK8m4gk'},{'title':'28','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKnZ8h3MRuYg'},{'title':'29','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGBVotNefYME'},{'title':'30','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyEG2VTHS9yg'},{'title':'31','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DUBuFNlfqhYQ'},{'title':'32','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfLCf-URqIf0'},{'title':'33','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D5v6JUzxWoGw'}]}" ></script>
  529. <!-- Wikplayer code end -->
  530.  
  531.  
  532. <div id="sidebar">
  533. <div id="linky"><select onChange="location=this.options[this.selectedIndex].value;" style="font-family:ms pgothic; letter-spacing:1px; color:{color:links}; background-color:{color:sidebar links bg}; -webkit-appearance: none; border: 1px solid {color:borders}; height: 18px; margin-top:15px; margin-bottom:3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding:0 2px">
  534.  
  535. <option value="">navgation</option>
  536. <option value="/">home</option>
  537. <option value="/ask">ask</option>
  538. <option value="/archive">archive</option>
  539. {block:iflink1}<option value="{text:link 1 URL}"> {text:link 1}</option>{/block:iflink1}<br>
  540. {block:iflink2}<option value="{text:link 2 URL}"> {text:link 2}</option>{/block:iflink2}<br>
  541. {block:iflink3}<option value="{text:link 3 URL}"> {text:link 3}</option>{/block:iflink3}<br>
  542. {block:iflink4}<option value="{text:link 4 URL}"> {text:link 4}</option>{/block:iflink4}<br>
  543.  
  544.  
  545.  
  546.  
  547. </select>
  548. </div>
  549. <img src={image:sidebar pic}>
  550. {block:Description}
  551. {Description}
  552.  
  553. </div>
  554.  
  555. {/block:Description}
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562. <div id="content">
  563. <div class="autopagerize_page_element">
  564. {block:Posts}
  565.  
  566. <div class="post">
  567.  
  568. {block:Text}
  569. {block:Title}
  570. <div class="title">{Title}</div>
  571. {/block:Title}
  572. {Body}
  573. {/block:Text}
  574.  
  575. {block:Photo}
  576. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  577. {block:Caption}{/block:Caption}
  578. {/block:Photo}
  579.  
  580. {block:Photoset}
  581. <div class="media">{Photoset-400}</div>
  582. {block:Caption}<div class="caption"></div>{/block:Caption}
  583. {/block:Photoset}
  584.  
  585.  
  586.  
  587. {block:Link}
  588. <div class="title"><a href="{URL}">{Name}</a></div>
  589. {block:Description}
  590. <div class="description">{Description}</div>
  591. {/block:Description}
  592. {/block:Link}
  593.  
  594. {block:Chat}
  595. {block:Title}
  596. <div class="title">{Title}</div>
  597. {/block:Title}
  598.  
  599. {block:Lines}
  600. <div class="{Alt} user_{UserNumber}">
  601. {block:Label}
  602. <b>{Label}</b>{/block:Label}
  603. &nbsp;{Line}
  604. </div>
  605. {/block:Lines}
  606. {/block:Chat}
  607.  
  608. {block:Video}
  609. <div class="media">{Video-400}</div>
  610. {block:Caption}<div class="caption"></div>{/block:Caption}
  611. {/block:Video}
  612.  
  613. {block:Audio}
  614. <div class="media">
  615. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  616. {AudioPlayerWhite}
  617. {block:TrackName}{TrackName}<br>{/block:TrackName}
  618. {block:Artist}{Artist}<br>{/block:Artist}
  619. {block:Album}{Album}{/block:Album}
  620. </div>
  621. {block:Caption}{/block:Caption}
  622. {/block:Audio}
  623.  
  624. {block:Answer}
  625. <div class="question">{Asker}: {Question}</div>
  626. <div class="caption">{Answer}</div>
  627. {/block:Answer}
  628.  
  629.  
  630. <div class="footer">
  631. <center>
  632. <a href="{Permalink}">{block:NoteCount} {NoteCount} %{/block:NoteCount}</a>
  633. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  634. </center>
  635. </div>
  636.  
  637. {block:PermalinkPage}
  638. {block:NoteCount}
  639. {block:PostNotes}{PostNotes}{/block:PostNotes}
  640. {/block:NoteCount}
  641. {/block:PermalinkPage}
  642. {/block:Date}
  643.  
  644. </div>
  645. {/block:Posts}
  646. </div>
  647.  
  648. {block:Pagination}<br><br>
  649. {/block:Pagination}
  650. </div>
  651. </div>
  652.  
  653. </div>
  654.  
  655. <div id="credit"><a href="http://www.dry.tumblr.com" target="_blank">(c)
  656. </a></div>
  657.  
  658.  
  659. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  660. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  661.  
  662. </body>
  663. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement