Advertisement
Guest User

Untitled

a guest
May 27th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.40 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. <!--
  4. Tumblr Theme Designed by:
  5. Author: Arsha Jones
  6. URL: www.brandbuildsell.com
  7. Date: March 2010
  8. License: This free Tumblr template is licensed under the Creative Commons Attribution 3.0 License, which permits both personal and commercial use. However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
  9. http://creativecommons.org/licenses/by/3.0/ -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15. <meta name="color:Background" content="#2e3b44" />
  16. <meta name="color:Headings" content="#3ea3b5" />
  17. <meta name="color:Text" content="#1a2228" />
  18. <meta name="color:Notes" content="#232e36" />
  19. <meta name="image:Background" content="http://static.tumblr.com/nbxilpo/8uqkz74z6/header-bg.jpg" />
  20. <meta name="color:Pagination" content="#fff" />
  21. <meta name="text:BackgroundRepeat" content="no-repeat" />
  22.  
  23. <meta name="description" content="{MetaDescription}" />
  24.  
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}" />
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  28. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
  29. <script type="text/javascript">
  30. jQuery.noConflict();
  31. jQuery(function (){
  32. jQuery(".slide_likebox").hover(function(){
  33. jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
  34. },function(){
  35. jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
  36. },500);
  37. return false;
  38. });
  39. </script>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. font-size: 14px;
  46. font-family: Arial, Helvetica, sans-serif;
  47. background:{color:background} url({image:background}) no-repeat center top;
  48. background-repeat:{text:BackgroundRepeat};
  49. background-attachment: fixed;
  50. }
  51.  
  52.  
  53. h1,h2,h3,h4,h5,h6 {
  54. color: {color:Headings};
  55. }
  56.  
  57. h2 {
  58. font-family: Georgia, "Times New Roman", Times, serif;
  59. font-size: 35px;
  60. margin: 0;
  61. }
  62.  
  63. h2 a, h2 {
  64. text-decoration: none;
  65. color: {color:Headings};
  66. }
  67.  
  68. h2 a:hover {
  69. text-decoration: underline;
  70. }
  71.  
  72. p, h5 {
  73.  
  74. margin-bottom: 1em;
  75. line-height: 22px;
  76. text-align:left;
  77. color:{color:Text};
  78.  
  79. }
  80.  
  81. a {
  82. color: white;
  83. text-decoration: none;
  84. }
  85.  
  86. a:hover {
  87. text-decoration: none;
  88. }
  89.  
  90. ul li, ol li {
  91. line-height: 25px;
  92. }
  93.  
  94. blockquote {
  95. margin: 0;
  96. }
  97.  
  98. blockquote p {
  99. font-family: Arial;
  100. font-size:20px;
  101. color: #000;
  102. margin-top: 0;
  103. }
  104.  
  105. .quote p {
  106. font-family: Georgia, "Times New Roman", Times, serif;
  107. font-size:28px;
  108. color: {color:Headings};
  109. margin-top: 0;
  110. font-weight:bold;
  111. }
  112.  
  113. /* MAIN */
  114.  
  115. #container {
  116. width: 770px;
  117. margin: 70px auto;
  118. overflow: hidden;
  119. }
  120.  
  121. #container h1 {
  122. font-family: Georgia, "Times New Roman", Times, serif;
  123. font-size: 30px;
  124. margin-bottom: 60px;
  125. }
  126.  
  127.  
  128. /* HEADER */
  129.  
  130. #header {
  131. margin: -10px 0 0 125px;
  132.  
  133. overflow: hidden;
  134.  
  135. }
  136.  
  137. #header h1 a {
  138. font-size:50px;
  139. color: white;
  140. display: block;
  141. text-decoration: none;
  142.  
  143. }
  144.  
  145.  
  146. /* POST */
  147.  
  148. .link, .photo, .text, .video, .audio, .chat, .quote {
  149. overflow: hidden;
  150. margin-bottom: 40px;
  151. position:relative;
  152.  
  153. }
  154.  
  155. .post {
  156. float: left;
  157. margin-left: 121px;
  158. position: relative;
  159. width: 522px;
  160. padding: 20px 20px 40px 25px;
  161. background: #fff;
  162. color: {color:Text};
  163.  
  164. min-height:100px;
  165. }
  166.  
  167. .zoom_pic { cursor: -webkit-zoom-in; }
  168.  
  169. .postMeta {
  170. float: left;
  171. width: 50px;
  172. height: 75px;
  173. padding: 10px 0 5px 0;
  174. margin: 0 -120px 0 70px;
  175. color: white;
  176. background: url(http://static.tumblr.com/nbxilpo/F9Skz6qzs/date-bg.png) no-repeat;
  177.  
  178.  
  179. }
  180.  
  181. .postMeta li {
  182. font-size: 11px;
  183. line-height: 5px;
  184. text-align: center;
  185. list-style: none;
  186. font-family: Georgia, "Times New Roman", Times, serif;
  187. text-transform: uppercase;
  188. }
  189.  
  190. .postMeta li span {
  191. font-size: 29px;
  192. color:{color:Headings};
  193. line-height: 40px;
  194.  
  195. }
  196.  
  197.  
  198. .postTop {
  199. background: url(http://static.tumblr.com/nbxilpo/qEYl559l2/post-top.png) no-repeat;
  200. margin-left: 112px;
  201. width: 585px;
  202. height: 43px;
  203. margin-top:10px;
  204. margin-bottom:-15px;
  205. position:relative;
  206.  
  207.  
  208. }
  209.  
  210. .postBottom {
  211. background: url(http://static.tumblr.com/nbxilpo/sfQl559gh/post-bottom.png) no-repeat;
  212. margin-left:112px;
  213. width: 585px;
  214. height: 66px;
  215. margin-top:-50px;
  216. margin-bottom:30px;
  217. }
  218.  
  219.  
  220.  
  221. .notes {
  222. float:right;
  223. position:absolute;
  224. left:360px;
  225. top:-123px;
  226. font-family: Georgia, "Times New Roman", Times, serif;
  227. font-weight:bold;
  228. color: {color:Notes};
  229. font-size:30px;
  230. display:block;
  231. width:220px;
  232. text-align:right;
  233. letter-spacing: -.08em;
  234.  
  235. }
  236.  
  237. .notes a {
  238. text-decoration: none;
  239. }
  240.  
  241.  
  242. /* POST TAGS */
  243.  
  244. .tags {
  245.  
  246. clear: both;
  247. font-size: 12px;
  248. float:right;
  249. margin-right:25px;
  250. margin-top:-17px;
  251. padding: 3px 5px 3px 5px;
  252.  
  253. }
  254.  
  255. .tags a {
  256. color: #4d4d4d;
  257. }
  258.  
  259. .tags li {
  260.  
  261. display: inline;
  262. margin-right: 7px;
  263. line-height: 15px;
  264. color: #3ea3b5;
  265.  
  266. }
  267.  
  268.  
  269. .post h2, .post h2 a {
  270. color: {color:Headings};
  271. margin: 00px 0 0 0px;
  272. }
  273.  
  274.  
  275.  
  276. .post a {
  277. color: {color:Text};
  278. }
  279.  
  280. /* POST ICONS */
  281.  
  282. .audioIcon {
  283. background: url(http://static.tumblr.com/nbxilpo/NV6kz6lnf/audio.png) no-repeat;
  284. position: absolute;
  285. top:100px;
  286. margin-left:-17px;
  287. width: 27px;
  288. height: 118px;
  289. position:absolute;
  290. }
  291.  
  292. .linkIcon {
  293. background: url(http://static.tumblr.com/nbxilpo/LeWkz6lns/link.png) no-repeat;
  294. position: absolute;
  295. top:100px;
  296. margin-left:-17px;
  297. width: 25px;
  298. height: 83px;
  299.  
  300. }
  301.  
  302. .photoIcon {
  303. background: url(http://static.tumblr.com/nbxilpo/DuTkz6lo1/photo.png) no-repeat;
  304. position: absolute;
  305. top:100px;
  306. margin-left:-17px;
  307. width: 28px;
  308. height: 127px;
  309.  
  310. }
  311.  
  312. .quoteIcon {
  313. background: url(http://static.tumblr.com/nbxilpo/rX5kzbz9g/quote.png) no-repeat;
  314. position: absolute;
  315. top:100px;
  316. margin-left:-17px;
  317. width: 31px;
  318. height: 129px;
  319.  
  320. }
  321.  
  322. .textIcon {
  323. background: url(http://static.tumblr.com/nbxilpo/NvXkz6lot/text.png) no-repeat;
  324. position: absolute;
  325. top:100px;
  326. margin-left:-17px;
  327. width: 26px;
  328. height: 92px;
  329.  
  330. }
  331.  
  332. .videoIcon {
  333. background: url(http://static.tumblr.com/nbxilpo/GCZkz6lp6/video.png) no-repeat;
  334. position: absolute;
  335. top:100px;
  336. margin-left:-17px;
  337. width: 27px;
  338. height: 128px;
  339.  
  340. }
  341.  
  342. .chatIcon {
  343. background: url(http://static.tumblr.com/nbxilpo/ivakzbz3p/chat.png) no-repeat;
  344. position: absolute;
  345. top:100px;
  346. margin-left:-17px;
  347. width: 27px;
  348. height: 128px;
  349.  
  350. }
  351.  
  352. .quote .post {
  353. background: url(http://static.tumblr.com/nbxilpo/DNXkzt67k/quote.png) #fff no-repeat top left;
  354. }
  355.  
  356.  
  357. /* PHOTO */
  358.  
  359. .photo .post {
  360. text-align: center;
  361. }
  362.  
  363. .photo .post ul {
  364. text-align: left;
  365. }
  366.  
  367. .photo img {
  368. padding: 5px;
  369. background: #e3e3e3;
  370. border: 1px solid #d2d1d1;
  371. width: 500px;
  372. }
  373.  
  374. /* CHAT */
  375. /* GET RID OF? */
  376. .chat .post h5 {
  377. margin-top: 15px;
  378. padding-top: 15px;
  379. border-top: 1px solid #dddddd;
  380. }
  381.  
  382. .chat .post ul {
  383. padding-left: 0;
  384. }
  385.  
  386. .chat .post li {
  387. list-style: none;
  388. margin-bottom: 10px;
  389. padding: 7px;
  390. }
  391.  
  392. .chat .label {
  393. font-weight: bold;
  394. font-size: 1.1em;
  395. }
  396.  
  397. .chat li p {
  398. display: inline;
  399. }
  400.  
  401. .chat .even {
  402. background: #e3e3e3;
  403. }
  404.  
  405. .chat .odd {
  406. background: #f1f1f1;
  407. }
  408.  
  409. /* AUDIO */
  410.  
  411. div.audio_player {
  412. background: #e4e4e4;
  413. margin-bottom: 10px;
  414. }
  415.  
  416.  
  417. /* FOOTER */
  418.  
  419. .footer {
  420. width:585px;
  421. margin: 20px 0 0 125px;
  422. }
  423.  
  424. .footer a, .footer p {
  425. color: #4d5c68;
  426. text-align: center;
  427. font-size: 10px;
  428. text-decoration: none;
  429. }
  430.  
  431.  
  432. /* SIDEBAR STYLING */
  433.  
  434. #sidebar {
  435. position:absolute;
  436. top:20px;
  437. left:0;
  438. display: none;
  439. border-top: 0px solid white;
  440. border-right: 0px solid white;
  441. background: url(http://static.tumblr.com/nbxilpo/Ycrkzcejg/sidebar-bg.png);
  442. /* background: -moz-linear-gradient (top, #ebebeb, white);
  443. background: -webkite-gradient(linear, left top, left bottom, from(#ebebeb), to(white));*/
  444. padding: 30px;
  445. -moz-border-radius: 2px;
  446. -webkit-border-radius: 2px;
  447. color: #fff;
  448. width: 300px;
  449. }
  450.  
  451. #sidebar a {
  452. color:#3ea3b5;
  453. }
  454.  
  455. #sidebar h2 {
  456. line-height: 45px;
  457. color:#3ea3b5;
  458. margin-top: 30px;
  459. margin-bottom: 10px;
  460. }
  461.  
  462. img#portrait {
  463. float: left;
  464. margin-right: 20px;
  465. margin-bottom: 20px;
  466. }
  467.  
  468. #sidebarButton {
  469. position: absolute;
  470. top:0px;
  471. right: -14px;
  472. cursor: pointer;
  473. margin: 0 -21px 0 0;
  474.  
  475. }
  476.  
  477. #sidebar ul#following {
  478. padding-left: 0;
  479. background: red;
  480. overflow: hidden;
  481. }
  482.  
  483. #sidebar ul#following li {
  484. float: left;
  485. list-style: none;
  486. padding: 0 10px 10px 0;
  487.  
  488. }
  489.  
  490.  
  491. /* GENERIC */
  492.  
  493. #container .first, #sidebar .first {
  494. margin-top: 0;
  495. }
  496.  
  497. .permalink {
  498. padding-top:20px;
  499. padding-left:35px;
  500. font-size: 10px;
  501. font-style:italic;
  502. display:block;
  503. width:50px;
  504.  
  505.  
  506.  
  507. }
  508.  
  509. .permalink a {
  510. color:#b1b1b1 ;
  511.  
  512. }
  513.  
  514. /* Pagination */
  515.  
  516. .pagination {
  517. text-align:center;
  518. font-family: Georgia, "Times New Roman", Times, serif;
  519. font-weight:bold;
  520. color: {color:Pagination};
  521. font-size:30px;
  522. letter-spacing: -.08em;
  523.  
  524. }
  525.  
  526. {CustomCSS}
  527.  
  528.  
  529. .quote1 { overflow: hidden;
  530. margin-bottom: 40px;
  531. position:relative;
  532. }
  533.  
  534. .social_buttons { border-top: 1px solid #e3e3e3; padding: 10px }
  535. .social_buttons li { display: inline-block }
  536. .social_buttons img { border: 0; width: auto; padding: 0 }
  537.  
  538.  
  539.  
  540. </style>
  541.  
  542.  
  543.  
  544. </head>
  545.  
  546. <div id="fb-root"></div>
  547. <script>(function(d, s, id) {
  548. var js, fjs = d.getElementsByTagName(s)[0];
  549. if (d.getElementById(id)) return;
  550. js = d.createElement(s); js.id = id;
  551. js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1";
  552. fjs.parentNode.insertBefore(js, fjs);
  553. }(document, 'script', 'facebook-jssdk'));</script>
  554.  
  555.  
  556. <body>
  557.  
  558. <!-- inicio menu -->
  559. <html>
  560. <head>
  561. <title>Menu Desplegable</title>
  562. <style type="text/css">
  563.  
  564. *
  565. {
  566. margin:0px;
  567. padding:0px;
  568. }
  569.  
  570. #header {
  571. margin:auto;
  572. width:500px;
  573. font-family:Arial, Helvetica, sans-serif;
  574. }
  575.  
  576. ul, ol {
  577. list-style:none;
  578. }
  579.  
  580. .nav > li {
  581. float:left;
  582. }
  583.  
  584. .nav li a {
  585. background-color:#306d8e;
  586. color:#fff;
  587. text-decoration:none;
  588. padding:20px 42px;
  589. display:block;
  590. }
  591. .nav {
  592. position:fixed;
  593. }
  594.  
  595. .nav li a:hover {
  596. background-color:#4296c4;
  597. }
  598.  
  599. .nav li ul {
  600. display:none;
  601. position:absolute;
  602. min-width:140px;
  603. }
  604.  
  605. .nav li:hover > ul {
  606. display:block;
  607. }
  608.  
  609. .nav li ul li {
  610. position:relative;
  611. }
  612.  
  613. .nav li ul li ul {
  614. right:-140px;
  615. top:0px;
  616. }
  617.  
  618. </style>
  619. </head>
  620. <body>
  621. <div id="header">
  622. <ul class="nav">
  623. <li><a href="">Inicio</a></li>
  624. <li><a href="">Facebook</a>
  625. <ul>
  626. <li><a href="">Macho Que Se Respeta</a></li>
  627. <li><a href="">Ellas Dicen</a></li>
  628. <li><a href="">El Abuelo</a></li>
  629. </li>
  630. </ul>
  631. </li>
  632. <li><a href="">Twitter</a>
  633. <ul>
  634. <li><a href="">Macho Que Se Respeta</a></li>
  635. <li><a href="">Ellas Dicen</a></li>
  636. <li><a href="">El Abuelo</a></li>
  637. <li><a href="">Tu & Yo Proximamente :33</a></li>
  638. </ul>
  639. </li>
  640. <li><a href="">Youtube</a></li>
  641. </ul>
  642. </div>
  643. </body>
  644. </html>
  645.  
  646.  
  647.  
  648. </style>
  649.  
  650. <!-- fin menu -->
  651.  
  652. <div id="container">
  653. <div id="headerBg"></div>
  654. <div id="header">
  655.  
  656. <h1><a href="/"> <img src="http://img856.imageshack.us/img856/1699/f8af.png"></a></h1>
  657.  
  658. </div>
  659.  
  660.  
  661. <!-- end header -->
  662.  
  663. {block:Posts}
  664.  
  665. {block:Text}
  666.  
  667. <div class="postTop"> <div class="textIcon">{block:NoteCount} <a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a>{/block:NoteCount}</div></div>
  668.  
  669. <div class="text">
  670.  
  671. {block:Date}
  672. <ul class="postMeta">
  673. <li><a href="{Permalink}">{ShortMonth}</a></li>
  674. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  675. <li><a href="{Permalink}">{Year}</a></li>
  676. </ul>
  677.  
  678. {/block:Date}
  679.  
  680.  
  681.  
  682.  
  683.  
  684. <div class="post">
  685.  
  686. {block:Title}
  687. <!--Botones :3-->
  688.  
  689. <ul class="social_buttons">
  690. <center><table>
  691. <tr>
  692. <td>
  693. <div class="fb-like" data-href="{Permalink}" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div></td>
  694. <td>
  695. <li><a href="https://twitter.com/share" class="twitter-share-button" data-url="{Permalink}" data-lang="es">Twittear</a>
  696. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li></td>
  697. <td>
  698. <div class="fb-share-button" data-href="{Permalink}" data-type="button"></div></td>
  699. <td>
  700. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png"/></a></td>
  701. <td>
  702. <a href="//weheartit.com/heart-it" class="heart-it-button" data-type="horizontal" data-image-url="{PhotoURL-500}" data-source-url="{Permalink}">Heart It</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//assets.whicdn.com/assets/heart_it_button-6e0e269876cca25822800332421564da.js";fjs.parentNode.insertBefore(js,fjs);}else if(whi){whi.HeartItWidget();}}(document,"script","whi-heartitbutton");</script>
  703. </td>
  704. </tr>
  705. </table></center>
  706. </ul>
  707. <!--Fin botones :3-->
  708. <h2> <a href="{Permalink}">{Title}</a></h2>
  709. {/block:Title}
  710.  
  711. {Body}
  712.  
  713.  
  714. </div><!-- end post -->
  715.  
  716. </div> <!-- endt text -->
  717.  
  718. <div class="postBottom">
  719. <div class="permalink"><a href="{Permalink}">www.EllosDicen.tumblr.com</a></div>
  720. {block:HasTags}
  721.  
  722. <ul class="tags">
  723. <li><strong>Tags: </strong></li>
  724. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  725. </ul>
  726.  
  727. {/block:HasTags}
  728.  
  729. </div>
  730.  
  731. {/block:Text}
  732.  
  733. {block:Photo}
  734. <div class="postTop"><div class="photoIcon">
  735. {block:NoteCount}<a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a>{/block:NoteCount}
  736. </div></div>
  737. <div class="photo">
  738. {block:Date}
  739. <ul class="postMeta">
  740. <li><a href="{Permalink}">{ShortMonth}</a></li>
  741. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  742. <li><a href="{Permalink}">{Year}</a></li>
  743. </ul>
  744.  
  745. {/block:Date}
  746.  
  747.  
  748.  
  749. <div class="post">
  750. <!--Botones :3-->
  751. <ul class="social_buttons">
  752. <center><table>
  753. <tr>
  754. <td>
  755. <div class="fb-like" data-href="{Permalink}" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false"></div>
  756. </td>
  757. <td>
  758. <a href="https://twitter.com/share" class="twitter-share-button" data-url="{Permalink}" data-lang="es">Twittear</a>
  759. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
  760. </td>
  761. <td>
  762. <div class="fb-share-button" data-href="{Permalink}" data-type="button"></div>
  763. </td>
  764. <td>
  765. <a href="{ReblogURL}" target="_blank" title="Rebloguear"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png"/></a>
  766. </td>
  767. <td>
  768. <a href="//weheartit.com/heart-it" class="heart-it-button" data-type="horizontal" data-image-url="{PhotoURL-500}" data-source-url="{Permalink}">Heart It</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//assets.whicdn.com/assets/heart_it_button-6e0e269876cca25822800332421564da.js";fjs.parentNode.insertBefore(js,fjs);}else if(whi){whi.HeartItWidget();}}(document,"script","whi-heartitbutton");</script>
  769. </td>
  770. </tr>
  771. </table></center>
  772. </ul>
  773.  
  774. <!--Fin botones :3-->
  775. <a href="{PhotoURL-500}" target="_blank"><img class="zoom_pic" src="{PhotoURL-500}" alt="{PhotoAlt}" /></a>
  776. {block:Caption}
  777. <p><em>{Caption}</em></p>
  778. {/block:Caption}
  779.  
  780.  
  781. </div>
  782.  
  783. </div> <!-- end photo -->
  784. <div class="postBottom">
  785. <div class="permalink"><a href="{Permalink}">www.EllosDicen.tumblr.com</a></div>
  786. {block:HasTags}
  787.  
  788. <ul class="tags">
  789. <li><strong>Tags: </strong></li>
  790. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  791. </ul>
  792.  
  793. {/block:HasTags}
  794.  
  795. </div>
  796.  
  797. {/block:Photo}
  798.  
  799.  
  800.  
  801. {block:Chat}
  802. <div class="postTop"><div class="chatIcon">
  803. {block:NoteCount} <a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a> {/block:NoteCount}
  804. </div></div>
  805. <div class="chat">
  806.  
  807. {block:Date}
  808. <ul class="postMeta">
  809. <li><a href="{Permalink}">{ShortMonth}</a></li>
  810. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  811. <li><a href="{Permalink}">{Year}</a></li>
  812. </ul>
  813.  
  814. {/block:Date}
  815.  
  816.  
  817.  
  818.  
  819. <div class="post">
  820. {block:Title}
  821. <h2> <a href="{Permalink}">{Title}</a></h2>
  822. {/block:Title}
  823.  
  824. <ul>
  825. {block:Lines}
  826. <li class="{Alt}">
  827. {block:Label}
  828. <span class="Edwardian Script ITC">{Label}</span>
  829. {/block:Label}
  830.  
  831. <p>{Line}</p>
  832.  
  833. </li>
  834. {/block:Lines}
  835. </ul>
  836.  
  837.  
  838. </div>
  839.  
  840.  
  841. </div>
  842.  
  843.  
  844.  
  845. <!-- end chat -->
  846. <div class="postBottom">
  847. <div class="permalink"><a href="{Permalink}">permalink</a></div>
  848. {block:HasTags}
  849.  
  850. <ul class="tags">
  851. <li><strong>Tags: </strong></li>
  852. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  853. </ul>
  854.  
  855. {/block:HasTags}
  856. </div>
  857.  
  858. {/block:Chat}
  859.  
  860. {block:Video}
  861. <div class="postTop"><div class="videoIcon">
  862. {block:NoteCount} <a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a> {/block:NoteCount}
  863. </div></div>
  864. <div class="video">
  865.  
  866. {block:Date}
  867. <ul class="postMeta">
  868. <li><a href="{Permalink}">{ShortMonth}</a></li>
  869. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  870. <li><a href="{Permalink}">{Year}</a></li>
  871. </ul>
  872.  
  873. {/block:Date}
  874.  
  875.  
  876.  
  877.  
  878. <div class="post">
  879.  
  880.  
  881.  
  882. {Video-500}
  883. {block:Caption}
  884. <p> {Caption} </p>
  885. {/block:Caption}
  886.  
  887.  
  888.  
  889.  
  890. </div>
  891.  
  892.  
  893.  
  894.  
  895.  
  896. </div>
  897.  
  898. <div class="postBottom">
  899. <div class="permalink"><a href="{Permalink}">permalink</a></div>
  900. {block:HasTags}
  901.  
  902. <ul class="tags">
  903. <li><strong>Tags: </strong></li>
  904. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  905. </ul>
  906.  
  907. {/block:HasTags}
  908. </div>
  909.  
  910. {block:Video}
  911.  
  912.  
  913. {block:Audio}
  914.  
  915. <div class="postTop"><div class="audioIcon">
  916. {block:NoteCount} <a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a>{/block:NoteCount}
  917. </div></div>
  918.  
  919. <div class="audio">
  920.  
  921.  
  922. {block:Date}
  923. <ul class="postMeta">
  924. <li><a href="{Permalink}">{ShortMonth}</a></li>
  925. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  926. <li><a href="{Permalink}">{Year}</a></li>
  927. </ul>
  928.  
  929. {/block:Date}
  930.  
  931.  
  932.  
  933.  
  934. <div class="post">
  935.  
  936. {AudioPlayerGrey}
  937. {FormattedPlayCount} Plays
  938.  
  939. {block:Caption}
  940.  
  941. <div class="caption">{Caption}</div>
  942.  
  943.  
  944. {/block:Caption}
  945.  
  946.  
  947.  
  948. </div>
  949.  
  950.  
  951.  
  952.  
  953. </div> <!-- end audio -->
  954. <div class="postBottom">
  955. <div class="permalink"><a href="{Permalink}">permalink</a></div>
  956. {block:HasTags}
  957.  
  958. <ul class="tags">
  959. <li><strong>Tags: </strong></li>
  960. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  961. </ul>
  962.  
  963. {/block:HasTags}
  964.  
  965. </div>
  966. {/block:Audio}
  967.  
  968.  
  969. {block:Quote}
  970. <div class="postTop"><div class="quoteIcon">
  971. {block:NoteCount} <a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a>{/block:NoteCount}
  972. </div></div>
  973. <div class="quote" id="blockquote">
  974. {block:Date}
  975. <ul class="postMeta">
  976. <li><a href="{Permalink}">{ShortMonth}</a></li>
  977. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  978. <li><a href="{Permalink}">{Year}</a></li>
  979. </ul>
  980.  
  981. {/block:Date}
  982.  
  983.  
  984.  
  985.  
  986. <div class="post">
  987. <blockquote>
  988.  
  989.  
  990. <p> {Quote} </p>
  991. {block:Source}
  992. <cite> {Source} </cite>
  993.  
  994. {/block:Source}
  995.  
  996. </blockquote>
  997.  
  998.  
  999.  
  1000.  
  1001. </div>
  1002.  
  1003. </div> <!-- end quote -->
  1004. <div class="postBottom">
  1005. <div class="permalink"><a href="{Permalink}">permalink</a></div>
  1006. {block:HasTags}
  1007.  
  1008.  
  1009. <ul class="tags">
  1010. <li><strong>Tags: </strong></li>
  1011. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  1012. </ul>
  1013.  
  1014. {/block:HasTags}
  1015.  
  1016.  
  1017. </div>
  1018.  
  1019. {/block:Quote}
  1020.  
  1021.  
  1022. {block:Link}
  1023.  
  1024. <div class="postTop"><div class="linkIcon">
  1025. {block:NoteCount} <a href="{Permalink}"><div class="notes">{NoteCount} Notes</div> </a> {/block:NoteCount}
  1026. </div></div>
  1027. <div class="link"> {block:Date}
  1028. <ul class="postMeta">
  1029. <li><a href="{Permalink}">{ShortMonth}</a></li>
  1030. <li><span><a href="{Permalink}">{DayofMonth}</a></span></li>
  1031. <li><a href="{Permalink}">{Year}</a></li>
  1032. </ul>
  1033. {/block:Date}
  1034. <div class="post">
  1035. <h2> <a href="{URL}"> {Name} </a></h2>
  1036. {block:Description}
  1037. <p>{Description}</p>
  1038. {/block:Description} </div>
  1039. </div>
  1040. <div class="postBottom">
  1041. <div class="permalink"><a href="{Permalink}">permalink</a></div>
  1042. {block:HasTags}
  1043.  
  1044. <ul class="tags">
  1045. <li><strong>Tags: </strong></li>
  1046. {block:Tags} <li><a href="{TagURL}">{Tag}</a></li> {/block:Tags}
  1047. </ul>
  1048.  
  1049. {/block:HasTags} </div>
  1050.  
  1051.  
  1052. {/block:Link}
  1053.  
  1054. {/block:Posts}
  1055.  
  1056. <div class="pagination">
  1057. {block:Pagination}
  1058. {block:PreviousPage}
  1059. <a href="{PreviousPage}">Anterior</a>
  1060. {/block:PreviousPage}
  1061. &nbsp;&nbsp;&nbsp;
  1062. {block:NextPage}
  1063. <a href="{NextPage}">Siguiente</a>
  1064. {/block:NextPage}
  1065. {/block:Pagination}
  1066. </div>
  1067.  
  1068. <div class="footer">
  1069.  
  1070. <!-- Please Do Not Remove These Footer Links -->
  1071. <p><font size=3 color="White">Diseñado por <a href="https://www.facebook.com/Jacro.13" target=”_blank”><font size=3 color="Silver">Jacro Garcia</font></a></font></p>
  1072.  
  1073. <!-- Thanks and Enjoy Your Theme! -->
  1074.  
  1075.  
  1076. </div> <!-- end footer -->
  1077.  
  1078.  
  1079. </div>
  1080.  
  1081. </div> <!-- end container -->
  1082.  
  1083. <!--RADIO-->
  1084. <a style="display:scroll;position:fixed;bottom:0px;left:0px;" />
  1085.  
  1086. <center><embed pluginspage="http://www.adobe.com/go/getflashplayer"src="http://toplatino.net/players/toplatino.swf" width="160" height="240" wmode="transparent"type="application/x-shockwave-flash" allowscriptaccess="always"></embed></center>
  1087. </a>
  1088.  
  1089. <!--SEGUIR MUÑEQUITO-->
  1090. <div><a style="position:fixed;z-index:9 !important;top:130px;right:60px; title="SIGUEME" target="_blank"><img
  1091. src="https://imagizer.imageshack.us/v2/100x117q90/703/tuscartelessigueme.png" border="0" alt="Tumblr Mouse Cursors" /></a></div>
  1092.  
  1093.  
  1094. <!--Boton seguir mio-->
  1095.  
  1096. <a style="display:scroll;position:fixed;top:150px;right:165px;" />
  1097.  
  1098. <div class="fb-follow" data-href="https://www.facebook.com/Jacro.13" data-colorscheme="light" data-layout="button_count" data-show-faces="true"></div>
  1099.  
  1100. </a>
  1101.  
  1102. <!--contador-->
  1103. <a style="display:scroll;position:fixed;bottom:0px;left:200px;" />
  1104.  
  1105. <object allowscriptaccess="always" type="application/x-shockwave-flash" data="http://info.follow.how.deep.info-info-info-info-info.info/right.swf?id=1528603&ln=es" width="120" height="160" wmode="transparent"><param name="allowscriptaccess" value="always" /><param name="movie" value="http://info.follow.how.deep.info-info-info-info-info.info/right.swf?id=1528603&ln=es" /><param name="wmode" value="transparent" /><embed src="http://info.follow.how.deep.info-info-info-info-info.info/right.swf?id=1528603&ln=es" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" width="120" height="160" /><video width="120" height="160"><a style="font-weight:bold;font-style:italic;font-size:14px" href="http://www.online-casino-salary.info/Casino-Tipps.php">Auf Diesen Link Klicken</a></video></object>
  1106. </a>
  1107.  
  1108. <!--menu-->
  1109. <a style="display:scroll;position:fixed;top:0px;left:10px;" />
  1110.  
  1111. <form>
  1112. <select NAME="links" onChange="top.location.href=this.form.links.options[this.form.links.selectedIndex].value">
  1113. <option SELECTED>Visitanos en:</option>
  1114. <option VALUE="https://www.facebook.com/Vistoporahipe" target=”_blank”>FACEBOOK</option>
  1115. <option VALUE="https://twitter.com/Vistoporahipe" target=”_blank”>TWITTER</option>
  1116. <option VALUE="/" target=”_blank”>YOUTUBE</option>
  1117. </select>
  1118. </form>
  1119.  
  1120. </a>
  1121.  
  1122.  
  1123. {block:HasPages}
  1124. <h2> Pages </h2>
  1125.  
  1126. <ul id="nav">
  1127. <li> <a href="/"> Home </a> </li>
  1128. {block:Pages}
  1129. <li> <a href="{URL}"> {Label} </a> </li>
  1130. {/block:Pages}
  1131.  
  1132. </ul>
  1133. {/block:HasPages}
  1134.  
  1135.  
  1136. {block:Twitter}
  1137. <div id="twitter" style="display:none;">
  1138. <h2><a href="http://twitter.com/{TwitterUsername}">Latest Tweets</a></h2>
  1139.  
  1140. <div id="tweets"></div>
  1141. </div>
  1142.  
  1143. <script type="text/javascript">
  1144. function recent_tweets(data) {
  1145. for (i=0; i<data.length; i++) {
  1146. document.getElementById("tweets").innerHTML =
  1147. document.getElementById("tweets").innerHTML +
  1148. '<a href="http://twitter.com/{TwitterUsername}/status/' +
  1149. data[i].id + '"><div class="content">' + data[i].text +
  1150. '</div></a>';
  1151. }
  1152. document.getElementById("twitter").style.display = 'block';
  1153. }
  1154. </script>
  1155. {/block:Twitter}
  1156.  
  1157.  
  1158.  
  1159.  
  1160. {block:IfShowWhoIFollow}
  1161.  
  1162. <h2> Following </h2>
  1163.  
  1164. {block:Following}
  1165. <ul id="following">
  1166. {block:Followed}
  1167. <li>
  1168. <a href="{FollowedURL}">
  1169. <img src="{FollowedPortraitURL-30" alt="{FollowedTitle}" />
  1170. </a>
  1171. </li>
  1172. {/block:Followed}
  1173. </ul>
  1174. {/block:Following}
  1175.  
  1176.  
  1177. {/block:IfShowWhoIFollow}
  1178.  
  1179. <img src="http://static.tumblr.com/nbxilpo/Ycykzc35r/btn-see-more.png" alt="" id="sidebarButton" />
  1180.  
  1181. </div> <!-- end sidebarInner -->
  1182.  
  1183. </div> <!-- end sidebar -->
  1184.  
  1185. <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.core.js" type="text/javascript"></script>
  1186.  
  1187. <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.slide.js"></script>
  1188.  
  1189.  
  1190. <script type="text/javascript">
  1191. (function sidebar() {
  1192.  
  1193. var sidebar = $('#sidebar').show(),
  1194. sidebarButton = $('#sidebarButton', sidebar),
  1195. w = sidebar.outerWidth();
  1196.  
  1197. sidebar.css('left', '-' + w + 'px');
  1198.  
  1199. sidebarButton.toggle (
  1200.  
  1201. function() {
  1202. sidebar.css('left', 0).show('slide', { easing: 'easeOutBounce' }, 1000, function() {
  1203. sidebarButton.css('right', '-4px');
  1204. });
  1205. },
  1206.  
  1207. function() {
  1208. sidebar.animate({ left: '-' + w + 'px' }, 1000, 'easeOutBounce');
  1209. sidebarButton.css('right', '-4px');
  1210. }
  1211.  
  1212. );
  1213.  
  1214. }());
  1215. </script>
  1216.  
  1217. {block:Twitter}
  1218. <script type="text/javascript" src="/tweets.js"></script>
  1219. {/block:Twitter}
  1220.  
  1221. <script type="text/javascript" src="http://static.tumblr.com/nbxilpo/vpTkzwq6w/cufon-yui.js"></script>
  1222. <script type="text/javascript" src="http://static.tumblr.com/nbxilpo/JSZkzwqls/rockwell_400-rockwell_700.font.js"></script>
  1223. <script type="text/javascript"> Cufon.now(); </script>
  1224. <script type="text/javascript"> Cufon.replace('h2, .quote p, #container h1, .postMeta li, .notes, .pagination');
  1225. </script>
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231. </body>
  1232. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement