promo4homo

Redux Revised

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