Advertisement
zeroisreal

redux edit #8

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