Advertisement
balconies

redux edit: penguindrum

Sep 30th, 2013
9,500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.46 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.  
  5. ♥ REDUX EDIT: PENGUINDRUM ♥
  6. ♥ any questions, ask me! draftworu.tumblr.com ♥
  7.  
  8.  
  9. -->
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12. <!-- DEFAULT VARIABLES -->
  13.  
  14. <meta name="color:Background" content="#fff" />
  15. <meta name="color:Ask Font" content="#494949" />
  16. <meta name="color:Ask Background" content="#f1f1f1" />
  17. <meta name="color:Text" content="#777" />
  18. <meta name="color:Footer" content="#f3f3ff" />
  19. <meta name="color:Links" content="#bfd5da" />
  20. <meta name="color:Border" content="#ceb6b6"/>
  21. <meta name="color:Footer Text" content="#777" />
  22. <meta name="color:Footer Border" content="#b2b5c2" />
  23. <meta name="color:Sidebar Nav Links" content="#A8A8A8" />
  24. <meta name="color:Sidebar Nav Link Hover" content="#54546B" />
  25. <meta name="color:Sidebar Nav Border" content="#dedce7" />
  26. <meta name="color:Sidebar Nav Background" content="#f3f3ff" />
  27.  
  28.  
  29. <meta name="text:Sidebar Top" content="250"/>
  30. <meta name="text:Nav Link 1 url" content="/" />
  31. <meta name="text:Nav Link 2 url" content="/" />
  32. <meta name="text:Nav Link 3 url" content="/" />
  33. <meta name="text:Nav Link 4 url" content="/" />
  34. <meta name="text:Nav Link 5 url" content="/" />
  35. <meta name="text:Nav Link 6 url" content="/" />
  36. <meta name="text:Nav Link 7 url" content="/" />
  37. <meta name="text:Nav Link 8 url" content="/" />
  38.  
  39.  
  40. <meta name="text:Side Link 1 url" content="/" />
  41. <meta name="text:Side Link 2 url" content="/" />
  42. <meta name="text:Side Link 3 url" content="/" />
  43. <meta name="text:Side Link 4 url" content="/" />
  44.  
  45. <meta name="text:Side Link 1 title" content="link 1" />
  46. <meta name="text:Side Link 2 title" content="link 2" />
  47. <meta name="text:Side Link 3 title" content="link 3" />
  48. <meta name="text:Side Link 4 title" content="link 4" />
  49.  
  50.  
  51. <meta name="text:Nav Link 1 title" content="" />
  52. <meta name="text:Nav Link 2 title" content="" />
  53. <meta name="text:Nav Link 3 title" content="" />
  54. <meta name="text:Nav Link 4 title" content="" />
  55. <meta name="text:Nav Link 5 title" content="" />
  56. <meta name="text:Nav Link 6 title" content="" />
  57. <meta name="text:Nav Link 7 title" content="" />
  58. <meta name="text:Nav Link 8 title" content="" />
  59.  
  60.  
  61. <meta name="text:Music Player Code" content=" " />
  62.  
  63.  
  64. <meta name="font:Footers" content="Arial" />
  65.  
  66. <meta name="if:Right Sidebar" content="0">
  67. <meta name="if:Date Permalinks" content="1">
  68. <meta name="if:Permalinks Center" content="1">
  69. <meta name="if:Permalinks Left" content="0">
  70. <meta name="if:Permalinks Right" content="0">
  71. <meta name="if:Pixel Font" content="1">
  72. <meta name="if:400px posts" content="1">
  73. <meta name="if:500px posts" content="0">
  74. <meta name="if:Infinite Scrolling" content="0" />
  75. <meta name="if:Music Player" content="0" />
  76. <meta name="if:Background Image Stretched" content="0">
  77. <meta name="if:Extra Links" content="0" />
  78. <meta name="if:Nav Link 1" content="0"/>
  79. <meta name="if:Nav Link 2" content="0"/>
  80. <meta name="if:Nav Link 3" content="0"/>
  81. <meta name="if:Nav Link 4" content="0"/>
  82. <meta name="if:Nav Link 5" content="0"/>
  83. <meta name="if:Nav Link 6" content="0"/>
  84. <meta name="if:Nav Link 7" content="0"/>
  85. <meta name="if:Nav Link 8" content="0"/>
  86. <meta name="if:Post Shadows" content="0" />
  87. <meta name="if:Show Tags" content="1" />
  88. <meta name="if:Round Corners" content="0" />
  89. <meta name="image:Banner" content="" />
  90. <meta name="image:Background" content="" />
  91. <meta name="image:Bottom Image Left" content="">
  92. <meta name="image:Bottom Image Right" content="">
  93. <meta name="image:Sidebar Description" content=""/>
  94.  
  95.  
  96.  
  97. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  98. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  99. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  100. <link rel="shortcut icon" href="{Favicon}" />
  101. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  102. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  103. <style type="text/css">
  104. #banner {
  105. width:100%;
  106. height:110px;
  107. background: url({image:banner}) top fixed repeat-x;
  108. position:fixed;
  109. margin-top:-50px;
  110. opacity: 0.8;
  111. }
  112.  
  113.  
  114. body {
  115. background: {color:Background} url('{image:Background}') bottom left fixed repeat;
  116.  
  117. {block:IfBackgroundImageStretched}
  118. background-size:100% 100%;
  119. background-repeat:no-repeat;
  120. {/block:IfBackgroundImageStretched}
  121.  
  122. margin: 0;
  123. padding: 0;
  124. font-family: arial;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {
  128. background-color: {color:Links};
  129. height: 50px;
  130. }
  131.  
  132. ::-webkit-scrollbar {
  133. height: 10px;
  134. width: 8px;
  135. background-color: {color:Background};
  136. }
  137.  
  138.  
  139. .clear {
  140. clear: both;
  141. height: 0px;
  142. overflow: hidden;
  143. }
  144.  
  145. a img {
  146. border: none;
  147. }
  148.  
  149.  
  150. #wrapper {
  151. {block:If500pxPosts}width: 845px;{/block:If500pxPosts}
  152. {block:If400pxPosts}width: 705px;{/block:If400pxPosts}
  153. margin: 0 auto;
  154. }
  155.  
  156. #wrapper #title {
  157. margin: 30px 0;
  158. color: #fff;
  159. font-size: 50px;
  160. font-weight: bold;
  161. font-family: {font:Blog Header};
  162. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  163. letter-spacing: -1px;
  164. }
  165.  
  166. #wrapper #title a {
  167. color: #fff;
  168. text-decoration: none;
  169. }
  170.  
  171. #wrapper #content {
  172. {block:If500pxPosts}width: 515px;{/block:If500pxPosts}
  173. {block:If400pxPosts}width: 415px;{/block:If400pxPosts}
  174. float: right;
  175. {block:IfRightSidebar}
  176. float:left;
  177. {/block:IfRightSidebar}
  178. }
  179.  
  180. #wrapper #content .post {
  181. {block:IfRoundCorners}
  182. border-radius:10px;
  183. -moz-border-radius:10px;
  184. -webkit-border-radius: 10px;
  185. {/block:IfRoundCorners}
  186. font-family: {font:Body};
  187. border: 1px solid;
  188. border-color:{color:border};
  189. background: #fff;
  190. padding-right: 5px;
  191. padding-left: 5px;
  192. padding-top: 5px;
  193. padding-bottom: 5px;
  194. position: relative;
  195. {block:IfPostShadows}
  196. box-shadow:rgba(0,0,0,0.1)3px 3px;
  197. {/block:IfPostShadows}
  198.  
  199. }
  200.  
  201. #wrapper #content .post .media {
  202. text-align: center;
  203.  
  204.  
  205.  
  206. }
  207.  
  208. #wrapper #content .post .quotebg {
  209. font-family: georgia, serif;
  210. font-size: 150px;
  211. color: {color:links};
  212. opacity: 0.2;
  213. filter: alpha(opacity=20);
  214. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  215. position: absolute;
  216. top: 70px;
  217. left: 10px;
  218. }
  219.  
  220. #wrapper #content .post .quote {
  221. color: {color:Text};
  222. font-family:georgia;
  223. font-style:italic;
  224. font-weight: none;
  225. padding: 20px 20px 5px 20px;
  226. }
  227.  
  228. #wrapper #content .post .quote.short {
  229. font-size: 20px;
  230. line-height: 20px;
  231. }
  232.  
  233. #wrapper #content .post .quote.medium {
  234. font-size: 20px;
  235. line-height: 20px;
  236. }
  237.  
  238. #wrapper #content .post .quote.long {
  239. font-size: 15px;
  240. line-height: 18px;
  241. }
  242.  
  243. #wrapper #content .post .quote_source *:first-child {
  244. margin-top: 0px;
  245. }
  246.  
  247. #wrapper #content .post .quote_source *:last-child {
  248. margin-bottom: 0px;
  249. }
  250.  
  251. #wrapper #content .post .quote *:first-child {
  252. margin-top: 0px;
  253. }
  254.  
  255. #wrapper #content .post .quote *:last-child {
  256. margin-bottom: 0px;
  257. }
  258.  
  259. #wrapper #content .post .copy {
  260. color: {color:Text};
  261. padding: 10px;
  262. font-size: 11px;
  263. line-height: 15px;
  264. }
  265.  
  266. #wrapper #content .post .copy a {
  267. color: #6e7173;
  268. text-decoration: underline;
  269. color: {color:Links};
  270. }
  271.  
  272. #wrapper #content .post .copy p {
  273. margin: 10px 0 0 0;
  274. padding: 0;
  275. }
  276.  
  277. #wrapper #content .post .copy pre {
  278. margin: 10px 0px 10px 0px;
  279. padding: 10px;
  280. background-color: #f0f0f0;
  281. font: normal 11px Courier, monospace;
  282. overflow: auto;
  283. }
  284.  
  285. #wrapper #content .post .copy > p:first-child {
  286. margin-top: 0;
  287. }
  288.  
  289. #wrapper #content .post .copy img {
  290. max-width: 100%;
  291. }
  292.  
  293. .audio1 {position:relative; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:160px; margin-bottom:5px; }
  294. .player1 {position:absolute; z-index:3; background:#FFFFFF; margin-bottom:0px; margin-left:170px; opacity:0.75; filter:alpha(opacity=75); border:1px {color:border} solid;}
  295. .audioplayer1 {width:200px; height:40px; overflow:hidden; padding:3px; margin-right:11px; }
  296. .audiocaption { margin-left:172px;}
  297. .audiocaption img {max-width:330px!important}
  298. .audiocaption blockquote img {max-width:320px!important}
  299. .audiocaption blockquote blockquote img {max-width:310px!important}
  300.  
  301.  
  302. #wrapper #content .post .audio {
  303. background: #eaeaea;
  304. float: left;
  305. padding: 7px;
  306. margin-bottom: 10px;
  307. -moz-border-radius: 4px;
  308. -webkit-border-radius: 4px;
  309. border-radius: 4px;
  310. }
  311.  
  312. #wrapper #content .post .audio .player {
  313. float: left;
  314. }
  315.  
  316. #wrapper #content .post .audio .player .audio_player embed {
  317. border: 1px solid #c8c8c8;
  318. }
  319.  
  320. #wrapper #content .post .audio .meta {
  321. padding: 8px 13px;
  322. height: 13px;
  323. float: left;
  324. color: #666;
  325. font-family: {font:Body};
  326. font-size: 11px;
  327. text-transform: lowercase;
  328. }
  329.  
  330. #wrapper #content .post .audio .meta a {
  331. color: #666;
  332. text-decoration: none;
  333. }
  334.  
  335.  
  336. #wrapper #content .post .question {
  337. color: {color:ask font};
  338. font-size: 16px;
  339. font-weight: bold;
  340. background: {color:ask background};
  341. -moz-border-radius: 8px;
  342. -webkit-border-radius: 8px;
  343. border-radius: 8px;
  344. margin: 0 0 15px 0;
  345. padding: 15px 20px;
  346. position: relative;
  347. }
  348.  
  349. #wrapper #content .post .question .nipple {
  350. width: 13px;
  351. height: 7px;
  352. background: {color:ask background} url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  353. position: absolute;
  354. bottom: -7px;
  355. left: 30px;
  356. }
  357.  
  358. #wrapper #content .post .asker_container {
  359. margin: 0 0 20px 24px;
  360. }
  361.  
  362. #wrapper #content .post .asker_container img {
  363. margin: 0 12px -7px 0;
  364. }
  365.  
  366. #wrapper #content .post .asker_container a.asker {
  367. color: {color:Body};
  368. }
  369.  
  370. #wrapper #content .post .title {
  371. color: #494949;
  372. font-size: 16px;
  373. font-style:italic;
  374. padding: 10px 10px 0 10px;
  375. font-family: georgia;
  376. }
  377.  
  378. #wrapper #content .post img {
  379. {block:If500pxPosts}max-width: 500px;{/block:If500pxPosts}
  380. {block:If400pxPosts}max-width: 400px;{/block:If400pxPosts}
  381.  
  382. }
  383.  
  384. #wrapper #content .post .chat {
  385. background-color: #fff;
  386. font-size: 11px;
  387. }
  388.  
  389. #wrapper #content .post .chat .lines {
  390. margin-left: 1px;
  391. }
  392.  
  393. #wrapper #content .post .chat .lines .line {
  394. background-color:#fff;
  395. color: {color:text};
  396. margin-bottom: 1px;
  397. padding: 3px 5px;
  398. }
  399.  
  400. #wrapper #content .post .chat .lines .line.even {
  401. background-color: #fff;
  402. }
  403.  
  404. #wrapper #content .post .link {
  405. margin: 4px 0 2px 0;
  406. font-size: 16px;
  407. line-height: 18px;
  408. font-family:lucida console;
  409. }
  410.  
  411. #wrapper #content .post .link a {
  412. color: {color:links};
  413. padding: 10px;
  414. }
  415.  
  416. #wrapper #content .post .link a:hover {
  417. opacity: 0.9;
  418. filter: alpha(opacity=90);
  419. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  420. }
  421.  
  422. #wrapper #content .post .footer {
  423.  
  424. overflow: hidden;
  425. background: {color:footer} url('') top left fixed repeat;
  426.  
  427.  
  428.  
  429. font-family: {block:IfPixelFont}"bitxmap"
  430. {/block:IfPixelFont} {block:IfNotPixelFont}{font:Footers}{/block:IfNotPixelFont};
  431. font-size: 10px;
  432. font-style: none;
  433. font-weight: none;
  434. text-transform: none;
  435. -webkit-transition: all 0.5s ease-out;
  436. -moz-transition: all 0.5s ease-out;
  437. -o-transition: all 0.5s ease-out;
  438. -ms-transition: all 0.5s ease-out;
  439. transition: all 0.5s ease-out;
  440.  
  441. padding-left: 7px;
  442. margin-bottom:0px;
  443. padding:2px;
  444. border:1px solid {color:footer border};
  445.  
  446. margin-top: 3px;
  447. {block:IfRoundCorners}
  448. border-radius:5px;
  449. -moz-border-radius:5px;
  450. -webkit-border-radius:5px;
  451. {/block:IfRoundCorners}
  452.  
  453. }
  454.  
  455. #wrapper #content .post .footer.for_permalink:hover {
  456. opacity: 0.9;
  457. filter: alpha(opacity=90);
  458. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  459. }
  460.  
  461. #wrapper #content .post .footer .date {
  462. text-transform:lowercase;
  463. overflow: hidden;
  464.  
  465. {block:ifpermalinkscenter}
  466. float:center;
  467. text-align:center;
  468. {/block:ifpermalinkscenter}
  469.  
  470. {block:ifpermalinksright}
  471. float:right;
  472. text-align:right;
  473. {/block:ifpermalinksright}
  474.  
  475. {block:ifpermalinksleft}
  476. float:left;
  477. text-align:left;
  478. {/block:ifpermalinksleft}
  479.  
  480. color: {color:footer text};
  481. }
  482.  
  483. #wrapper #content .post .footer .notes {
  484. text-transform:lowercase;
  485. overflow: hidden;
  486. {block:ifpermalinkscenter}
  487. float:center;
  488. text-align:center;
  489. {/block:ifpermalinkscenter}
  490.  
  491. {block:ifpermalinksright}
  492. float:right;
  493. text-align:right;
  494. {/block:ifpermalinksright}
  495.  
  496. {block:ifpermalinksleft}
  497. float:left;
  498. text-align:left;
  499. {/block:ifpermalinksleft}
  500.  
  501. color: {color:footer text};
  502. }
  503.  
  504. #wrapper #content .post .footer .notes a {
  505. overflow: hidden;
  506. color: {color:footer text};
  507. }
  508.  
  509. #wrapper #content .post .footer .tags a {
  510. overflow: hidden;
  511. max-width: 320px;
  512. text-decoration: underline;
  513. color: {color:footer text};
  514.  
  515. }
  516.  
  517. #wrapper #content .post .footer .tags .tag-commas:last-child {
  518. display: none;
  519. }
  520.  
  521. #wrapper #content .post .footer.with_source_url .tags {
  522. {block:ifpermalinkscenter}
  523. float:center;
  524. text-align:center;
  525. {/block:ifpermalinkscenter}
  526.  
  527. {block:ifpermalinksright}
  528. float:right;
  529. text-align:right;
  530. {/block:ifpermalinksright}
  531.  
  532. {block:ifpermalinksleft}
  533. float:left;
  534. text-align:left;
  535. {/block:ifpermalinksleft}
  536.  
  537. max-width: 420px;
  538. {block:If500pxPosts}
  539. max-width: 470px;
  540. {/block:If500pxPosts}
  541.  
  542.  
  543. }
  544.  
  545. #wrapper #content .post .footer.with_source_url .source_url {
  546. float: right;
  547. max-width: 260px;
  548. overflow: hidden;
  549. white-space: nowrap;
  550. color: {color:footer text};
  551. }
  552.  
  553. #wrapper #content .post .footer.with_source_url .source_url img {
  554. vertical-align: top;
  555. -moz-opacity: 0.5;
  556. opacity: 0.5;
  557. }
  558.  
  559. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  560. -moz-opacity: 0.7;
  561. opacity: 0.7;
  562. }
  563.  
  564. #wrapper #content .post a {
  565. color: #6e7173;
  566. text-decoration: none;
  567. }
  568.  
  569. #wrapper #content .post .copy blockquote {
  570. margin: 10px 0px 10px 10px;
  571. padding-left: 15px;
  572. border-left: solid 4px #dcdcdc;
  573. }
  574.  
  575. #wrapper #content .post .copy blockquote blockquote {
  576. border-left: solid 4px #cccccc;
  577. }
  578.  
  579. #wrapper #content .post .copy blockquote blockquote blockquote {
  580. border-left: solid 4px #bcbcbc;
  581. }
  582.  
  583. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  584. border-left: solid 4px #acacac;
  585. }
  586.  
  587. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  588. border-left: solid 4px #9c9c9c;
  589. }
  590.  
  591. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  592. border-left: solid 4px #8c8c8c;
  593. }
  594.  
  595. #wrapper #content .bottom {
  596. top center no-repeat transparent;
  597. width: 513px;
  598. height: 20px;
  599. margin: 0 auto;
  600. }
  601.  
  602. #wrapper #content #navigation {
  603. text-align: right;
  604. padding-bottom: 35px;
  605. text-transform: lowercase;
  606. }
  607.  
  608. #wrapper #content #navigation a {
  609. background-color: #fff;
  610. color: {color:Links};
  611. padding: 5px 10px;
  612. text-decoration: none;
  613. margin-left: 25px;
  614. }
  615.  
  616. #wrapper #content #navigation a:hover {
  617. opacity: 0.9;
  618. filter: alpha(opacity=90);
  619. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  620. }
  621.  
  622. #wrapper #content #navigation.jump_pagination {}
  623.  
  624. #wrapper #content #navigation.jump_pagination a {
  625. margin: 0 0 0 4px;
  626. }
  627.  
  628. #wrapper #content #navigation.jump_pagination .current_page {
  629. color: #fff;
  630. background-color: rgba(255,255,255, 0.1);
  631. border: 2px solid #fff;
  632. padding: 3px 8px;
  633. margin: 0 0 0 4px;
  634. cursor: default;
  635. }
  636.  
  637. #wrapper #content #navigation.jump_pagination .jump_page {}
  638.  
  639. #wrapper #content .post .notecontainer {
  640. background: #eaeaea;
  641. -moz-border-radius: 4px;
  642. -webkit-border-radius: 4px;
  643. border-radius: 4px;
  644. font-family: {font:Body};
  645. font-size: 11px;
  646. color: #666;
  647. margin-top: 10px;
  648. margin-bottom: -10px;
  649. }
  650.  
  651. #wrapper #content .post .notecontainer a {
  652. color: #666;
  653. text-decoration: underline;
  654. }
  655.  
  656. #wrapper #content .post .notecontainer ol.notes {
  657. padding: 0px 0 10px 0;
  658. list-style-type: none;
  659. font-size: 11px;
  660. }
  661.  
  662. #wrapper #content .post .notecontainer ol.notes li.note {
  663. padding: 10px 10px 0 10px;
  664. }
  665.  
  666. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  667. vertical-align: -4px;
  668. margin-right: 10px;
  669. width: 16px;
  670. height: 16px;
  671. }
  672.  
  673. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  674. font-weight: normal;
  675. }
  676.  
  677. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  678. font-weight: normal;
  679. }
  680.  
  681. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  682. border-left: 2px solid #666;
  683. padding: 4px 10px;
  684. margin: 10px 0px 0px 25px;
  685. }
  686.  
  687. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  688. text-decoration: none;
  689. }
  690.  
  691. #wrapper #content .rebloggedfrom {
  692.  
  693. background: {color:footer} url('') top left fixed repeat;
  694. border-radius: 2px;
  695. -moz-border-radius: 2px;
  696. -webkit-border-radius: 2px;
  697. -o-border-radius: 2px;
  698. -ms-border-radius: 2px;
  699. font-family: verdana;
  700. font-size: 9px;
  701. font-weight: bold;
  702. text-transform: uppercase;
  703. -webkit-transition: all 0.5s ease-out;
  704. -moz-transition: all 0.5s ease-out;
  705. -o-transition: all 0.5s ease-out;
  706. -ms-transition: all 0.5s ease-out;
  707. transition: all 0.5s ease-out;
  708. padding: 3px 6px;
  709. margin-top: 5px;
  710.  
  711. }
  712.  
  713.  
  714. #wrapper #sidebar {
  715. position:fixed !important;
  716. float:left;
  717.  
  718. {block:IfRoundCorners}
  719. border-radius:10px;
  720. -moz-border-radius:10px;
  721. -webkit-border-radius:10px;
  722. {/block:IfRoundCorners}
  723. border:1px solid
  724. border-color:{color:border};
  725. margin-top: {text:Sidebar Top}px;
  726.  
  727.  
  728. margin-left:-40px;
  729.  
  730.  
  731. {block:If400pxPosts}
  732. {block:IfRightSidebar}
  733. margin-left:500px;
  734. {/block:IfRightSidebar}
  735. {/block:If400pxPosts}
  736.  
  737. {block:If500pxPosts}
  738. {block:IfRightSidebar}
  739. margin-left:600px;
  740. {/block:IfRightSidebar}
  741. {/block:If500pxPosts}
  742.  
  743.  
  744. width:212px;
  745.  
  746. color: {color:Text};
  747. font-family: {font:Body}
  748.  
  749. }
  750.  
  751.  
  752.  
  753. #wrapper #sidebar #musicbox
  754. {position:relative;
  755. bottom:-5px;
  756. left:145px;
  757. width:40px;
  758. height:30px;
  759. background-color:#fff;
  760. text-align:center;
  761. overflow:hidden;
  762.  
  763. {block:IfPostShadows}
  764. box-shadow:rgba(0,0,0,0.1)3px 3px;
  765. {/block:IfPostShadows}
  766.  
  767. -webkit-transition: opacity 0.5s ease-in-out;
  768. -webkit-transition: all 0.5s ease-in-out;
  769. -moz-transition: all 0.5s ease-in-out;
  770. -o-transition: all 0.5s ease-in-out;
  771.  
  772. padding: 0 0 0px 0;background:#fff;
  773.  
  774. {block:IfRoundCorners}
  775. border-top-left-radius: 5px;-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius: 5px;border-bottom-top-radius: 5px;-moz-border-radius-topright: 5px;-webkit-border-top-right-radius: 5px;
  776. {/block:IfRoundCorners}
  777. border-top:1px solid;border-left:1px solid;border-right:1px solid; border-color:{color:border}
  778.  
  779.  
  780. }
  781.  
  782. #wrapper #sidebar #musicbox:hover
  783. {opacity:1;
  784. }
  785.  
  786. #wrapper #sidebar #musicpic {
  787. margin-top:8px;
  788. }
  789.  
  790. #wrapper #sidebar #insidebox
  791. {height:20px;
  792. -webkit-transition: opacity 0.5s ease-in-out;
  793. -webkit-transition: all 0.5s ease-in-out;
  794. -moz-transition: all 0.5s ease-in-out;
  795. -o-transition: all 0.5s ease-in-out;
  796.  
  797. }
  798.  
  799. #wrapper #sidebar #playerbox
  800. {margin-top:23px;
  801. margin-left:-18px;
  802. }
  803. #wrapper #sidebar #musicbox:hover #insidebox
  804. {margin-top:-50px;
  805.  
  806. }
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814. #wrapper #sidebar #pages{
  815.  
  816.  
  817. width:201px;
  818.  
  819. float: left;
  820. {block:IfRightSidebar}
  821. float: right;
  822. {/block:IfRightSidebar}
  823. position: fixed;
  824. font-size:10px;
  825. background: #fff;
  826. padding-bottom: 0px;
  827. padding: 5px;
  828. color:{color:Text};
  829. margin-top:10px;
  830. text-align:center;
  831. {block:IfRoundCorners}
  832. border-radius:10px;
  833. -moz-border-radius: 10px;
  834. -webkit-border-radius: 10px;
  835. {/block:IfRoundCorners}
  836.  
  837. border: 1px solid;
  838. border-color:{color:border};
  839.  
  840. {block:IfPostShadows}
  841. box-shadow:rgba(0,0,0,0.1)3px 3px;
  842. {/block:IfPostShadows}
  843.  
  844. {block:IfInfiniteScrolling}
  845. display:none;
  846. /{block:IfInfiniteScrolling}
  847.  
  848. }
  849.  
  850. #wrapper #sidebar #pages a{
  851. color:{color:Links}
  852. }
  853.  
  854.  
  855.  
  856. #wrapper #sidebar #pixelies a{
  857. color:{color:Links}
  858. }
  859.  
  860. #wrapper #sidebar #top {
  861. background: #fff;
  862. padding: 4px;
  863. {block:IfRoundCorners}
  864. border-radius:10px;
  865. -moz-border-radius:10px;
  866. -webkit-border-radius:10px;
  867. {/block:IfRoundCorners}
  868. border: 1px solid;
  869. border-color:{color:border};
  870. {block:IfPostShadows}
  871. box-shadow:rgba(0,0,0,0.1)3px 3px;
  872. {/block:IfPostShadows}
  873. position:relative;
  874. margin-bottom:0px;
  875.  
  876. }
  877.  
  878. #wrapper #sidebar #top #avatar {
  879. width: 100px;
  880. height: 100px;
  881. padding: 0px 0 0 0px;
  882. background: url('') top left no-repeat transparent;
  883. position: relative;
  884. top: 0px;
  885. left: 0px;
  886. border: {text:avatar border} {color:avatar border color};
  887. }
  888.  
  889. #wrapper #sidebar #top #avatar img {
  890. width: 97px;
  891. height: 97px;
  892. {block:IfRoundCorners}
  893. border-bottom-left-radius:5px;
  894. -moz-border-bottom-left-radius:5px;
  895. -webkit-border-bottom-left-radius:5px;
  896.  
  897. border-top-left-radius:5px;
  898. -moz-border-top-left-radius:5px;
  899. -webkit-border-top-left-radius:5px;
  900. {/block:IfRoundCorners}
  901. }
  902.  
  903. #wrapper #sidebar #top #description {
  904. font-size: 11px;
  905. position: relative;
  906. margin-top:-5px;
  907. }
  908.  
  909.  
  910.  
  911. #wrapper #sidebar #top #description a {
  912. color: {color:Links};
  913. text-decoration: underline;
  914. }
  915.  
  916. #wrapper #sidebar #top .heading {
  917. color: #fff;
  918. font-family: helvetica, arial, sans-serif;
  919. font-size: 17px;
  920. margin-top: 20px;
  921. padding: 10px;
  922. background-color: {color:Background};
  923. -webkit-border-top-left-radius: 4px;
  924. -webkit-border-top-right-radius: 4px;
  925. -moz-border-radius-topleft: 4px;
  926. -moz-border-radius-topright: 4px;
  927. border-top-left-radius: 4px;
  928. border-top-right-radius: 4px;
  929. }
  930.  
  931. #wrapper #sidebar #top a .heading {
  932. color: #fff;
  933. text-decoration: none;
  934. }
  935.  
  936. #wrapper #sidebar #top .content {
  937. margin-top: 2px;
  938. padding: 7px 10px;
  939. background: #eaeaea;
  940. color: #666;
  941. font-size: 11px;
  942. overflow: hidden;
  943. }
  944.  
  945. #wrapper #sidebar #top a {
  946. text-decoration: none;
  947. }
  948.  
  949. #wrapper #sidebar #bottom {
  950. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  951. width: 250px;
  952. height: 25px;
  953. }
  954.  
  955. @font-face {font-family:"bitxmap"; src: url(http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf) format("truetype"); }
  956.  
  957.  
  958.  
  959. #desc {
  960. width:302px;
  961. margin-top:-108px;
  962. margin-left:0px;
  963. font: 8px arial;
  964. padding-bottom: 0px;
  965. color: {color:topbar text};
  966. }
  967. #desc a{
  968. text-align: left;
  969. font: 8px lucida console;
  970. text-transform:uppercase;
  971. display: block;
  972. height:8px;
  973. padding: 4px 3px 5px 7px;
  974. margin: 0px 100px 3px;
  975. color: {color:Sidebar Nav Links};
  976. background: {color:Sidebar Nav Background};
  977. border-left: 9px solid {color:Sidebar Nav Border};
  978. letter-spacing: 2px;
  979. webkit-transition:-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  980. {block:IfRoundCorners}
  981. border-bottom-right-radius:5px;
  982. -moz-border-bottom-right-radius:5px;
  983. -webkit-border-bottom-right-radius:5px;
  984.  
  985. border-top-right-radius:5px;
  986. -moz-border-top-right-radius:5px;
  987. -webkit-border-top-right-radius:5px;
  988. {/block:IfRoundCorners}
  989. }
  990. #desc a:hover{
  991. color: {color:Sidebar Nav Link Hover};
  992. }
  993.  
  994. .tumblr_audio_player {height: 40px; width: 210px;}
  995.  
  996.  
  997. </style>
  998. <!--[if lt IE 7.]>
  999. <style type="text/css">
  1000. #wrapper #sidebar #bottom {
  1001. background: transparent;
  1002. }
  1003.  
  1004. #wrapper #sidebar #top #avatar {
  1005. background: none;
  1006. }
  1007.  
  1008. #wrapper #sidebar #top #avatar img {
  1009. border: 5px solid #f1f1f1;
  1010. }
  1011.  
  1012. #wrapper #sidebar #top .heading#followontumblr {
  1013. background-image: none;
  1014. text-indent: 0;
  1015. }
  1016.  
  1017. #wrapper #sidebar #top .heading#twitter {
  1018. background-image: none;
  1019. }
  1020.  
  1021. #wrapper #sidebar #top .heading#following {
  1022. background-image: none;
  1023. }
  1024.  
  1025. #wrapper #content .post .audio .player {
  1026. float: none;
  1027. }
  1028.  
  1029. #wrapper #content .post .audio .meta {
  1030. display: none;
  1031. float: none;
  1032. }
  1033. </style>
  1034. <![endif]-->
  1035.  
  1036. <!--[if lt IE 8.]>
  1037. <style type="text/css">
  1038. #wrapper #content .bottom {
  1039. background: transparent;
  1040. }
  1041.  
  1042. #wrapper #content .post .footer {
  1043. background: transparent;
  1044. color: #000;
  1045. }
  1046.  
  1047. #wrapper #content .post .audio {
  1048. float: none;
  1049. background: transparent;
  1050. }
  1051.  
  1052. #wrapper #content .post .notecontainer .notes {
  1053. padding: 0;
  1054. margin: 0;
  1055. }
  1056. </style>
  1057. <![endif]-->
  1058. <style type="text/css">{CustomCSS}</style>
  1059. {block:ifinfinitescrolling}
  1060. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  1061. {/block:ifinfinitescrolling}
  1062.  
  1063.  
  1064. </head>
  1065.  
  1066. <body>
  1067.  
  1068.  
  1069.  
  1070.  
  1071. <div id="banner"></div>
  1072.  
  1073.  
  1074.  
  1075.  
  1076. <div id="wrapper">
  1077. <div id="title">
  1078.  
  1079. <a href="/">
  1080.  
  1081. </a>
  1082. </div>
  1083.  
  1084. <div id="content">
  1085.  
  1086. {block:ifinfinitescrolling}
  1087. <div class="autopagerize_page_element">
  1088. {/block:ifinfinitescrolling}
  1089.  
  1090. {block:Posts}
  1091. <div class="post">
  1092.  
  1093. {block:Photo}
  1094. <div class="media">{LinkOpenTag}
  1095.  
  1096. {block:If500pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{block:If500pxPosts}
  1097. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:If400pxPosts}
  1098.  
  1099.  
  1100. {LinkCloseTag}</div>
  1101. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1102. {/block:Photo}
  1103.  
  1104. {block:Video}
  1105. <div class="media">
  1106. {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
  1107. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  1108.  
  1109.  
  1110. </div>
  1111. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1112. {/block:Video}
  1113.  
  1114.  
  1115.  
  1116. {block:Audio}
  1117.  
  1118. <div class="audio1"><span style="background-color:{color:Background}; position:absolute; width:160px; height:160px; margin-right:12px;">
  1119.  
  1120. {block:AlbumArt}<img src="{AlbumArtURL}" width="160px" height="160px" align="left" style="margin-right:12px;" />{/block:AlbumArt}
  1121.  
  1122.  
  1123. <div class="player1"><div class="audioplayer1">{AudioPlayerWhite}</div></div></span>
  1124.  
  1125.  
  1126.  
  1127. <div class="audiocaption"><div class="copy">{block:Caption}<br><br>{Caption}{/block:Caption}</div></div></div>
  1128.  
  1129.  
  1130.  
  1131.  
  1132. {/block:Audio}
  1133.  
  1134.  
  1135.  
  1136. {block:Quote}
  1137. <div class="quote {Length}">{Quote}</div>
  1138. <div class="copy">
  1139. <div class="quotebg">“</div>
  1140. {block:Source}
  1141. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1142. <tr>
  1143. <td valign="top" style="width:20px;">&mdash;</td>
  1144. <td valign="top" class="quote_source">
  1145. {Source}
  1146. </td>
  1147. </tr>
  1148. </table>
  1149. {/block:Source}
  1150. </div>
  1151. {/block:Quote}
  1152.  
  1153. {block:Text}
  1154. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1155. <div class="copy">{Body}</div>
  1156. {/block:Text}
  1157.  
  1158. {block:Answer}
  1159. <div class="question">
  1160. <div class="nipple"></div>
  1161. {Question}
  1162. </div>
  1163. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  1164. <div class="copy">{Answer}</div>
  1165. {/block:Answer}
  1166.  
  1167. {block:Chat}
  1168. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1169. <div class="chat">
  1170. <div class="lines">
  1171. {block:Lines}
  1172. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  1173. {/block:Lines}
  1174. </div>
  1175. </div>
  1176. <div class="clear"></div>
  1177. <div style="height:10px;"></div>
  1178. {/block:Chat}
  1179.  
  1180. {block:Link}
  1181. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  1182. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  1183. {/block:Link}
  1184.  
  1185. {block:Date}
  1186.  
  1187.  
  1188. <a href="{Permalink}">
  1189. <div class="footer for_permalink">
  1190.  
  1191.  
  1192.  
  1193. <div class="notes"><center>
  1194.  
  1195. {block:ifdatepermalinks}
  1196. {block:NoteCount}{NoteCount} {/block:NoteCount} ★ {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} — {12Hour}:{Minutes}{AmPm}
  1197. {/block:ifdatepermalinks}
  1198.  
  1199. {block:ifnotdatepermalinks}
  1200. {block:NoteCount}{NoteCount} {/block:NoteCount} ★ {TimeAgo}
  1201. {/block:ifnotdatepermalinks}
  1202.  
  1203. {block:PermalinkPage}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource},
  1204. <a href="{SourceURL}" class="source_url">source</a>
  1205. </center>
  1206. {/block:ContentSource}
  1207. {/block:PermalinkPage}
  1208.  
  1209. </div>
  1210. <div class="clear"></div>
  1211. </div>
  1212. </a>
  1213. {/block:Date}
  1214.  
  1215. {block:IfShowTags}
  1216. {block:HasTags}
  1217.  
  1218.  
  1219.  
  1220. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" >
  1221.  
  1222. {block:ifpermalinkscenter}
  1223. <center>
  1224. {/block:ifpermalinkscenter}
  1225.  
  1226.  
  1227.  
  1228. {block:ifpermalinksright}
  1229. <DIV align="right">
  1230. {/block:ifpermalinksright}
  1231.  
  1232.  
  1233.  
  1234. <div class="tags">{block:Tags}
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240. <a href="{TagURL}">#{Tag}</a>
  1241. {/block:Tags}</div>
  1242.  
  1243.  
  1244.  
  1245.  
  1246. {block:ifpermalinksright}
  1247. </DIV>
  1248. {/block:ifpermalinksright}
  1249.  
  1250.  
  1251. {block:ifpermalinkscenter}
  1252. </center>
  1253. {/block:ifpermalinkscenter}
  1254.  
  1255.  
  1256. <div class="clear"></div>
  1257. </div>{/block:HasTags}
  1258. {/block:IfShowTags}
  1259.  
  1260.  
  1261.  
  1262. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1263.  
  1264. </div>
  1265. <div class="bottom"></div>
  1266. {/block:Posts}
  1267.  
  1268. {block:ifinfinitescrolling}
  1269. </div>
  1270. {/block:ifinfinitescrolling}
  1271.  
  1272.  
  1273. </div>
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279. <div id="sidebar">
  1280.  
  1281. {block:ifmusicplayer}
  1282. <div id="musicbox">
  1283. <div id="insidebox">
  1284. <div id="musicpic"><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"/></div>
  1285. <div id="playerbox">{text:Music Player Code}</div>
  1286. </div><!—insidebox—>
  1287. </div><!—musicbox—>
  1288. {/block:ifmusicplayer}
  1289.  
  1290.  
  1291. <div id="top">
  1292. <div id="avatar"><img src="{image:Sidebar Description}" align="left"/></div>
  1293.  
  1294. <td width="100" align="right" valign="top"><div id="desc">
  1295. <p>
  1296. <a href="{text:Side Link 1 url}">{text:Side Link 1 title}</a>
  1297. <a href="{text:Side Link 2 url}">{text:Side Link 2 title}</a>
  1298. <a href="{text:Side Link 3 url}">{text:Side Link 3 title}</a>
  1299. <a href="{text:Side Link 4 url}">{text:Side Link 4 title}</a>
  1300. <a href="http://draftworu.tumblr.com">theme</a> </p></div></td>
  1301.  
  1302.  
  1303.  
  1304. <div id="description"><center>{Description}</center>{block:IfExtraLinks}{/block:IfExtraLinks}</div>
  1305.  
  1306.  
  1307. {block:IfExtraLinks}
  1308. <center><select onChange="location.href=this.options[this.selectedIndex].value;" style="font-family:courier new; font-size:12px; color:{color:Footer Text}; border-color:{color:footer border}; width: 200px; background:{color:footer}; {block:IfRoundCorners} border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; {/block:IfRoundCorners}">
  1309. <option value="/">navigation</option>
  1310. {block:IfNavLink1}
  1311. <option value="{text:Nav Link 1 url}">{text:Nav Link 1 title}</option>
  1312. {/block:IfNavLink1}
  1313. {block:IfNavLink2}
  1314. <option value="{text:Nav Link 2 url}">{text:Nav Link 2 title}</option>
  1315. {/block:IfNavLink2}
  1316. {block:IfNavLink3}
  1317. <option value="{text:Nav Link 3 url}">{text:Nav Link 3 title}</option>
  1318. {/block:IfNavLink3}
  1319. {block:IfNavLink4}
  1320. <option value="{text:Nav Link 4 url}">{text:Nav Link 4 title}</option>
  1321. {/block:IfNavLink4}
  1322. {block:IfNavLink5}
  1323. <option value="{text:Nav Link 5 url}">{text:Nav Link 5 title}</option>
  1324. {/block:IfNavLink5}
  1325. {block:IfNavLink6}
  1326. <option value="{text:Nav Link 6 url}">{text:Nav Link 6 title}</option>
  1327. {/block:IfNavLink6}
  1328. {block:IfNavLink7}
  1329. <option value="{text:Nav Link 7 url}">{text:Nav Link 7 title}</option>
  1330. {/block:IfNavLink7}
  1331. {block:IfNavLink8}
  1332. <option value="{text:Nav Link 8 url}">{text:Nav Link 8 title}</option>
  1333. {/block:IfNavLink8}
  1334. </center>
  1335.  
  1336.  
  1337. </select>
  1338. {/block:IfExtraLinks}
  1339.  
  1340. </div>
  1341.  
  1342.  
  1343. <div id="pages">
  1344. {block:Pagination}
  1345. {/block:Pagination}
  1346. {block:PreviousPage}<a class="jump_page" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  1347. {block:JumpPagination length="5"}
  1348. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  1349. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1350. {/block:JumpPagination}
  1351. {block:NextPage}<a class="jump_page" href="{NextPage}"> &raquo;</a>{/block:NextPage}</div>
  1352.  
  1353.  
  1354.  
  1355.  
  1356. </div>
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362. <div id="bottomimage" style="position:fixed; bottom:-4px; left:0px; z-index:-1;"><img src="{image:Bottom Image Left}"></div>
  1363. {/block:IfNotRightSidebar}
  1364.  
  1365.  
  1366.  
  1367. <div id="bottomimage" style="position:fixed; bottom:-4px; right:0px; z-index:-1;"><img src="{image:Bottom Image Right}"></div>
  1368. {/block:IfRightSidebar}
  1369.  
  1370.  
  1371.  
  1372.  
  1373. </body>
  1374. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement