Advertisement
Guest User

redux edit

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