Advertisement
tomkirk

Redux Edit [ 4 ]

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