Advertisement
Guest User

Fallout Redux Theme

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