Advertisement
xivth

10. Noel Kreiss

Apr 5th, 2014
10,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.97 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3.  
  4. <!---
  5. Theme 10. Noel Kreiss by soldierholic
  6. Don't remove the credit!
  7. Please don't take, use as a base, or claim the theme as your own.
  8. --->
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Blockquote" content="#e3e3e3"/>
  17. <meta name="color:Bold" content="#000000"/>
  18. <meta name="color:Borders" content="#8a8096"/>
  19.  
  20. <meta name="color:Date" content="#e3e3e3"/>
  21. <meta name="color:Date BG" content="#000000"/>
  22.  
  23. <meta name="color:Info Text" content="#999898"/>
  24. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  25. <meta name="color:Link" content="#735c90"/>
  26. <meta name="color:Link Hover" content="#e0e0e0"/>
  27. <meta name="color:Navi BG" content="#000000"/>
  28. <meta name="color:Navi Link" content="#bfbfbf"/>
  29. <meta name="color:Pagination" content="#b4b4b4"/>
  30. <meta name="color:Post Title" content="#644b83"/>
  31.  
  32. <meta name="color:Scrollbar" content="#000000"/>
  33. <meta name="color:Tags" content="#363636"/>
  34. <meta name="color:Text" content="#8d8d8d"/>
  35.  
  36.  
  37. <meta name="image:Sidebar1" content="http://static.tumblr.com/yiih8yx/nEln3l091/shnoel.png"/>
  38. <meta name="image:Sidebar2" content="http://static.tumblr.com/yiih8yx/QV8n3l09s/shnoelx.png"/>
  39.  
  40. <meta name="if:400px" content="1" />
  41.  
  42. <meta name="text:Date Symbol" content="♔">
  43.  
  44. <meta name="text:Home Title" content="escape" />
  45. <meta name="text:Ask Title" content="approach" />
  46. <meta name="text:Submit Title" content="bestow" />
  47. <meta name="text:Archive Title" content="memoir" />
  48.  
  49. <meta name="text:Link1" content="/" />
  50. <meta name="text:Link1 Title" content="Link 1" />
  51. <meta name="text:Link2" content="/" />
  52. <meta name="text:Link2 Title" content="Link 2" />
  53. <meta name="text:Link3" content="/" />
  54. <meta name="text:Link3 Title" content="Link 3" />
  55. <meta name="text:Link4" content="/" />
  56. <meta name="text:Link4 Title" content="Link 4" />
  57. <meta name="text:Link5" content="/" />
  58. <meta name="text:Link5 Title" content="Link 5" />
  59.  
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title]").style_my_tooltips({
  67. tip_follows_cursor:true,
  68. tip_delay_time:0,
  69. tip_fade_speed:0,
  70. attribute:"title"
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76. <style type="text/css">
  77. @import url(http://static.tumblr.com/yiih8yx/TJUmtynmx/ostrichsansmedium.css);
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {
  80. background-color:{color:scrollbar};
  81. height:7px;
  82.  
  83. border-right:2px solid {color:background};
  84. border-left:1px solid {color:background};}
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color:{color:scrollbar};
  87. height:7px!important;}
  88. ::-webkit-scrollbar {
  89. background:{color:background};
  90. height:7px;
  91. width:8px;}
  92. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  93. display:block;
  94. height:6px;
  95. background-color:{color:background};
  96. border-right:2px solid {color:background};}
  97.  
  98. body {
  99. background-color:{color:background};
  100. margin:0px;
  101. color:{color:text};
  102. font-family:arial;
  103. font-size:10px;
  104. font-style: none;}
  105.  
  106. sup,small,sub {
  107. font-size:10px;}
  108.  
  109. b,strong {color:{color:bold};}
  110.  
  111. a {
  112. color: {color:link};
  113. text-decoration: none;
  114. font-weight: normal;
  115. -webkit-transition: all 0.5s ease-in-out;
  116. -moz-transition: all 0.5s ease-in-out;
  117. -o-transition: all 0.5s ease-in-out;}
  118.  
  119. a:hover {
  120. -webkit-transition: all 0.5s ease-in-out;
  121. -moz-transition: all 0.5s ease-in-out;
  122. -o-transition: all 0.5s ease-in-out;
  123. color: {color:link hover};
  124. text-decoration: none;
  125. font-weight: normal;}
  126.  
  127. img {max-width:100%;}
  128.  
  129. blockquote {
  130. margin-left:25px;
  131. margin-right:5px;
  132. padding-left:5px;
  133. border-left:1px solid {color:blockquote};}
  134.  
  135. h1 {font:20px cambria;
  136. letter-spacing:-1px;
  137. font-weight:bold;
  138. font-style:italic;
  139. text-align:center;
  140. color: {color:Post Title};}
  141.  
  142. #s-m-t-tooltip {
  143. margin:-10px 0 0 10px;
  144. display:none;
  145. text-align:left;
  146. position:absolute;
  147. letter-spacing:2px;
  148. text-transform:uppercase;
  149. font-family:calibri;
  150. font-size:8px;
  151. z-index:999;
  152. padding:2px 3px;
  153. line-height:12px;
  154. color:{color:text};
  155. background:{color:background};}
  156.  
  157. #pcontainer {
  158. background-color: {color:background};
  159. {block:if400px}
  160. width:435px;
  161. {/block:if400px}
  162. {block:ifnot400px}
  163. width:535px;
  164. {/block:ifnot400px}
  165. padding: 5px;
  166. top:40px;
  167. margin-bottom:40px;
  168. margin-left:550px;
  169. position:relative;
  170. overflow-x:hidden;}
  171.  
  172.  
  173. #navi {
  174. width:100px;
  175. background-color:{color:background};
  176. padding:1px 5px 5px 5px;
  177. display:block;
  178. text-align:center;
  179. margin-bottom:8px;
  180. z-index:1;}
  181.  
  182. #navi a {
  183. width: 100px;
  184. height: 16px;
  185. background-color:{color:Navi Bg};
  186. color:{color:Navi Link};
  187. text-align:center;
  188. font-size:8px;
  189. margin-top:5px;
  190. font-family:consolas;
  191. letter-spacing:2px;
  192. text-transform:uppercase;
  193. display:block;
  194. line-height:16px;
  195. color: {color:navi};
  196. -webkit-transition: all 0.3s linear;
  197. -moz-transition: all 0.3s linear;
  198. transition: all 0.3s linear;}
  199.  
  200. #navi a:hover{
  201. color:{color:navi BG};
  202. box-shadow: inset 100px 0px 0px {color:background};
  203. -webkit-transition: all 0.5s linear;
  204. -moz-transition: all 0.5s linear;
  205. transition: all 0.5s linear;}
  206.  
  207. #entry {
  208. float:left;
  209. {block:if400px}
  210. width:422px;
  211. {/block:if400px}
  212. {block:ifnot400px}
  213. width:522px;
  214. {/block:ifnot400px}
  215. margin-top:10px;
  216. text-align:justify;}
  217.  
  218. #post {
  219. {block:if400px}
  220. width:400px;
  221. {/block:if400px}
  222. {block:ifnot400px}
  223. width:500px;
  224. {/block:ifnot400px}
  225. padding:15px;
  226. border:1px solid {color:background};
  227. background-color: {color:background};}
  228.  
  229. #tlink a {font:20px cambria;
  230. letter-spacing:-1px;
  231. font-weight:bold;
  232. font-style:italic;
  233. text-align:center;}
  234.  
  235. #pagination {
  236. position:fixed;
  237. width:100px;
  238. margin-top:8px;
  239. font:8px cambria;
  240. text-align:center;}
  241.  
  242. #pagination a {
  243. text-align:center;
  244. padding: 4px;
  245. color: {color:pagination};
  246. text-decoration: none;}
  247.  
  248. #pagination .jump_page {
  249. text-decoration:none;}
  250.  
  251. #pagination .current_page {
  252. font:9px consolas;
  253. padding:4px;
  254. color: {color:pagination};
  255. font-weight:bold;
  256. text-decoration:none;}
  257.  
  258. #sbar {
  259. margin-top:120px;
  260. margin-left:80px;
  261. padding: 15px;
  262. position:fixed;}
  263.  
  264. #stitle {
  265. background-color:{color:date bg};
  266. margin-top:-8px;
  267. margin-bottom:2px;
  268. color:#fff;
  269. font:16px 'ostrich_sansmedium';
  270. letter-spacing:2px;
  271. line-height:25px;
  272. text-align:center;
  273. text-transform:lowercase;
  274. z-index:1;
  275. }
  276.  
  277. .sdot {
  278. background-color: {color:borders};
  279. margin-left:-3px;
  280. margin-top:-3px;
  281. width: 7px;
  282. height: 7px;
  283. -webkit-border-radius: 25px;
  284. border-radius: 25px;}
  285.  
  286. #sline {
  287. width:115px;
  288. height:1px;
  289. position:fixed;
  290. margin-top:25px;
  291. margin-left:-20px;
  292. text-align:center;
  293. background-color:{color:borders};
  294. z-index:-1;
  295. transform:rotate(-27deg);
  296. -ms-transform:rotate(-27deg);
  297. -webkit-transform:rotate(-27deg);}
  298.  
  299. .sline {
  300. width:1px;
  301. height:180px;
  302. float:left;
  303. margin-top:-23px;
  304. margin-left:34px;
  305. text-align:center;
  306. position:fixed;
  307. background-color:{color:borders};
  308. z-index:-1;
  309. transform:rotate(40deg);
  310. -ms-transform:rotate(40deg);
  311. -webkit-transform:rotate(40deg);}
  312.  
  313. #slinex {
  314. width:210px;
  315. height:1px;
  316. position:fixed;
  317. margin-top:92px;
  318. margin-left:-34px;
  319. text-align:center;
  320. background-color:{color:borders};
  321. z-index:-1;
  322. transform:rotate(335deg);
  323. -ms-transform:rotate(335deg);
  324. -webkit-transform:rotate(335deg);}
  325.  
  326. .slinex {
  327. width:1px;
  328. height:195px;
  329. margin-top:40px;
  330. margin-left:122px;
  331. text-align:center;
  332. position:fixed;
  333. background-color:{color:borders};
  334. z-index:-1;
  335. transform:rotate(25deg);
  336. -ms-transform:rotate(25deg);
  337. -webkit-transform:rotate(25deg);}
  338.  
  339. #slines {
  340. width:170px;
  341. height:1px;
  342. position:fixed;
  343. margin-top:190px;
  344. margin-left:70px;
  345. text-align:center;
  346. background-color:{color:borders};
  347. z-index:-1;
  348. transform:rotate(-27deg);
  349. -ms-transform:rotate(-27deg);
  350. -webkit-transform:rotate(-27deg);}
  351.  
  352. .slines {
  353. width:1px;
  354. height:160px;
  355. float:left;
  356. margin-top:140px;
  357. margin-left:194px;
  358. text-align:center;
  359. position:fixed;
  360. background-color:{color:borders};
  361. z-index:-1;
  362. transform:rotate(30deg);
  363. -ms-transform:rotate(40deg);
  364. -webkit-transform:rotate(30deg);}
  365.  
  366. #slinesx {
  367. width:120px;
  368. height:1px;
  369. position:fixed;
  370. margin-top:266px;
  371. margin-left:147px;
  372. text-align:center;
  373. background-color:{color:borders};
  374. z-index:-1;
  375. transform:rotate(335deg);
  376. -ms-transform:rotate(335deg);
  377. -webkit-transform:rotate(335deg);}
  378.  
  379. .slinesx {
  380. width:1px;
  381. height:2px;
  382. margin-top:240px;
  383. margin-left:262px;
  384. text-align:center;
  385. position:fixed;
  386. background-color:{color:borders};
  387. z-index:-1;
  388. transform:rotate(25deg);
  389. -ms-transform:rotate(25deg);
  390. -webkit-transform:rotate(25deg);}
  391.  
  392. #sidebar1 {
  393. padding: 15px;
  394. position:fixed;
  395. z-index:1;}
  396. #sidebar1 img {
  397. background-color:{color:background};
  398. max-width: 100px;
  399. padding:5px;
  400. margin-top:-8px;}
  401. #sidebar2 {
  402. margin-left:125px;
  403. margin-top:42px;
  404. padding: 15px;
  405. position:fixed;
  406. z-index:1px;}
  407. #sidebar2 img {
  408. background-color:{color:background};
  409. max-width: 100px;
  410. padding:5px;
  411. margin-bottom:0px;}
  412.  
  413. #desc {
  414. background-color:{color:background};
  415. width:100px;
  416. font:10px calibri;
  417. padding:5px;
  418. margin-top:15px;
  419. margin-left:265px;
  420. color: {color:Text};
  421. position:fixed;
  422. text-align: justify;
  423. z-index:1;}
  424. #desc p {margin-top:-5px;}
  425.  
  426. #space {margin-bottom:20px;}
  427.  
  428. .quote {
  429. font:20px cambria;
  430. margin-left:25px;
  431. {block:if400px}
  432. width:350px;
  433. {/block:if400px}
  434. {block:ifnot400px}
  435. width: 450px;
  436. {/block:ifnot400px}
  437. letter-spacing:-1px;
  438. font-weight:bold;
  439. font-style:italic;}
  440.  
  441. .source {
  442. text-align: right;
  443. font-size: 7px;
  444. text-transform: uppercase;
  445. letter-spacing: 2px;}
  446.  
  447. .audio {overflow:hidden;}
  448.  
  449. .audio img {max-width:84px;}
  450.  
  451. .playbutton {
  452. background-color:#fff;
  453. width: 30px;
  454. height: 30px;
  455. overflow: hidden;
  456. position: relative;
  457. margin:10px 9px 8px 10px;
  458. z-index: 99;
  459. opacity:.6;}
  460.  
  461. .playbox {
  462. background-color: #fff;
  463. border-radius:30px;
  464. position: absolute;
  465. margin:17px;
  466. z-index: 99;
  467. opacity:.3;
  468. -webkit-transition: all 0.5s ease-in-out;
  469. -moz-transition: all 0.5s ease-in-out;
  470. -o-transition: all 0.5s ease-in-out;}
  471.  
  472. .playbox:hover{
  473. opacity:.8;
  474. -webkit-transition: all 0.5s ease-in-out;
  475. -moz-transition: all 0.5s ease-in-out;
  476. -o-transition: all 0.5s ease-in-out;}
  477.  
  478. .cover {
  479. position: relative; }
  480.  
  481.  
  482. #ask {padding: 5px;
  483. text-align:justify;}
  484.  
  485. #ask img {
  486. max-width: 30px;
  487. padding:2px;
  488. -webkit-border-radius: 25px;
  489. border-radius: 25px;}
  490.  
  491. #ask a {
  492. font:23px cambria;
  493. font-style:italic;
  494. letter-spacing:-2px;
  495. font-weight:bold;
  496. text-transform:lowercase;
  497. text-decoration: none;}
  498.  
  499. #ask b {
  500. font:23px cambria;
  501. font-style:italic;
  502. letter-spacing:-2px;
  503. font-weight:bold;
  504. text-transform:lowercase;
  505. text-decoration: none;}
  506.  
  507. #ask i {
  508. font:23px cambria;
  509. font-style:italic;
  510. letter-spacing:-2px;
  511. font-weight:bold;
  512. text-transform:lowercase;
  513. text-decoration: none;}
  514.  
  515. #date {
  516. width:15px;
  517. font-size: 9px;
  518. text-transform:uppercase;
  519. letter-spacing:1px;
  520. background-color:{color:date bg};
  521. color:{color:date};
  522. padding:5px 1px 5px 5px;}
  523.  
  524. #info {
  525. margin-top:-25px;
  526. margin-left:12px;
  527. border-radius:5px;
  528. text-transform:uppercase;
  529. font-style:none;
  530. font-family:calibri;
  531. font-size: 8px;
  532. {block:if400px}
  533. width:389px;
  534. {/block:if400px}
  535. {block:ifnot400px}
  536. width:489px;
  537. {/block:ifnot400px}
  538. color:{color:info text};
  539. text-align:left;
  540. padding-left:15px;
  541. padding-right:5px;
  542. padding-top:4px;
  543. padding-bottom:5px;}
  544. #info a {color:{color:info text};}
  545. #info a:hover {color:{color:info link hover};}
  546.  
  547. #tags {
  548. color:{color:tags};
  549. margin-top:-7px;
  550. margin-left:12px;
  551. padding-left:15px;
  552. text-align:left;
  553. line-height:8px;
  554. font-size:8px;
  555. margin-bottom:5px;
  556. text-transform:uppercase;
  557. font-family: calibri;
  558. padding-right:10px;}
  559.  
  560. #tags a {color:{color:tags};}
  561. #tags a:hover {color:{color:link hover};}
  562.  
  563. #permap {
  564. text-transform:uppercase;
  565. font-style:none;
  566. font-family:consolas;
  567. font-size: 8px;
  568. {block:if400px}
  569. width:400px;
  570. {/block:if400px}
  571. {block:ifnot400px}
  572. width:500px;
  573. {/block:ifnot400px}
  574. color:{color:info text};
  575. text-align:left;
  576. padding-left:15px;
  577. padding-right:5px;
  578. padding-top:3px;
  579. margin-left:1px;
  580. margin-top:2px;
  581. border-top: 1px solid {color:borders};
  582. margin-bottom:15px;}
  583. #permap a {color:{color:info text};}
  584. #permap a:hover {color:{color:info link hover};}
  585.  
  586. .rb {
  587. text-align:right;
  588. padding-right:10px;
  589. margin-top:-10px;
  590. padding-top:1px;}
  591.  
  592. #notes {
  593. text-align: center;
  594. padding-left:5px;}
  595. #notes blockquote a {color:{Color:text};}
  596. #notes img {width:10px;
  597. border-radius:10px;
  598. padding-right:3px;
  599. padding-top:3px;}
  600. #notes a {color:{color:link};}
  601. #notes a:hover {color:{color:link hover};
  602. text-decoration:none;}
  603.  
  604. li.note {
  605. list-style-type: none;
  606. text-align:center;
  607. letter-spacing:2px;
  608. background-color:{color:background};
  609. font-family:consolas;
  610. font-size:8px;
  611. margin-bottom:5px;
  612. text-transform:uppercase;}
  613.  
  614. </style>
  615.  
  616.  
  617. </head><body>
  618.  
  619. <div id="sbar">
  620.  
  621. <div id="desc">
  622. {Description}
  623. {block:Pagination}
  624. <div id="pagination">
  625. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  626. {block:JumpPagination length="5"}
  627. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  628. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  629. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  630. </div>
  631. {/block:Pagination}
  632. </div>
  633.  
  634. <div id="sidebar1">
  635. <div id="navi">
  636. <a href="/">{text:home title}</a>
  637. <a href="/ask">{text:ask title}</a>
  638. <a href="/submit">{text:submit title}</a>
  639. <a href="/archive">{text:archive title}</a>
  640. <a target="blank" href="http://soldierholic.tumblr.com">theme</a></div>
  641. <img src="{image:sidebar1}" alt="">
  642. </div>
  643.  
  644. <div id="sidebar2">
  645. <img src="{image:sidebar2}" alt="">
  646. <div id="navi">
  647. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}<div class="navi"></div></a>{/block:IfLink1}
  648. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}<div class="navi"></div></a>{/block:IfLink2}
  649. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}<div class="navi"></div></a>{/block:IfLink3}
  650. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}<div class="navi"></div></a>{/block:IfLink4}
  651. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}<div class="navi"></div></a>{/block:IfLink5}
  652. </div>
  653. </div>
  654.  
  655. <div id="sline"><div class="sdot"></div></div>
  656. <div class="sline"><div class="sdot"></div></div>
  657. <div id="slinex"><div class="sdot"></div></div>
  658. <div class="slinex"><div class="sdot"></div></div>
  659. <div id="slines"><div class="sdot"></div></div>
  660. <div class="slines"><div class="sdot"></div></div>
  661. <div id="slinesx"><div class="sdot"></div></div>
  662. <div class="slinesx"><div class="sdot"></div></div>
  663.  
  664.  
  665. </div>
  666.  
  667. <div id="pcontainer">
  668. <div id="entry">{block:Posts}<div id="post">
  669. {block:ContentSource}
  670. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  671. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  672. {/block:SourceLogo}
  673. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  674. {/block:ContentSource}
  675.  
  676. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  677.  
  678. {block:Photo}{LinkOpenTag}{block:ifnot400px}<img src="{PhotoURL-500}">{/block:ifnot400px}{block:if400px}<img src="{PhotoURL-500}">{/block:if400px}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  679.  
  680. {block:Photoset}{block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  681.  
  682. {block:Quote}
  683. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  684. <div style="margin-top:-29px;" class="quote">{Quote}
  685. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  686. </div>
  687. {/block:Quote}
  688.  
  689. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  690.  
  691. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  692.  
  693. {block:Audio}
  694. <table><tr><td style="width: 90px;"><div class="audio">
  695. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  696. {block:AlbumArt}<img src="{AlbumArtURL}" class="cover"/>{/block:AlbumArt}</td><td style="width: 300px; font:10px calibri; letter-spacing:2px; text-transform:uppercase;">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  697. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  698. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  699. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></td></tr></table>
  700. {block:Caption}{Caption}{/block:Caption}
  701. {/block:Audio}
  702.  
  703. {block:Video}{block:ifnot400px}{Video-500}{/block:ifnot400px}{block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  704.  
  705. {block:Answer}
  706. <div id="ask">
  707.  
  708. {block:if400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 355px;"><div style="margin-top:-5px;"><i>{Asker} asked </i><b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:10px; text-align:justify;">{Question}</div></div></td>
  709. </tr></table>{/block:if400px}
  710.  
  711. {block:ifnot400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker} asked</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px; text-align:justify;">{Question}</div></div></td>
  712. </tr></table>{/block:ifnot400px}
  713.  
  714. </div>
  715. {Answer}
  716. {/block:Answer}
  717. </div>
  718.  
  719. {block:Date}
  720. <div id="space">
  721. <div id="date">{text:date symbol}</div>
  722. <div id="info">{ShortMonth} {DayOfMonthWithZero} &middot; <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  723. <div class="rb">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; {/block:RebloggedFrom}
  724. {block:ContentSource}<a href="{SourceURL}">source</a> &middot; {/block:ContentSource} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  725.  
  726. {block:HasTags}<div id="tags">{block:Tags}&middot; <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  727. {/block:indexpage}
  728.  
  729. </div>
  730.  
  731. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  732. {/block:Posts}
  733.  
  734. </div>
  735. </div>
  736. </div>
  737.  
  738. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement