Advertisement
tukut

transparent 2-a+

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