Guest User

Untitled

a guest
Jul 8th, 2013
1,915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.85 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. pixel buddies 2.0 FINALLY
  4. made by tsuzami.tumblr.com
  5. -->
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:Background" content="#3b627e" />
  10.  
  11. <meta name="font:Title" content="Arial" />
  12. <meta name="font:Body" content="Arial" />
  13. <meta name="font:Accent" content="Lucida Sans" />
  14. <meta name="if:Show Album Art on Audio Posts" content="1" />
  15. <meta name="image:Background" content="" />
  16. <meta name="image:Pixel1" content="">
  17. <meta name="image:BottomImage" content="" />
  18. <meta name="color:Footer" content="" />
  19. <meta name="color:FooterLinks" content="" />
  20. <meta name="if:Sidebar Pixels" content="1">
  21. <meta name="text:link 1 url" content=""/>
  22. <meta name="text:link 1 title" content=""/>
  23. <meta name="text:link 2 url" content=""/>
  24. <meta name="text:link 2 title" content=""/>
  25. <meta name="text:link 3 url" content=""/>
  26. <meta name="text:link 3 title" content=""/>
  27. <meta name="text:link 4 url" content=""/>
  28. <meta name="text:link 4 title" content=""/>
  29. <meta name="text:link 5 url" content=""/>
  30. <meta name="text:link 5 title" content=""/>
  31. <meta name="text:bottomImgX" content="10" />
  32. <meta name="text:bottomImgY" content="10" />
  33. <meta name="image:favicon image" content=" http://i42.tinypic.com/30vdw8i.gif" />
  34.  
  35. <meta name="if:link 1" content="0"/>
  36. <meta name="if:link 2" content="0"/>
  37. <meta name="if:link 3" content="0"/>
  38. <meta name="if:link 4" content="0"/>
  39. <meta name="if:link 5" content="0"/>
  40. <meta name="if:bgcover" content="0" />
  41. <meta name="if:thickborder" content="0" />
  42. <meta name="if:thinborder" content="1" />
  43.  
  44.  
  45.  
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  47. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{image:favicon image}" />
  50. <link rel="apple-touch-icon" href="{image:favicon image}"/>
  51. <style type="text/css">
  52.  
  53. body {
  54. background: {color:Background} url('{image:Background}') {block:ifbgcover} no-repeat center fixed ;
  55. -webkit-background-size: cover;
  56. -moz-background-size: cover;
  57. -o-background-size: cover;
  58. background-size: cover; {/block:ifbgcover}
  59.  
  60.  
  61. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  62. margin: 0;
  63. margin-left: -280px;
  64. padding: 0;
  65. font-family: {font:Body};
  66. }
  67.  
  68. .clear {
  69. clear: both;
  70. height: 0px;
  71. overflow: hidden;
  72. }
  73.  
  74. a img {
  75. border: none;
  76. }
  77.  
  78. #wrapper {
  79. width: 845px;
  80. margin: 0 auto;
  81. }
  82.  
  83. #wrapper #title {
  84. margin: 30px 0;
  85. color: #fff;
  86. font-size: 50px;
  87. font-weight: bold;
  88. font-family: {font:Title};
  89. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  90. letter-spacing: -1px;
  91. }
  92.  
  93. #wrapper #title a {
  94. color: #fff;
  95. text-decoration: none;
  96. }
  97.  
  98. #wrapper #content {
  99. width: 520px;
  100. float: right;
  101. }
  102.  
  103. #wrapper #content .post { {block:ifthinborder}border: 1px solid #000000;
  104. box-shadow:rgba(0,0,0,0.1)1px 1px;
  105. -moz-border-radius: 5px;
  106. -webkit-border-radius: 5px;{/block:ifthinborder}{block:ifthickborder}border: 2px solid #000000;
  107. box-shadow:rgba(0,0,0,0.1)1px 1px;
  108. -moz-border-radius: 5px;
  109. -webkit-border-radius: 5px;{/block:ifthickborder}
  110. font-family: {font:Body};
  111. background: #fff;
  112. padding: 10px;
  113. position: relative;
  114. }
  115.  
  116. #wrapper #content .post .media {
  117. text-align: center;
  118. margin-bottom: 10px;
  119. }
  120.  
  121. #wrapper #content .post .quotebg {
  122. font-family: georgia, serif;
  123. font-size: 150px;
  124. color: {color:Background};
  125. opacity: 0.2;
  126. filter: alpha(opacity=20);
  127. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  128. position: absolute;
  129. top: 70px;
  130. left: 10px;
  131. }
  132.  
  133. #wrapper #content .post .quote {
  134. color: {color:Background};
  135. font-weight: bold;
  136. padding: 20px 20px 5px 20px;
  137. }
  138.  
  139. #wrapper #content .post .quote.short {
  140. font-size: 33px;
  141. line-height: 35px;
  142. }
  143.  
  144. #wrapper #content .post .quote.medium {
  145. font-size: 25px;
  146. line-height: 28px;
  147. }
  148.  
  149. #wrapper #content .post .quote.long {
  150. font-size: 18px;
  151. line-height: 22px;
  152. }
  153.  
  154. #wrapper #content .post .quote_source *:first-child {
  155. margin-top: 0px;
  156. }
  157.  
  158. #wrapper #content .post .quote_source *:last-child {
  159. margin-bottom: 0px;
  160. }
  161.  
  162. #wrapper #content .post .quote *:first-child {
  163. margin-top: 0px;
  164. }
  165.  
  166. #wrapper #content .post .quote *:last-child {
  167. margin-bottom: 0px;
  168. }
  169.  
  170. #wrapper #content .post .copy {
  171. color: #000000;
  172. padding: 10px;
  173. font-size: 13px;
  174. line-height: 15px;
  175. }
  176.  
  177. #wrapper #content .post .copy a {
  178. color: #000000;
  179. text-decoration: underline;
  180. }
  181.  
  182. #wrapper #content .post .copy p {
  183. margin: 10px 0 0 0;
  184. padding: 0;
  185. }
  186.  
  187. #wrapper #content .post .copy pre {
  188. margin: 10px 0px 10px 0px;
  189. padding: 10px;
  190. background-color: #e6e6e6;
  191. font: normal 11px Courier, monospace;
  192. overflow: auto;
  193. }
  194.  
  195. #wrapper #content .post .copy > p:first-child {
  196. margin-top: 0;
  197. }
  198.  
  199. #wrapper #content .post .copy img {
  200. max-width: 100%;
  201. }
  202.  
  203. #wrapper #content .post .audio {
  204. background: #eaeaea;
  205. float: left;
  206. padding: 7px;
  207. margin-bottom: 10px;
  208. -moz-border-radius: 4px;
  209. -webkit-border-radius: 4px;
  210. border-radius: 4px;
  211. }
  212.  
  213. #wrapper #content .post .audio .player {
  214. float: left;
  215. }
  216.  
  217. #wrapper #content .post .audio .player .audio_player embed {
  218. border: 1px solid #c8c8c8;
  219. }
  220.  
  221. #wrapper #content .post .audio .meta {
  222. padding: 8px 13px;
  223. height: 13px;
  224. float: left;
  225. color: #666;
  226. font-family: {font:Accent};
  227. font-size: 11px;
  228. text-transform: lowercase;
  229. }
  230.  
  231. #wrapper #content .post .audio .meta a {
  232. color: #666;
  233. text-decoration: none;
  234. }
  235.  
  236. #wrapper #content .post .album_art {
  237. text-align: center;
  238. }
  239.  
  240. #wrapper #content .post .question {
  241. color: #494949;
  242. font-size: 16px;
  243. font-weight: bold;
  244. background: #f1f1f1;
  245. -moz-border-radius: 8px;
  246. -webkit-border-radius: 8px;
  247. border-radius: 8px;
  248. margin: 0 0 15px 0;
  249. padding: 15px 20px;
  250. position: relative;
  251. }
  252.  
  253. #wrapper #content .post .question .nipple {
  254. width: 13px;
  255. height: 7px;
  256. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  257. position: absolute;
  258. bottom: -7px;
  259. left: 30px;
  260. }
  261.  
  262. #wrapper #content .post .asker_container {
  263. margin: 0 0 20px 24px;
  264. }
  265.  
  266. #wrapper #content .post .asker_container img {
  267. margin: 0 12px -7px 0;
  268. }
  269.  
  270. #wrapper #content .post .asker_container a.asker {
  271. color: {color:Body};
  272. }
  273.  
  274. #wrapper #content .post .title {
  275. color: #494949;
  276. font-size: 16px;
  277. font-weight: bold;
  278. padding: 10px 10px 0 10px;
  279. }
  280.  
  281. #wrapper #content .post img { -moz-border-radius: 5px; -webkit-border-radius: 5px;
  282. max-width: 500px;
  283. }
  284.  
  285. #wrapper #content .post .chat {
  286. background-color: #fff;
  287. border-left: 5px solid #dedddd;
  288. margin: 10px 10px 0 10px;
  289. font-size: 14px;
  290. }
  291.  
  292. #wrapper #content .post .chat .lines {
  293. margin-left: 1px;
  294. }
  295.  
  296. #wrapper #content .post .chat .lines .line {
  297. background-color: #eaeaea;
  298. color: #494949;
  299. margin-bottom: 1px;
  300. padding: 3px 5px;
  301. }
  302.  
  303. #wrapper #content .post .chat .lines .line.even {
  304. background-color: #dedddd;
  305. }
  306.  
  307. #wrapper #content .post .link {
  308. margin: 4px 0 2px 0;
  309. font-size: 16px;
  310. line-height: 25px;
  311. }
  312.  
  313. #wrapper #content .post .link a {
  314. background-color: {color:Background};
  315. color: #fff;
  316. padding: 5px 7px;
  317. -moz-border-radius: 4px;
  318. -webkit-border-radius: 4px;
  319. border-radius: 4px;
  320. }
  321.  
  322. #wrapper #content .post .link a:hover {
  323. opacity: 0.9;
  324. filter: alpha(opacity=90);
  325. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  326. }
  327.  
  328. #wrapper #content .post .footer {
  329. background: {Color:Footer};
  330. -moz-border-radius: 4px;
  331. -webkit-border-radius: 4px;
  332. border-radius: 4px;
  333. font-family: {font:Accent};
  334. font-size: 11px;
  335. color: #666;
  336. padding: 5px 10px;
  337. margin-top: 10px;
  338. }
  339.  
  340. #wrapper #content .post .footer.for_permalink:hover {
  341. opacity: 0.9;
  342. filter: alpha(opacity=90);
  343. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  344. }
  345.  
  346. #wrapper #content .post .footer .date {
  347. width: 67%;
  348. float: left;
  349. color: {Color:FooterLinks};
  350. }
  351.  
  352. #wrapper #content .post .footer .notes {
  353. width: 33%;
  354. float: right;
  355. text-align: right;
  356. color: {Color:FooterLinks};
  357. }
  358.  
  359. #wrapper #content .post .footer .notes a {
  360. color: {Color:FooterLinks};
  361. }
  362.  
  363. #wrapper #content .post .footer .tags a {
  364. color: {Color:FooterLinks};
  365. text-decoration: underline;
  366. }
  367.  
  368. #wrapper #content .post .footer .tags .tag-commas:last-child {
  369. display: none;
  370. }
  371.  
  372. #wrapper #content .post .footer.with_source_url .tags {
  373. max-width: 330px;
  374. float: left;
  375. }
  376.  
  377. #wrapper #content .post .footer.with_source_url .source_url {
  378. float: right;
  379. max-width: 160px;
  380. overflow: hidden;
  381. white-space: nowrap;
  382. color: {Color:FooterLinks};
  383. }
  384.  
  385. #wrapper #content .post .footer.with_source_url .source_url img {
  386. vertical-align: top;
  387. -moz-opacity: 0.5;
  388. opacity: 0.5;
  389. }
  390.  
  391. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  392. -moz-opacity: 0.7;
  393. opacity: 0.7;
  394. }
  395.  
  396. #wrapper #content .post a {
  397. color: #6e7173;
  398. text-decoration: none;
  399. }
  400.  
  401. #wrapper #content .post .copy blockquote {
  402. margin: 10px 0px 10px 10px;
  403. padding-left: 15px;
  404. border-left: solid 4px #dcdcdc;
  405. }
  406.  
  407. #wrapper #content .post .copy blockquote blockquote {
  408. border-left: solid 4px #cccccc;
  409. }
  410.  
  411. #wrapper #content .post .copy blockquote blockquote blockquote {
  412. border-left: solid 4px #bcbcbc;
  413. }
  414.  
  415. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  416. border-left: solid 4px #acacac;
  417. }
  418.  
  419. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  420. border-left: solid 4px #9c9c9c;
  421. }
  422.  
  423. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  424. border-left: solid 4px #8c8c8c;
  425. }
  426.  
  427. #wrapper #content .bottom {
  428. background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
  429. width: 513px;
  430. height: 40px;
  431. margin: 0 auto;
  432. }
  433.  
  434. #wrapper #content #navigation {
  435. text-align: right;
  436. padding-bottom: 35px;
  437. text-transform: lowercase;
  438. }
  439.  
  440. #wrapper #content #navigation a {
  441. background-color: #fff;
  442. color: {color:Background};
  443. padding: 5px 10px;
  444. text-decoration: none;
  445. margin-left: 25px;
  446. }
  447.  
  448. #wrapper #content #navigation a:hover {
  449. opacity: 0.9;
  450. filter: alpha(opacity=90);
  451. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  452. }
  453.  
  454. #wrapper #content #navigation.jump_pagination {}
  455.  
  456. #wrapper #content #navigation.jump_pagination a {
  457. margin: 0 0 0 4px;
  458. }
  459.  
  460. #wrapper #content #navigation.jump_pagination .current_page {
  461. color: #fff;
  462. background-color: rgba(255,255,255, 0.1);
  463. border: 2px solid #fff;
  464. padding: 3px 8px;
  465. margin: 0 0 0 4px;
  466. cursor: default;
  467. }
  468.  
  469. #wrapper #content #navigation.jump_pagination .jump_page {}
  470.  
  471. #wrapper #content .post .notecontainer {
  472. background: #eaeaea;
  473. -moz-border-radius: 4px;
  474. -webkit-border-radius: 4px;
  475. border-radius: 4px;
  476. font-family: {font:Accent};
  477. font-size: 11px;
  478. color: #666;
  479. margin-top: 10px;
  480. margin-bottom: -10px;
  481. }
  482.  
  483. #wrapper #content .post .notecontainer a {
  484. color: #666;
  485. text-decoration: underline;
  486. }
  487.  
  488. #wrapper #content .post .notecontainer ol.notes {
  489. padding: 0px 0 10px 0;
  490. list-style-type: none;
  491. font-size: 11px;
  492. }
  493.  
  494. #wrapper #content .post .notecontainer ol.notes li.note {
  495. padding: 10px 10px 0 10px;
  496. }
  497.  
  498. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  499. vertical-align: -4px;
  500. margin-right: 10px;
  501. width: 16px;
  502. height: 16px;
  503. }
  504.  
  505. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  506. font-weight: normal;
  507. }
  508.  
  509. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  510. font-weight: normal;
  511. }
  512.  
  513. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  514. border-left: 2px solid #666;
  515. padding: 4px 10px;
  516. margin: 10px 0px 0px 25px;
  517. }
  518.  
  519. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  520. text-decoration: none;
  521. }
  522.  
  523. #wrapper #sidebar {
  524. position:fixed !important;
  525. float: right;
  526. top: 150px;
  527. width: 250px;
  528. color: {color:#666};
  529. font-family: {font:Accent}
  530. }
  531.  
  532. #wrapper #sidebar a {
  533. color: {color:Background};
  534. }
  535.  
  536. #wrapper #sidebar #top {{block:ifthinborder}border: 1px solid #000000;
  537. box-shadow:rgba(0,0,0,0.1)1px 1px;
  538. -moz-border-radius: 5px;
  539. -webkit-border-radius: 5px;{/block:ifthinborder}{block:ifthickborder}border: 2px solid #000000;
  540. box-shadow:rgba(0,0,0,0.1)1px 1px;
  541. -moz-border-radius: 5px;
  542. -webkit-border-radius: 5px;{/block:ifthickborder}
  543. background: #fff;
  544. padding: 0 20px;
  545.  
  546. -webkit-border-top-left-radius: 10px;
  547. -webkit-border-top-right-radius: 10px;
  548. -moz-border-radius-topleft: 10px;
  549. -moz-border-radius-topright: 10px;
  550. border-top-left-radius: 10px;
  551. border-top-right-radius: 10px;
  552. }
  553.  
  554. #wrapper #sidebar #top #avatar {
  555. width: 146px;
  556. height: 146px;
  557. padding: 8px 0 0 9px;
  558. background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
  559. position: relative;
  560. top: -24px;
  561. left: -5px;
  562. }
  563.  
  564. #wrapper #sidebar #top #description {
  565. font-size: 11px;
  566. position: relative;
  567. top: 10px;
  568. }
  569.  
  570. #wrapper #sidebar #top #description a {
  571. color: {color:Background};
  572. text-decoration: underline;
  573. }
  574.  
  575. #wrapper #sidebar #top .heading {
  576. color: #fff;
  577. font-family: helvetica, arial, sans-serif;
  578. font-size: 17px;
  579. margin-top: 20px;
  580. padding: 10px;
  581. background-color: {color:Background};
  582. -webkit-border-top-left-radius: 4px;
  583. -webkit-border-top-right-radius: 4px;
  584. -moz-border-radius-topleft: 4px;
  585. -moz-border-radius-topright: 4px;
  586. border-top-left-radius: 4px;
  587. border-top-right-radius: 4px;
  588. }
  589.  
  590. #wrapper #sidebar #top a .heading {
  591. color: #fff;
  592. text-decoration: none;
  593. }
  594.  
  595. #wrapper #sidebar #top .content {
  596. margin-top: 2px;
  597. padding: 10px 10px;
  598. background: #eaeaea;
  599. color: #666;
  600. font-size: 11px;
  601. overflow: hidden;
  602. }
  603.  
  604. #wrapper #sidebar #top a {
  605. text-decoration: none;
  606. }
  607.  
  608. #wrapper #sidebar #bottom {
  609. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  610. width: 250px;
  611. height: 25px;
  612. }
  613.  
  614. </style>
  615. <!--[if lt IE 7.]>
  616. <style type="text/css">
  617. #wrapper #sidebar #bottom {
  618. background: transparent;
  619. }
  620.  
  621. #wrapper #sidebar #top #avatar {
  622. background: none;
  623. }
  624.  
  625. #wrapper #sidebar #top #avatar img {
  626. border: 5px solid #f1f1f1;
  627. }
  628.  
  629. #wrapper #sidebar #top .heading#followontumblr {
  630. background-image: none;
  631. text-indent: 0;
  632. }
  633.  
  634. #wrapper #sidebar #top .heading#twitter {
  635. background-image: none;
  636. }
  637.  
  638. #wrapper #sidebar #top .heading#following {
  639. background-image: none;
  640. }
  641.  
  642. #wrapper #content .post .audio .player {
  643. float: none;
  644. }
  645.  
  646. #wrapper #content .post .audio .meta {
  647. display: none;
  648. float: none;
  649. }
  650. </style>
  651. <![endif]-->
  652.  
  653. <!--[if lt IE 8.]>
  654. <style type="text/css">
  655. #wrapper #content .bottom {
  656. background: transparent;
  657. }
  658.  
  659. #wrapper #content .post .footer {
  660. background: transparent;
  661. color: #000;
  662. }
  663.  
  664. #wrapper #content .post .audio {
  665. float: none;
  666. background: transparent;
  667. }
  668.  
  669. #wrapper #content .post .notecontainer .notes {
  670. padding: 0;
  671. margin: 0;
  672. }
  673. </style>
  674. <![endif]-->
  675. <style type="text/css">{CustomCSS}</style>
  676. </head>
  677. <body>
  678. <div id="wrapper">
  679. <div id="title">
  680. <a href="/">
  681. </a>
  682. </div>
  683.  
  684. <div id="content">
  685.  
  686. {block:Posts}
  687. <div class="post">
  688.  
  689. {block:Photo}
  690. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  691. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  692. {/block:Photo}
  693.  
  694. {block:Video}
  695. <div class="media">{Video-500}</div>
  696. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  697. {/block:Video}
  698.  
  699. {block:Audio}
  700. {block:IfShowAlbumArtOnAudioPosts}
  701. {block:AlbumArt}
  702. <div class="album_art">
  703. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  704. </div>
  705. {/block:AlbumArt}
  706. {/block:IfShowAlbumArtOnAudioPosts}
  707.  
  708. <div class="audio">
  709. <div class="player">{AudioPlayerWhite}</div>
  710. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  711. <div class="clear"></div>
  712. </div>
  713. <div class="clear"></div>
  714. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  715. {/block:Audio}
  716.  
  717. {block:Quote}
  718. <div class="quote {Length}">{Quote}</div>
  719. <div class="copy">
  720. <div class="quotebg">“</div>
  721. {block:Source}
  722. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  723. <tr>
  724. <td valign="top" style="width:20px;">&mdash;</td>
  725. <td valign="top" class="quote_source">
  726. {Source}
  727. </td>
  728. </tr>
  729. </table>
  730. {/block:Source}
  731. </div>
  732. {/block:Quote}
  733.  
  734. {block:Text}
  735. {block:Title}<div class="title">{Title}</div>{/block:Title}
  736. <div class="copy">{Body}</div>
  737. {/block:Text}
  738.  
  739. {block:Answer}
  740. <div class="question">
  741. <div class="nipple"></div>
  742. {Question}
  743. </div>
  744. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  745. <div class="copy">{Answer}</div>
  746. {/block:Answer}
  747.  
  748. {block:Chat}
  749. {block:Title}<div class="title">{Title}</div>{/block:Title}
  750. <div class="chat">
  751. <div class="lines">
  752. {block:Lines}
  753. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  754. {/block:Lines}
  755. </div>
  756. </div>
  757. <div class="clear"></div>
  758. <div style="height:10px;"></div>
  759. {/block:Chat}
  760.  
  761. {block:Link}
  762. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  763. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  764. {/block:Link}
  765.  
  766. {block:Date}
  767. <a href="{Permalink}">
  768. <div class="footer for_permalink">
  769. <div class="date">
  770. {block:Reblog}
  771. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}<span style="text-transform:lowercase;"></span>{/block:RebloggedFromReblog}
  772. {/block:Reblog}
  773.  
  774. {block:NotReblog}
  775. {lang:Posted TimeAgo from source}
  776. {/block:NotReblog}
  777. </div>
  778. <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  779. <div class="clear"></div>
  780. </div>
  781. </a>
  782. {/block:Date}
  783.  
  784. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  785. display:none;
  786. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  787. {block:ContentSource}display:block;{/block:ContentSource}
  788. ">
  789. {block:IfShowTags}
  790. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  791. {/block:IfShowTags}
  792.  
  793. {block:ContentSource}
  794. <a href="{SourceURL}" class="source_url">
  795. {lang:Source}:
  796. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  797. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  798. </a>
  799. {/block:ContentSource}
  800.  
  801. <div class="clear"></div>
  802. </div>
  803.  
  804. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  805.  
  806. </div>
  807. <div class="bottom"></div>
  808. {/block:Posts}
  809.  
  810. {block:Pagination}
  811. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  812. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  813.  
  814. {block:IfEnableJumpPagination}
  815. {block:JumpPagination length="5"}
  816. {block:CurrentPage}
  817. <span class="current_page">{PageNumber}</span>
  818. {/block:CurrentPage}
  819.  
  820. {block:JumpPage}
  821. <a class="jump_page" href="{URL}">{PageNumber}</a>
  822. {/block:JumpPage}
  823.  
  824. {/block:JumpPagination}
  825. {/block:IfEnableJumpPagination}
  826.  
  827. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  828. </div>
  829. {/block:Pagination}
  830.  
  831. </div>
  832.  
  833. <div id="sidebar">
  834.  
  835.  
  836. <div id="top"><center>{block:IfNotSidebarPixels}{block:IfSidebarImage}
  837. <img src="{image:Sidebar}">
  838. {/block:IfSidebarImage}{/block:IfNotSidebarPixels}
  839.  
  840. {block:IfSidebarPixels}
  841. <img src="{image:Pixel1}"><img src="{image:Pixel2}"><img src="{image:Pixel3}"><img src="{image:Pixel4}">
  842. <br />
  843. {/block:IfSidebarPixels}</center>
  844. <div id="description">{Description}</div>&nbsp;<center><select onChange="location.href=this.options[this.selectedIndex].value;" id="navi">
  845. <option value="/">ブラウズ</option>
  846. <option value="/">home</option>
  847. <option value="/ask">ask</option>
  848. <option value="/submit">submit</option>
  849. {block:IfLink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:IfLink1}
  850. {block:IfLink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{block:IfLink2}
  851. {block:IfLink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{block:IfLink3}
  852. {block:IfLink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{block:IfLink4}
  853. {block:IfLink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{block:IfLink5}
  854.  
  855. </select></center>
  856. <br>
  857.  
  858. </div>
  859.  
  860. </div>
  861.  
  862. <div style="position:fixed; right:{text:bottomimgX}px; bottom:{text:bottomimgY}px; z-index: -1;">
  863.  
  864.  
  865.  
  866. <img src="{image:BottomImage}">
  867.  
  868. </div>
  869. </div>
  870.  
  871. </body>
  872. </html>
Advertisement
Add Comment
Please, Sign In to add comment