Advertisement
nagisakaworu

redux 2

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