Ikxa

32adrenalinatheme

Aug 31st, 2011
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 29.29 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. não remova os créditos
  4. theme feito por Ikxa Blank - adrenalinamental.tumblr.com
  5. -->
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <html lang="en"><head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link rel="shortcut icon" href="{Favicon}" />  
  11. {block:IfInfiniteScrolling}
  12. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  13. <meta name="image:Background" content="http://28.media.tumblr.com/tumblr_lqt4g2v50m1qju13ao1_250.gif"/>
  14. <meta name="if:Infinite Scrolling" content="0"/>
  15. <meta name="text:Body Font Size" content="12px"/>
  16. <meta name="text:Sidebar Title Font Size" content="20px"/>
  17. <meta name="text:Custom Asker Text" content="disse"/>
  18. <meta name="text:Custom Link One" content="link 01"/>
  19. <meta name="text:Custom Link One URL" content="/tagged/tag01"/>
  20. <meta name="text:Custom Link Two" content="link 02"/>
  21. <meta name="text:Custom Link Two URL" content="/tagged/tag02"/>
  22. <meta name="text:Custom Link Three" content="link 03"/>
  23. <meta name="text:Custom Link Three URL" content="/tagged/tag03"/>
  24. <meta name="text:Custom Link Four" content="link 04"/>
  25. <meta name="text:Custom Link Four URL" content="/tagged/tag04"/>
  26. <meta name="text:Custom Link Five" content="FAQ"/>
  27. <meta name="text:Custom Link Five URL" content="/faq"/>
  28. <meta name="text:Custom Link Six" content="escreve comigo"/>
  29. <meta name="text:Custom Link Six URL" content="/submit"/>
  30. <meta name="text:Custom Link Seven" content="ask me"/>
  31. <meta name="text:Custom Link Seven URL" content="/ask"/>
  32. <meta name="color:Background" content="#fff"/>
  33. <meta name="color:Body Text" content="#808080"/>
  34. <meta name="color:Post Background" content="#fff"/>
  35. <meta name="color:Body Headers" content="#000"/>
  36. <meta name="color:Links" content="#C7C7C7"/>
  37. <meta name="color:Links Hover" content="#F3713E"/>
  38. <meta name="color:Permalink Background" content="#F8EFE8"/>
  39. <meta name="color:Permalink Text" content="#616161"/>
  40. <meta name="color:Permalink Links" content="#989C8C"/>
  41. <meta name="color:Permalink Links Hover" content="#F3713E"/>
  42. <meta name="color:Sidebar Background" content="#fff"/>
  43. <meta name="color:Sidebar Title" content="#808080"/>
  44. <meta name="color:Sidebar Text" content="#808080"/>
  45. <meta name="color:Sidebar Links" content="#C7C7C7"/>
  46. <meta name="color:Sidebar Links Hover" content="#fff"/>
  47. <meta name="color:Navi Links" content="#8F8F8F"/>
  48. <meta name="color:Navi Links Hover" content="#333"/>
  49. <meta name="color:Navi Links Background" content="#EBEBEB"/>
  50. <meta name="color:Navi Links Background Hover" content="#F8EFE8"/>
  51. <meta name="color:Navi Border" content="#F3713E"/>
  52. <meta name="font:Body" content="Arial"/>
  53. <meta name="font:Sidebar Title" content="georgia"/>
  54. <meta name="if:Consolas Font" content="1"/>
  55. <meta name="if:Show Captions" content="1"/>
  56. <meta name="if:Show Notes" content="1"/>
  57. <meta name="if:Show Dates" content="1"/>
  58. <meta name="if:Show Reblogged From" content="1"/>
  59. <meta name="if:Show Tags" content="1"/>
  60. <meta name="if:Show Sidebar Title" content="1"/>
  61. <meta name="if:Show Description" content="1"/>
  62. <meta name="if:Show Search" content="0"/>
  63. <meta name="if:Styled Scrollbar" content="1"/>
  64.  
  65.  
  66. <style type="text/css">
  67. body {background-color:{color:Background};color:{color:Body Text};font-family:{block:IfNotConsolasFont}{font:Body}{/block:IfNotConsolasFont}{block:IfConsolasFont}consolas{/block:IfConsolasFont};font-size:{block:IfBodyFontSize}{text:Body Font Size}{/block:IfBodyFontSize};overflow-x:hidden; letter-spacing:1px;background-image:url({image:Background});background-attachment:fixed;}
  68.  
  69. a {text-decoration:none;color:{color:Links};-webkit-transition: all 0.7s ease-out;
  70. -moz-transition: all 0.7s ease-out;
  71. transition: all 0.7s ease-out;}
  72. a:hover {color:{color:Links Hover};}
  73. img {border:none;}
  74.  
  75. iframe#tumblr_controls {right:3px !important;
  76. position: fixed !important;
  77. -webkit-transition: opacity 0.7s linear;
  78. opacity: 0.2;
  79. -webkit-transition: all 0.8s ease-out;
  80. -moz-transition: all 0.8s ease-out;
  81. transition: all 0.8s ease-out;}
  82.  
  83. iframe#tumblr_controls:hover{
  84. -webkit-transition: opacity 0.7s linear;
  85. opacity: 1;
  86. -webkit-transition: all 0.4s ease-out;
  87. -moz-transition: all 0.4s ease-out;
  88. transition: all 0.4s ease-out;}
  89.  
  90. {block:IfStyledScrollbar}
  91. ::-webkit-scrollbar-thumb:vertical {
  92. background-color:#F3713E;
  93. height:100px;
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb:horizontal {
  97. background-color:#F3713E;
  98. height:10px !important;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:10px;
  103. width:12px;
  104. background-color:#fff;
  105. }
  106. {/block:IfStyledScrollbar}
  107.  
  108.  
  109. #principal {width:500px;padding:7px;position:absolute;left:450px;top:0px;z-index:-1;}
  110. #posts {width:500px;margin-bottom:7px;background-color:{color:Post Background};padding:7px;}
  111.  
  112. #field { background-color:{color:Permalink Background};margin-top:0px;color:{color:Permalink Text}}
  113. #field a {color:{color:Permalink Links};}
  114. #field a:hover {color:{color:Permalink Links Hover};}
  115.  
  116. h3 a {font-family:georgia;text-transform:lowercase;font-size:15px;font-weight:normal;color:{color:Body Headers};padding:7px;font-style:italic;}
  117.  
  118. ol, li, ul {text-align:left;}
  119.  
  120. ol.notes {width:500px;font-size:10px;padding:7px;color:{color:Body};margin:15px 0px;list-style-type: none;background-color:{color:Post Background};}
  121. ol.notes a,ol.notes span,#tra span {color:{color:Links};}
  122. ol.notes li.note { padding:12px;}
  123. blockquote{padding:0 0 0 4px; margin:0 0 0 14px;border-left:1px solid {color:Links};text-align:left;}
  124.  
  125. #sidebar {position:fixed;left:20px;top:55px;width:400px;background-color:{color:Sidebar Background};padding:10px;color:{color:Sidebar Text};}
  126. #sidebar a {color:{color:Sidebar Links};}
  127. #sidebar a:hover {color:{color:Sidebar Links Hover};}
  128. #ikxa {text-align:center;}
  129. #ikxa a {font-size:{block:IfSidebarTitleFontSize}{text:Sidebar Title Font Size}{/block:IfSidebarTitleFontSize};font-family:{font:Sidebar Title};color:{color:Sidebar Title};}
  130. #regu {width:400px;}
  131. #regu img {max-width:400px;}
  132. #sideimg {width:400px;height:180px;overflow:hidden;}
  133. .fadein { position:relative;height:180px;border:none;overflow:hidden;margin-right:10px; margin-left:10px; }
  134. .fadein img {position:absolute;max-width:400px;min-width:180px;min-height:180px;}
  135. #navi a {display:block;background-color:{color:Navi Links Background};margin-bottom:7px;padding:0px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;border-left:15px solid {Color:Navi Border};color:{color:Navi Links};}
  136. #navi a:hover {background-color:{color:Navi Links Background Hover};color:{color:Navi Links Hover}; border-left:25px solid {color:Navi Border};-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  137. #navi a:hover span {-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;margin-left:25%;}
  138. #navi a span {font-weight:lighter;font-family:{block:IfNotConsolasFont}{font:Body}{/block:IfNotConsolasFont}{block:IfConsolasFont}consolas{/block:IfConsolasFont};font-size:10px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;margin-left:10%;}
  139.  
  140. .white img, #moon img {max-width:500px;}
  141. .pink img, blockquote img {max-width:450px; max-height:315px;}
  142.  
  143. .green {width:140px;font-family:consolas;font-size:10px;color:#000;}
  144. .green:focus {border:none;outline: none;border:1px solid {color:Sidebar Links};}
  145. .yellow {border:none;background:none;color:{color:Sidebar Links};font-size:10px;background-color:{color:Navi Links Background};}
  146. </style>
  147.  
  148. <script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
  149. <script src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/effects.js"></script>
  150. <script>
  151. setInterval(function(){
  152. var imgs = $$('.fadein img'),
  153. visible = imgs.findAll(function(img){ return img.visible(); });
  154. if(visible.length>1) visible.last().fade({ duration: .7 });
  155. else imgs.last().appear({ duration: .7,
  156. afterFinish: function(){ imgs.slice(0,imgs.length-1).invoke('show');  } });
  157. }, 10000);
  158. </script>
  159.  
  160. </head>
  161.  
  162. <body>
  163.  
  164. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  165. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  166. <script type="text/javascript">
  167. SCMMusicPlayer.init("{'skin':'skins/orange/skin.css','playback':{'autostart':'true','shuffle':'false','volume':'50'},'playlist':[{'title':'Katy Perry - Last Friday Night (T.G.I.F.)','url':'http://www.youtube.com/watch?v=KlyXNRrsk4A&ob=av2e'}],'placement':'bottom','showplaylist':'false'}");
  168. </script>
  169. <!--End of SCM Music Player script-->
  170.  
  171. <div id="sidebar">
  172. {block:IfShowSidebarTitle}
  173. <div id="ikxa"><a href="/">{Title}</a></div>
  174. <table width="380" border="0" cellspacing="3" cellpadding="0">
  175.   <tr>
  176.     <td width="45%" rowspan="2" align="left" valign="top"><a href="/"><img src="http://28.media.tumblr.com/tumblr_lqoxr8gpFY1qcdtw0o1_250.gif" width="260" height="180" border="0"></a></td>
  177.     <td width="55%" align="left" valign="top"><a href="/"><img src="http://29.media.tumblr.com/tumblr_lqoxr8gpFY1qcdtw0o2_250.gif" width="130" height="88" border="0"></a></td>
  178.   </tr>
  179.   <tr>
  180.     <td align="left" valign="top"><a href="/"><img src="http://27.media.tumblr.com/tumblr_lqoxr8gpFY1qcdtw0o3_250.gif" width="130" height="88" border="0"></a></td>
  181.   </tr>
  182. </table>
  183. <div id="navi"><br>
  184. {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"><span> + {text:Custom Link One}</span>{/block:IfCustomLinkOne}</a>
  185.  
  186. {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"><span> + {text:Custom Link Two}</span>{/block:IfCustomLinkTwo}</a>
  187.  
  188. {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"><span> + {text:Custom Link Three}</span>{/block:IfCustomLinkThree}</a>
  189.  
  190. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"><span> + {text:Custom Link Four}</span>{/block:IfCustomLinkFour}
  191. </a>
  192.  
  193. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"><span> + {text:Custom Link Five}</span>{/block:IfCustomLinkFive}
  194. </a>
  195.  
  196. {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}"><span> + {text:Custom Link Six}</span>{/block:IfCustomLinkSix}
  197. </a>
  198.  
  199. {block:IfCustomLinkSeven}<a href="{block:IfCustomLinkSevenURL}{text:Custom Link Seven URL}{/block:IfCustomLinkSevenURL}"><span> + {text:Custom Link Seven}</span>{/block:IfCustomLinkSeven}
  200. </a>
  201.  
  202. </div>{block:IfShowDescription}<br>
  203. {block:Description}{Description}{/block:Description}{/block:IfShowDescription}<br>
  204. <marquee>O mundo é que as vezes é um lugar bem louco de se viver!</marquee>
  205.  
  206. {block:IfShowSearch}<br><Br><form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}"/ class="green">&nbsp;&nbsp;<input type="submit" value="search"/ class="yellow">
  207. </form>{/block:IfShowSearch}
  208. {block:IfNotInfiniteScrolling}
  209. <br><center>
  210. {block:Pagination}
  211. {block:PreviousPage}
  212. <a href="{PreviousPage}">Previous</a>
  213. {/block:PreviousPage}
  214. {block:JumpPagination length="3"}
  215. {block:CurrentPage}
  216. <span class="current_page">{PageNumber}</span>
  217. {/block:CurrentPage}
  218. {block:JumpPage}
  219. <a class="jump_page" href="{URL}">{PageNumber}</a>
  220. {/block:JumpPage}
  221. {/block:JumpPagination}
  222. {block:NextPage}
  223. <a href="{NextPage}">Next</a>
  224. {/block:NextPage}
  225. {/block:Pagination}</center>{/block:IfNotInfiniteScrolling}<br>
  226. <div align="center">Theme feito por <a href="http://adrenalinamental.tumblr.com/">Ikxa
  227.   Blank</a> ©<br><small>não copie ou retire os créditos</small></div>
  228. </div>
  229.  
  230. <div id="principal">
  231. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  232. {block:Posts}
  233.  
  234. <div class="blue">
  235.  
  236. {block:Text}<div class="pink" id="posts">{block:Title}<center><h3><a href="{Permalink}">{Title}</a></h3></center>{/block:Title}<div class="white" style="{block:IfBodyFontSize}font-size:{text:Body Font Size};{/block:IfBodyFontSize}">{Body}</div>
  237. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}">Reblog this</a>
  238. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  239. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  240. {block:IfNotShowTags}{block:PermalinkPage}<br>
  241. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  242. {block:IfShowTags}<br>
  243. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  244. </div> {/block:Text}
  245.  
  246. {block:Photo}<div id="posts">
  247. <a style="border:none;" href="{Permalink}"><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" style="max-width:500px;"></a>
  248. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  249. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  250. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  251. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  252. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  253. {block:IfNotShowTags}{block:PermalinkPage}<br>
  254. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  255. {block:IfShowTags}<br>
  256. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  257. </div>
  258. {/block:Photo}
  259.  
  260. {block:Photoset}<div id="posts">{Photoset-500}
  261. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  262. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  263. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  264. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  265. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  266. {block:IfNotShowTags}{block:PermalinkPage}<br>
  267. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  268. {block:IfShowTags}<br>
  269. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  270. </div>
  271. {/block:Photoset}
  272.  
  273. {block:Quote}<div id="posts"><center><h3><a>"{Quote}"</a></h3>
  274. {block:Source}<br>+ {Source}{/block:Source}</center>
  275. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  276. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  277. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  278. {block:IfNotShowTags}{block:PermalinkPage}<br>
  279. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  280. {block:IfShowTags}<br>
  281. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  282. </div>
  283. {/block:Quote}
  284.  
  285. {block:Link}<div id="posts">
  286. <center><h3><a href="{URL}">{Name}</a><br></h3></center>
  287. {block:Description}{Description}{/block:Description}
  288. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  289. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  290. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  291. {block:IfNotShowTags}{block:PermalinkPage}<br>
  292. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  293. {block:IfShowTags}<br>
  294. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  295. </div>
  296. {/block:Link}
  297.  
  298.  
  299. {block:Audio}<div id="posts"><br>
  300. <center><div style="z-index:-1;">{AudioPlayerBlack}</div><br>
  301. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  302. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  303. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  304. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  305. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  306. {block:IfNotShowTags}{block:PermalinkPage}<br>
  307. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  308. {block:IfShowTags}<br>
  309. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  310. </div>
  311. {/block:Audio}
  312.  
  313. {block:Chat}<div id="posts">
  314. {block:Title}<b>{Title}</b>{/block:Title}
  315. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  316. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  317. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  318. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  319. {block:IfNotShowTags}{block:PermalinkPage}<br>
  320. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  321. {block:IfShowTags}<br>
  322. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  323. </div>
  324. {/block:Chat}
  325.  
  326. {block:Video}<div id="posts">{video-500}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  327. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  328. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  329. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  330. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  331. {block:IfNotShowTags}{block:PermalinkPage}<br>
  332. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  333. {block:IfShowTags}<br>
  334. {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  335. </div>
  336. {/block:Video}
  337.  
  338. {block:Answer}
  339. <div class="blue" id="posts"><center>
  340. <img src="{AskerPortraitURL-40}"><b> {Asker} {block:IfCustomAskerText}{text:Custom Asker Text}{/block:IfCustomAskerText},</b> "{Question}"<br>-------<br>
  341. <div id="moon" style="padding:10px;">{Answer}</div></center>
  342. <div id="field" style="text-align:center;">{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
  343. {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
  344. {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
  345. {block:IfNotShowTags}{block:PermalinkPage}<br>
  346. {block:HasTags}tags: {block:Tags}<a href="{TagURL}"># {Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
  347. {block:IfShowTags}<br>
  348. {block:HasTags}tags: {block:Tags}<a href="{TagURL}"># {Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{block:IfShowTags}</div>
  349. </div>
  350. {/block:Answer}
  351.  
  352. {block:PermalinkPage}
  353. {block:PostNotes}{PostNotes}{/block:PostNotes}<a href="{ReblogURL}"> Reblog this</a>
  354. {/block:PermalinkPage}
  355.  
  356. </div>
  357.  
  358.  
  359. {/block:Posts}{block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  360.  
  361.  
  362. </div>
  363. </body>
  364. </html>
Advertisement
Add Comment
Please, Sign In to add comment