Advertisement
yoongi

really nice redux edit (02)

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