Advertisement
tomkirk

Redux Edit [ 5 ]

Sep 27th, 2013
11,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.52 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. [ R E D U X E D I T ]
  4.  
  5. ○ ● ○
  6.  
  7. [ 9 7 Y R ]
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:Background" content="#3b627e" />
  13. <meta name="color:Border" content="#696969" />
  14. <meta name="color:Text" content="#696969" />
  15. <meta name="color:Link" content="#ded1ff" />
  16. <meta name="color:Link Hover" content="#696969" />
  17. <meta name="color:Posts" content="#FFD1D4" />
  18. <meta name="color:Perma" content="#ded1ff" />
  19. <meta name="color:Perma Text" content="#696969" />
  20. <meta name="color:Navi" content="#ded1ff" />
  21. <meta name="color:Tool Tip" content="#F7EAB0" />
  22. <meta name="color:Tool Tip Text" content="#696969" />
  23.  
  24. <meta name="if:Full Bkg Img" 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:Infinite Scroll" content=""/>
  29. <meta name="if:Captions" content="1"/>
  30. <meta name="if:250px" content=""/>
  31. <meta name="if:400px" content="1"/>
  32. <meta name="if:500px" content=""/>
  33. <meta name="if:Type 1 Navi" content=""/>
  34. <meta name="if:Type 2 Navi" content=""/>
  35. <meta name="if:Type 3 Navi" content=""/>
  36. <meta name="if:Centered Desc" content=""/>
  37. <meta name="if:Inverted Images" content=""/>
  38. <meta name="if:Faded Images" content=""/>
  39. <meta name="if:Pixel Font" content=""/>
  40.  
  41. <meta name="image:Side" content=""/>
  42. <meta name="image:Background" content="" />
  43.  
  44. <meta name="text:Navi Name" content="links"/>
  45. <meta name="text:Sidepic Width" content=""/>
  46. <meta name="text:Side From Top" content="350"/>
  47. <meta name="text:Link 1 URL" content="/"/>
  48. <meta name="text:Link 1 name" content=""/>
  49. <meta name="text:Link 2 URL" content="/"/>
  50. <meta name="text:Link 2 name" content=""/>
  51. <meta name="text:Link 3 URL" content="/"/>
  52. <meta name="text:Link 3 name" content=""/>
  53. <meta name="text:Link 4 URL" content="/"/>
  54. <meta name="text:Link 4 name" content=""/>
  55. <meta name="text:Link 5 URL" content="/"/>
  56. <meta name="text:Link 5 name" content=""/>
  57.  
  58. <script type="text/javascript">
  59. function unhide(divID) {
  60. var item = document.getElementById(divID);
  61. if (item) {
  62. item.className=(item.className=='hidden')?'unhidden':'hidden';
  63. }
  64. }
  65. </script>
  66.  
  67. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  68. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  69. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  70. <link rel="shortcut icon" href="{Favicon}" />
  71. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  73. <style type="text/css">
  74.  
  75. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  76.  
  77. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  78.  
  79. body {
  80. background: {color:Background} url('{image:Background}') top left fixed repeat;
  81. margin: 0;
  82. padding: 0;
  83. {block:ifPixelFont}
  84. font-size: 8px;
  85. line-height: 11px;
  86. font-family: "ronda",consolas;
  87. {/block:ifPixelFont}
  88. {block:ifNotPixelFont}
  89. font-size: 11px;
  90. line-height: 15px;
  91. font-family: consolas;
  92. {/block:ifNotPixelFont}
  93. {block:ifFullBkgImg}
  94. background-size:100% 100%;
  95. {/block:ifFullBkgImg}
  96. }
  97.  
  98. a:link, a:active, a:visited{
  99. color: {color:Link};
  100. text-decoration:none;
  101. -webkit-transition: all 0.3s ease-out;
  102. -moz-transition: all 0.3s ease-out;
  103. transition: all 0.3s ease-out;
  104. }
  105.  
  106. a:hover{
  107. color: {color:Link Hover};
  108. text-decoration:none;
  109. }
  110.  
  111. #s-m-t-tooltip {
  112. max-width:300px;
  113. margin:10px 20px 10px 20px;
  114. background:{color:Tool Tip};
  115. box-shadow:rgba(0,0,0,0.07)4px 4px;
  116. {block:ifPixelFont}
  117. font-size: 8px;
  118. line-height: 8px;
  119. font-family: "ronda",consolas;
  120. padding:2px;
  121. padding-right:4px;
  122. padding-left:4px;
  123. padding-bottom:4px;
  124. {/block:ifPixelFont}
  125. {block:ifNotPixelFont}
  126. font-size: 11px;
  127. line-height: 11px;
  128. font-family: consolas;
  129. padding:4px;
  130. padding-right:6px;
  131. padding-left:6px;
  132. padding-bottom:4px;
  133. {/block:ifNotPixelFont}
  134. color:{color:Tool Tip Text};
  135. z-index:999999999999999999999999999999999999;
  136. }
  137.  
  138. .clear {
  139. clear: both;
  140. height: 0px;
  141. overflow: hidden;
  142. }
  143.  
  144. a img {
  145. border: none;
  146. }
  147.  
  148. #wrapper {
  149. width: 845px;
  150. }
  151.  
  152. #wrapper #content {
  153. float: right;
  154. margin-top: 70px;
  155. }
  156.  
  157. #wrapper #content .post {
  158. background:{color:Posts};
  159. margin-bottom: 50px;
  160. padding: 10px;
  161. position: relative;
  162. border:4px double {color:Border};
  163. box-shadow:rgba(0,0,0,0.07)10px 10px;
  164. {block:IndexPage}
  165. {block:if250px}
  166. width: 250px;
  167. margin-right:280px;
  168. {/block:if250px}
  169. {block:if400px}
  170. width: 400px;
  171. margin-right:150px;
  172. {/block:if400px}
  173. {block:if500px}
  174. width: 500px;
  175. margin-right:50px;
  176. {/block:if500px}
  177. {/block:IndexPage}
  178. {block:PermalinkPage}
  179. width: 500px;
  180. margin-right:50px;
  181. {/block:PermalinkPage}
  182. }
  183.  
  184. #wrapper #content .post .media {
  185. text-align: center;
  186. margin-bottom: 10px;
  187. {block:ifFadedImages}
  188. opacity:.7;
  189. {/block:ifFadedImages}
  190. {block:ifInvertedImages}
  191. opacity:1;
  192. {/block:ifInvertedImages}
  193. -webkit-transition: all 0.4s ease-out;
  194. -moz-transition: all 0.4s ease-out;
  195. transition: all 0.4s ease-out;
  196. }
  197.  
  198. #wrapper #content .post .media:hover {
  199. {block:ifFadedImages}
  200. opacity:1;
  201. {/block:ifFadedImages}
  202. {block:ifInvertedImages}
  203. opacity:.7;
  204. {/block:ifInvertedImages}
  205. }
  206. }
  207.  
  208. #wrapper #content .post .quotebg {
  209. font-family: georgia, serif;
  210. font-size: 150px;
  211. color: {color:Background};
  212. opacity: 0.2;
  213. filter: alpha(opacity=20);
  214. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  215. position: absolute;
  216. top: 70px;
  217. left: 10px;
  218. }
  219.  
  220. #wrapper #content .post .quote {
  221. color: {color:Text};
  222. font-weight: bold;
  223. padding: 10px;
  224. }
  225.  
  226. #wrapper #content .post .quote.short {
  227. font-size: 19px;
  228. line-height: 25px;
  229. }
  230.  
  231. #wrapper #content .post .quote.medium {
  232. font-size: 25px;
  233. line-height: 28px;
  234. }
  235.  
  236. #wrapper #content .post .quote.long {
  237. font-size: 18px;
  238. line-height: 22px;
  239. }
  240.  
  241. #wrapper #content .post .quote_source *:first-child {
  242. margin-top: 0px;
  243. }
  244.  
  245. #wrapper #content .post .quote_source *:last-child {
  246. margin-bottom: 0px;
  247. }
  248.  
  249. #wrapper #content .post .quote *:first-child {
  250. margin-top: 0px;
  251. }
  252.  
  253. #wrapper #content .post .quote *:last-child {
  254. margin-bottom: 0px;
  255. }
  256.  
  257. #wrapper #content .post .copy {
  258. color: {color:Text};
  259. padding: 10px;
  260. }
  261.  
  262. #wrapper #content .post .copy a { /* =link= */
  263. color: {color:Link};
  264. text-decoration: none;
  265. -webkit-transition: all 0.4s linear;
  266. -moz-transition: all 0.4s linear;
  267. transition: all 0.4s linear;
  268. }
  269.  
  270. #wrapper #content .post .copy a:hover { /* =link hover= */
  271. color: {color:Link Hover};
  272. }
  273.  
  274. #wrapper #content .post .copy p {
  275. margin: 10px 0 0 0;
  276. padding: 0;
  277. }
  278.  
  279. #wrapper #content .post .copy pre {
  280. margin: 10px 0px 10px 0px;
  281. padding: 10px;
  282. background-color: #e6e6e6;
  283. font: normal 11px Courier, monospace;
  284. overflow: auto;
  285. }
  286.  
  287. #wrapper #content .post .copy > p:first-child {
  288. margin-top: 0;
  289. }
  290.  
  291. #wrapper #content .post .copy img {
  292. max-width: 100%;
  293. }
  294.  
  295. #wrapper #content .post .audio {
  296. background: #fff;
  297. opacity: .8;
  298. float: left;
  299. padding: 7px;
  300. margin-bottom: 10px;
  301. }
  302.  
  303. #wrapper #content .post .audio .player {
  304. float: left;
  305. }
  306.  
  307. #wrapper #content .post .audio .player .audio_player embed {
  308. border: 1px solid #c8c8c8;
  309. }
  310.  
  311. #wrapper #content .post .audio .meta {
  312. padding: 8px 13px;
  313. height: 13px;
  314. float: left;
  315. font-size: 11px;
  316. text-transform: lowercase;
  317. }
  318.  
  319. #wrapper #content .post .album_art {
  320. text-align: center;
  321. }
  322.  
  323. #wrapper #content .post .question {
  324. font-size: 16px;
  325. line-height: 17px;
  326. font-weight: bold;
  327. background: {color:Perma};
  328. color: {color:Perma Text};
  329. opacity: .8;
  330. margin: 0 0 15px 0;
  331. padding: 15px 20px;
  332. position: relative;
  333. }
  334.  
  335. #wrapper #content .post .asker_container {
  336. margin: 0 0 20px 24px;
  337. }
  338.  
  339. #wrapper #content .post .asker_container img {
  340. margin: 0 12px -7px 0;
  341. }
  342.  
  343. #wrapper #content .post .asker_container a.asker { /* =link= */
  344. color: {color:Link};
  345. }
  346.  
  347. #wrapper #content .post .asker_container a:hover.asker { /* =link hover= */
  348. color: {color:Link Hover};
  349. }
  350.  
  351. #wrapper #content .post .title {
  352. font-size:17px;
  353. line-height:17px;
  354. color:{color:Text};
  355. font-weight: bold;
  356. padding: 10px 10px 0 10px;
  357. }
  358.  
  359. #wrapper #content .post img {
  360. {block:IndexPage}
  361. {block:if250px}
  362. max-width: 250px;
  363. {/block:if250px}
  364. {block:if400px}
  365. max-width: 400px;
  366. {/block:if400px}
  367. {block:if500px}
  368. max-width: 500px;
  369. {/block:if500px}
  370. {/block:IndexPage}
  371. {block:PermalinkPage}
  372. max-width: 500px;
  373. {/block:PermalinkPage}
  374. }
  375.  
  376. #wrapper #content .post .chat {
  377. margin: 10px 10px 0 10px;
  378. }
  379.  
  380. #wrapper #content .post .chat .lines {
  381. margin-left: 1px;
  382. }
  383.  
  384. #wrapper #content .post .chat .lines .line {
  385. background-color: #f7f7f7;
  386. color: #494949;
  387. padding: 3px 5px;
  388. }
  389.  
  390. #wrapper #content .post .chat .lines .line.even {
  391. background-color: #e8e8e8;
  392. }
  393.  
  394. #wrapper #content .post .link {
  395. margin: 4px 0 2px 0;
  396. font-size: 14px;
  397. line-height: 25px;
  398. padding: 5px 7px;
  399. background: {color:Perma};
  400. border:4px double {color:Border};
  401. }
  402.  
  403. #wrapper #content .post .link a { /* =link= */
  404. color: {color:Perma Text};
  405. }
  406.  
  407. #wrapper #content .post .link a:hover {
  408. opacity: 1;
  409. background: transparent;
  410. }
  411.  
  412. #wrapper #content .post .footer {
  413. margin-top: 10px;
  414. {block:ifPixelFont}
  415. padding: 2px 6px 4px;
  416. {/block:ifPixelFont}
  417. {block:ifNotPixelFont}
  418. padding: 2px 6px 2px;
  419. {/block:ifNotPixelFont}
  420. color: {color:Perma Text};
  421. background: {color:Perma};
  422. border:4px double {color:Border};
  423. -webkit-transition: all 0.3s ease-out;
  424. -moz-transition: all 0.3s ease-out;
  425. transition: all 0.3s ease-out;
  426. }
  427.  
  428. #wrapper #content .post .footer.for_permalink:hover {
  429. {block:IndexPage}
  430. background: transparent;
  431. opacity: 1;
  432. filter: alpha(opacity=90);
  433. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  434. {/block:IndexPage}
  435. }
  436.  
  437. #wrapper #content .post .footer .date {
  438. float: left;
  439. color: {color:Perma Text};
  440. }
  441.  
  442. #wrapper #content .post .footer .date a { /* =link= */
  443. color: {color:Perma Text};
  444. border-bottom:1px solid transparent;
  445. }
  446.  
  447. #wrapper #content .post .footer .notes {
  448. float: right;
  449. text-align: right;
  450. color: {color:Perma Text};
  451. }
  452.  
  453. #wrapper #content .post .footer .notes a { /* =link= */
  454. color: {color:Perma Text};
  455. }
  456.  
  457. #wrapper #content .post .footer .tags { /* =link= */
  458. }
  459.  
  460. #wrapper #content .post .footer.tags:hover {
  461. background: transparent;
  462. opacity: 1;
  463. filter: alpha(opacity=90);
  464. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  465. }
  466.  
  467. #wrapper #content .post .footer .tags a { /* =link= */
  468. color: {color:Perma Text};
  469. text-decoration: underline;
  470. }
  471.  
  472. #wrapper #content .post .footer .tags a:hover { /* =link= */
  473. color: {color:Perma Text};
  474. text-decoration: none;
  475. }
  476.  
  477. #wrapper #content .post .footer .tags .tag-commas:last-child {
  478. display: none;
  479. }
  480.  
  481. #wrapper #content .post .footer.with_source_url .tags {
  482. max-width: 330px;
  483. float: left;
  484. }
  485.  
  486. #wrapper #content .post a { /* =link= */
  487. color: {color:Link};
  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 #dcdcdc;
  495. }
  496.  
  497. #wrapper #content .post .copy blockquote blockquote {
  498. border-left: solid 4px #cccccc;
  499. }
  500.  
  501. #wrapper #content .post .copy blockquote blockquote blockquote {
  502. border-left: solid 4px #bcbcbc;
  503. }
  504.  
  505. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  506. border-left: solid 4px #acacac;
  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. background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
  519. width: 513px;
  520. height: 40px;
  521. margin: 0 auto;
  522. }
  523.  
  524. #wrapper #content #navigation {
  525. text-align: right;
  526. padding-bottom: 35px;
  527. text-transform: lowercase;
  528. {block:IndexPage}
  529. {block:if250px}
  530. width: 280px;
  531. {/block:if250px}
  532. {block:if400px}
  533. width: 430px;
  534. {/block:if400px}
  535. {block:if500px}
  536. width: 530px;
  537. {/block:if500px}
  538. {/block:IndexPage}
  539. {block:PermalinkPage}
  540. width: 530px;
  541. {/block:PermalinkPage}
  542. }
  543.  
  544. #wrapper #content #navigation a {
  545. background:{color:Posts};
  546. color:{color:text};
  547. padding: 5px 10px;
  548. text-decoration: none;
  549. margin-left: 25px;
  550. border:4px double {color:Border};
  551. {block:ifPixelFont}
  552. font-size: 8px;
  553. line-height: 11px;
  554. font-family: ronda,consolas;
  555. {/block:ifPixelFont}
  556. {block:ifNotPixelFont}
  557. font-size: 11px;
  558. line-height: 15px;
  559. font-family: consolas;
  560. {/block:ifNotPixelFont}
  561. }
  562.  
  563. #wrapper #content #navigation a:hover {
  564. filter: alpha(opacity=90);
  565. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  566. }
  567.  
  568. #wrapper #content #navigation.jump_pagination {}
  569.  
  570. #wrapper #content #navigation.jump_pagination a {
  571. margin: 0 0 0 4px;
  572. color:{color:text};
  573. }
  574.  
  575. #wrapper #content #navigation.jump_pagination .current_page {
  576. color:{color:Posts};
  577. background-color: transparent;
  578. border: 4px double {color:Posts};
  579. padding: 3px 8px;
  580. margin: 0 0 0 4px;
  581. cursor: default;
  582. }
  583.  
  584. #wrapper #content #navigation.jump_pagination .jump_page {}
  585.  
  586. #wrapper #content .post .notecontainer {
  587. border:4px double {color:Border};
  588. background: {color:Perma};
  589. color: {color:Perma Text};
  590. margin-top: 10px;
  591. margin-bottom: 10px;
  592. }
  593.  
  594. #wrapper #content .post .notecontainer a { /* =link= */
  595. color: {color:Perma Text};
  596. -webkit-transition: all 0.3s ease-out;
  597. -moz-transition: all 0.3s ease-out;
  598. transition: all 0.3s ease-out;
  599. }
  600.  
  601. #wrapper #content .post .notecontainer a:hover { /* =link hover= */
  602. opacity:.6;
  603. }
  604.  
  605. #wrapper #content .post .notecontainer ol.notes {
  606. padding: 0px 0 10px 0;
  607. list-style-type: none;
  608. }
  609.  
  610. #wrapper #content .post .notecontainer ol.notes li.note {
  611. padding: 10px 10px 0 10px;
  612. }
  613.  
  614. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  615. vertical-align: -4px;
  616. margin-right: 10px;
  617. width: 16px;
  618. height: 16px;
  619. }
  620.  
  621. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  622. font-weight: normal;
  623. }
  624.  
  625. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  626. font-weight: normal;
  627. }
  628.  
  629. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  630. border-left: 2px solid #666;
  631. padding: 4px 10px;
  632. margin: 10px 0px 0px 25px;
  633. }
  634.  
  635. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  636. text-decoration: none;
  637. }
  638.  
  639. #wrapper #sidebar {
  640. margin-top: {text:Side From Top}px;
  641. margin-left: 45px;
  642. width: 170px;
  643. position: fixed;
  644. color: {color:Text};
  645. }
  646.  
  647. #wrapper #sidebar #top {
  648. padding: 10px;
  649. box-shadow:rgba(0,0,0,0.07)10px 10px;
  650. border:4px double {color:Border};
  651. background:{color:Posts};
  652. }
  653.  
  654. .navi a{
  655. height:2px;
  656. display:inline-block;
  657. padding:1px 6px 6px 2px;
  658. margin-right:6px;margin-left:7px;
  659. margin-top:7px;
  660. background:{color:Navi};
  661. border:1px solid {color:Border};
  662. -webkit-transition: all 0.3s ease-out;
  663. -moz-transition: all 0.3s ease-out;
  664. transition: all 0.3s ease-out;
  665. }
  666.  
  667. .navi a:hover{
  668. background:Transparent;
  669. }
  670.  
  671. #wrapper #sidebar #top #description {
  672. position: relative;
  673. {block:ifCenteredDesc}
  674. text-align:center;
  675. {/block:ifCenteredDesc}
  676. }
  677.  
  678. .hidden {display: none;}
  679. .unhidden {display: block;}
  680.  
  681. #wrapper #sidebar #top .heading {
  682. color: #fff;
  683. font-family: helvetica, arial, sans-serif;
  684. font-size: 17px;
  685. margin-top: 20px;
  686. padding: 10px;
  687. background-color: {color:Text};
  688. -webkit-border-top-left-radius: 4px;
  689. -webkit-border-top-right-radius: 4px;
  690. -moz-border-radius-topleft: 4px;
  691. -moz-border-radius-topright: 4px;
  692. border-top-left-radius: 4px;
  693. border-top-right-radius: 4px;
  694. }
  695.  
  696. #wrapper #sidebar #top a .heading {
  697. color: #000;
  698. text-decoration: none;
  699. }
  700.  
  701. #wrapper #sidebar #top .content {
  702. margin-top: 2px;
  703. padding: 7px 10px;
  704. background: #eaeaea;
  705. color: #666;
  706. font-size: 11px;
  707. overflow: hidden;
  708. }
  709.  
  710. #wrapper #sidebar #top a {
  711. }
  712.  
  713. #wrapper #sidebar #top a:hover {
  714. }
  715.  
  716. #wrapper #sidebar #bottom {
  717. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  718. width: 250px;
  719. height: 25px;
  720. }
  721.  
  722. </style>
  723. <!--[if lt IE 7.]>
  724. <style type="text/css">
  725. #wrapper #sidebar #bottom {
  726. background: transparent;
  727. }
  728.  
  729. #wrapper #sidebar #top #avatar {
  730. background: none;
  731. }
  732.  
  733. #wrapper #sidebar #top #avatar img {
  734. border: 5px solid #f1f1f1;
  735. }
  736.  
  737. #wrapper #sidebar #top .heading#followontumblr {
  738. background-image: none;
  739. text-indent: 0;
  740. }
  741.  
  742. #wrapper #sidebar #top .heading#twitter {
  743. background-image: none;
  744. }
  745.  
  746. #wrapper #sidebar #top .heading#following {
  747. background-image: none;
  748. }
  749.  
  750. #wrapper #content .post .audio .player {
  751. float: none;
  752. }
  753.  
  754. #wrapper #content .post .audio .meta {
  755. display: none;
  756. float: none;
  757. }
  758. </style>
  759. <![endif]-->
  760.  
  761. <!--[if lt IE 8.]>
  762. <style type="text/css">
  763. #wrapper #content .bottom {
  764. background: transparent;
  765. }
  766.  
  767. #wrapper #content .post .footer {
  768. background: transparent;
  769. color: #000;
  770. }
  771.  
  772. #wrapper #content .post .audio {
  773. float: none;
  774. background: transparent;
  775. }
  776.  
  777. #wrapper #content .post .notecontainer .notes {
  778. padding: 0;
  779. margin: 0;
  780. }
  781. </style>
  782. <![endif]-->
  783. <style type="text/css">{CustomCSS}</style>
  784. </head>
  785. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  786.  
  787. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  788.  
  789. <script>
  790.  
  791. (function($){
  792.  
  793. $(document).ready(function(){
  794.  
  795. $("a[title]").style_my_tooltips({
  796.  
  797. tip_follows_cursor:true,
  798.  
  799. tip_delay_time:20,
  800.  
  801. tip_fade_speed:200,
  802.  
  803. attribute:"title"
  804.  
  805. });
  806.  
  807. });
  808.  
  809. })(jQuery);
  810.  
  811. </script>
  812. <body>
  813. <div style="position:fixed;left:0;bottom:0;padding:5px;">
  814. <a href="http://97yr.tumblr.com/"><img src="http://static.tumblr.com/bb49f1c92be0b126918975f97eed155b/bbujivt/VKAmr74so/tumblr_static_moon.png"width="17"></a></div>
  815. <div id="wrapper">
  816.  
  817. <div id="content">
  818.  
  819. {block:Posts}
  820. <div class="post">
  821.  
  822. {block:Photo}
  823. <div class="media">
  824. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  825. </div>
  826. {block:ifCaptions}
  827. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  828. {/block:ifCaptions}
  829. {block:ifNotCaptions}
  830. {block:PermalinkPage}
  831. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  832. {/block:PermalinkPage}
  833. {/block:ifNotCaptions}
  834. {block:ContentSource}
  835. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  836. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  837. {/block:SourceLogo}
  838. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  839. {/block:ContentSource}
  840. {block:ReblogParentURL}
  841. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  842. {/block:ReblogParentURL}
  843. {/block:Photo}
  844.  
  845. {block:Photoset}
  846. <div class="media">
  847. {block:IndexPage}
  848. {block:if250px}
  849. {Photoset-250}
  850. {/block:if250px}
  851. {block:if400px}
  852. {Photoset-400}
  853. {/block:if400px}
  854. {block:if500px}
  855. {Photoset-500}
  856. {/block:if500px}
  857. {/block:IndexPage}
  858. {block:PermalinkPage}
  859. {Photoset-500}
  860. {/block:PermalinkPage}
  861. </div>
  862. {block:ifCaptions}
  863. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  864. {/block:ifCaptions}
  865. {block:ifNotCaptions}
  866. {block:PermalinkPage}
  867. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  868. {/block:PermalinkPage}
  869. {/block:ifNotCaptions}
  870. {/block:Photoset}
  871.  
  872. {block:Video}
  873. <div class="media">
  874. {block:IndexPage}
  875. {block:if250px}
  876. {Video-250}
  877. {/block:if250px}
  878. {block:if400px}
  879. {Video-400}
  880. {/block:if400px}
  881. {block:if500px}
  882. {Video-500}
  883. {/block:if500px}
  884. {/block:IndexPage}
  885. {block:PermalinkPage}
  886. {Video-500}
  887. {/block:PermalinkPage}
  888. </div>
  889. {block:ifCaptions}
  890. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  891. {/block:ifCaptions}
  892. {block:ifNotCaptions}
  893. {block:PermalinkPage}
  894. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  895. {/block:PermalinkPage}
  896. {/block:ifNotCaptions}
  897. {/block:Video}
  898.  
  899. {block:Audio}
  900. {block:IfShowAlbumArtOnAudioPosts}
  901. {block:AlbumArt}
  902. <div class="album_art">
  903. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  904. </div>
  905. {/block:AlbumArt}
  906. {/block:IfShowAlbumArtOnAudioPosts}
  907.  
  908. <div class="audio">
  909. <div class="player">{AudioPlayerWhite}</div>
  910. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  911. <div class="clear"></div>
  912. </div>
  913. <div class="clear"></div>
  914. {block:Caption}{Caption}{/block:Caption}
  915. {/block:Audio}
  916.  
  917. {block:Quote}
  918. <div class="quote {Length}">{Quote}</div>
  919. <div class="copy">
  920. {block:Source}
  921. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  922. <tr>
  923. <td valign="top" style="width:20px;">&mdash;</td>
  924. <td valign="top" class="quote_source">
  925. {Source}
  926. </td>
  927. </tr>
  928. </table>
  929. {/block:Source}
  930. </div>
  931. {/block:Quote}
  932.  
  933. {block:Text}
  934. {block:Title}<div class="title">{Title}</div>{/block:Title}
  935. <div class="copy">{Body}</div>
  936. {/block:Text}
  937.  
  938. {block:Answer}
  939. <div class="question">
  940. {Question}
  941. </div>
  942. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  943. <div class="copy">{Answer}</div>
  944. {/block:Answer}
  945.  
  946. {block:Chat}
  947. {block:Title}<div class="title">{Title}</div>{/block:Title}
  948. <div class="chat">
  949. <div class="lines">
  950. {block:Lines}
  951. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  952. {/block:Lines}
  953. </div>
  954. </div>
  955. <div class="clear"></div>
  956. <div style="height:10px;"></div>
  957. {/block:Chat}
  958.  
  959. {block:Link}
  960. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  961. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  962. {/block:Link}
  963.  
  964. {block:Date}
  965. <a href="{Permalink}">
  966. <div class="footer for_permalink">
  967. <div class="date">
  968. {block:Reblog}
  969. <a href="{Permalink}">{NoteCountWithLabel}</a>
  970. {/block:Reblog}
  971.  
  972. {block:NotReblog}
  973. <a href="{Permalink}">{NoteCountWithLabel}</a>
  974. {/block:NotReblog}
  975. </div>
  976. <div class="notes">
  977. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  978. {block:RebloggedFrom}
  979. (<a title="{ReblogParentName}"href="{ReblogParentURL}">via</a> /
  980. <a title="{ReblogRootName}"href="{ReblogRootURL}">★<!--©--></a>)
  981. {block:RebloggedFrom}
  982. </div>
  983. <div class="clear"></div>
  984. </div>
  985. </a>
  986. {/block:Date}
  987. <!--
  988. {block:Date}
  989. <a href="{Permalink}">
  990. <div class="footer for_permalink">
  991. <div class="date">
  992. <a href="{Permalink}">{NoteCountWithLabel}</a>
  993. </div>
  994.  
  995. <div class="notes">
  996. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  997. {block:RebloggedFrom}
  998. (<a title="{ReblogParentName}"href="{ReblogParentURL}">Bia</a> /
  999. <a title="{ReblogRootName}"href="{ReblogRootURL}">★</a>)
  1000. {block:RebloggedFrom}
  1001. </div>
  1002. <div class="clear"></div>
  1003. </div>
  1004. </a>
  1005. {/block:Date}
  1006. -->
  1007.  
  1008. {block:IfShowTags}
  1009. {block:HasTags}
  1010. <div class="footer for_permalink">
  1011. <div class="tags">
  1012. {lang:Tagged}: {block:Tags}
  1013. <a href="{TagURL}">{Tag}</a>
  1014. <span class="tag-commas">, </span>
  1015. {/block:Tags}.
  1016. </div>
  1017. </div>
  1018. {/block:HasTags}
  1019. {/block:IfShowTags}
  1020.  
  1021. <div class="clear"></div>
  1022.  
  1023. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1024.  
  1025. </div>
  1026. <!-- <div class="bottom"></div> -->
  1027. {/block:Posts}
  1028.  
  1029. {block:ifNotInfiniteScroll}
  1030. {block:Pagination}
  1031. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  1032. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  1033.  
  1034. {block:IfEnableJumpPagination}
  1035. {block:JumpPagination length="5"}
  1036. {block:CurrentPage}
  1037. <span class="current_page">{PageNumber}</span>
  1038. {/block:CurrentPage}
  1039.  
  1040. {block:JumpPage}
  1041. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1042. {/block:JumpPage}
  1043.  
  1044. {/block:JumpPagination}
  1045. {/block:IfEnableJumpPagination}
  1046.  
  1047. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1048. </div>
  1049. {/block:Pagination}
  1050. {/block:ifNotInfiniteScroll}
  1051.  
  1052. {block:ifInfiniteScroll}
  1053. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1054. {/block:ifInfiniteScroll}
  1055.  
  1056. </div>
  1057.  
  1058. <div id="sidebar">
  1059. <div id="top">
  1060. <div id="description">{Description}</div>
  1061. <center>
  1062. {block:ifType1Navi}
  1063. <a href="javascript:unhide('displaybx');">
  1064. <img src="{image:Side}" width="{text:Sidepic Width}" style="margin-top:4px;cursor:help;">
  1065. </a>
  1066. <div id="displaybx" class="hidden">
  1067. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;
  1068. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;
  1069. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;
  1070. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> &nbsp;
  1071. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  1072. </span>
  1073. {/block:ifType1Navi}
  1074. {block:ifType2Navi}
  1075. <select style="background: {color:Perma};color:{color:Perma Text};border:4px double {color:Border};-webkit-appearance:none;
  1076. {block:ifPixelFont}
  1077. margin-top:4px;
  1078. padding-bottom:1px;
  1079. font-size: 8px;
  1080. line-height: 8px;
  1081. font-family: ronda,consolas;
  1082. {/block:ifPixelFont}
  1083. {block:ifNotPixelFont}
  1084. padding:0px;
  1085. font-size: 11px;
  1086. line-height: 15px;
  1087. font-family: consolas;
  1088. {/block:ifNotPixelFont}" onChange="location.href=this.options[this.selectedIndex].value;">
  1089. <option value="/">{text:Navi Name}</option>
  1090. {block:ifLink1Name}
  1091. <option value="{text:Link 1 URL}">{text:Link 1 name}</option>
  1092. {/block:ifLink1Name}
  1093. {block:ifLink2Name}
  1094. <option value="{text:Link 2 URL}">{text:Link 2 name}</option>
  1095. {/block:ifLink2Name}
  1096. {block:ifLink3Name}
  1097. <option value="{text:Link 3 URL}">{text:Link 3 name}</option>
  1098. {/block:ifLink3Name}
  1099. {block:ifLink4Name}
  1100. <option value="{text:Link 4 URL}">{text:Link 4 name}</option>
  1101. {/block:ifLink4Name}
  1102. {block:ifLink5Name}
  1103. <option value="{text:Link 5 URL}">{text:Link 5 name}</option>
  1104. {/block:ifLink5Name}
  1105. </select>
  1106. {/block:ifType2Navi}
  1107.  
  1108. {block:ifType3Navi}
  1109. <div class="navi">
  1110. {block:ifLink1name}
  1111. <a title="{text:Link 1 name}"href="{text:Link 1 URL}"></a>
  1112. {/block:ifLink1name}
  1113. {block:ifLink2name}
  1114. <a title="{text:Link 2 name}"href="{text:Link 2 URL}"></a>
  1115. {/block:ifLink2name}
  1116. {block:ifLink3name}
  1117. <a title="{text:Link 3 name}"href="{text:Link 3 URL}"></a>
  1118. {/block:ifLink3name}
  1119. {block:ifLink4name}
  1120. <a title="{text:Link 4 name}"href="{text:Link 4 URL}"></a>
  1121. {/block:ifLink4name}
  1122. {block:ifLink5name}
  1123. <a title="{text:Link 5 name}"href="{text:Link 5 URL}"></a>
  1124. {/block:ifLink5name}
  1125. </div>
  1126. {/block:ifType3Navi}
  1127. </center>
  1128.  
  1129. </div>
  1130.  
  1131. <!-- <div class="bottom"></div> -->
  1132.  
  1133. </div>
  1134. </div>
  1135.  
  1136. </body>
  1137. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement