Advertisement
tomkirk

Redux Edit [ 6 ]

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