Advertisement
silentthemes

Siboh Theme

Oct 19th, 2012
11,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.03 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"><html xmlns="http://www.w3.org/1999/xhtml">
  2.  
  3. <!-- ------------------------------------------------------------------
  4. ____ _ _ _ _____ _
  5. / ___|(_) | ___ _ __ | |_ |_ _| |__ ___ _ __ ___ ___ ___
  6. \___ \| | |/ _ \ '_ \| __| | | | '_ \ / _ \ '_ ` _ \ / _ \/ __|
  7. ___) | | | __/ | | | |_ | | | | | | __/ | | | | | __/\__ \
  8. |____/|_|_|\___|_| |_|\__| |_| |_| |_|\___|_| |_| |_|\___||___/
  9.  
  10.  
  11. Siboh Theme
  12. Made by EXTICE
  13. http://extice.tumblr.com/
  14. More themes at: http://silentthemes.tumblr.com/
  15.  
  16. ------------------------------------------------------------------- -->
  17.  
  18. <head>
  19.  
  20. <meta name="font:Text" content="arial"/>
  21.  
  22. <meta name="text:Font Size" content="10px"/>
  23. <meta name="text:Title Size" content="14px"/>
  24. <meta name="text:Ask Title" content="contact"/>
  25. <meta name="text:Archive Title" content="archive"/>
  26. <meta name="text:Post Title Size" content="12px"/>
  27. <meta name="text:Post Width" content="250px"/>
  28. <meta name="text:Permalink Page Width" content="300px"/>
  29. <meta name="text:Post Bottom Margin" content="0px"/>
  30. <meta name="text:Sidebar Height" content="0px"/>
  31. <meta name="text:Sidebar Width" content="170px"/>
  32. <meta name="text:Header Size" content="50px"/>
  33.  
  34. <meta name="text:Custom Link One" content="http://" />
  35. <meta name="text:Custom Link One Title" content="" />
  36. <meta name="text:Custom Link Two" content="http://" />
  37. <meta name="text:Custom Link Two Title" content="" />
  38. <meta name="text:Custom Link Three" content="http://" />
  39. <meta name="text:Custom Link Three Title" content="" />
  40.  
  41. <meta name="color:Text" content="#000"/>
  42. <meta name="color:Background" content="#fff"/>
  43. <meta name="color:Links" content="#000"/>
  44. <meta name="color:Hover" content="#e8e8e8"/>
  45. <meta name="color:Posts" content="#fff"/>
  46. <meta name="color:Borders" content="#000"/>
  47. <meta name="color:Scrollbar" content="#000"/>
  48. <meta name="color:Scrollbar Background" content="#fff"/>
  49.  
  50. <meta name="image:Background" content=""/>
  51. <meta name="image:Header" content=""/>
  52.  
  53. <meta name="if:FollowDashboard Only On Hover" content="0"/>
  54. <meta name="if:Enable Date Posted" content="0"/>
  55. <meta name="if:Image Opacity" content="1"/>
  56. <meta name="if:Solid Image Borders" content="0"/>
  57. <meta name="if:Solid Borders" content="1"/>
  58. <meta name="if:Dotted Image Borders" content="1"/>
  59. <meta name="if:Dotted Borders" content="0"/>
  60. <meta name="if:Disable Sidebar" content="0"/>
  61. <meta name="if:Disable Title" content="0">
  62. <meta name="if:Disable Links" content="0">
  63. <meta name="if:Disable Description" content="1">
  64. <meta name="if:Grayscale Images" content="0">
  65. <meta name="if:Grayscale To Color Hover" content="0">
  66. <meta name="if:Audioplayer White" content="1">
  67. <meta name="if:Notes Hover 1" content="0">
  68. <meta name="if:Notes Hover 2" content="0">
  69.  
  70. <title>{Title}</title>
  71.  
  72. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  73.  
  74. <link rel="shortcut icon" href="{Favicon}">
  75.  
  76. </head>
  77.  
  78. <style type="text/css">
  79.  
  80. ::-webkit-scrollbar-thumb:vertical { background-color:{color:scrollbar}; height:100px; }
  81.  
  82. ::-webkit-scrollbar { height:10px; width:10px; background-color:{color:scrollbar background}; }
  83.  
  84. #fade {
  85. display: none;
  86. background: #fff;
  87. position: fixed; left: 0; top: 0;
  88. width: 100%; height: 100%;
  89. opacity: .10;
  90. z-index: 9999;
  91. }
  92.  
  93. img.btn_close {
  94. float: right;
  95. margin: -5px -5px 0 0;
  96. }
  97.  
  98. {block:IfFollowDashboardOnlyOnHover}
  99. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  100. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .7;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  101. {/block:IfFollowDashboardOnlyOnHover}
  102.  
  103. {block:IfNotFollowDashboardOnlyOnHover}
  104. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  105. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  106. {/block:IfNotFollowDashboardOnlyOnHover}
  107.  
  108.  
  109. body {
  110. background-size: 100% 100%;
  111. background-color:{color:background};
  112. background-repeat:no-repeat;
  113. background-image:url({image:background});
  114. color:{color:Text};
  115. line-height:15px;
  116. font-size:12px;
  117. letter-spacing:0px;
  118. background-position:right top;
  119. background-attachment:fixed;
  120. font-family:{font:Text};
  121. text-align:justify;
  122. {block:PermalinkPage}line-height:15px;
  123. font-size:12px;
  124. letter-spacing:0px;{/block:PermalinkPage}
  125. }
  126.  
  127. .content {
  128. margin-left: auto;
  129. margin-right: auto;
  130. {block:PermalinkPage}
  131. margin-left:auto;
  132. {/block:PermalinkPage}}
  133.  
  134. .canvas {
  135. line-height:10px;
  136. font-size:{text:Font Size};
  137. color:{color:Text};
  138. letter-spacing:0px;}
  139.  
  140. .head {
  141. font-family: {font:Text};
  142. font-size:{text:Font Size};
  143. text-decoration: none;
  144. letter-spacing:0px;
  145. font-weight:none;
  146. line-height:100%;
  147. margin-bottom:0px;
  148. text-align:left;}
  149.  
  150. .block {
  151. bottom:{text:Sidebar Height};
  152. position:fixed;
  153. width:{text:sidebar width};
  154. margin-bottom: 15px;
  155. margin-left: 30px;}
  156.  
  157. .title {
  158. line-height:{text:title size};}
  159.  
  160. #navigation {
  161. width:0px;
  162. margin:auto;
  163. position:absolute;}
  164.  
  165. .entry {
  166. {block:IndexPage}width:{text:post width};
  167. margin-bottom:{text:post bottom margin};
  168. margin-top:25px;
  169. padding:0px;
  170. position: relative;{/block:IndexPage}
  171. background-color:{color:post background};
  172. {block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  173.  
  174. .description {
  175. font-size:{text:font size};
  176. text-align:justify;}
  177.  
  178. .posts {
  179. display: block;
  180. margin-left: auto;
  181. margin-right: auto;
  182. width:{text:post width};
  183. {block:PermalinkPage}width:600px;{/block:PermalinkPage}
  184. margin-top:50px;}
  185.  
  186. .posts img {
  187. {block:IfGrayscaleImages}-webkit-filter: grayscale(100%);
  188. {/block:IfGrayscaleImages}
  189. {block:IndexPage}width:{text:post width};
  190. border:1px
  191. {block:IfSolidImageBorders}solid {color:Borders};
  192. {/block:IfSolidImageBorders}
  193. {block:IfDottedImageBorders}dotted {color:Borders};
  194. {block:IfDottedImageBorders}
  195. {/block:IndexPage}
  196. {block:PermalinkPage}width:{text:permalink page width};
  197. {/block:PermalinkPage}}
  198.  
  199. {block:IfGrayscaleToColorHover}
  200. img {
  201. border: 0px;
  202. opacity: .75;
  203. filter: alpha(opacity=100);
  204. -o-transition: opacity .75s linear;
  205. -webkit-transition: opacity .75s linear;
  206. -moz-transition: opacity .75s linear;
  207. -webkit-filter: grayscale(100%);
  208. -webkit-transition: opacity 0.8s linear;}
  209. img:hover {
  210. opacity: 100;
  211. filter: alpha(opacity=100);
  212. -o-transition: opacity .75s linear;
  213. -webkit-transition: opacity .75s linear;
  214. -moz-transition: opacity .75s linear;
  215. -webkit-filter: grayscale(0%);}
  216. {/block:IfGrayscaleToColorHover}
  217.  
  218. {block:IfImageOpacity}
  219. img, a img {
  220. border: 0px;
  221. opacity: .75;
  222. filter: alpha(opacity=100);
  223. -o-transition: opacity .75s linear;
  224. -webkit-transition: opacity .75s linear;
  225. -moz-transition: opacity .75s linear;}
  226. img:hover, a:hover img {
  227. opacity: 100;
  228. filter: alpha(opacity=100);
  229. -o-transition: opacity .75s linear;
  230. -webkit-transition: opacity .75s linear;
  231. -moz-transition: opacity .75s linear;}
  232. {/block:IfImageOpacity}
  233.  
  234. .entry .jaw {
  235. bottom: -5px;
  236. height: 13px;
  237. right: 5px;
  238. padding: 10px 0px 7px 0px;
  239. font-size: 10px;
  240. font-family:{font:Text};
  241. font-weight: normal;
  242. opacity: 0;
  243. color: #000;
  244. position: absolute;
  245. text-align: right;
  246. -webkit-transition: all 0.8s ease;
  247. -moz-transition: all 0.8s ease;
  248. transition: all 0.8s ease;}
  249.  
  250. .jaw a {
  251. color: {color:links};}
  252.  
  253. .entry:hover .jaw {
  254. opacity: 1;}
  255.  
  256. .entry .jaw2 {
  257. width: 100%;
  258. height: 13px;
  259. padding: 10px 0px 7px 0px;
  260. font-size: 10px;
  261. font-family:{font:Text};
  262. font-weight: normal;
  263. opacity: 0;
  264. background-color: #fff;
  265. color: #000;
  266. position: absolute;
  267. text-align: center;
  268. -webkit-transition: all 0.8s ease;
  269. -moz-transition: all 0.8s ease;
  270. transition: all 0.8s ease;}
  271.  
  272. .jaw2 a {
  273. color: #000;}
  274.  
  275. .entry:hover .jaw2 {
  276. opacity: .75;}
  277.  
  278. .entry .sideperm {
  279. opacity:0;
  280. position:absolute;
  281. float:left;
  282. padding-left:20px;
  283. padding-top:1px;
  284. margin-left:{text:post width};
  285. -moz-transition: all 0.3s ease-out;
  286. -o-transition: all 0.3s ease-out;
  287. -webkit-transition: all 0.3s ease-out;
  288. transition: all 0.3s ease-out;}
  289.  
  290. .entry:hover .sideperm {
  291. opacity:1;
  292. -moz-transition: all 0.3s ease-out;
  293. -o-transition: all 0.3s ease-out;
  294. -webkit-transition: all 0.3s ease-out;
  295. transition: all 0.3s ease-out;}
  296.  
  297. a {
  298. color:{color:Links};
  299. text-decoration: none;}
  300.  
  301. a:hover {
  302. -webkit-transition-duration:.5s;
  303. filter:alpha(opacity=90);
  304. -moz-transition: 0.5s ease-in;
  305. -webkit-transition: 0.5s ease-in;
  306. -o-transition: 0.5s ease-in;
  307. transition: 0.5s ease-in;
  308. color: {color:Hover};}
  309.  
  310. .chat ul {
  311. padding:0px 0px 0px 0px;
  312. margin:0px 0px 0px 0px;
  313. font-family: {font:Text};
  314. font-size:{text:Font Size};}
  315. .chat li {
  316. width: 215px;
  317. list-style-type: none;
  318. padding-left:0px;
  319. margin-right:0px;
  320. font-family: {font:Text};
  321. opacity: 0.8;}
  322. .chat li.odd {
  323. color: {color:Text};}
  324. .chat li.even {
  325. color: {color:Text};}
  326. .label {
  327. font-weight: bold;
  328. font-size:{text:Font Size};}
  329.  
  330. .audioplayer {
  331. width:100%;
  332. overflow:hidden;
  333. {block:IfAudioPlayerWhite}background-color:#fff;{/block:IfAudioPlayerWhite}
  334. {block:IfNotAudioPlayerWhite}background-color:#000;{/block:IfNotAudioPlayerWhite}}
  335.  
  336. .entry .permalink {
  337. padding-right:0px;}
  338.  
  339. .date {
  340. color:{color:Links};
  341. opacity: 0;
  342. -webkit-transition-duration: 1s;
  343. bottomcdd:0px;
  344. -moz-transition: 0.2s ease-in;
  345. -webkit-transition: 0.4s ease-in;
  346. -o-transition: 0.2s ease-in;
  347. transition: 0.2s ease-in;
  348. text-align:center;
  349. font-size:{text:Font Size};
  350. font-family: {font:Text};}
  351.  
  352. .entry:hover .date {
  353. {block:indexpage}opacity:1;{/block:indexpage}
  354. z-index:999999;
  355. padding-bottom:0px;}
  356.  
  357. .desc {
  358. font-style: none;
  359. font-family: {font:Text};
  360. font-size: {text:Font Size};
  361. opacity: 0.9;
  362. font-style: none;}
  363.  
  364. .desc img {
  365. max-width:150px;
  366. overflow-y:auto;}
  367.  
  368. ol.notes li.note img.avatar {
  369. display:none;}
  370.  
  371. .quote {
  372. max-width: 250px;
  373. font-size: {text:Font Size};
  374. font-family: {font:Text};
  375. opacity: 1;z-index: 10000;
  376. text-align: left;{block:PermalinkPage}
  377. max-width: 500px;{/block:PermalinkPage}}
  378.  
  379. .aligned {
  380. text-align:right;}
  381.  
  382. .aligned img {
  383. opacity:1;}
  384.  
  385. .caption {
  386. text-indent:15px;}
  387.  
  388. .aux {
  389. border:1px
  390. {block:IfDottedBorders} dotted {color:Borders};{/block:IfDottedBorders}
  391. {block:IfSolidBorders}solid {color:Borders};{/block:IfSolidBorders}
  392. padding:5px;
  393. max-width:{text:post width};
  394. background-color:{color:Posts};}
  395.  
  396. .alex {
  397. position:fixed;
  398. right:4px;
  399. bottom:4px;}
  400.  
  401. .alex a {
  402. font-size:14px;
  403. color:#000;}
  404.  
  405. .straight {
  406. font-size:{text:Font Size};}
  407.  
  408. .top {
  409. max-width:250px;
  410. font-size:{text:Post Title Size};
  411. font-family: {font: Text};
  412. opacity: 10;z-index: 10000;
  413. margin-top:0px;
  414. margin-left:0px;
  415. margin-right:auto;
  416. text-align: left;
  417. {block:PermalinkPage}max-width:250px;{/block:PermalinkPage}}
  418.  
  419. .author {
  420. width:360px;
  421. font-size: 12px;
  422. font-family: {font:Text};
  423. opacity: 10;
  424. z-index: 10000;
  425. margin-top:0px;
  426. margin-left:0px;
  427. margin-right:auto;
  428. text-align: right;}
  429.  
  430. .video embed, .video object, .video iframe {
  431. {block:IndexPage}
  432. width:{text:post width} !important;{/block:IndexPage}
  433. {block:PermalinkPage}width:500px !important;{/block:PermalinkPage}
  434. height:auto !important;}
  435.  
  436. .album-art {
  437. float: left;
  438. width: 200px;
  439. height: 200px;
  440. overflow: hidden;}
  441.  
  442. </style>
  443. {block:IfNotFollowDashboardOnlyOnHover}
  444. <script type="text/javascript" src="http://static.tumblr.com/qfvykzk/GzQmq77fx/core.js"></script>{/block:IfNotFollowDashboardOnlyOnHover}
  445. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  446. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js"></script>
  447. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  448. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  449.  
  450. <script type="text/javascript">
  451.  
  452. $(window).load(function () {
  453. $('.posts').masonry(),
  454. $('.masonryWrap').infinitescroll({
  455. navSelector : "div#navigation",
  456. // selector for the paged navigation (it will be hidden)
  457. nextSelector : "div#navigation a#nextPage",
  458. // selector for the NEXT link (to page 2)
  459. itemSelector : ".entry",
  460. // selector for all items you'll retrieve
  461. bufferPx : 10000,
  462. extraScrollPx: 11000,
  463. loadingImg : "http://ajaxload.info/cache/FF/FF/FF/00/00/00/3-1.gif",{block:IfDisableLoadingImage}loadingImg : "http://i44.tinypic.com/33ommv6.jpg",{/block:IfDisableLoadingImage}
  464. loadingText : "<em></em>",
  465. },
  466. // call masonry as a callback.
  467. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  468. );
  469. });
  470. </script>
  471.  
  472. </head>
  473.  
  474. <body>
  475.  
  476. <div class="canvas">{block:IfNotDisableSidebar}<div class="block"><center><div class="aligned"><center><a href="/"><img src="{image:header}" width="{text:header size}"></img></a></center><div class="straight"><br>{block:IfNotDisableTitle}<div class="title"><a href="/"><div style="font-size:{text:Title Size};text-align:left;">{title}</div></div></a>{/block:IfNotDisableTitle}<br>{block:IfNotDisableLinks}<a href="/ask"><u>{text:Ask Title}</u></a> {block:HasPages}{block:Pages}<a href="{URL}"><u>{Label}</u></a>{/block:Pages}{/block:HasPages}<a href="/archive"><u>{text:Archive Title}</u></a> {block:IfCustomLinkOneTitle}<a href="{text:Custom Link One}"><u>{text:Custom Link One Title}</u></a> {/block:ifCustomLinkOneTitle}{block:IfCustomLinkTwoTitle} <a href="{text:Custom Link Two}"><u>{text:Custom Link Two Title}</u></a>{/block:ifCustomLinkTwoTitle} {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}"><u>{text:Custom Link Three Title}</u></a> {/block:ifCustomLinkThreeTitle}<a href="http://666papi.tumblr.com"><u>theme</u></a></div><div></div>{/block:IfNotDisableLinks}<br>{block:IfNotDisableDescription}<div class="description">{Description}</div>{/block:IfNotDisableDescription}</center><div class="aligned"><div align="center" style="font-family: {font:Text};font-size:10px;font-style:bold;"></center><div id="01" class="popup_block"><br></center><center></div></a></div></div>{block:IfNotDisableSidebar}
  477. <div class="alex"><a href="http://666papi.tumblr.com">©</a></div><br>{block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}</div>
  478.  
  479. <div class="content">
  480. <div class="posts">{block:Posts}<div class="entry">
  481.  
  482. {block:IfNotesHover2}{block:IndexPage}<div class="sideperm"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}{/block:IfNotesHover2}
  483.  
  484. {block:Text}{block:IndexPage}<div style="border:1px {block:IfDottedBorders}dotted {color:Borders};{/block:IfDottedBorders}{block:IfSolidBorders}solid {color:Borders};{block:IfSolidBorders}padding:5px;background-color:{color:Posts};">{block:IfNotNotesHover2}{block:IfNotEnableDatePosted}<div class="jaw"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfNotEnableDatePosted}{/block:IfNotNotesHover2}{/block:IndexPage}{block:Title}<a href="{permalink}"><div class="top">{title}</div></a> {/block:Title}<div class="desc">{Body}</div>{block:IndexPage}</div>{/block:IndexPage}{block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}{block:PermalinkPage}<u><div style="text-align:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  485. {/block:Text}
  486.  
  487. {block:Photo}<div class="img">{block:IndexPage}{block:IfNotesHover1}<a href="{Permalink}"><div class="jaw2">{NoteCount}</a> | <a href="{ReblogURL}">reblog</a></div>{/block:IfNotesHover1}{block:IfNotEnableDatePosted}<a href="{Permalink}">{/block:IfNotEnableDatePosted}{/block:IndexPage}{block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></img></a></div>{block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}
  488. {/block:Photo}
  489.  
  490. {block:Photoset}
  491. {block:IndexPage}{block:IfNotesHover1}<a href="{Permalink}"><div class="jaw2">{NoteCount}</a> | <a href="{ReblogURL}">reblog</a></div>{/block:IfNotesHover1}<center>{Photoset-250}</center>{block:IfEnableDatePosted}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IfEnableDatePosted}{/block:IndexPage}{block:PermalinkPage}{Photoset-250}<u><div style="text-align:right;">{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  492. {/block:Photoset}
  493.  
  494. {block:Quote}
  495. <a href="{Permalink}">{block:IndexPage}<div style="border:1px {block:IfDottedBorders}dotted {color:Borders};{/block:IfDottedBorders}{block:IfSolidBorders}solid {color:Borders};{block:IfSolidBorders}padding:5px;background-color:{color:Posts};">{block:IfNotNotesHover2}{block:IfNotEnableDatePosted}<div class="jaw"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfNotEnableDatePosted}{/block:IfNotNotesHover2}{/block:IndexPage}</a><div class="quote"><i>{Quote}</i></div>{block:Source}<div class="author"><br><div align="left">― <b>{Source}</b></div>{/block:Source}</div>{block:IndexPage}</div>{/block:IndexPage}{block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}{block:PermalinkPage}<u><div style="text-align:right;">{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  496. {/block:Quote}
  497.  
  498. {block:Link}
  499. {block:IndexPage}<div style="border:1px {block:IfDottedBorders}dotted {color:Borders};{/block:IfDottedBorders}{block:IfSolidBorders}solid {color:Borders};{block:IfSolidBorders}padding:5px;background-color:{color:Posts};">{block:IfNotNotesHover2}{block:IfNotEnableDatePosted}<div class="jaw"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfNotEnableDatePosted}{/block:IfNotNotesHover2}{/block:IndexPage}<div class="top"><a href="{URL}"{Target}> {Name}</a></div>
  500. {block:Description}<div class="desc">{Description}</div>{/block:Description}{block:IndexPage}</div>{/block:IndexPage}{block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}{block:PermalinkPage}<br><u><div style="text-align:right;">{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}<div class="alex"><a href="http://silentthemes.tumblr.com">©</a></div>
  501. {/block:Link}
  502.  
  503. {block:Video}
  504. {block:IndexPage}<div class="video"><a href="{Permalink}"></a><center>{Video-250}</center></div>{block:IfEnableDatePosted}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IfEnableDatePosted}{/block:IndexPage}{block:PermalinkPage}{Video-250}<br><u><div style="text-align:right;">{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  505. {/block:Video}
  506.  
  507. {block:Chat}
  508. {block:IndexPage}<div style="border:1px {block:IfDottedBorders}dotted {color:Borders};{/block:IfDottedBorders}{block:IfSolidBorders}solid {color:Borders};{block:IfSolidBorders}padding:5px;background-color:{color:Posts};">{block:IfNotNotesHover2}{block:IfNotEnableDatePosted}<div class="jaw"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfNotEnableDatePosted}{/block:IfNotNotesHover2}{/block:IndexPage}{block:Title}{/block:Title}<div class="chat ul">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</div></li>{block:IndexPage}</div>{/block:IndexPage}{block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}{block:PermalinkPage}<br><u><div style="text-align:right;">{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  509. {/block:Chat}
  510.  
  511. {block:Audio}<div style="border:1px {block:IfDottedBorders}dotted {color:Borders};{/block:IfDottedBorders}{block:IfSolidBorders}solid {color:Borders};{block:IfSolidBorders}padding:5px;background-color:{color:Posts};">{block:PermalinkPage}
  512. {block:AlbumArt}<div class="desc"><img src="{AlbumArtURL}" height="150px"></img></div>{/block:AlbumArt}<br><div class="audioplayer">
  513. {block:IfAudioPlayerWhite}{audioplayerwhite}{/block:IfAudioPlayerWhite}
  514. {block:IfNotAudioPlayerWhite}{audioplayerblack}{/block:IfNotAudioPlayerWhite}</div><br>{/block:PermalinkPage}
  515. {block:IndexPage}<div class="audioplayer">
  516. {block:IfAudioPlayerWhite}{audioplayerwhite}{/block:IfAudioPlayerWhite}
  517. {block:IfNotAudioPlayerWhite}{audioplayerblack}{/block:IfNotAudioPlayerWhite}</div><br>{/block:IndexPage}
  518. <a href="{Permalink}">{block:Artist}<b>{Artist}</b>{/block:Artist} -
  519. {block:TrackName}{TrackName}</a>{/block:TrackName}</div>
  520. {block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}
  521. {block:PermalinkPage}<u><div style="text-align:right;"><br>{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  522. {/block:Audio}
  523.  
  524. {block:Answer}
  525. {block:IndexPage}<div style="border:1px {block:IfDottedBorders}dotted {color:Borders};{/block:IfDottedBorders}{block:IfSolidBorders}solid {color:Borders};{block:IfSolidBorders}padding:5px;background-color:{color:Posts};">{block:IfNotNotesHover2}{block:IfNotEnableDatePosted}<div class="jaw"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfNotEnableDatePosted}{/block:IfNotNotesHover2}{/block:IndexPage}<b>{Asker}: {Question}</b><br>{Answer}{block:IndexPage}</div>{/block:IndexPage}{block:IfEnableDatePosted}{block:IndexPage}<div class="date"><a href="{Permalink}"><div class="date">{block:Date}<br>{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}</div></a></div>{/block:IndexPage}{/block:IfEnableDatePosted}{block:PermalinkPage}<u><div style="text-align:right;">{NoteCountWithLabel}{/block:NoteCount}</div></u>{/block:PermalinkPage}
  526. {/block:Answer}</div>
  527.  
  528. {block:Permalinkpage}<br>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  529. {/block:Posts}
  530. </div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement