Advertisement
Guest User

transparent 2-b by tukut

a guest
Jul 2nd, 2013
3,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.62 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="1">
  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="http://media.tumblr.com/3e3bcfdb3af92be8b8b92b02989cd7eb/tumblr_inline_mkjlpy0nx21qz4rgp.png" />
  63. <meta name="image:Sidebar" content="http://static.tumblr.com/4aba3747d0be95b801418ad51c11f4c3/dkpvapy/R7rmpbk8n/tumblr_static_avatar_e22a976e99e6_128.png" />
  64. <meta name="image:Favicon" content="http://media.tumblr.com/7637edb79089c19e14ba16699cebf21e/tumblr_inline_mgoey7MMCG1qid2nw.gif" />
  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.    
  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.     {block:iffooterborder}
  425.     border: {color:Border} solid 1px;{/block:iffooterborder}
  426. {block:ifnottransparentfooter}
  427.     background-color:{color:footer};
  428.     {/block:ifnottransparentfooter}
  429. {block:ifroundedcorners}
  430. -moz-border-radius: 4px;
  431. -webkit-border-radius: 4px;
  432. border-radius: 4px;    {/block:ifroundedcorners}
  433.  {block:ifnotcustomfont}font-family: {font:body}; {/block:ifnotcustomfont}
  434.  {block:ifcustomfont} font-family: bitxmap; {/block:ifcustomfont}
  435. font-size: 10px;
  436. color: {color:FooterText};
  437. padding: 1px 8px;
  438. margin-top: -1px;
  439. }  
  440.  
  441. #wrapper #content .post .footer.for_permalink:hover {
  442. opacity: 0.9;
  443. filter: alpha(opacity=90);
  444. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  445. }
  446.  
  447. #wrapper #content .post .footer .date {
  448. width: 67%;
  449. float: left;
  450. color: {color:FooterText};
  451. }
  452.  
  453. #wrapper #content .post .footer .notes {
  454. width: 33%;
  455. float: right;
  456. text-align: right;
  457. color: {color:FooterText};
  458. }
  459.  
  460. #wrapper #content .post .footer .notes a {
  461. color: {color:FooterText};
  462. }
  463.  
  464.  
  465. #wrapper #content .post .footer .tags a {
  466. color: {color:FooterText};
  467. text-decoration: none;
  468. }
  469.  
  470. #wrapper #content .post .footer .tags .tag-commas:last-child {
  471. display: none;
  472. }
  473.  
  474. #wrapper #content .post .footer.with_source_url .tags {
  475. max-width: 340px;
  476. float: left;
  477. }
  478.  
  479. #wrapper #content .post .footer.with_source_url .source_url {
  480. color: {color:FooterText};
  481. float: right;
  482. max-width: 160px;
  483. overflow: hidden;
  484. white-space: nowrap;
  485.  
  486. }
  487.  
  488. #wrapper #content .post .footer.with_source_url .source_url img {
  489. vertical-align: top;
  490. -moz-opacity: 0.5;
  491. opacity: 0.5;
  492. }
  493.  
  494. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  495. -moz-opacity: 0.7;
  496. opacity: 0.7;
  497.                            
  498.    
  499. }
  500.  
  501.  
  502.  
  503.  
  504.  #wrapper #content .post .footer:hover {
  505.                   background-color : transparent;
  506.     font-size:10px;
  507.      margin-left: 15px;
  508.    
  509.     -webkit-transition: all 0.3s linear;
  510.     -moz-transition: all 0.3s linear;
  511.     transition: all 0.3s linear;
  512.    
  513.  
  514.                         }
  515.  
  516.  
  517.  
  518. #wrapper #content .post a {
  519. color: #6e7173;
  520. text-decoration: none;
  521. }
  522.  
  523. #wrapper #content .post .copy blockquote {
  524. margin: 10px 0px 10px 10px;
  525. padding-left: 15px;
  526. border-left: solid 2px {color:Link};
  527. }
  528.  
  529. #wrapper #content .post .copy blockquote blockquote {
  530. border-left: solid 2px {color:Link};
  531. }
  532.  
  533. #wrapper #content .post .copy blockquote blockquote blockquote {
  534. border-left: solid 2px {color:Link};
  535. }
  536.  
  537. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  538. border-left: solid 2px {color:Link};
  539. }
  540.  
  541. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  542. border-left: solid 2px {color:Link};
  543. }
  544.  
  545. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  546. border-left: solid 2px {color:Link};
  547. }
  548.  
  549. #wrapper #content .bottom {
  550. width: 513px;
  551. height: 40px;
  552. margin: 0 auto;
  553. }
  554.  
  555. #wrapper #content #navigation {
  556.     font-size: 12px;
  557. text-align: right;
  558. padding-bottom: 35px;
  559. text-transform: lowercase;
  560. }
  561.  
  562. #wrapper #content #navigation a {
  563.    
  564.  {block:ifcustomfont} font-family: bitxmap; {/block:ifcustomfont}
  565.  {block:ifnotcustomfont} font-family: {font:body}; {/block:ifnotcustomfont}
  566. {block:ifpostsborder} border: solid 1px {color:border};  {/block:ifpostsborder}
  567.  
  568.  {block:ifshadow}            box-shadow:rgba(0,0,0,0.07)6px 6px;
  569.            {/block:ifshadow}
  570. background-color: rgba(255,255,255,{text:postopacity});
  571. color: {color:Link};
  572. padding: 5px 10px;
  573. text-decoration: none;
  574. margin-left: 25px;
  575. }   /*butt2*/
  576.  
  577. #wrapper #content #navigation a:hover {
  578. opacity: 0.9;
  579. filter: alpha(opacity=90);
  580. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  581. }
  582.  
  583. #wrapper #content #navigation.jump_pagination {}
  584.  
  585. #wrapper #content #navigation.jump_pagination a {
  586. margin: 0 0 0 4px;
  587. }
  588.  
  589. #wrapper #content #navigation.jump_pagination .current_page {
  590. color: #fff;
  591. background-color: rgba(255,255,255, 0.1);
  592. border: 2px solid #fff;
  593. padding: 3px 8px;
  594. margin: 0 0 0 4px;
  595. cursor: default;
  596. }
  597.  
  598. #wrapper #content #navigation.jump_pagination .jump_page {}
  599.  
  600. #wrapper #content .post .notecontainer {
  601. background: ;
  602. {block:ifroundedcorners}
  603. -moz-border-radius: 4px;
  604. -webkit-border-radius: 4px;
  605. border-radius: 4px;    {/block:ifroundedcorners}
  606.  {block:ifcustomfont} font-family: bitxmap; {/block:ifcustomfont}
  607.  {block:ifnotcustomfont} font-family: {font:body}; {/block:ifnotcustomfont}
  608. font-size: 10px;
  609. color: #666;
  610. margin-top: 10px;
  611. margin-bottom: -10px;
  612. }
  613.  
  614. #wrapper #content .post .notecontainer a {
  615. color: {color:link};
  616.  
  617. text-decoration: none;
  618. }
  619.  
  620. #wrapper #content .post .notecontainer ol.notes {
  621. padding: 0px 0 10px 0;
  622. list-style-type: none;
  623. font-size: 10px;
  624. }
  625.  
  626. #wrapper #content .post .notecontainer ol.notes li.note {
  627. padding: 10px 10px 0 10px;
  628. }
  629.  
  630. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  631. vertical-align: -4px;
  632. margin-right: 10px;
  633. width: 16px;
  634. height: 16px;
  635. }
  636.  
  637. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  638. font-weight: normal;
  639. }
  640.  
  641. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  642. font-weight: normal;
  643. }
  644.  
  645. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  646. border-left: 2px solid #666;
  647. padding: 4px 10px;
  648. margin: 10px 0px 0px 25px;
  649. }
  650.  
  651. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  652. text-decoration: none;
  653. }
  654.  
  655. #wrapper #sidebar {
  656.    
  657.      {block:ifshadow}            box-shadow:rgba(0,0,0,0.07)6px 6px;
  658.            {/block:ifshadow}
  659. position: fixed!important;
  660. margin-top:130px;
  661.  
  662. margin-left:-130px;
  663. width: 170px;
  664. float: left;
  665. color: {color:Background};
  666. font-family: {block:ifcustomfont}bitxmap{block:ifcustomfont}{block:ifnotcustomfont}{font:body}{/block:ifnotcustomfont};
  667. }
  668.  
  669.  
  670. #wrapper #sidebar a{
  671.    
  672. color: {color:Link};
  673. }
  674.  
  675.  
  676. #wrapper #sidebar #top {
  677.    
  678.     {block:ifnottransparentsidebar}
  679.  
  680. background: rgba(255,255,255, {text:sidebaropacity});
  681.     {/block:ifnottransparentsidebar}
  682.  
  683. {block:ifsidebarborder}
  684. border: {color:Border} solid 1px;
  685. {/block:ifsidebarborder}
  686. {block:ifroundedcorners}
  687. -moz-border-radius: 11px;
  688. -webkit-border-radius: 11px;
  689. border-radius: 11px;    {/block:ifroundedcorners}
  690. padding: 2px 6px;
  691. overflow:ellipsis;
  692. }
  693.  
  694.  #wrapper #sidebar #top img {
  695.    
  696.      margin-top:11px;
  697. max-width: 138px;
  698. -moz-border-radius: 0px;
  699. -webkit-border-radius: 0px;
  700. }  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708. #wrapper #sidebar #top #pages {
  709.                         margin-bottom: 15px;
  710.                         font-size: 11px;
  711.                        
  712.                     }
  713.                    
  714.                        
  715.              
  716.  
  717.  
  718.  
  719. #wrapper #sidebar #top #description {
  720.    
  721. font-size: 10px;
  722. margin-top: -37px;
  723. font-family: {block:ifcustomfont}bitxmap{block:ifcustomfont}{block:ifnotcustomfont}{font:body}{/block:ifnotcustomfont};
  724. position: relative;
  725. top: 0px;
  726.  
  727. color: {color:Text};
  728. }
  729.  
  730. /*
  731.  
  732. #wrapper #sidebar #top #description a{
  733.  
  734. }
  735. #wrapper #sidebar #top #description a:hover {
  736. text-decoration: underline;
  737. color: {color:Link Hover};
  738. }
  739.  
  740. */
  741.  
  742.  
  743.  
  744.  
  745.  
  746. #wrapper #sidebar #top .heading {
  747. color: #fff;
  748. margin-top: 10px;
  749. padding: 10px;
  750. background-color: {color:Background};
  751. -webkit-border-top-left-radius: 4px;
  752. -webkit-border-top-right-radius: 4px;
  753. -moz-border-radius-topleft: 4px;
  754. -moz-border-radius-topright: 4px;
  755. border-top-left-radius: 4px;
  756. border-top-right-radius: 4px;
  757. }
  758.  
  759.  
  760. #wrapper #sidebar #top #description a {
  761.     font-family: {block:ifcustomfont}bitxmap{block:ifcustomfont}{block:ifnotcustomfont}{font:body}{/block:ifnotcustomfont};
  762. color: {color:Link}; /*yes hello*/
  763. font-size: 10px;
  764.  /*-family: bitxmap;*/
  765. text-decoration: none;
  766. font-weight: normal;
  767. }
  768.  
  769. #wrapper #sidebar #top #description a:hover {
  770.    
  771. color: {color:Link Hover};
  772. font-size: 10px;
  773.  /*-family: bitxmap;*/
  774. text-decoration: underline;
  775.  
  776.     -webkit-transition: all .2s ease-in-out;
  777. -moz-transition: all .2s ease-in-out;
  778. -o-transition: all .2s ease-in-out;
  779. }
  780.  
  781. /*
  782. margin-top: 10px;
  783. padding: 10px;
  784. background-color: {color:Background};
  785. -webkit-border-top-left-radius: 4px;
  786. -webkit-border-top-right-radius: 4px;
  787. -moz-border-radius-topleft: 4px;
  788. -moz-border-radius-topright: 4px;
  789. border-top-left-radius: 4px;
  790. border-top-right-radius: 4px;
  791. }*/
  792.  
  793. #wrapper #sidebar #top a .heading {
  794. color: #fff;
  795. text-decoration: none;
  796. }
  797.  
  798. #wrapper #sidebar #top .content {
  799. margin-top: 2px;
  800. padding: 7px 10px;
  801. background: #eaeaea;
  802. color: #fff;
  803. font-size: 11px;
  804. overflow: hidden;
  805. }
  806.  
  807. #wrapper #sidebar #top a {
  808. text-decoration: none;
  809. }
  810.  
  811. #wrapper #sidebar #bottom {
  812. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  813. width: 250px;
  814. height: 25px;
  815. }
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823. .nav {
  824.     family: {font:accent};
  825.     font-size:9px;
  826.     line-height: 7px;
  827.     color: {color:menu links};
  828.     }
  829.    
  830. .nav a{
  831.     {block:iffooterborder}
  832.     border: {color:Border} solid 1px;{/block:iffooterborder}
  833.     font-size:10px;
  834.     color: {color:FooterText}!important;
  835.     margin-right: 1px;
  836.     {block:ifnottransparentfooter}
  837.     background-color:{color:footer};
  838.     {/block:ifnottransparentfooter}
  839.     padding: 1px 3px 1px 3px!important;
  840.    {block:ifroundedcorners}
  841. -moz-border-radius: 3px;
  842. -webkit-border-radius: 3px;
  843. border-radius: 3px;    {/block:ifroundedcorners}
  844. }
  845.  
  846. .nav a:hover{
  847.    
  848.     background-color : rgba(255,255,255,0);
  849.     font-size:10px;
  850.     -webkit-transition: all 0.4s linear;
  851.     -moz-transition: all 0.4s linear;
  852.     transition: all 0.4s linear;
  853.     }
  854.  
  855.  
  856. </style>
  857.  
  858.  
  859.  
  860.  
  861. <!--[if lt IE 7.]>
  862. <style type="text/css">
  863. #wrapper #sidebar #bottom {
  864. background: transparent;
  865. }
  866.  
  867. #wrapper #sidebar #top #avatar {
  868. background: none;
  869. }
  870.  
  871. #wrapper #sidebar #top #avatar img {
  872. border: 5px solid #f1f1f1;
  873. }
  874.  
  875. #wrapper #sidebar #top .heading#followontumblr {
  876. background-image: none;
  877. text-indent: 0;
  878. }
  879.  
  880. #wrapper #sidebar #top .heading#twitter {
  881. background-image: none;
  882. }
  883.  
  884. #wrapper #sidebar #top .heading#following {
  885. background-image: none;
  886. }
  887.  
  888. #wrapper #content .post .audio .player {
  889. float: none;
  890. }
  891.  
  892. #wrapper #content .post .audio .meta {
  893. display: none;
  894. float: none;
  895. }
  896. </style>
  897. <![endif]-->
  898.  
  899. <!--[if lt IE 8.]>
  900. <style type="text/css">
  901. #wrapper #content .bottom {
  902. background: transparent;
  903. }
  904.  
  905. #wrapper #content .post .footer {
  906. background: transparent;
  907. color: #000;
  908. }
  909.  
  910. #wrapper #content .post .audio {
  911. float: none;
  912. background: transparent;
  913. }
  914.  
  915. #wrapper #content .post .notecontainer .notes {
  916. padding: 0;
  917. margin: 0;
  918. }
  919. </style>
  920. <![endif]-->
  921. <style type="text/css">{CustomCSS}</style>
  922. </head>
  923. <body>
  924.  
  925.  
  926.  
  927.  
  928.  
  929. <div id="wrapper">
  930. <div id="title">
  931. <a href="/">
  932.  
  933. </a>
  934. </div>
  935.  
  936. <div id="content">
  937.  
  938.  
  939. {block:ifinfinitescroll}  <div class="autopagerize_page_element">{/block:ifinfinitescroll}
  940.  
  941. {block:Posts}
  942. <div class="post">
  943.  
  944. {block:Photo}
  945. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="max-width:395px;" />{LinkCloseTag}</div>
  946. {block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  947. {/block:Photo}
  948.  
  949. {block:Photoset}
  950. <div class="media">{LinkOpenTag}{Photoset-400}{LinkCloseTag}</div>{block:ifShowCaptions}
  951. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  952. {/block:Photoset}
  953.  
  954. {block:Video}
  955. <div class="media">{Video-400} </div>  
  956. {block:ifShowCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  957. {/block:Video}
  958.  
  959. {block:Audio}
  960. {block:IfShowAlbumArtOnAudioPosts}
  961. {block:AlbumArt}
  962. <div class="album_art">
  963. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  964. </div>
  965. {/block:AlbumArt}
  966. {/block:IfShowAlbumArtOnAudioPosts}
  967.  
  968. <div class="audio">
  969. <div class="player">{AudioPlayerWhite}</div>
  970. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  971. <div class="clear"></div>
  972. </div>
  973. <div class="clear"></div>{block:ifShowCaptions}
  974. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  975. {/block:Audio}
  976.  
  977. {block:Quote}
  978. <div class="quote {Length}">{Quote}</div>
  979. <div class="copy">
  980. <div class="quotebg">“</div>
  981. {block:Source}
  982. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  983. <tr>
  984. <td valign="top" style="width:20px;">&mdash;</td>
  985. <td valign="top" class="quote_source">
  986. {Source}
  987. </td>
  988. </tr>
  989. </table>
  990. {/block:Source}
  991. </div>
  992. {/block:Quote}
  993.  
  994. {block:Text}
  995. {block:Title}<div class="title">{Title}</div>{/block:Title}
  996. <div class="copy">{Body}</div>
  997. {/block:Text}
  998.  
  999. {block:Answer}
  1000. <div class="question">
  1001. <div class="nipple"></div>
  1002. {Question}
  1003. </div>
  1004. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  1005. <div class="copy">{Answer}</div>
  1006. {/block:Answer}
  1007.  
  1008. {block:Chat}
  1009. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1010. <div class="chat">
  1011. <div class="lines">
  1012. {block:Lines}
  1013. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  1014. {/block:Lines}
  1015. </div>
  1016. </div>
  1017. <div class="clear"></div>
  1018. <div style="height:10px;"></div>
  1019. {/block:Chat}
  1020.  
  1021. {block:Link}
  1022. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  1023. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  1024. {/block:Link}
  1025.  
  1026. {block:Date}
  1027. <a href="{Permalink}">
  1028. <div class="footer for_permalink">
  1029. <div class="date">
  1030. {block:Reblog} {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}{/block:RebloggedFromReblog}
  1031. {/block:Reblog}
  1032.  
  1033. {block:NotReblog}
  1034. {lang:Posted TimeAgo from source}
  1035. {/block:NotReblog}
  1036. </div>
  1037. <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>
  1038. <div class="clear"></div>
  1039. </div>
  1040. </a>
  1041. {/block:Date}
  1042.  
  1043.  
  1044.  
  1045. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  1046. display:none;
  1047. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  1048. {block:ContentSource}display:block;{/block:ContentSource}
  1049. ">
  1050. {block:IfShowTags}
  1051. {block:HasTags}<div class="tags"> # {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}</div>{/block:HasTags}
  1052.  {/block:IfShowTags}  
  1053.  
  1054. {block:ContentSource}
  1055. <a href="{SourceURL}" class="source_url">
  1056. ©<!--{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1057. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo} -->
  1058. </a>{/block:ContentSource}
  1059. <div class="clear"></div>
  1060.  
  1061.  
  1062.  
  1063. </div>
  1064.  
  1065. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1066.  
  1067. </div>
  1068. <div class="bottom"></div>
  1069. {/block:Posts}
  1070.  
  1071.  
  1072. {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; font-size:12px;"><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>
  1073.  <div class="num"><a href="/">home</a> <br>
  1074.   <div class="num"><a href="/ask">ask</a> <br>
  1075. <a href="/archive" >archive</a><br>
  1076. {block:ifextralink1}<a href="{text:extra link1}">{text:extra links1 title}</a><br>{/block:ifextralink1}
  1077. {block:ifextralink2}<a href="{text:extra link2}">{text:extra links2 title}</a><br>{/block:ifextralink2}
  1078. {block:ifextralink3}<a href="{text:extra link3}">{text:extra links3 title}</a><br>{/block:ifextralink3}
  1079. {block:ifextralink4}<a href="{text:extra link4}">{text:extra links4 title}</a><br>{/block:ifextralink4}
  1080.    
  1081.     {block:ifextralink5}<a href="{text:extra link5}">{text:extra links5 title}</a><br>{/block:ifextralink5}
  1082.     {block:ifextralink6}<a href="{text:extra link6}">{text:extra links6 title}</a><br>{/block:ifextralink6}
  1083.    
  1084.     {block:ifextralink7}<a href="{text:extra link7}">{text:extra links7 title}</a><br>{/block:ifextralink7}
  1085. </div>
  1086.   </td>
  1087.   </tr>
  1088. </div></div>
  1089. </center>
  1090.  
  1091. {/block:ifnavbutton}
  1092. {block:iflinkbuttons}<br>
  1093.  
  1094. <div class="nav">
  1095. <a href="/" >home</a>
  1096. <a href="/ask" >ask</a>
  1097. {block:ifextralink1}<a href="{text:extra link1}">{text:extra links1 title}</a>{/block:ifextralink1}</div><br><div class="nav">
  1098. {block:ifextralink2}<a href="{text:extra link2}">{text:extra links2 title}</a> {/block:ifextralink2}
  1099. {block:ifextralink3}<a href="{text:extra link3}">{text:extra links3 title}</a> {/block:ifextralink3}
  1100. {block:ifextralink4}<a href="{text:extra link4}">{text:extra links4 title}</a> {/block:ifextralink4}<br><br><br>
  1101.  
  1102.  
  1103. </div>
  1104. {/block:iflinkbuttons}
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. </div></div></div></small></small>
  1120.  
  1121.  
  1122.  
  1123. </div>
  1124.  
  1125. </div>
  1126.  
  1127. </div>
  1128.  
  1129. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement