Advertisement
mayourbodiesremain

anomalía (TRECE)

Mar 20th, 2013
1,133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 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. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!--
  12.  
  13.  
  14.  
  15. Theme by http://PHANTOMS-INDISCREET.tumblr.com
  16. Yes, you can modify anything you want.
  17. No, DO NOT REMOVE the credit icon.
  18. colours from http://www.colourlovers.com/palette/1269526/pure_innocence
  19.  
  20.  
  21. -->
  22.  
  23.  
  24.  
  25. <meta name="color:background 01" content="#FAE0DE"/>
  26. <meta name="color:background 02" content="#DFE8E0"/>
  27. <meta name="color:text" content="#333"/>
  28. <meta name="color:link" content="#000"/>
  29. <meta name="color:01" content="#B9C6BF"/>
  30. <meta name="color:02" content="#E4B9B0"/>
  31. <meta name="color:03" content="#F1EFF0"/>
  32.  
  33.  
  34.  
  35.  
  36. <meta name="image:Background" content=""/>
  37. <meta name="text:Posts width" content="500"/>
  38. <meta name="if:Cover background" content="1"/>
  39. <meta name="font:Text" content="Ubuntu, sans-serif;"/>
  40. <meta name="text:Margin top" content="90"/>
  41. <meta name="text:Space between posts" content="30"/>
  42.  
  43. <meta name="if:Show default links" content="1"/>
  44. <meta name="text:Twitter username" content=""/>
  45. <meta name="text:Lastfm username" content=""/>
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
  52. <script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
  53. <script src="http://edge.quantserve.com/quant.js" type="text/javascript"></script>
  54. <script src="https://plnchtt.googlecode.com/files/doce%201.js" type="text/javascript"></script>
  55. </script>
  56. <script>
  57. getTwitters('tweet', {
  58. id: '{text:Twitter username}',
  59. count: 3,
  60. enableLinks: true,
  61. ignoreReplies: true,
  62. clearContents: true,
  63. template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>'
  64. });
  65. </script>
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <style type='text/css'>
  74. @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
  75.  
  76.  
  77. /*basic*/
  78.  
  79. body {
  80. padding: 0px;
  81. margin: 0px;
  82. width:100%;
  83. font-size: 11px;
  84. font-family:{font:Text};
  85. word-spacing:0px;
  86. letter-spacing:0px;
  87. text-align:justify;
  88. color:{color:text};
  89. background-attachment:fixed;
  90. /* IE10 Consumer Preview */
  91. background-image: -ms-linear-gradient(top, {color:background 01} 0%, {color:background 02} 100%);
  92.  
  93. /* Mozilla Firefox */
  94. background-image: -moz-linear-gradient(top, {color:background 01} 0%, {color:background 02} 100%);
  95.  
  96. /* Opera */
  97. background-image: -o-linear-gradient(top, {color:background 01} 0%, {color:background 02} 100%);
  98.  
  99. /* Webkit (Safari/Chrome 10) */
  100. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:background 01}), color-stop(1, {color:background 02}));
  101.  
  102. /* Webkit (Chrome 11+) */
  103. background-image: -webkit-linear-gradient(top, {color:background 01} 0%, {color:background 02} 100%);
  104.  
  105. /* W3C Markup, IE10 Release Preview */
  106. background-image: linear-gradient(to bottom, {color:background 01} 0%, {color:background 02} 100%);
  107. {block:IfBackgroundImage}
  108. background-attachment:fixed!important;
  109. background:url('{image:Background}');
  110. {block:ifCoverbackground}
  111. background-size:100% 100%;
  112. {/block:ifCoverbackground}
  113. {/block:IfBackgroundImage}
  114. }
  115.  
  116. img {max-width:100%; border:none;}
  117.  
  118. a:link, a:visited, a:active {color:{color:link}; text-decoration:none;}
  119. a:hover {text-decoration:underline;}
  120.  
  121.  
  122.  
  123. .center {
  124. margin:0px auto;
  125. width: {text:Posts width}px;
  126. margin-top:{text:Margin top}px;
  127. margin-bottom:90px;
  128. }
  129.  
  130. .posteos{padding-bottom:100px; height: 100%; bottom: 0px;}
  131.  
  132.  
  133. blockquote {filter: alpha(opacity=85); opacity: 0.85; border-left:solid 5px {color:03}; padding-left:5px;}
  134. .posts {margin-top:{text:Space between posts}px;
  135. background:#fff; padding:30px; border:solid 1px {color:03};
  136. }
  137.  
  138. .posts iframe {width:100%;}
  139. .permalink {padding:5px 15px 5px 15px; background:{color:01}; z-index:123; position:absolute; display:inline; margin:10px 0px 0px -60px; filter: alpha(opacity=0); opacity: 0;
  140. -webkit-transition: all 0.6s ease-out;
  141. -moz-transition: all 0.6s ease-out;
  142. transition: all 0.6s ease-out;}
  143. .posts:hover .permalink {margin-left:-45px; filter: alpha(opacity=80); opacity: 0.8;
  144. -webkit-transition: all 0.6s ease-out;
  145. -moz-transition: all 0.6s ease-out;
  146. transition: all 0.6s ease-out;
  147. -moz-box-shadow: -2px -2px {color:02};
  148. -webkit-box-shadow: -2px -2px {color:02};
  149. box-shadow: -2px -2px {color:02};}
  150.  
  151.  
  152.  
  153.  
  154. #tabs ul {list-style-type:none; padding:inherit; margin:inherit; clear:both; text-align:left;}
  155. #tabs-1 li, #tabs-2 li, #tabs-3 li, #tabs-5 li, li.dos {display:inline; border-top:solid 1px {color:03}; border-left:solid 1px {color:03}; border-right:solid 1px {color:03}; padding:8px; background:#FFf; text-transform:uppercase; overflow:visible;}
  156. #tabs-1, #tabs-2, #tabs-3, #tabs-5 , #tabs-4 {border:solid 1px {color:03}; padding:15px; background:#fff; }
  157. :focus {outline:none!important; position:relative; z-index:123; border-top:solid 1px {color:03}; padding:8px; background:#FFf; text-transform:uppercase;}
  158. a:focus {font-weight:bold; color:{color:02};}
  159. .links {text-transform:uppercase; font-size:90%; padding-right:15px; font-weight:bold;}
  160. #tabs iframe {height:240px;}
  161.  
  162. #tweet a:nth-last-of-type(1)
  163. {
  164. display:block;
  165. text-transform:uppercase;
  166. font-size:80%;
  167. font-style:normal;
  168. font-family:{font:Text};
  169. }
  170. .posts .odd, .even {border-bottom:dotted 1px #333;}
  171. .player, .audio_player {float:right; width:86%; background:#000;}
  172. .player {text-align:center;}
  173. .audio_player, .audio_player embed {height:50px!important;}
  174. a.asker {background: url('{AskerPortraitURL-48}'); width:48px; height:48px;}
  175.  
  176. #tabs-4 {border:none;} #tabs-4 li {padding-bottom:10px;}
  177.  
  178.  
  179. .sidebar {margin-bottom:10px;}
  180. td.last_img {width:34px;}
  181. .last_time a {display:none;}
  182.  
  183.  
  184. {CustomCSS}
  185. </style>
  186. </head>
  187. <body>
  188.  
  189.  
  190. <div class="center"> <!--right-->
  191.  
  192. <div class="left"> <!--left-->
  193. <div class="sidebar"> <!--sidebar-->
  194. <div id="tabs"> <!--tabs-->
  195. <ul>
  196. <li class="dos"><a href="#tabs-1">{title}</a></li>
  197. <li class="dos"><a href="#tabs-2">{lang:Link}</a></li>
  198. {block:AskEnabled}<li class="dos"><a href="#tabs-3">{AskLabel}</a></li>{/block:AskEnabled}
  199. {block:IfTwitterusername}<li class="dos"><a href="#tabs-4" title="@{text:Twitter username}">Twitter</a></li>{/block:IfTwitterusername}
  200. {block:IfLastfmusername}<li class="dos"><a href="#tabs-5" title="{text:Lastfm username}">Last.FM</a></li>{/block:IfLastfmusername}
  201. </ul>
  202.  
  203. <div id="tabs-1">
  204. {description}
  205. </div>
  206. {block:AskEnabled}
  207. <div id="tabs-3">
  208. <iframe frameborder="0" scrolling="no" width="100%" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><!
  209. [endif]-->
  210. </div>
  211. {/block:AskEnabled}
  212.  
  213.  
  214. <div id="tabs-2" style="text-align:center;">
  215. {block:ifshowdefaultlinks}<a class="links" href="/">{lang:Home}</a><a class="links" href="/archive">{lang:Archive}</a>{/block:ifshowdefaultlinks}{block:HasPages}{block:Pages}<a class="links" href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}{block:SubmissionsEnabled}<a class="links" href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  216. </div>
  217.  
  218. {block:IfTwitterusername}
  219. <div id="tabs-4">
  220. <div id="tweet">
  221. <li>Loading Tweets..</li>
  222. </div>
  223. </div>
  224. {/block:IfTwitterusername}
  225.  
  226.  
  227. {block:IfLastfmusername}
  228. <div id="tabs-5">
  229. <a title="{text:Lastfm username}" href="http://www.last.fm/user/{text:Lastfm username}" target="_blank">
  230. <table id="last_fm_tracks"></table>
  231. </a>
  232. </div>
  233. {/block:IfLastfmusername}
  234.  
  235. </div> <!--tabs-->
  236.  
  237.  
  238. </div> <!--sidebar-->
  239. </div> <!--left-->
  240.  
  241.  
  242.  
  243. <div class="posteos"> <!--posteos-->
  244. {block:Posts}
  245. <div class="posts">
  246.  
  247. {block:indexpage}
  248. <div class="permalink">
  249. {block:Date}{lang:Posted TimeAgo}{/block:Date} <a href="{permalink}">{NoteCount} {lang:Notes}</a>
  250. </div>
  251. {/block:indexpage}
  252.  
  253.  
  254. {block:Text}
  255. {block:Title}<b>{Title}</b>{/block:Title}
  256. {Body}
  257. {/block:Text}
  258.  
  259.  
  260.  
  261. {block:Photo}
  262. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  263. <center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></center>
  264. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  265. {/block:Photo}
  266.  
  267. {block:Photoset}
  268. <center>{Photoset-500}</center>
  269. {/block:Photoset}
  270.  
  271. {block:Quote}
  272. <div style="font-size:200%;">"{Quote}"</div>
  273. {block:Source} {Source}{/block:Source}
  274. {/block:Quote}
  275.  
  276. {block:Link}
  277. <a href="{URL}"><h3><u>{Name}</u></h3></a>
  278. {block:Description} {Description}{/block:Description}
  279. {/block:Link}
  280.  
  281. {block:Chat}
  282. {block:Title}
  283. {Title}
  284. {/block:Title}
  285.  
  286. {block:Lines}
  287. <div class="{Alt} user_{UserNumber}">
  288. {block:Label}<b>{Label}</b> {/block:Label}{Line}
  289. </div>
  290. {/block:Lines}
  291. {/block:Chat}
  292.  
  293.  
  294. {block:Video}
  295. {Video-500}
  296. {/block:Video}
  297.  
  298. {block:Audio}
  299.  
  300. {block:AudioEmbed}
  301. {AudioEmbed-400}
  302. {/block:AudioEmbed}
  303.  
  304.  
  305. {block:AudioPlayer}
  306. {block:AlbumArt}
  307. <img src="{AlbumArtURL}" width="50">
  308. {/block:AlbumArt}
  309. <div class="player">{AudioPlayerBlack}</div>
  310. {block:TrackName}<i>"{TrackName}"</i>{/block:TrackName} {block:Artist}<b>{Artist}</b>{/block:Artist}
  311. {/block:AudioPlayer}
  312.  
  313. {/block:Audio}
  314.  
  315. {block:Answer}
  316. <table>
  317. <td><a href="http://{PlaintextAsker}.tumblr.com" title="{PlaintextAsker}" target="_blank"> <img src="{AskerPortraitURL-64}"></a></td>
  318. <td><i>{Question}</i></td>
  319. </table>
  320. {Answer}
  321. {/block:Answer}
  322.  
  323.  
  324. {block:indexpage}
  325. {block:Caption}
  326. <div class="caption">
  327. {Caption}
  328. </div>
  329. {/block:Caption}
  330. {/block:indexpage}
  331.  
  332.  
  333. {block:IndexPage}
  334. {block:ContentSource}
  335. <div style="display:none;">
  336. <a href="{SourceURL}">{SourceTitle}</a>
  337. </div>
  338. {/block:ContentSource}
  339. {/block:IndexPage}
  340.  
  341.  
  342. {block:PermalinkPage}
  343. {block:Caption}{Caption}{/block:Caption}<br><br>
  344. {block:HasTags}<span style="text-transform:uppercase; font-size:80%; letter-spacing:1px;">{lang:Tags}</span>: {block:Tags}<span class="tag"><a href="{TagURL}">#{Tag} </a></span>{/block:Tags}{/block:HasTags}<br>
  345. {block:Date}{lang:Posted on DayOfWeek the DayOfMonthWithSuffix of Month Year at FormattedTime}{block:Date}<br>
  346. {block:RebloggedFrom}
  347. {lang:Originally from ReblogRootName 2}<br>
  348. {lang:Reblogged from ReblogParentName 2}<br>
  349. {/block:RebloggedFrom}
  350. {block:NoteCount} <span style="text-transform:uppercase; font-size:80%;letter-spacing:1px;">{lang:Notes}</span>: {NoteCount}{/block:NoteCount}<br>
  351.  
  352. {block:PostNotes}
  353. {PostNotes}
  354. {/block:PostNotes}
  355.  
  356. {/block:PermalinkPage}
  357.  
  358.  
  359. </div>
  360. {/block:Posts}
  361.  
  362. {block:PreviousPage}
  363. <div class="posts" style="float:left; "><a href="{PreviousPage}">{lang:Prev}</a></div>
  364. {/block:PreviousPage}
  365.  
  366. {block:NextPage}
  367. <div class="posts" style="float:right; "><a href="{NextPage}">{lang:Next}</a></div>
  368. {/block:NextPage}
  369.  
  370.  
  371. </div> <!--posteos-->
  372.  
  373. {block:Pagination}
  374.  
  375.  
  376.  
  377. {/block:Pagination}
  378.  
  379. </div> <!--right-->
  380.  
  381.  
  382. <script type="text/javascript" src="https://plnchtt.googlecode.com/files/doce2.js"></script>
  383. <script type="text/javascript">
  384. loadLastFMTracks('{text:Lastfm username}');
  385. </script>
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement