Advertisement
tomkirk

Redux Edit [ 2 ]

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