Advertisement
urbanbutts

theme 06:spoopy redux edit

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