diariodeumjudas

Theme 57

Sep 30th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- theme sintonizo -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. <meta name="color:Text" content="#000000"/>
  13. <meta name="color:Link" content="#006977"/>
  14. <meta name="color:Accent" content="#dddddd"/>
  15. <meta name="color:Permalink" content="#999999"/>
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Post Background" content="#ffffff"/>
  18. <meta name="color:Sidebar Background" content="#ffffff"/>
  19. <meta name="color:Sidebar Accent" content="#dddddd"/>
  20.  
  21. <meta name="font:Title" content="Lora, serif"/>
  22. <meta name="font:Serif" content="Lora, serif"/>
  23. <meta name="font:Body" content="Istok Web, sans-serif"/>
  24. <meta name="font:Links" content="Ubuntu Mono, sans-serif"/>
  25. <meta name="font:Permalink" content="Ubuntu Mono, sans-serif"/>
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:Title" content=""/>
  29.  
  30. <meta name="if:Infinite Scrolling" content="1"/>
  31. <meta name="if:Fixed Sidebar" content="1"/>
  32. <meta name="if:Sidebar On Right" content="0"/>
  33. <meta name="if:Sidebar At Bottom" content="0"/>
  34. <meta name="if:Center Description" content="0"/>
  35. <meta name="if:Archive Link" content="0"/>
  36. <meta name="if:RSS Link" content="0"/>
  37. <meta name="if:Search Bar" content="1"/>
  38. <meta name="if:Full Sized Background" content="0"/>
  39. <meta name="if:Scroll To Top Button" content="1"/>
  40. <meta name="if:Hide Title" content="0"/>
  41. <meta name="if:Show Captions" content="1"/>
  42. <meta name="if:Center Permalink" content="0"/>
  43. <meta name="if:Source In Permalink" content="0"/>
  44. <meta name="if:Show Tags On Homepage" content="0"/>
  45.  
  46. <meta name="text:Permalink Separator" content="•"/>
  47. <meta name="text:Maximum Post Width" content="400"/>
  48. <meta name="text:Sidebar Width" content="300"/>
  49. <meta name="text:Post Margin" content="50"/>
  50. <meta name="text:Sidebar Margin" content="50"/>
  51.  
  52. <meta name="text:Link1" content="/" />
  53. <meta name="text:Link1 Title" content="Home" />
  54. <meta name="text:Link2" content="/" />
  55. <meta name="text:Link2 Title" content="Ask" />
  56. <meta name="text:Link3" content="/" />
  57. <meta name="text:Link3 Title" content="Faq" />
  58. <meta name="text:Link4" content="/" />
  59. <meta name="text:Link4 Title" content="Submit" />
  60. <meta name="text:Link5" content="/" />
  61. <meta name="text:Link5 Title" content="Textos" />
  62.  
  63. <meta name="text:Twitter Username" content=""/>
  64. <meta name="text:Analytics ID" content=""/>
  65.  
  66. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script type="text/javascript">
  69. var celestina = {name: '{Name}', infscr: {block:IndexPage}{block:IfInfiniteScrolling}true{/block:IfInfiniteScrolling}{block:IfNotInfiniteScrolling}false{/block:IfNotInfiniteScrolling}{/block:IndexPage}{block:PermalinkPage}false{/block:PermalinkPage}, size: parseInt('{text:Maximum Post Width}'), sidebar: parseInt('{text:Sidebar Width}'), pad: false, index: {block:IndexPage}true{/block:IndexPage}{block:PermalinkPage}false{/block:PermalinkPage}, mar: parseInt('{text:Post Margin}'), rightside: {block:IfSidebarOnRight}true{/block:IfSidebarOnRight}{block:IfNotSidebarOnRight}false{/block:IfNotSidebarOnRight}, twitter: {block:IfTwitterUsername}'{text:Twitter Username}'{/block:IfTwitterUsername}{block:IfNotTwitterUsername}false{/block:IfNotTwitterUsername}}
  70. if ("{color:Background}" == "{color:Post Background}" && "{image:Background}" == "http://assets.tumblr.com/images/x.gif") {celestina.pad = true;} else {celestina.pad = false;};
  71. </script>
  72.  
  73. <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  74. <script type="text/javascript" src="http://static.tumblr.com/tr0yx0g/OE4mqei02/sintonizo.basic.min.js"></script>
  75. <link href="http://fonts.googleapis.com/css?family=Ubuntu+Mono:400|Lora|Istok+Web" rel="stylesheet" type="text/css">
  76. <link href="http://static.tumblr.com/me5sfsd/u5Qm1r4o3/fonticon.css" rel="stylesheet" type="text/css">
  77.  
  78. <style type="text/css">
  79. /* structure */
  80. {block:IfFullSizedBackground}html {background: url('{image:Background}') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}{/block:IfFullSizedBackground}
  81. body {font-size: 11px; margin: 0 0 20px; line-height: 1.3em; color: {color:Text}; font-family: {font:Body}; {block:IfNotFullSizedBackground}background-color: {color:Background}; background-attachment: fixed; background-image: url('{image:Background}');{/block:IfNotFullSizedBackground}}
  82.  
  83. #hide {height: 0; width: 0; position: absolute; top: 0; left: 0; overflow: hidden;}
  84. #content {margin: 0; position: absolute; display: block; margin: 0; left: 0; right: 0;}
  85. section {float: left; vertical-align: top; margin: {block:IfSidebarOnRight}0 0 {/block:IfSidebarOnRight}0 {text:Post Margin}px{block:IfNotSidebarOnRight} 0 0{/block:IfNotSidebarOnRight};}
  86. article {padding: 0; overflow: visible; position: relative;}
  87. .perm article {width: 500px;{block:IfSidebarOnRight} float: right;{/block:IfSidebarOnRight}}
  88. .perm article.page {width: 600px;}
  89. .post {margin: 0; background-color: {color:Post Background};}
  90. .pad .post {padding: 8px;}
  91.  
  92. aside {text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; padding: {text:Sidebar Margin}px; {block:IfNotSidebarAtBottom}top{/block:IfNotSidebarAtBottom}{block:IfSidebarAtBottom}bottom{/block:IfSidebarAtBottom}: 0; width: {text:Sidebar Width}px; position: {block:IfFixedSidebar}fixed{/block:IfFixedSidebar}{block:IfNotFixedSidebar}absolute{/block:IfNotFixedSidebar};}
  93. aside .inner {padding: 1px 20px; margin: -20px; background-color: {color:Sidebar Background};}
  94. aside.left {left: 0;}
  95. aside.right {right: 0;}
  96. .perm aside {z-index: 12345;}
  97. .perm #content {padding: 0 {text:Sidebar Width}px;}
  98. aside ul {margin: 25px 0; padding: 0; list-style-type: none;}
  99. aside li {text-transform: uppercase; font-size: 1.1em; word-spacing: -2px; box-sizing: border-box; -moz-box-sizing: border-box; font-family: {font:Links};}
  100. aside a {text-decoration: none;}
  101. #description {margin: 20px 0; text-align: {block:IfCenterDescription}center{/block:IfCenterDescription}{block:IfNotCenterDescription}justify{/block:IfNotCenterDescription};}
  102. .tag.time {margin: 15px 0; border-bottom-width: 0;} .tag.time+#links {margin-top: 0;}
  103. #twitter {margin: 25px 0 20px;}
  104. #tweet {padding-bottom: 7px; text-align: justify; border-bottom: 1px solid {color:Sidebar Accent};}
  105. #tweet:after {width: 8px; height: 8px; content: ''; position: absolute; display: block; right: 50%; margin: 2px -5px 0 0; behavior:url(-ms-transform.htc); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); border-width: 1px; border-style: solid; background-color: {color:Sidebar Background}; border-color: transparent {color:Sidebar Accent} {color:Sidebar Accent} transparent;}
  106. #twitter .time {margin-top: 8px; line-height: 1em; border-bottom-width: 0;}
  107. #search {margin: 15px 0; padding: 0; border: 0; width: 100%; position: relative;}
  108. #search:hover {border-color: {color:Sidebar Accent};}
  109. #search input {margin: 0; width: 100%; border-width: 0 0 1px; border-style: solid; border-color: transparent; font-size: 11px; outline: 0; padding: 0 0 0 20px; background-color: transparent; box-sizing: border-box; -moz-box-sizing: border-box; font-family: {font:Body}; color: {color:Text};}
  110. #search:before {content: 'z'; font-family: 'PEBIcons', Arial, sans-serif; position: absolute; margin: 0; font-size: 16px;}
  111. #search input:focus {border-color: {color:Sidebar Accent};}
  112. #search ::-webkit-input-placeholder {color: {color:Sidebar Accent};}
  113. #search ::-moz-placeholder {color: {color:Sidebar Accent};}
  114.  
  115. {block:IfCenterPermalink}.permalink {text-align: center;}{/block:IfCenterPermalink}
  116. .perm .permalink {width: 100%; margin-top: 20px; font-size: 110%;}
  117. .perm .permalink, .perm .permalink a {color: {color:Permalink};}
  118. .index .permalink {width: 100%; line-height: 1.1em; margin-top: 2px; z-index: 12345;}
  119. .index .permalink {position: absolute;}
  120. .index .permalink, .index .permalink a {color: transparent; border-color: transparent; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out;}
  121. article:hover .permalink, article:hover .permalink a, #content .permalink a:hover {color: {color:Permalink};}
  122. article:hover .permalink {border-color: {color:Permalink};}
  123. .permalink a {text-decoration: none;}
  124. .time {text-transform: uppercase; font-size: 1.1em; display: inline-block; border-bottom: 1px solid {color:Background}; font-family: {font:Permalink}; -webkit-transition: border-color 0.2s ease-out; -moz-transition: border-color 0.2s ease-out; transition: border-color 0.2s ease-out;}
  125. .time {display: inline-block; margin: 2px 6px 0 6px;}
  126. .time.date {margin-left: 0;}
  127. .time:hover {border-color: {color:Link};}
  128. .tags {line-height: 1em;}
  129. .tags a {font-size: 0.9em; margin: 0 2px 0 0; display: inline-block;}
  130. .tags a[class^="tagged-color"] {display: none;}
  131.  
  132. /* text */
  133. a {text-decoration: underline; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out; transition: color 0.5s ease-out; color: {color:Text};}
  134. #content a:hover {color: {color:Link};}
  135. h2 a, h1 a, .nodec {text-decoration: none;}
  136. #title {margin: 20px 0; display: block;}
  137. #title img {max-width: 100%; vertical-align: bottom;}
  138. h1 {margin: 20px 0; font-weight: normal; font-size: 1.6em; line-height: 1.2em; text-transform: uppercase; font-family: {font:Title};}
  139. h2, h3 {font-family: {font:Serif};}
  140. h2 {font-weight: 300; text-align: left; text-decoration: none; font-size: 2.2em; line-height: 1.2em; margin: 0; font-family: {font:Serif};}
  141. h2.page {text-align: center; margin: -5px 0 10px;}
  142. h3 {font-size: 1.4em; font-weight: normal; margin: 0; text-indent: 25px; line-height: 1.3em;}
  143. h3:before {content: '\201C'; font-size: 64px; margin: -10px 0 -100px -53px; line-height: normal; position: absolute; font-family: Arial, Helvetica, sans-serif;}
  144. .post ul, .post ol {padding: 0 0 0 18px; margin: 0.8em 0;}
  145. img {margin: 0px; padding: 0px; border: 0;}
  146. blockquote {margin: 0.8em 0 0.8em -10px; padding: 1px 0 1px 9px; border-left: 1px solid {color:Permalink};}
  147. blockquote blockquote, .pad blockquote {margin-left: 0;}
  148. .audio blockquote, .quote blockquote {padding: 0; border: 0;}
  149. blockquote img {width: auto;}
  150. p {margin: 0.8em 0;}
  151. .post *:first-child {margin-top: 0;}
  152. .post *:last-child {margin-bottom: 0;}
  153. .post img, .video iframe, .video embed, .video video {vertical-align: bottom; width: 100%;}
  154. .caption {margin: 7px 0 -2px;}
  155. .caption p {margin: 0;}
  156. .caption blockquote {margin-top: 4px; margin-bottom: 4px;}
  157. .caption.pad {padding: 7px; margin: 0; background-color: {color:Post Background};}
  158. .quote .caption {text-align: right;}
  159. .index .audio .post {overflow: hidden;}
  160. .index .audiobox {height: 27px!important; width: 100%; text-align: center; background-color: #000;}
  161. .index .audioarea {position: relative;}
  162. .index .audiobox.albumed {width: 27px!important; background-color: transparent; text-align: left; position: absolute; margin: -50% 0 0 50%;}
  163. .index .audioarea .audio_player {margin: -14px 0 0 -13px; position: absolute;}
  164. .index .audioarea .audio_player:after {position: absolute; content: ''; width: 57px; height: 57px; opacity: 0.35; margin: -41px 0 0 -15px; background-color: #000;}
  165. .index .audiobox.albumed .audiocrop {width: 27px!important; height: 27px!important; overflow: hidden; position: relative; z-index: 1234;}
  166. .perm .albumart {width: 283px; float: left; margin-right: 10px;}
  167. .perm .pad .albumart {width: 222px;}
  168. .perm .audio .caption {min-height: 246px; margin-top: 0; padding-top: 7px;}
  169. .perm .audio .caption.pad {min-height: 239px;}
  170. .post td {vertical-align: top;}
  171. .chat.pad h2 {padding: 2px 5px 0;}
  172. h2 + table {margin-top: 8px;}
  173. .chat.pad .post {padding: 0;}
  174. .chat table {width: 100%; border: 1px solid {color:Accent};}
  175. .chat tr {padding: 5px; display: block; border-bottom: 1px solid {color:Accent};}
  176. .chat tr:last-child {border-bottom-width: 0;}
  177. .answer .question {box-sizing: border-box; margin-bottom: 10px; -moz-box-sizing: border-box; padding: 7px; background-color: {color:Accent};}
  178. .answer .question:after {width: 0; height: 0; content: ''; position: absolute; display: block; right: 50%; margin: 5px -10px 0 0; border-width: 7px 10px 0; border-style: solid; border-color: {color:Accent} transparent;}
  179. .answer .asker, .answer .asker a {text-decoration: none; text-transform: uppercase; text-align: center;}
  180. .photoset .post {background-color: transparent;}
  181. .photoset-adjust img {width: 100%;}
  182. .sin {float: left; background-size: cover; background-position: 50% 50%; height: 100%; cursor: pointer; margin-left: 10px;}
  183. .phorow, .pic {float: left; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; margin-top: 10px;}
  184. .phorow:first-child, .pic:first-child {margin-top: 0px;}
  185. .pic div {margin-left: 0;}
  186. .row1 div {margin-left: 0; width: 100%;}
  187. .row2 {margin-right: -10px; padding-left: 10px;}
  188. .row2 div {width: 50%;}
  189. .row2 div:first-child {margin-left: -10px!important;}
  190. .row3 div {width: 33.3%;}
  191. .photoset.pad .phocap {margin-top: 10px;}
  192.  
  193. .clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
  194. .clearfix {display: inline-block;}
  195. /* start commented backslash hack \*/
  196. * html .clearfix { height: 1%; }
  197. .clearfix {display: block;}
  198. /* close commented backslash hack */
  199.  
  200. /* other */
  201. .index #tumblr_controls {position: fixed!important; margin-right: -2px; right: {text:Post Margin}px!important;}
  202. #infscr-loading {position: fixed; {block:IfNotSidebarAtBottom}bottom: 20px;{/block:IfNotSidebarAtBottom}{block:IfSidebarAtBottom}top: 35px;{/block:IfSidebarAtBottom} width: {text:Sidebar Width}px; {block:IfSidebarOnRight}right{/block:IfSidebarOnRight}{block:IfNotSidebarOnRight}left{/block:IfNotSidebarOnRight}: 0; text-align: center; z-index: 12345; display: none;}
  203.  
  204. ::-webkit-scrollbar{width:15px;height:5px;}
  205. ::-webkit-scrollbar-button:start:decrement
  206. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  207. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  208. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};}
  209. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};}
  210.  
  211.  
  212. #infscr-loading img {width: 29px;}
  213. .clearbg {background: transparent!important;}
  214. .nodisplay {display: none;}
  215. #likeit {height: 0; width: 0; visibility: hidden;}
  216. #totop {position: fixed; z-index: 12345; width: 0; height: 0; cursor: help; border-width: 20px 20px 0 0; border-style: solid; border-color: rgba(50,50,50,0.7) transparent; top: 3px; margin-right: -22px; right: {text:Post Margin}px;}
  217. #nav {margin: 25px 0; font-size: 16px; letter-spacing: 3px;{block:IfInfiniteScrolling} display: none;{/block:IfInfiniteScrolling}}
  218. #nav a {text-decoration: none; text-transform: uppercase;}
  219. #nav a.current, #nav a.jump {margin: 0 10px 0 0; display: inline-block;}
  220. #nav a.current {min-width: 14px; height: 16px; padding: 3px 3px 0 2px; text-align: center; border: 1px solid {color:Permalink};}
  221. #notes {max-height: 300px; overflow: auto;}
  222. #notes::-webkit-scrollbar {width: 10px;}
  223. #notes::-webkit-scrollbar-thumb {border-style: solid; border-color: {color:Accent};}
  224. #notes::-webkit-scrollbar-thumb {border-width: 0 5px 0 0;}
  225. #notes ol {margin: 0; padding: 0; list-style-type: none; counter-reset: notes;}
  226. #notes li.note {margin: 1px 0 10px; min-height: 30px; line-height: 15px; counter-increment: notes;}
  227. #notes li.note > a {text-decoration: none; float: left; min-height: 30px;}
  228. #notes li.note > a:after {content: counter(notes); font-size: 34px; margin: 0 8px 0 5px; vertical-align: -10px; color: {color:Accent}; font-family: {font:Permalink};}
  229. #notes li blockquote {border: none; margin: 0;}
  230. #notes li blockquote a {text-decoration: none;}
  231. #notes img.avatar {width: 30px; height: 30px; margin: -1px 0 -19px; vertical-align: top;}
  232. #notes li.note:last-child {min-height: 0; margin-bottom: 0;}
  233. #notes li.note:last-child > a:after {color: transparent;}
  234. .more_notes_link_container a {float: none!important; text-align: center; text-transform: uppercase;}
  235. #lightbox {display: none; background-color: rgba(255,255,255,0.7); border: 40px solid transparent; background-position: center; background-repeat: no-repeat; background-size: contain, 50px; top: 0; bottom: 0; left: 0; right: 0; position: fixed; z-index: 123456; text-align: center;}
  236.  
  237.  
  238. #sidebar {background: #eeeeee; padding: 5px; opacity: 0.8;}
  239. #sidebar p {margin-top: 8px; text-align: justify;}
  240. #sidebar h2 {text-indent: 0; text-align: center;}
  241.  
  242. .links { margin-left: 100px; margin-top: 10px; margin-bottom:1px; text-align: left; font-family:calibri; text-transform:uppercase; font-size:20px; letter-spacing:1px; z-index: 999}
  243.  
  244. .links a {color: {color:linkbg};}
  245.  
  246. .vsanna{display: none;}
  247.  
  248. {CustomCSS}
  249. </style>
  250.  
  251. {block:IfAnalyticsID}
  252. <script type="text/javascript">
  253. var _gaq = _gaq || [];
  254. _gaq.push(['_setAccount', '{text:Analytics ID}']);
  255. _gaq.push(['_trackPageview']);
  256. (function() {
  257. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  258. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  259. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  260. })();
  261. </script>
  262. {/block:IfAnalyticsID}
  263.  
  264. </head>
  265.  
  266. <body class="noie {block:PermalinkPage}perm {/block:PermalinkPage}{block:IndexPage}index{/block:IndexPage}">
  267.  
  268.  
  269. <div id="infscr-error" class="nodisplay">problem loading posts</div>
  270.  
  271. <iframe id="likeit"></iframe>
  272.  
  273. <div id="totop"></div>
  274.  
  275. <div id="shell">
  276. <aside class="{block:IfSidebarOnRight}right{/block:IfSidebarOnRight}{block:IfNotSidebarOnRight}left{/block:IfNotSidebarOnRight}">
  277.  
  278.  
  279. <div id="sidebar">
  280. <a href="/" class="nodec">{block:IfNotHideTitle}<h1{block:IfNotTitleImage} style="margin-bottom: 0;"{/block:IfNotTitleImage}>{Title}</h1>{/block:IfNotHideTitle}{block:IfTitleImage}<img id="title" width="200px" src="{image:Title}"/><br />{/block:IfTitleImage}</a>
  281. {block:SearchPage}<h4>search results for "{SearchQuery}"{block:NoSearchResults}<br />no results found{/block:NoSearchResults}</h4>{/block:SearchPage}
  282. {block:TagPage}<h4>posts tagged "{Tag}"</h4>{/block:TagPage}
  283. {block:Description}<p>{Description}
  284. <p>
  285. <a href="{text:Link1}">{text:Link1 Title}</a><br>
  286. <a href="{text:Link2}">{text:Link2 Title}</a><br>
  287. <a href="{text:Link3}">{text:Link3 Title}</a><br>
  288. <a href="{text:Link4}">{text:Link4 Title}</a><br>
  289. <a href="{text:Link5}">{text:Link5 Title}</a><br>
  290. <a href="http://instagram.com/vishnora" title="sigo de volta ^^">instagram</a>
  291. <br>
  292.  
  293. <p><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title=""><font color="{color:source}">«</font></a>{/block:PreviousPage}{/block:Pagination}<b>{CurrentPage}</b> page or <b>{TotalPages}</b>{block:Pagination}{block:NextPage}<a href="{NextPage}" title=""><font color="{color:source}">»</font></a>{/block:NextPage}{/block:Pagination}</center>
  294.  
  295. </p>{/block:Description}
  296. </div>
  297.  
  298. {block:TagPage}
  299. <a href="{TagURLChrono}" class="time tag"># {Tag}</a>
  300. {/block:TagPage}
  301. <ul id="links">
  302. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}{/block:HasPages}
  303.  
  304. {block:IfRssLink}<li><a href="{RSS}">RSS</a></li>{/block:IfRssLink}
  305. </ul>
  306. {block:IfTwitterUsername}
  307. <div id="twitter"></div>
  308. {/block:IfTwitterUsername}
  309. {block:IfSearchBar}
  310.  
  311. {/block:IfSearchBar}
  312. {block:Pagination}
  313. <div id="nav" class="paging">
  314. {block:PreviousPage}<a href="{PreviousPage}" title="previous page" id="prev">&#9665;</a>{/block:PreviousPage}
  315. {block:NextPage}<a href="{NextPage}" title="next page" id="next">&#9655;</a>{/block:NextPage}
  316. </div>
  317. {/block:Pagination}
  318. </div></aside>
  319.  
  320. <div id="content">
  321. {block:IndexPage}</div><div id="hide">{/block:IndexPage}
  322.  
  323. {block:Posts}
  324. <article class="{block:Photo}photo z{/block:Photo}{block:Photoset}photoset{/block:Photoset}{block:Quote}quote pad{/block:Quote}{block:Link}link pad{/block:Link}{block:Text}text pad{/block:Text}{block:Chat}chat pad{/block:Chat}{block:Audio}audio{block:AlbumArt} art z{/block:AlbumArt}{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer pad{/block:Answer} {block:Date}not{/block:Date}page" id="{PostID}" data-tags="{block:HasTags}{block:Tags}{URLSafeTag} {/block:Tags}{/block:HasTags}tags">
  325.  
  326. <div class="post">
  327.  
  328. {block:Quote}
  329. <h3>{Quote}</h3>
  330. {block:Source}<div class="caption">{Source}</div>{/block:Source}
  331. {/block:Quote}
  332.  
  333. {block:Photo}
  334. {LinkOpenTag}
  335. {block:IndexPage}<img src="{PhotoURL-400}" data-hd="{PhotoURL-HighRes}" href="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" />{/block:IndexPage}
  336. {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" />{/block:PermalinkPage}
  337. {LinkCloseTag}
  338. {/block:Photo}
  339.  
  340. {block:Photoset}
  341. <center>
  342. <div class="adjust-photoset clearfix" data-layout="{PhotosetLayout}" data-count="{PhotoCount}">{block:Photos}<div class="pic"><div class="sin zoom" style="background-image: url('{PhotoURL-400}');" href="{PhotoURL-HighRes}" data-hd="{PhotoURL-HighRes}"><img src="{block:IndexPage}{PhotoURL-400}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}" /></div></div>{/block:Photos}</div>
  343. </center>
  344. {/block:Photoset}
  345.  
  346. {block:Video}
  347. {block:IndexPage}{Video-400}{/block:IndexPage}
  348. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  349. {/block:Video}
  350.  
  351. {block:Link}
  352. <h2><a href="{URL}" {Target}>{Name}</a></h2>
  353. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  354. {/block:Link}
  355.  
  356. {block:Chat}
  357. {block:Title}<h2>{Title}</h2>{/block:Title}
  358. <table class="chat" style="border-spacing: 0px;">
  359. {block:Lines}
  360. <tr>
  361. {block:Label}<td class="label" style="padding-right: 20px;">{Label}</td>{/block:Label}
  362. <td class="line">{Line}</td>
  363. </tr>
  364. {/block:Lines}
  365. </table>
  366. {/block:Chat}
  367.  
  368. {block:Audio}
  369. {block:AlbumArt}
  370. {block:IndexPage}<div class="audioarea">{/block:IndexPage}
  371. <img border="0" src="{AlbumArtUrl}" class="albumart" />
  372. {/block:AlbumArt}
  373. <div class="audiobox{block:AlbumArt} albumed{/block:AlbumArt}" id="{PostID}">{AudioPlayer}</div>
  374. {block:AlbumArt}{block:IndexPage}</div>{/block:IndexPage}{/block:AlbumArt}
  375. {/block:Audio}
  376.  
  377. {block:Text}
  378. {block:Title}<h2>{Title}</h2>{/block:Title}
  379. {Body}
  380. {/block:Text}
  381.  
  382. {block:Answer}
  383. <div class="question">{Question}</div>
  384. <div class="asker">{Asker}</div>
  385. {Answer}
  386. {/block:Answer}
  387.  
  388. </div>
  389.  
  390. {block:IfShowCaptions}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
  391. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  392.  
  393. {block:Date}
  394. <div class="permalink">
  395. <a href="{Permalink}" class="time date">{TimeAgo}</a> {text:Permalink Separator}{block:IndexPage}<a href="{ReblogUrl}" class="time date">reblog</a>{/block:IndexPage}{block:Audio}{text:Permalink Separator}<a href="{Permalink}" class="time">{PlayCountWithLabel}</a>{/block:Audio}{block:NoteCount}{text:Permalink Separator}<a href="{Permalink}#notes" class="time">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IfSourceInPermalink}{block:ContentSource}{text:Permalink Separator}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>{/block:IfSourceInPermalink}
  396. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  397.  
  398. {block:IfShowTagsOnHomepage}
  399. {block:HasTags}<div class="tags">{block:Tags}
  400. <a href="{TagURL}" class="tagged-{URLSafeTag}"># {Tag}</a>
  401. {/block:Tags}</div>{/block:HasTags}
  402. {/block:IfShowTagsOnHomepage}
  403. {block:IfNotShowTagsOnHomepage}{block:PermalinkPage}
  404. {block:HasTags}<div class="tags">{block:Tags}
  405. <a href="{TagURL}" class="tagged-{URLSafeTag}"># {Tag}</a>
  406. {/block:Tags}</div>{/block:HasTags}
  407. {/block:PermalinkPage}{/block:IfNotShowTagsOnHomepage}
  408. </div>
  409. {/block:Date}
  410.  
  411. </article>
  412.  
  413. {block:PostNotes}
  414. <div class="post-shell pad note-shell noify" id="notes">
  415. <div class="post">
  416. {PostNotes}
  417. </div></div>
  418. {/block:PostNotes}
  419.  
  420.  
  421. {/block:Posts}
  422.  
  423. </div>
  424.  
  425. </body>
  426. </html>
Advertisement
Add Comment
Please, Sign In to add comment