Advertisement
CharlieAgronThemes

Theme #3 "Pure" - Charlie Agron Themes

May 17th, 2012
2,824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.66 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5.  
  6. <!-- "Pure" Theme by Charlie Agron |
  7. Free tumblr themes made for you , if you need more tumblr themes, visit me on http://mrcharlieagron.tumblr.com
  8.  
  9. <!-- Enojy! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" / />
  18.  
  19.  
  20. <!-- FEATURES | EDIT | CHARLIE-AGRON THEMES -->
  21. <meta name="image:Background image" content="http://static.tumblr.com/nnpm7co/wPem46xr0/xd.jpg" />
  22. <meta name="color:Background" content="#f0f0f0"/>
  23. <meta name="color:Content" content="#ffffff"/>
  24. <meta name="color:Menu" content="#ececec"/>
  25. <meta name="color:MenuHover" content="#ffffff"/>
  26. <meta name="color:Sidebar" content="#f9f9f9"/>
  27. <meta name="color:Caption" content="#eaeaea"/>
  28. <meta name="color:Border" content="#c3c3c3"/>
  29. <meta name="color:Permalink" content="#f9f9f9"/>
  30. <meta name="color:Permalink Hover" content="#ffffff"/>
  31.  
  32. <meta name="if:Fade Post" content="0"/>
  33. <meta name="if:Show Captions" content="1"/>
  34. <meta name="if:Show Title" content="1"/>
  35. <meta name="if:Show Submit" content="0" />
  36. <meta name="if:Show Pages" content="0"/>
  37. <meta name="if:Show Ask" content="1"/>
  38. <meta name="if:Shadow" content="1"/>
  39. <meta name="color:Shadow" content="#d2d2d2"/>
  40.  
  41. <meta name="color:Text" content="#666565"/>
  42. <meta name="color:SidebarText" content="#666565"/>
  43. <meta name="color:Title" content="#424242"/>
  44.  
  45. <meta name="color:Link" content="#1d1c1c"/>
  46. <meta name="color:LinkHover" content="#0e0e0e"/>
  47.  
  48. <meta name="text:Ask Title" content="Ask" />
  49.  
  50. <meta name="image:sidebar" content="0"/>
  51. <meta name="text:Link 1 title" content="" />
  52. <meta name="text:Link 1 url" content="" />
  53. <meta name="text:Link 2 title" content="" />
  54. <meta name="text:Link 2 url" content="" />
  55. <meta name="text:Link 3 title" content="" />
  56. <meta name="text:Link 3 url" content="" />
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  59.  
  60. <style type="text/css">
  61. body {
  62. background-image: url({image:Background image});
  63. background-color: {color:Background};
  64. color:{color:Text};
  65. background-repeat: repeat;
  66. background-attachment: fixed;
  67. overflow-x:hidden;
  68. text-align:left;
  69. font-family:Arial, Helvetica, sans-serif;
  70. font-size: 11px;
  71. line-height:14px;
  72. overflow:auto;
  73. }
  74.  
  75. #wrapper {
  76. margin-left:340px;
  77. width:900px;
  78. }
  79.  
  80. #content {
  81. width:900px;
  82. position:relative;
  83. }
  84.  
  85. .post {
  86. background-color:{color:Content};
  87. padding:8px;
  88. margin:6px;
  89. margin-right:2px;
  90. float:left;
  91. border: 1px solid {color:Border};
  92. {block:ifShadow}box-shadow: 0px 0px 7px {color:Shadow};{/block:ifShadow}
  93. overflow:hidden;
  94. {block:IndexPage}
  95. width:250px;
  96. height:auto;
  97. {/block:IndexPage}
  98. {block:PermalinkPage}
  99. width:auto;
  100. min-width:500px;
  101. max-width:1000px;
  102. height:auto;
  103. {block:PermalinkPage}
  104. -webkit-transition: opacity 0.9s linear;
  105. -webkit-transition: all 0.4s ease-out;
  106. -moz-transition: all 0.4s ease-out;
  107. transition: all 0.4s ease-out;
  108. }
  109.  
  110. #cage_sidebar {
  111. background-color:{color:Sidebar};
  112. border: 1px solid {color:Border};
  113. {block:ifShadow}box-shadow: 0px 0px 7px {color:Shadow};{/block:ifShadow};
  114. position:fixed;
  115. left:-1px;
  116. top:-2px;
  117. width:300px;
  118. height:950px;
  119. z-index:1;
  120. }
  121.  
  122. .portrait {
  123. padding:10px;
  124. border: 1px solid {color:Border};
  125. -webkit-transition: opacity 0.9s linear;
  126. -webkit-transition: all 0.2s ease-out;
  127. -moz-transition: all 0.2s ease-out;
  128. transition: all 0.2s ease-out;
  129. }
  130.  
  131. .portrait:hover {
  132. padding:10px;
  133. border: 1px solid {color:Border};
  134. -webkit-transition: opacity 0.9s linear;
  135. opacity: 0.6;
  136. -webkit-transition: all 0.2s ease-out;
  137. -moz-transition: all 0.2s ease-out;
  138. transition: all 0.2s ease-out;
  139. }
  140.  
  141. .center-sidebar {
  142. width:280px;
  143. margin-left:15px;
  144.  
  145. }
  146.  
  147. .description {
  148. text-align:left;
  149. font-family:Arial, Helvetica, sans-serif;
  150. font-size: 11px;
  151. line-height:14px;
  152. color:{color:SidebarText};
  153. }
  154.  
  155. .menu {
  156. background-color:{color:Menu};
  157. font-size:11px;
  158. font-family:Arial, Helvetica, sans-serif;
  159. border-bottom: 1px solid {color:Border};
  160. padding:3px;
  161. margin:2px;
  162. -webkit-transition: opacity 0.9s linear;
  163. -webkit-transition: all 0.4s ease-out;
  164. -moz-transition: all 0.4s ease-out;
  165. transition: all 0.4s ease-out;
  166. }
  167.  
  168. .menu:hover {
  169. background-color:{color:MenuHover};
  170. font-size:11px;
  171. font-family:Arial, Helvetica, sans-serif;
  172. border-bottom: 1px solid {color:Border};
  173. letter-spacing:4px;
  174. padding:3px;
  175. margin:2px;
  176. -webkit-transition: opacity 0.9s linear;
  177. opacity: 0.8;
  178. -webkit-transition: all 0.2s ease-out;
  179. -moz-transition: all 0.2s ease-out;
  180. transition: all 0.2s ease-out;
  181. }
  182.  
  183. .padding {
  184. padding:6px;
  185. }
  186.  
  187. .perma {
  188. opacity:0;
  189. width: auto;
  190. left:134px;
  191. top:-5px;
  192. height: 50px;
  193. position: absolute;
  194. -webkit-transition: opacity 0.9s linear;
  195. -webkit-transition: all 0.4s ease-out;
  196. -moz-transition: all 0.4s ease-out;
  197. transition: all 0.4s ease-out;
  198. }
  199.  
  200. .post:hover {
  201. {block:ifFadePost}opacity:0.7;{/block:ifFadePost}
  202. -webkit-transition: opacity 0.9s linear;
  203. -webkit-transition: all 0.4s ease-out;
  204. -moz-transition: all 0.4s ease-out;
  205. transition: all 0.4s ease-out;
  206. }
  207.  
  208. .post:hover .perma{
  209. opacity: 1;
  210. top:-5px;
  211. width: auto;
  212. left:134px;
  213. height: 50px;
  214. -webkit-transition: opacity 0.9s linear;
  215. -webkit-transition: all 0.4s ease-out;
  216. -moz-transition: all 0.4s ease-out;
  217. transition: all 0.4s ease-out;
  218. {block:PermalinkPage}
  219. opacity: 0;
  220. {/block:PermalinkPage}
  221. }
  222.  
  223. .background-permalink-notes{
  224. background-color:{color:Permalink};
  225. background-repeat:repeat;
  226. width:auto;
  227. margin:0px;
  228. padding:5px;
  229. font-size:11px;
  230. height:21px;
  231. border: 1px solid {color:Border};
  232. {block:ifShadow}box-shadow: 0px 0px 7px {color:Shadow};{/block:ifShadow}
  233. }
  234.  
  235. .background-permalink-notes:hover{
  236. background-color:{color:PermalinkHover};
  237. background-repeat:repeat;
  238. width:auto;
  239. margin:0px;
  240. padding:5px;
  241. font-size:11px;
  242. height:21px;
  243. border: 1px solid {color:Border};
  244. {block:ifShadow}box-shadow: 0px 0px 7px {color:Shadow};{/block:ifShadow}
  245. }
  246.  
  247. .permalink-effect {
  248. opacity:1;
  249. -webkit-transition: opacity 0.9s linear;
  250. -webkit-transition: all 0.4s ease-out;
  251. -moz-transition: all 0.4s ease-out;
  252. transition: all 0.4s ease-out;
  253. }
  254.  
  255. .permalink-effect:hover {
  256. opacity:0.7;
  257. -webkit-transition: opacity 0.9s linear;
  258. -webkit-transition: all 0.4s ease-out;
  259. -moz-transition: all 0.4s ease-out;
  260. transition: all 0.4s ease-out;
  261. }
  262.  
  263. .text-notes {
  264. margin-top:3px;
  265. margin-left:-1px;
  266. text-align:center;
  267. }
  268.  
  269. .photo {
  270. {block:IndexPage}
  271. width:250px;
  272. height:auto;
  273. {/block:IndexPage}
  274. {block:PermalinkPage}
  275. with:auto;
  276. height:auto;
  277. {/block:PermalinkPage}
  278. }
  279.  
  280. .photo:hover {
  281. {block:IndexPage}
  282. width:250px;
  283. height:auto;
  284. {/block:IndexPage}
  285. {block:PermalinkPage}
  286. with:auto;
  287. height:auto;
  288.  
  289.  
  290. {/block:PermalinkPage}
  291. }
  292.  
  293. .chatline {
  294. background-color:{color:Caption};
  295. padding:3px;
  296. margin:5px;
  297. }
  298.  
  299. .notes-tags{
  300. background-color:{color:Caption};
  301. padding:3px;
  302. margin:5px;
  303. }
  304.  
  305. .noteslink {
  306. background-color:{color:Content};
  307. width:auto;
  308. padding:3px;
  309. -webkit-border-radius: 3px;
  310. -moz-border-radius: 3px;
  311. border-radius: 3px
  312. }
  313.  
  314. a:link {
  315.  
  316. color:{color:Link};
  317. text-decoration: none;
  318. -webkit-transition: opacity 0.7s linear;
  319. opacity: 0.9;
  320. -webkit-transition: all 0.4s ease-out;
  321. -moz-transition: all 0.4s ease-out;
  322. transition: all 0.4s ease-out;
  323. }
  324. a:visited {
  325. color:{color:Link};
  326. text-decoration: none;
  327. -webkit-transition: opacity 0.7s linear;
  328. opacity: 0.9;
  329. -webkit-transition: all 0.4s ease-out;
  330. -moz-transition: all 0.4s ease-out;
  331. transition: all 0.4s ease-out;
  332. }
  333. a:hover {
  334. color:{color:LinkHover};
  335. text-decoration: none;
  336. -webkit-transition: opacity 0.7s linear;
  337. opacity: 0.9;
  338. -webkit-transition: all 0.4s ease-out;
  339. -moz-transition: all 0.4s ease-out;
  340. transition: all 0.4s ease-out;
  341. }
  342. a:active {
  343. color:{color:Link};
  344. text-decoration: none;
  345. -webkit-transition: all 0.4s ease-out;
  346. -moz-transition: all 0.4s ease-out;
  347. transition: all 0.4s ease-out;
  348. }
  349.  
  350. .audioplayer {
  351. overflow:hidden;
  352. background-color:{color:Content};
  353. width:250px;
  354. }
  355.  
  356. blockquote {
  357. border-left:5px solid #8a8a8a;
  358. width:auto;
  359. height:auto;
  360. background-color:{color:Caption};
  361. padding:3px;
  362. padding-left:15px;
  363. margin-left:10px;
  364. }
  365.  
  366. h2 {
  367. font-family: 'Oswald', sans-serif;
  368. color:{color:Title};
  369. padding:0;
  370. margin:0;
  371. text-transform:uppercase;
  372. letter-spacing:-1px;
  373. font-size:18px;
  374. line-height:25px;
  375. text-align:left;
  376. }
  377.  
  378. h3 {
  379. font-family: 'Oswald', sans-serif;
  380. color:{color:Title};
  381. padding:0;
  382. margin:0;
  383. font-size:18px;
  384. text-transform:uppercase;
  385. letter-spacing:-1px;
  386. text-align:left;
  387. }
  388.  
  389.  
  390. h4 {
  391. font-family: Georgia, Times New Roman, Times, serif;
  392. color:{color:Title};
  393. padding:0;
  394. margin:0;
  395. font-size:14px;
  396. font-style:italic;
  397. text-align:left;
  398. }
  399.  
  400. .Title {
  401. font-family: 'Oswald', sans-serif;
  402. color:{color:Title};
  403. padding:0;
  404. margin:0;
  405. font-size:18px;
  406. text-transform:uppercase;
  407. letter-spacing:-1px;
  408. text-align:left;
  409. }
  410.  
  411.  
  412. #infscr-loading {
  413. height:1px;
  414. width:1px;
  415. opacity:0;
  416. position: fixed;
  417. background-color: transparent;
  418. right:50px;
  419. bottom: 20px;
  420. }
  421.  
  422.  
  423. .postnotes {
  424. margin-left:-20px;
  425. with:500px;
  426. max-width:500px;
  427. height:auto;
  428. background-color:{color:Content};
  429. padding:5px;
  430. }
  431.  
  432. .album2 {
  433. {block:IndexPage}
  434. width:250px;
  435. height:auto;
  436. {/block:IndexPage}
  437. {block:PermalinkPage}
  438. width:auto;
  439. height:auto;
  440. {/block:PermalinkPage}
  441.  
  442. }
  443.  
  444. .opacity {
  445. opacity:0;
  446. }
  447.  
  448.  
  449. #theme {
  450. position:fixed;
  451. bottom:-3px;
  452. right:0px;
  453. width:auto;
  454. height:auto;
  455. z-index:20;
  456. }
  457.  
  458.  
  459. .theme-img {
  460. -webkit-border-radius: 6px;
  461. -moz-border-radius: 6px;
  462. border-radius: 6px;
  463. opacity:0.4;
  464. border: 1px solid {color:Border};
  465. -webkit-transition: all 0.4s ease-out;
  466. -moz-transition: all 0.4s ease-out;
  467. transition: all 0.4s ease-out;
  468. }
  469.  
  470. .theme-img:hover {
  471. -webkit-border-radius: 6px;
  472. -moz-border-radius: 6px;
  473. border-radius: 6px;
  474. opacity:1;
  475. border: 1px solid {color:Border};
  476. -webkit-transition: all 0.4s ease-out;
  477. -moz-transition: all 0.4s ease-out;
  478. transition: all 0.4s ease-out;
  479. }
  480.  
  481. #up {
  482. position:fixed;
  483. bottom:2px;
  484. left:210px;
  485. width:auto;
  486. height:auto;
  487. z-index:21;
  488. }
  489.  
  490. .top {
  491. background-color:{color:Content};
  492. opacity:0.2;
  493. margin-left:90px;
  494. border: 1px solid {color:Border};
  495. -webkit-transition: all 0.4s ease-out;
  496. -moz-transition: all 0.4s ease-out;
  497. transition: all 0.4s ease-out;
  498. border-radius: 4px;
  499. }
  500.  
  501. .top:hover {
  502. background-color:{color:Content};
  503. font-family:Arial, Helvetica, sans-serif;
  504. font-size: 11px;
  505. font-weight:bold;
  506. opacity:1;
  507. margin-left:90px;
  508. border: 1px solid {color:Border};
  509. -webkit-transition: all 0.4s ease-out;
  510. -moz-transition: all 0.4s ease-out;
  511. transition: all 0.4s ease-out;
  512. border-radius: 4px;
  513. }
  514.  
  515.  
  516. {CustomCSS}
  517. </style>
  518.  
  519. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  520. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  521. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  522.  
  523. {block:IfEndlessScroll}
  524. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  525. {/block:IfEndlessScroll}
  526.  
  527. <script type="text/javascript">
  528. $(document).ready(function() {
  529. $('#arriba').click(function(){ //Id del elemento cliqueable
  530. $('html, body').animate({scrollTop:0}, 'slow');
  531. return false;
  532. });
  533. });
  534. </script>
  535.  
  536. </head>
  537.  
  538. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  539. <script src="http://static.tumblr.com/53unaru/3nylrstyz/sublimemain.js"></script>
  540.  
  541.  
  542.  
  543. <body>
  544. <div id="cage_sidebar">
  545. <div class="center-sidebar">
  546. <table width="220" border="0" align="center" cellpadding="0" cellspacing="0">
  547. <tr>
  548. <td></br>{block:IfSidebarImage}<a href="/"><img src="{image:Sidebar}" width="220px" height="220px" border="0" class="portrait"/></a>{/block:IfSidebarImage}</td>
  549. </tr>
  550. </table></br>
  551. {block:ifShowTitle}
  552. <table width="250" border="0" align="center" cellpadding="0" cellspacing="0">
  553. <tr>
  554. <td height="26"><div align="center"><span class="Title">{Title}</a></span></div></td>
  555. </tr>
  556. </table></br>{/block:ifShowTitle}
  557. <table width="250" border="0" align="center" cellpadding="0" cellspacing="0">
  558. <tr>
  559. <td class="description">{block:Description}{Description}<br />
  560. {/block:Description} </td>
  561. </tr>
  562. </table>
  563. <br>
  564. <table width="250" border="0" align="center" cellpadding="2" cellspacing="0">
  565. <tr>
  566. <td width="265" height="15"><div class="menu"><a href="/" ><li>Home</li></a></div></td>
  567. </tr>
  568. {block:ifShowAsk}<tr>
  569. <td height="15"><div class="menu">{block:AskEnabled}<a href="/ask" >{block:ifasktitle}<li>{text:Ask Title}</li>{/block:ifasktitle}
  570. {block:ifnotasktitle}{/block:ifnotasktitle}</a>{/block:AskEnabled}</div></td>
  571. </tr>{/block:ifShowAsk}
  572.  
  573. {block:ifShowPages}<tr>
  574. <td width="265" height="15"><div class="menu">{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div></td>
  575. </tr>{/block:ifShowPages}
  576. <tr>{block:IfLink1title}
  577. <td width="265" height="15"><div class="menu"><a href="{text:Link 1 url}" ><li>{text:Link 1 title}</li></a></div></td>
  578. </tr>{/block:IfLink1title}
  579. {block:IfLink2title}<tr>
  580. <td height="15"><div class="menu"><a href="{text:Link 2 url}" ><li>{text:Link 2 title}</li></a></div></td>
  581. </tr>{/block:IfLink2title}
  582. {block:IfLink3title}<tr>
  583. <td height="15"><div class="menu"><a href="{text:Link 3 url}" ><li>{text:Link 3 title}</li></a></div></td>
  584. </tr>{/block:IfLink3title}
  585. {block:ifShowSubmit}<tr>
  586. <td height="15"><div class="menu"><a href="/submit"><li>Submit</li></a></div></td>
  587. </tr>{/block:ifShowSubmit}
  588. </table>
  589. </div>
  590. </div>
  591. <div id="wrapper">
  592. <div id="content">
  593. {block:Posts}
  594.  
  595. {block:Text}
  596. <div class="post"><div class="perma">{block:IndexPage}
  597. <p>
  598. <table width="290" border="0" cellpadding="1" cellspacing="0">
  599. <tr>
  600. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  601. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  602. <td width="60"><div class="background-permalink-notes">
  603. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  604. </div></td>
  605. <td width="190">&nbsp;</td>
  606. </tr>
  607. {/block:IndexPage}</table>
  608. </p>
  609. </div>
  610. <div class="padding">
  611. {block:Title}<h2>{Title}</a></h2>{/block:Title}
  612. {Body}
  613. {block:Permalink}
  614. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  615. <tr>
  616. <td width="364">Posted : {block:Date}
  617. {TimeAgo}
  618. {/block:Date}<br />
  619. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  620. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  621. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  622. {/block:RebloggedFrom}
  623.  
  624. <br />
  625. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  626. </tr>
  627. </table>
  628. {/block:Permalink}
  629. </div>
  630. </div>
  631. {/block:Text}
  632.  
  633. {block:Photo}
  634. <div class="post"><div class="perma">{block:IndexPage}
  635. <p>
  636. <table width="290" border="0" cellpadding="1" cellspacing="0">
  637. <tr>
  638. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  639. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  640. <td width="60"><div class="background-permalink-notes">
  641. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  642. </div></td>
  643. <td width="190">&nbsp;</td>
  644. </tr>
  645. {/block:IndexPage}</table>
  646. </p>
  647. </div>
  648.  
  649. {block:IndexPage}{/block:IndexPage}
  650. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  651. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" class="photo"/> {block:IndexPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:IndexPage}
  652. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  653. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  654. {block:Permalink}
  655. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  656. <tr>
  657. <td width="364">Posted : {block:Date}
  658. {TimeAgo}
  659. {/block:Date}<br />
  660. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  661. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  662. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  663. {/block:RebloggedFrom}
  664.  
  665. <br />
  666. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  667. </tr>
  668. </table>
  669. {/block:Permalink}
  670. </div>
  671. {/block:Photo}
  672.  
  673. {block:Photoset}
  674. <div class="post"><div class="perma">{block:IndexPage}
  675. <p>
  676. <table width="290" border="0" cellpadding="1" cellspacing="0">
  677. <tr>
  678. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  679. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  680. <td width="60"><div class="background-permalink-notes">
  681. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  682. </div></td>
  683. <td width="190">&nbsp;</td>
  684. </tr>
  685. {/block:IndexPage}</table>
  686. </p>
  687. </div>
  688.  
  689. {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  690. {block:Permalink}
  691. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  692. <tr>
  693. <td width="364">Posted : {block:Date}
  694. {TimeAgo}
  695. {/block:Date}<br />
  696. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  697. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  698. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  699. {/block:RebloggedFrom}
  700.  
  701. <br />
  702. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  703. </tr>
  704. </table>
  705. {/block:Permalink}
  706. </div>
  707. {/block:Photoset}
  708.  
  709. {block:Quote}
  710. <div class="post"><div class="perma">{block:IndexPage}
  711. <p>
  712. <table width="290" border="0" cellpadding="1" cellspacing="0">
  713. <tr>
  714. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  715. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  716. <td width="60"><div class="background-permalink-notes">
  717. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  718. </div></td>
  719. <td width="190">&nbsp;</td>
  720. </tr>
  721. {/block:IndexPage}</table>
  722. </p>
  723. </div><div class="padding">
  724. <a href="{Permalink}" style="border:0"><h4>"{Quote}"</h4></a>
  725. {block:Source}<p>&#8212; {Source}</p>{/block:Source}
  726. {block:Permalink}
  727. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  728. <tr>
  729. <td width="364">Posted : {block:Date}
  730. {TimeAgo}
  731. {/block:Date}<br />
  732. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  733. Reblogged from : <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  734. Posted originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  735.  
  736. {/block:RebloggedFrom}
  737.  
  738. <br />
  739. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  740. </tr>
  741. </table>
  742. {/block:Permalink}
  743. </div>
  744. </div>
  745. {/block:Quote}
  746.  
  747. {block:Link}
  748. <div class="post"><div class="perma">{block:IndexPage}
  749. <p>
  750. <table width="290" border="0" cellpadding="1" cellspacing="0">
  751. <tr>
  752. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  753. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  754. <td width="60"><div class="background-permalink-notes">
  755. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  756. </div></td>
  757. <td width="190">&nbsp;</td>
  758. </tr>
  759. {/block:IndexPage}</table>
  760. </p>
  761. </div><div class="padding">
  762. <h2><a href="{URL}">{Name}</a></h2>
  763. <a href="{Permalink}" style="border:0">{block:Description}{Description}{/block:Description}</a>
  764. {block:Permalink}
  765. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  766. <tr>
  767. <td width="364">Posted : {block:Date}
  768. {TimeAgo}
  769. {/block:Date}<br />
  770. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  771. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  772. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  773. {/block:RebloggedFrom}
  774.  
  775. <br />
  776. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  777. </tr>
  778. </table>
  779. {/block:Permalink}
  780. </div>
  781. </div>
  782. {/block:Link}
  783.  
  784. {block:Chat}
  785. <div class="post"><div class="perma">{block:IndexPage}
  786. <p>
  787. <table width="290" border="0" cellpadding="1" cellspacing="0">
  788. <tr>
  789. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  790. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  791. <td width="60"><div class="background-permalink-notes">
  792. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  793. </div></td>
  794. <td width="190">&nbsp;</td>
  795. </tr>
  796. {/block:IndexPage}</table>
  797. </p>
  798. </div>
  799. <div class="padding">
  800. {block:Title}
  801. <h3><a href="{Permalink}">{Title}</a></h3>
  802. {/block:Title}</br>
  803. {block:Lines}
  804. {block:Label}
  805. <span class="label">{Label}</span>
  806. {/block:Label}
  807.  
  808. <div class="chatline"> {Line}</div>
  809. {/block:Lines}
  810. {block:Permalink}
  811. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  812. <tr>
  813. <td width="364">Posted : {block:Date}
  814. {TimeAgo}
  815. {/block:Date}<br />
  816. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  817. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  818. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  819. {/block:RebloggedFrom}
  820.  
  821. <br />
  822. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  823. </tr>
  824. </table>
  825. {/block:Permalink}
  826. </div>
  827. </div>
  828. {/block:Chat}
  829.  
  830. {block:Audio}
  831. <div class="post"><div class="perma">{block:IndexPage}
  832. <p>
  833. <table width="290" border="0" cellpadding="1" cellspacing="0">
  834. <tr>
  835. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  836. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  837. <td width="60"><div class="background-permalink-notes">
  838. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  839. </div></td>
  840. <td width="190">&nbsp;</td>
  841. </tr>
  842. {/block:IndexPage}</table>
  843. </p>
  844. </div>
  845.  
  846. {block:AlbumArt}<img src="{AlbumArtURL}" class="album2">{/block:AlbumArt}
  847. <div class="audioplayer">{AudioPlayerWhite}<br>
  848. <div class="chatline">
  849. <ul>
  850. <li>{block:Artist} {Artist} {/block:Artist}</li>
  851. <li> {block:TrackName} {TrackName}
  852. {/block:TrackName} </li>
  853.  
  854. <li> {block:Album} {Album} {/block:Album} </li>
  855. <li> {PlayCountWithLabel}</li>
  856. </ul>
  857. </div>
  858. </div>
  859. {block:Caption}{Caption}{/block:Caption}
  860. {block:Permalink}
  861. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  862. <tr>
  863. <td width="364">Posted : {block:Date}
  864. {TimeAgo}
  865. {/block:Date}<br />
  866. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  867. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  868. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  869. {/block:RebloggedFrom}
  870.  
  871. <br />
  872. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  873. </tr>
  874. </table>
  875. {/block:Permalink}
  876. </div>
  877. {/block:Audio}
  878.  
  879. {block:Answer}
  880. <div class="post"><div class="perma">{block:IndexPage}
  881. <p>
  882. <table width="290" border="0" cellpadding="1" cellspacing="0">
  883. <tr>
  884. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  885. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  886. <td width="60"><div class="background-permalink-notes">
  887. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  888. </div></td>
  889. <td width="190">&nbsp;</td>
  890. </tr>
  891. {/block:IndexPage}</table>
  892. </p>
  893. </div>
  894. <div class="padding">
  895. <a href="{Permalink}" style="border:0"><b>{Asker}: {Question}</b>
  896. {Answer}</a>
  897. {block:Permalink}
  898. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  899. <tr>
  900. <td width="364">Posted : {block:Date}
  901. {TimeAgo}
  902. {/block:Date}<br />
  903. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  904. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  905. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  906. {/block:RebloggedFrom}
  907.  
  908. <br />
  909. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  910. </tr>
  911. </table>
  912. {/block:Permalink}
  913. </div>
  914. </div>
  915. {/block:answer}
  916.  
  917. {block:Video}
  918. <div class="post">
  919. <div class="video"><div class="perma">{block:IndexPage}
  920. <p>
  921. <table width="290" border="0" cellpadding="1" cellspacing="0">
  922. <tr>
  923. <td width="21"><div class="background-permalink-notes"><a href="{Permalink}"><img src="http://i.imgur.com/gr3LM.png" border="0" class="permalink-effect"></a></div></td>
  924. <td width="21"><div class="background-permalink-notes"><a href="{ReblogURL}"><img src="http://i.imgur.com/00qB8.png" alt="reblog" border="0" class="permalink-effect"></a></div></td>
  925. <td width="60"><div class="background-permalink-notes">
  926. <div class="text-notes">{NoteCount}{/block:NoteCount}</div>
  927. </div></td>
  928. <td width="190">&nbsp;</td>
  929. </tr>
  930. {/block:IndexPage}</table>
  931. </p>
  932. </div>
  933.  
  934. {block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  935. {block:IndexPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:IndexPage}
  936. </div>
  937. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  938. {block:Permalink}
  939. <table width="500" border="0" align="center" cellpadding="0" cellspacing="4" class="notes-tags">
  940. <tr>
  941. <td width="364">Posted : {block:Date}
  942. {TimeAgo}
  943. {/block:Date}<br />
  944. Notes : {block:NoteCount} <a class="notes" title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br />
  945. Reblogged from : {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  946. Posted originally by: {block:RebloggedFrom}<a href="{ReblogRootURL}">{ReblogRootName}</a>
  947. {/block:RebloggedFrom}
  948.  
  949. <br />
  950. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}">{Tag}</a> | {/block:Tags}{/block:HasTags}</td>
  951. </tr>
  952. </table>
  953. {/block:Permalink}
  954.  
  955. </div>
  956. {/block:Video}
  957. {/block:Posts}
  958. </div>
  959. {block:PermalinkPage} <br />
  960. <br />
  961. <table width="994" border="0" align="center" cellpadding="0" cellspacing="0">
  962. <tr>
  963. <td width="30">&nbsp;</td>
  964. <td width="964"><div class="postnotes">
  965. <div align="left">
  966. <table width="400" border="0" align="center" cellpadding="0" cellspacing="2">
  967. <tr>
  968. <td><a href="javascript:history.back()" class="Title">Back to the previous page</a></td>
  969. </tr>
  970. </table>
  971. <span class="Title"><a href="javascript:history.back()"></a></span>
  972. {block:PostNotes}
  973. {PostNotes}
  974. {/block:PostNotes} </div>
  975. </div></td>
  976. </tr>
  977. </table>
  978. {/block:PermalinkPage}</div>
  979. <ul id="pagination" class="opacity">
  980. <li>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}{lang:PREV}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="pagination_nextlink">{/block:NextPage}{lang:NEXT}{block:NextPage}</a>{/block:NextPage}
  981. {/block:Pagination}</li></ul>
  982. </div>
  983. </div>
  984. <div id="theme"><a href="http://mrcharlieagron.tumblr.com/" target="_blank"><img src="http://i.imgur.com/ibFMA.png" class="theme-img" width="169" height="21" border="0" /></a></div>
  985. <div id="up"> <table width="43" border="0" cellpadding="0" cellspacing="0" class="top">
  986. <tr>
  987. <td><div align="center"><a href='#' id='arriba'><img src="http://i.imgur.com/fhQj9.png" /></a></div></td>
  988. </tr>
  989. </table></div>
  990. </body>
  991. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement