Advertisement
pictochat

(old) dokiredux redux edit

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