Advertisement
Guest User

transparent2 redux by tukut

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