Advertisement
bug58

1

Jul 6th, 2014
13,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.33 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.  
  4. redux edit by bug58
  5.  
  6. -->
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:Background" content="#3b627e" />
  11. <meta name="color:text" content="#000000" />
  12. <meta name="color:link" content="#000000" />
  13.  
  14.  
  15.  
  16. <meta name="if:Show People I Follow" content="1" />
  17. <meta name="if:Show Tags" content="1" />
  18. <meta name="if:400px" content="1" />
  19.  
  20.  
  21. <meta name="if:avatar" content="1" />
  22. <meta name="if:imglinks" content="1" />
  23. <meta name="if:pages" content="1" />
  24. <meta name="if:shadow" content="1" />
  25. <meta name="if:bgcover" content="1" />
  26. <meta name="if:header" content="1" />
  27. <meta name="if:ask and submit" content="1" />
  28. <meta name="if:showfloaties" content="0" />
  29.  
  30. <meta name="if:sidebarleft" content="1" />
  31.  
  32. <meta name="if:search" content="0" />
  33. <meta name="if:Show Album Art on Audio Posts" content="1" />
  34. <meta name="if:Enable Jump Pagination" content="0" />
  35.  
  36. <meta name="text:Disqus Shortname" content="" />
  37. <meta name="text:sidebaropacity" content="1" />
  38. <meta name="text:postopacity" content="1" />
  39. <meta name="text:fontsize" content="13px" />
  40. <meta name="text:link 1" content="/"/>
  41. <meta name="text:link 2" content="/"/>
  42. <meta name="text:link 3" content="/"/>
  43. <meta name="text:link 4" content="/"/>
  44. <meta name="text:font" content="arial"/>
  45.  
  46.  
  47.  
  48. <meta name="image:Header" content="" />
  49. <meta name="image:Background" content="" />
  50. <meta name="image:permalink" content="" />
  51. <meta name="image:floatie1" content="https://31.media.tumblr.com/1dc1c5d559a2ebf983594fcfcb4c8700/tumblr_inline_n8b7lyldHC1sirsj6.gif" />
  52. <meta name="image:floatie2" content="https://31.media.tumblr.com/ba49bbfa58a63358bf098020310911f3/tumblr_inline_n8b7konCLb1sirsj6.gif" />
  53. <meta name="image:floatie3" content="" />
  54. <meta name="image:floatie4" content="" />
  55. <meta name="image:floatie5" content="" />
  56. <meta name="image:link 1" content="http://icons.iconarchive.com/icons/imil/painting-tools/32/Clipboard-icon.png"/>
  57. <meta name="image:link 2" content="http://icons.iconarchive.com/icons/imil/painting-tools/32/Filler-icon.png"/>
  58. <meta name="image:link 3" content="http://icons.iconarchive.com/icons/imil/painting-tools/32/Move-icon.png"/>
  59. <meta name="image:link 4" content="http://icons.iconarchive.com/icons/imil/painting-tools/32/Text-icon.png"/>
  60.  
  61.  
  62.  
  63. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  64. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  65. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66. <link rel="shortcut icon" href="{Favicon}" />
  67. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  69. <style type="text/css">
  70. body {
  71. background: {color:Background} url('{image:Background}') {block:ifbgcover} no-repeat center fixed ;
  72. -webkit-background-size: cover;
  73. -moz-background-size: cover;
  74. -o-background-size: cover;
  75. background-size: cover; {/block:ifbgcover}
  76.  
  77.  
  78. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  79. margin: 0;
  80.  
  81. padding: 0;
  82. font-family: {text:font};
  83. }
  84.  
  85.  
  86. .clear {
  87. clear: both;
  88. height: 0px;
  89. overflow: hidden;
  90. }
  91.  
  92. a img {
  93. border: none;
  94. }
  95.  
  96. #wrapper {
  97. {block:ifnot400px} width: 845px; {/block:ifnot400px}
  98.  
  99. {block:if400px} width: 745px; {/block:if400px}
  100. margin: 0 auto;
  101. }
  102.  
  103. #wrapper #title {
  104. text-align:center;
  105. margin: 30px 0;
  106. color: #fff;
  107. font-size: 50px;
  108. font-weight: bold;
  109. font-family: {text:font};
  110. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  111. letter-spacing: -1px;
  112. }
  113.  
  114. #wrapper #title a {
  115. color: #fff;
  116. text-decoration: none;
  117. }
  118.  
  119. #wrapper #content {
  120.  
  121. {block:ifnotheader} margin-top: 50px; {/block:ifnotheader}
  122. {block:ifnot400px} width: 520px; {/block:ifnot400px}
  123.  
  124. {block:if400px} width: 420px; {/block:if400px}
  125. {block:ifsidebarleft} float: right; {/block:ifsidebarleft}
  126. {block:ifnotsidebarleft} float: left; {/block:ifnotsidebarleft}
  127. }
  128.  
  129. #wrapper #content .post {
  130. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  131.  
  132. {block:ifnot400px} width: 500px; {/block:ifnot400px}
  133.  
  134. {block:if400px} width: 400px; {/block:if400px}
  135. font-family: {text:font};
  136. background: rgba(255,255,255,{text:postopacity});
  137. padding: 10px;
  138. position: relative;
  139. }
  140.  
  141. #wrapper #content .post .media {
  142. text-align: center;
  143. margin-bottom: 10px;
  144. }
  145.  
  146. #wrapper #content .post .quotebg {
  147. font-family: {text:font};
  148. font-size: 150px;
  149. color: {color:Background};
  150. opacity: 0.2;
  151. filter: alpha(opacity=20);
  152. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  153. position: absolute;
  154. top: 70px;
  155. left: 10px;
  156. }
  157.  
  158. #wrapper #content .post .quote {
  159. color: {color:Background};
  160. font-weight: bold;
  161. padding: 20px 20px 5px 20px;
  162. }
  163.  
  164. #wrapper #content .post .quote.short {
  165. font-size: 33px;
  166. line-height: 35px;
  167. }
  168.  
  169. #wrapper #content .post .quote.medium {
  170. font-size: 25px;
  171. line-height: 28px;
  172. }
  173.  
  174. #wrapper #content .post .quote.long {
  175. font-size: 18px;
  176. line-height: 22px;
  177. }
  178.  
  179. #wrapper #content .post .quote_source *:first-child {
  180. margin-top: 0px;
  181. }
  182.  
  183. #wrapper #content .post .quote_source *:last-child {
  184. margin-bottom: 0px;
  185. }
  186.  
  187. #wrapper #content .post .quote *:first-child {
  188. margin-top: 0px;
  189. }
  190.  
  191. #wrapper #content .post .quote *:last-child {
  192. margin-bottom: 0px;
  193. }
  194.  
  195. #wrapper #content .post .copy {
  196. color: {color:text};
  197. padding: 10px;
  198. font-size:{text:fontsize};
  199. line-height: 15px;
  200. }
  201.  
  202. #wrapper #content .post .copy a {
  203. color: {color:link};
  204. text-decoration: underline;
  205. }
  206.  
  207. #wrapper #content .post .copy p {
  208. margin: 10px 0 0 0;
  209. padding: 0;
  210. }
  211.  
  212. #wrapper #content .post .copy pre {
  213. margin: 10px 0px 10px 0px;
  214. padding: 10px;
  215. background-color: #e6e6e6;
  216. font: normal 11px Courier, monospace;
  217. overflow: auto;
  218. }
  219.  
  220. #wrapper #content .post .copy > p:first-child {
  221. margin-top: 0;
  222. }
  223.  
  224. #wrapper #content .post .copy img {
  225. max-width: 100%;
  226. }
  227.  
  228. #wrapper #content .post .audio {
  229. background: #eaeaea;
  230. float: left;
  231. padding: 7px;
  232. margin-bottom: 10px;
  233. -moz-border-radius: 4px;
  234. -webkit-border-radius: 4px;
  235. border-radius: 4px;
  236. }
  237.  
  238. #wrapper #content .post .audio .player {
  239. float: left;
  240. }
  241.  
  242. #wrapper #content .post .audio .player .audio_player embed {
  243. border: 1px solid #c8c8c8;
  244. }
  245.  
  246. #wrapper #content .post .audio .meta {
  247. padding: 8px 13px;
  248. height: 13px;
  249. float: left;
  250. color: #666;
  251. font-family: {text:font};
  252. font-size:{text:fontsize};
  253. text-transform: lowercase;
  254. }
  255.  
  256. #wrapper #content .post .audio .meta a {
  257. color: #666;
  258. text-decoration: none;
  259. }
  260.  
  261. #wrapper #content .post .album_art {
  262. text-align: center;
  263. }
  264.  
  265. #wrapper #content .post .question {
  266. color: #494949;
  267. font-size: 16px;
  268. font-weight: bold;
  269. background: #f1f1f1;
  270. -moz-border-radius: 8px;
  271. -webkit-border-radius: 8px;
  272. border-radius: 8px;
  273. margin: 0 0 15px 0;
  274. padding: 15px 20px;
  275. position: relative;
  276. }
  277.  
  278. #wrapper #content .post .question .nipple {
  279. width: 13px;
  280. height: 7px;
  281. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  282. position: absolute;
  283. bottom: -7px;
  284. left: 30px;
  285. }
  286.  
  287. #wrapper #content .post .asker_container {
  288. margin: 0 0 20px 24px;
  289. }
  290.  
  291. #wrapper #content .post .asker_container img {
  292. margin: 0 12px -7px 0;
  293. }
  294.  
  295. #wrapper #content .post .asker_container a.asker {
  296. color: {color:Body};
  297. }
  298.  
  299. #wrapper #content .post .title {
  300. color: #494949;
  301. font-size: 16px;
  302. font-weight: bold;
  303. padding: 10px 10px 0 10px;
  304. }
  305.  
  306. #wrapper #content .post img {
  307. max-width: 100%;
  308. }
  309.  
  310. #wrapper #content .post .chat {
  311. background-color: #fff;
  312. border-left: 5px solid #dedddd;
  313. margin: 10px 10px 0 10px;
  314. font-size: 14px;
  315. }
  316.  
  317. #wrapper #content .post .chat .lines {
  318. margin-left: 1px;
  319. }
  320.  
  321. #wrapper #content .post .chat .lines .line {
  322. background-color: #eaeaea;
  323. color: #494949;
  324. margin-bottom: 1px;
  325. padding: 3px 5px;
  326. }
  327.  
  328. #wrapper #content .post .chat .lines .line.even {
  329. background-color: #dedddd;
  330. }
  331.  
  332. #wrapper #content .post .link {
  333. margin: 4px 0 2px 0;
  334. font-size: 16px;
  335. line-height: 25px;
  336. }
  337.  
  338. #wrapper #content .post .link a {
  339. background-color: {color:link};
  340. color: #fff;
  341. padding: 5px 7px;
  342. -moz-border-radius: 4px;
  343. -webkit-border-radius: 4px;
  344. border-radius: 4px;
  345. }
  346.  
  347. #wrapper #content .post .link a:hover {
  348. opacity: 0.9;
  349. filter: alpha(opacity=90);
  350. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  351. }
  352.  
  353. #wrapper #content .post .footer {
  354. background: #eaeaea;
  355. -moz-border-radius: 4px;
  356. -webkit-border-radius: 4px;
  357. border-radius: 4px;
  358. font-family: {text:font};
  359. font-size:{text:fontsize};
  360. color: #666;
  361. padding: 5px 10px;
  362. margin-top: 10px;
  363. }
  364.  
  365. #wrapper #content .post .footer.for_permalink:hover {
  366. opacity: 0.9;
  367. filter: alpha(opacity=90);
  368. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  369. }
  370.  
  371. #wrapper #content .post .footer .date {
  372. width: 67%;
  373. float: left;
  374. color: #666;
  375. }
  376.  
  377. #wrapper #content .post .footer .notes {
  378. width: 33%;
  379. float: right;
  380. text-align: right;
  381. color: #666;
  382. }
  383.  
  384. #wrapper #content .post .footer .notes a {
  385. color: #666;
  386. }
  387.  
  388. #wrapper #content .post .footer .tags a {
  389. color: #4a4a51;
  390. text-decoration: underline;
  391. }
  392.  
  393. #wrapper #content .post .footer .tags .tag-commas:last-child {
  394. display: none;
  395. }
  396.  
  397. #wrapper #content .post .footer.with_source_url .tags {
  398. max-width: 330px;
  399. float: left;
  400. }
  401.  
  402. #wrapper #content .post .footer.with_source_url .source_url {
  403. float: right;
  404. max-width: 160px;
  405. overflow: hidden;
  406. white-space: nowrap;
  407.  
  408. }
  409.  
  410. #wrapper #content .post .footer.with_source_url .source_url img {
  411. vertical-align: top;
  412. -moz-opacity: 0.5;
  413. opacity: 0.5;
  414. }
  415.  
  416. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  417. -moz-opacity: 0.7;
  418. opacity: 0.7;
  419. }
  420.  
  421. #wrapper #content .post a {
  422. color: {color:link};
  423. text-decoration: none;
  424. }
  425.  
  426. #wrapper #content .post .copy blockquote {
  427. margin: 10px 0px 10px 10px;
  428. padding-left: 15px;
  429. border-left: solid 4px #dcdcdc;
  430. }
  431.  
  432. #wrapper #content .post .copy blockquote blockquote {
  433. border-left: solid 4px #cccccc;
  434. }
  435.  
  436. #wrapper #content .post .copy blockquote blockquote blockquote {
  437. border-left: solid 4px #bcbcbc;
  438. }
  439.  
  440. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  441. border-left: solid 4px #acacac;
  442. }
  443.  
  444. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  445. border-left: solid 4px #9c9c9c;
  446. }
  447.  
  448. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  449. border-left: solid 4px #8c8c8c;
  450. }
  451.  
  452. #wrapper #content .bottom {
  453. /* background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;*/
  454. width: 513px;
  455. height: 40px;
  456. margin: 0 auto;
  457. }
  458.  
  459. #wrapper #content #navigation {
  460. text-align: right;
  461. padding-bottom: 35px;
  462. text-transform: lowercase;
  463. }
  464.  
  465. #wrapper #content #navigation a {
  466. background-color: #fff;
  467. color: {color:Background};
  468. padding: 5px 10px;
  469. text-decoration: none;
  470. margin-left: 25px;
  471. }
  472.  
  473. #wrapper #content #navigation a:hover {
  474. opacity: 0.9;
  475. filter: alpha(opacity=90);
  476. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  477. }
  478.  
  479. #wrapper #content #navigation.jump_pagination {}
  480.  
  481. #wrapper #content #navigation.jump_pagination a {
  482. margin: 0 0 0 4px;
  483. }
  484.  
  485. #wrapper #content #navigation.jump_pagination .current_page {
  486. color: #fff;
  487. background-color: rgba(255,255,255, 0.1);
  488. border: 2px solid #fff;
  489. padding: 3px 8px;
  490. margin: 0 0 0 4px;
  491. cursor: default;
  492. }
  493.  
  494. #wrapper #content #navigation.jump_pagination .jump_page {}
  495.  
  496. #wrapper #content .post .notecontainer {
  497. background: #eaeaea;
  498. -moz-border-radius: 4px;
  499. -webkit-border-radius: 4px;
  500. border-radius: 4px;
  501. font-family: {text:font};
  502. font-size:{text:fontsize};
  503. color: #666;
  504. margin-top: 10px;
  505. margin-bottom: -10px;
  506. }
  507.  
  508. #wrapper #content .post .notecontainer a {
  509. color: #666;
  510. text-decoration: underline;
  511. }
  512.  
  513. #wrapper #content .post .notecontainer ol.notes {
  514. padding: 0px 0 10px 0;
  515. list-style-type: none;
  516. font-size:{text:fontsize};
  517. }
  518.  
  519. #wrapper #content .post .notecontainer ol.notes li.note {
  520. padding: 10px 10px 0 10px;
  521. }
  522.  
  523. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  524. vertical-align: -4px;
  525. margin-right: 10px;
  526. width: 16px;
  527. height: 16px;
  528. }
  529.  
  530. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  531. font-weight: normal;
  532. }
  533.  
  534. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  535. font-weight: normal;
  536. }
  537.  
  538. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  539. border-left: 2px solid #666;
  540. padding: 4px 10px;
  541. margin: 10px 0px 0px 25px;
  542. }
  543.  
  544. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  545. text-decoration: none;
  546. }
  547.  
  548. #wrapper #content #searchresults {
  549. color: #fff;
  550. margin: 0 0 15px 0;
  551. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  552. font-family: {text:font};
  553. font-size: 20px;
  554. }
  555.  
  556. #wrapper #content #searchresults .search_query {
  557. font-weight: bold;
  558. }
  559.  
  560. #wrapper #content #searchresults .search_query:before {
  561. content:'“';
  562. }
  563.  
  564. #wrapper #content #searchresults .search_query:after {
  565. content:'”';
  566. }
  567.  
  568. #wrapper #sidebar {
  569. {block:ifnotheader} margin-top: 120px; {/block:ifnotheader}
  570. position: fixed;
  571. width: 250px;
  572. {block:ifsidebarleft}float: left; {/block:ifsidebarleft}
  573. {block:ifnotsidebarleft}
  574. {block:ifnot400px} margin-left: 600px;{/block:ifnot400px}
  575.  
  576. {block:if400px} margin-left:500px; {/block:if400px}
  577.  
  578. float:right; {/block:ifnotsidebarleft}
  579. color: {color:Background};
  580. font-family: {text:font}
  581. }
  582.  
  583. #wrapper #sidebar a {
  584. color: {color:Background};
  585. }
  586.  
  587. #wrapper #sidebar #top {
  588. background: rgba(255,255,255,{text:sidebaropacity});
  589. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  590. padding: 0 20px;
  591.  
  592. -webkit-border-radius: 10px;
  593. -moz-border-radius: 10px;
  594. border-radius: 10px;
  595. }
  596.  
  597. #wrapper #sidebar #top #avatar {
  598. width: 146px;
  599. height: 146px;
  600. padding: 8px 0 0 9px;
  601. background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
  602. position: relative;
  603. top: -24px;
  604. left: -5px;
  605. }
  606.  
  607. #wrapper #sidebar #top #pages {
  608. margin-bottom: 15px;
  609. font-size:{text:fontsize};
  610. }
  611.  
  612. #wrapper #sidebar #top #pages.ask_and_submit {
  613. display: none;
  614. {block:AskEnabled}display: block;{/block:AskEnabled}
  615. {block:SubmissionsEnabled}display: block;{/block:SubmissionsEnabled}
  616. }
  617.  
  618. #wrapper #sidebar #top #pages a.page {
  619. display: block;
  620. float: left;
  621. background-color: {color:Background};
  622. color: #fff;
  623. padding: 4px 5px;
  624. margin: 0 5px 5px 0;
  625. -webkit-border-radius: 3px;
  626. -moz-border-radius: 3px;
  627. border-radius: 3px;
  628. }
  629.  
  630. #wrapper #sidebar #top #pages a.page:last-child {
  631. margin-right: 0;
  632. }
  633.  
  634. #wrapper #sidebar #top #pages a.page:hover {
  635. opacity: 0.9;
  636. filter: alpha(opacity=90);
  637. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  638. }
  639.  
  640. #wrapper #sidebar #top #description {
  641. color: {color:text};
  642. font-size:{text:fontsize};
  643. position: relative;
  644. {block:ifnotavatar} top:10px; {/block:ifnotavatar}
  645. {block:ifavatar} top: -18px; {/block:ifavatar}
  646. }
  647.  
  648. #wrapper #sidebar #top #description a {
  649. color: {color:link};
  650. text-decoration: underline;
  651. }
  652.  
  653. #wrapper #sidebar #top #search {
  654. background: #fff;
  655. border: 1px solid {color:Background};
  656.  
  657. -moz-border-radius: 4px;
  658. -webkit-border-radius: 4px;
  659. border-radius: 4px;
  660. }
  661.  
  662. #wrapper #sidebar #top #search-scope {
  663. padding-top: 5px;
  664. font-size:{text:fontsize};
  665. text-align: center;
  666. }
  667.  
  668. #wrapper #sidebar #top #search-scope input,
  669. #wrapper #sidebar #top #search-scope label {
  670. cursor: pointer;
  671. }
  672.  
  673. #wrapper #sidebar #top #search form {
  674. margin: 0;
  675. }
  676.  
  677. #wrapper #sidebar #top #search form .query {
  678. padding: 5px;
  679. border: none;
  680. background: transparent;
  681. outline: none;
  682. width: 125px;
  683. float: left;
  684. color: {color:Background};
  685. }
  686.  
  687. #wrapper #sidebar #top #search form .submit {
  688. background: {color:Background};
  689. color: #fff;
  690. border: none;
  691. padding: 5px 7px;
  692. margin: 3px 3px 2px 0;
  693. float: right;
  694. -moz-border-radius: 3px;
  695. -webkit-border-radius: 3px;
  696. border-radius: 3px;
  697. cursor: pointer;
  698. }
  699.  
  700. #wrapper #sidebar #top #search form .submit:hover {
  701. opacity: 0.9;
  702. filter: alpha(opacity=90);
  703. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  704. }
  705.  
  706. #wrapper #sidebar #top .heading {
  707. color: #fff;
  708. font-family: {text:font};
  709. font-size: 17px;
  710. margin-top: 20px;
  711. padding: 10px;
  712. background-color: {color:Background};
  713. -webkit-border-top-left-radius: 4px;
  714. -webkit-border-top-right-radius: 4px;
  715. -moz-border-radius-topleft: 4px;
  716. -moz-border-radius-topright: 4px;
  717. border-top-left-radius: 4px;
  718. border-top-right-radius: 4px;
  719. }
  720.  
  721. #wrapper #sidebar #top a .heading {
  722. color: #fff;
  723. text-decoration: none;
  724. }
  725.  
  726. #wrapper #sidebar #top .heading#followontumblr {
  727. background: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-en_US.png') center left no-repeat {color:Background};
  728. text-indent: -9999px;
  729. -moz-border-radius: 4px;
  730. -webkit-border-radius: 4px;
  731. border-radius: 4px;
  732.  
  733. {block:German}
  734. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-de_DE.png');
  735. {/block:German}
  736.  
  737. {block:Japanese}
  738. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-ja_JP.png');
  739. {/block:Japanese}
  740.  
  741. {block:Italian}
  742. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-it_IT.png');
  743. {/block:Italian}
  744.  
  745. {block:French}
  746. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-fr_FR.png');
  747. {/block:French}
  748. }
  749.  
  750. #wrapper #sidebar #top .heading#followontumblr:hover,
  751. #wrapper #sidebar #top .heading#twitter:hover {
  752. opacity: 0.9;
  753. filter: alpha(opacity=90);
  754. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  755. }
  756.  
  757. #wrapper #sidebar #top .heading#twitter {
  758. background: url('http://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat {color:Background};
  759. }
  760.  
  761. #wrapper #sidebar #top .heading#following {
  762. background: url('http://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat {color:Background};
  763. }
  764.  
  765. #wrapper #sidebar #top .content {
  766. margin-top: 2px;
  767. padding: 7px 10px;
  768. background: #eaeaea;
  769. color: #666;
  770. font-size:{text:fontsize};
  771. overflow: hidden;
  772. }
  773.  
  774. #wrapper #sidebar #top a {
  775. text-decoration: none;
  776. }
  777.  
  778. #wrapper #sidebar #top #following-avatars.content {
  779. padding: 4px;
  780. }
  781.  
  782. #wrapper #sidebar #top #following-avatars.content a img {
  783. margin: 5px;
  784. }
  785.  
  786. #wrapper #sidebar #top #buttons {
  787. padding: 20px 0 0 0;
  788. }
  789.  
  790. #wrapper #sidebar #top #buttons .button {
  791. width: 35%;
  792. height: 21px;
  793. float: left;
  794. background: left center no-repeat transparent;
  795. padding: 2px 0 0 30px;
  796. font-size: 14px;
  797. }
  798.  
  799. #wrapper #sidebar #top #buttons a {
  800. color: {color:Background};
  801. text-decoration: none;
  802. }
  803.  
  804. #wrapper #sidebar #top #buttons div {
  805. padding-bottom: 10px;
  806. }
  807.  
  808. #wrapper #sidebar #top #buttons .button#button-rss {
  809. background-image: url('http://assets.tumblr.com/themes/redux/button-rss.png?2');
  810. text-transform: capitalize;
  811. }
  812.  
  813. #wrapper #sidebar #top #buttons .button#button-random {
  814. background-image: url('http://assets.tumblr.com/themes/redux/button-random.png?2');
  815. }
  816.  
  817. #wrapper #sidebar #top #buttons .button#button-archive {
  818. background-image: url('http://assets.tumblr.com/themes/redux/button-archive.png?2');
  819. }
  820.  
  821. #wrapper #sidebar #top #buttons .button#button-mobile {
  822. background-image: url('http://assets.tumblr.com/themes/redux/button-mobile.png?2');
  823. }
  824.  
  825. #wrapper #sidebar #bottom {
  826. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  827. width: 250px;
  828. height: 25px;
  829. }
  830.  
  831. #wrapper #sidebar #copyright {
  832. text-align: center;
  833. color: #fff;
  834. font-size:{text:fontsize};
  835. margin-bottom: 10px;
  836. }
  837.  
  838. #wrapper #sidebar #copyright a {
  839. color: #fff;
  840. margin-left: 15px;
  841. }
  842.  
  843. </style>
  844. <!--[if lt IE 7.]>
  845. <style type="text/css">
  846. #wrapper #sidebar #bottom {
  847. background: transparent;
  848. }
  849.  
  850. #wrapper #sidebar #top #avatar {
  851. background: none;
  852. }
  853.  
  854. #wrapper #sidebar #top #avatar img {
  855. border: 5px solid #f1f1f1;
  856. }
  857.  
  858. #wrapper #sidebar #top .heading#followontumblr {
  859. background-image: none;
  860. text-indent: 0;
  861. }
  862.  
  863. #wrapper #sidebar #top .heading#twitter {
  864. background-image: none;
  865. }
  866.  
  867. #wrapper #sidebar #top .heading#following {
  868. background-image: none;
  869. }
  870.  
  871. #wrapper #content .post .audio .player {
  872. float: none;
  873. }
  874.  
  875. #wrapper #content .post .audio .meta {
  876. display: none;
  877. float: none;
  878. }
  879. </style>
  880. <![endif]-->
  881.  
  882. <!--[if lt IE 8.]>
  883. <style type="text/css">
  884. #wrapper #content .bottom {
  885. background: transparent;
  886. }
  887.  
  888. #wrapper #content .post .footer {
  889. background: transparent;
  890. color: #000;
  891. }
  892.  
  893. #wrapper #content .post .audio {
  894. float: none;
  895. background: transparent;
  896. }
  897.  
  898. #wrapper #content .post .notecontainer .notes {
  899. padding: 0;
  900. margin: 0;
  901. }
  902. </style>
  903. <![endif]-->
  904. <style type="text/css">{CustomCSS}</style>
  905. </head>
  906. <body>
  907.  
  908. {block:ifshowfloaties}
  909.  
  910. <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
  911. <script type="text/javascript">
  912.  
  913. /***********************************************
  914. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  915. * Modified by Dynamic Drive for various improvements
  916. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  917. * Using CSB or Trellix: use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix). Then you MUST change each gEMDIR to GEMDIR before using code!
  918. ***********************************************/
  919.  
  920. //Step 1: Define unique variable names depending on number of flying images (ie:3):
  921. var flyimage1, flyimage2, flyimage3, flyimage4, flyimage5
  922.  
  923. function pagestart(){
  924. //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
  925. flyimage1=new Chip("flyimage1",40,62);
  926. flyimage2=new Chip("flyimage2",40,62);
  927. flyimage3=new Chip("flyimage3",40,62);
  928. flyimage4=new Chip("flyimage4",40,62);
  929. flyimage5=new Chip("flyimage5",40,62);
  930.  
  931.  
  932. //Step 3: Using the same variable names as 1), add or delete more of the below lines:
  933. movechip("flyimage1");
  934. movechip("flyimage2");
  935. movechip("flyimage3");
  936. movechip("flyimage4");
  937. movechip("flyimage5");
  938.  
  939. }
  940.  
  941. if (window.addEventListener)
  942. window.addEventListener("load", pagestart, false)
  943. else if (window.attachEvent)
  944. window.attachEvent("onload", pagestart)
  945. else if (document.getElementById)
  946. window.onload=pagestart
  947.  
  948. </script>
  949.  
  950. <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
  951.  
  952.  
  953. <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  954. <img src="{image:floatie1}">
  955. </div>
  956.  
  957. <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  958. <img src="{image:floatie2}">
  959. </div>
  960.  
  961. <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  962. <img src="{image:floatie3}">
  963. </div>
  964.  
  965. <div id="flyimage4" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  966. <img src="{image:floatie4}">
  967. </div>
  968.  
  969. <div id="flyimage5" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
  970. <img src="{image:floatie5}">
  971. </div>
  972.  
  973. </div>
  974.  
  975.  
  976. {/block:ifshowfloaties}
  977.  
  978.  
  979. <div id="wrapper">
  980. {block:ifheader} <div id="title">
  981. <a href="/">
  982. {block:IfHeaderImage}<img src="{image:Header}" style="max-height:200px" />{/block:IfHeaderImage}
  983. {block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
  984. </a>
  985. </div>
  986.  
  987. {/block:ifheader}
  988.  
  989. <div id="content">
  990.  
  991. {block:SearchPage}
  992. {block:SearchResults}
  993. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  994. {/block:SearchResults}
  995.  
  996. {block:NoSearchResults}
  997. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  998. {/block:NoSearchResults}
  999. {/block:SearchPage}
  1000.  
  1001. {block:Posts}
  1002. <div class="post">
  1003.  
  1004. {block:Photo}
  1005.  
  1006. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:100%;" />{LinkCloseTag}</div>
  1007.  
  1008. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1009. {/block:Photo}
  1010.  
  1011. {block:Photoset}
  1012. <div class="media" style="max-width:100%">{LinkOpenTag}{Photoset}{LinkCloseTag}</div>
  1013. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption} {/block:Photoset}
  1014.  
  1015.  
  1016.  
  1017. {block:Video}
  1018.  
  1019. {block:ifnot400px}
  1020. <div class="media">{Video-500}</div> {/block:ifnot400px}
  1021.  
  1022. {block:if400px}
  1023. <div class="media">{Video-400}</div> {/block:if400px}
  1024.  
  1025.  
  1026. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1027. {/block:Video}
  1028.  
  1029. {block:Audio}
  1030.  
  1031. {block:AudioEmbed}
  1032. {AudioEmbed}
  1033. {/block:AudioEmbed}
  1034.  
  1035. {block:AudioPlayer}
  1036. {block:IfShowAlbumArtOnAudioPosts}
  1037. {block:AlbumArt}
  1038. <div class="album_art">
  1039. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  1040. </div>
  1041. {/block:AlbumArt}
  1042. {/block:IfShowAlbumArtOnAudioPosts}
  1043.  
  1044. <div class="audio">
  1045. <div class="player">{AudioPlayerWhite}</div>
  1046. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  1047. <div class="clear"></div>
  1048. </div>
  1049. {/block:AudioPlayer}
  1050.  
  1051. <div class="clear"></div>
  1052.  
  1053. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1054.  
  1055. {/block:Audio}
  1056.  
  1057. {block:Quote}
  1058. <div class="quote {Length}">{Quote}</div>
  1059. <div class="copy">
  1060. <div class="quotebg">“</div>
  1061. {block:Source}
  1062. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1063. <tr>
  1064. <td valign="top" style="width:20px;">&mdash;</td>
  1065. <td valign="top" class="quote_source">
  1066. {Source}
  1067. </td>
  1068. </tr>
  1069. </table>
  1070. {/block:Source}
  1071. </div>
  1072. {/block:Quote}
  1073.  
  1074. {block:Text}
  1075. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1076. <div class="copy">{Body}</div>
  1077. {/block:Text}
  1078.  
  1079. {block:Answer}
  1080. <div class="question">
  1081. <div class="nipple"></div>
  1082. {Question}
  1083. </div>
  1084. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  1085. <div class="copy">{Answer}</div>
  1086. {/block:Answer}
  1087.  
  1088. {block:Chat}
  1089. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1090. <div class="chat">
  1091. <div class="lines">
  1092. {block:Lines}
  1093. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  1094. {/block:Lines}
  1095. </div>
  1096. </div>
  1097. <div class="clear"></div>
  1098. <div style="height:10px;"></div>
  1099. {/block:Chat}
  1100.  
  1101. {block:Link}
  1102. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  1103. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  1104. {/block:Link}
  1105.  
  1106. {block:Date}
  1107. <a href="{Permalink}">
  1108. <div class="footer for_permalink">
  1109. <div class="date">
  1110. {block:Reblog}
  1111. {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  1112. {/block:Reblog}
  1113.  
  1114. {block:NotReblog}
  1115. {lang:Posted TimeAgo from source}
  1116. {/block:NotReblog}
  1117. </div>
  1118. <div class="notes">{block:NoteCount}{NoteCount}{/block:NoteCount} <img src="{image:permalink}">{block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  1119. <div class="clear"></div>
  1120. </div>
  1121. </a>
  1122. {/block:Date}
  1123.  
  1124. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  1125. display:none;
  1126. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  1127. {block:ContentSource}display:block;{/block:ContentSource}
  1128. ">
  1129. {block:IfShowTags}
  1130. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  1131. {/block:IfShowTags}
  1132.  
  1133. {block:ContentSource}
  1134. <a href="{SourceURL}" class="source_url">
  1135. {lang:Source}:
  1136. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1137. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  1138. </a>
  1139. {/block:ContentSource}
  1140.  
  1141. <div class="clear"></div>
  1142. </div>
  1143.  
  1144. {block:PostNotes}<div class="notecontainer">{PostNotes}</a></div>{/block:PostNotes}
  1145.  
  1146. {block:IfDisqusShortname}
  1147. {block:Permalink}
  1148. <div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
  1149. <div id="disqus_thread"></div>
  1150. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  1151. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  1152. </div>
  1153. <div style="text-align:right; margin-top:5px;">
  1154. {lang:Blog comments powered by Disqus 2}
  1155. </div>
  1156. {/block:Permalink}
  1157. {/block:IfDisqusShortname}
  1158.  
  1159. </div>
  1160. <div class="bottom"></div>
  1161. {/block:Posts}
  1162.  
  1163. {block:Pagination}
  1164. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  1165. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  1166.  
  1167. {block:IfEnableJumpPagination}
  1168. {block:JumpPagination length="5"}
  1169. {block:CurrentPage}
  1170. <span class="current_page">{PageNumber}</span>
  1171. {/block:CurrentPage}
  1172.  
  1173. {block:JumpPage}
  1174. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1175. {/block:JumpPage}
  1176.  
  1177. {/block:JumpPagination}
  1178. {/block:IfEnableJumpPagination}
  1179.  
  1180. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1181. </div>
  1182. {/block:Pagination}
  1183.  
  1184. </div>
  1185.  
  1186. <div id="sidebar">
  1187. <div id="top">
  1188.  
  1189. {block:ifavatar} <div style="margin-left:35px;">
  1190. <div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div> </div> {/block:ifavatar}
  1191. <div id="description"><center>{Description}{block:ifimglinks}<br><br><a href="{text:link 1}"><img src="{image:link 1}"></a> <a href="{text:link 2}"><img src="{image:link 2}"></a> <a href="{text:link 3}"><img src="{image:link 3}"></a> <a href="{text:link 4}"><img src="{image:link 4}"></a></center>{block:ifimglinks}</div>
  1192.  
  1193. {block:ifpages} {block:HasPages} <div id="pages" class="ask_and_submit">
  1194. {block:AskEnabled}<a href="/ask" class="page">{AskLabel}</a>{/block:AskEnabled}
  1195. {block:SubmissionsEnabled}<a href="/submit" class="page">{SubmitLabel}</a>{/block:SubmissionsEnabled}
  1196. <div class="clear"></div>
  1197. </div>
  1198.  
  1199.  
  1200. <div id="pages">
  1201. {block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}
  1202. <div class="clear"></div>
  1203. </div>
  1204. {/block:HasPages}{/block:ifpages}
  1205.  
  1206. {block:ifsearch}
  1207.  
  1208. <div id="search">
  1209. <form action="/search" method="get" id="search-form">
  1210. <input type="hidden" name="t" value="{Name}" />
  1211. <input type="hidden" name="scope" value="all_of_tumblr" />
  1212. <input type="text" name="q" class="query" value="{SearchQuery}" />
  1213. <input type="submit" value="search" class="submit" />
  1214. <div class="clear"></div>
  1215. </form>
  1216. </div>
  1217.  
  1218. {/block:ifsearch}
  1219.  
  1220. <br>
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. </div>
  1227.  
  1228.  
  1229. </div>
  1230.  
  1231. <div class="clear"></div>
  1232. </div>
  1233.  
  1234. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:10px;"><a title="theme by bug58"href="http://bug58.tumblr.com/">&star;</a></div>
  1235.  
  1236. </body>
  1237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement