Advertisement
kalder

Theme #7 - Bad Boys by kalder

Feb 7th, 2014
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.54 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!---- theme #7 - bad boys by kalder, don't copy/repost. protected over creative commons license. --->
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21.  
  22. <meta name="color:Text" content="#838282"/>
  23.  
  24. <meta name="color:Link" content="#b8b8b8"/>
  25.  
  26. <meta name="color:Link hover" content="#b8b8b8"/>
  27.  
  28. <meta name="color:sidebar links" content="#b8b8b8"/>
  29.  
  30. <meta name="color:sidebar links hover" content="#b8b8b8"/>
  31.  
  32. <meta name="color:sidebar links background" content="#b8b8b8"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36.  
  37. <meta name="text:linkA" content="">
  38.  
  39.  
  40.  
  41. <meta name="text:linkA url" content="/">
  42.  
  43. <meta name="text:linkB" content="">
  44.  
  45. <meta name="text:linkB url" content="/">
  46.  
  47. <meta name="text:linkC" content="">
  48.  
  49. <meta name="text:linkC url" content="/">
  50.  
  51. <meta name="text:linkD" content="">
  52.  
  53. <meta name="text:linkD url" content="/">
  54.  
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("a[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:90,
  64. tip_fade_speed:600,
  65. attribute:"title"
  66. });
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71.  
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77.  
  78.  
  79.  
  80. body {
  81. font-family: 'Arial';
  82.  
  83. background:{color:background};
  84.  
  85. margin:0px;
  86.  
  87. color:{color:text};
  88.  
  89. font-size:9px;
  90.  
  91. line-height:100%;
  92.  
  93. }
  94.  
  95.  
  96.  
  97. a {
  98.  
  99. text-decoration:none;
  100.  
  101. outline:none;
  102.  
  103. -moz-outline-style:none;
  104.  
  105. color:{color:link};
  106. -moz-transition-duration:0.3s;
  107. -webkit-transition-duration:0.3s;
  108. -o-transition-duration:0.3s;
  109.  
  110. }
  111.  
  112.  
  113.  
  114. a:hover{
  115.  
  116. color:{color:link hover};
  117. -moz-transition-duration:0.3s;
  118. -webkit-transition-duration:0.3s;
  119. -o-transition-duration:0.3s;
  120. }
  121.  
  122.  
  123.  
  124. img {
  125.  
  126. border:none;
  127.  
  128. }
  129.  
  130.  
  131.  
  132.  
  133. blockquote {
  134. font-size: 12px;
  135.  
  136. padding-left:5px;
  137.  
  138. border-left:2px solid;
  139. line-height: 12px;
  140.  
  141. }
  142.  
  143.  
  144.  
  145. blockquote blockquote {
  146.  
  147. padding-left:5px;
  148.  
  149. border-left:2px solid;
  150.  
  151. }
  152.  
  153.  
  154.  
  155. h1 {
  156.  
  157. font-size:10px;
  158.  
  159. }
  160.  
  161.  
  162.  
  163.  
  164.  
  165. #entries {
  166.  
  167. padding:10px;
  168.  
  169. width:500px;
  170.  
  171. margin-left:600px;
  172.  
  173. margin-top:0px;
  174.  
  175. padding:0px;
  176.  
  177. }
  178.  
  179.  
  180.  
  181.  
  182. #post {
  183.  
  184. width:500px;
  185. margin-top: 73px ;
  186. background: #ffffff;
  187. padding: 10px;
  188.  
  189.  
  190. }
  191.  
  192.  
  193.  
  194.  
  195. #sidebar {
  196. width:248px;
  197. position:fixed;
  198. margin-left:230px;
  199. margin-top:105px;
  200. background: #ffffff;
  201. padding: 10px;
  202.  
  203.  
  204. }
  205.  
  206.  
  207.  
  208. #sidebarimage {
  209. width:248px;
  210.  
  211. }
  212.  
  213. #sidebarimage img {
  214.  
  215. width:248px;
  216.  
  217. }
  218.  
  219.  
  220. #pagbox{
  221. background: #ffffff;
  222. width: 258px;
  223.  
  224.  
  225. top: 20px;
  226. margin-left: 100px;
  227. position: static;
  228. padding: 5px;
  229. z-index: 999999999999999999999999999999999999;
  230. }
  231.  
  232. #pagbox a{
  233. color: {color:link};
  234. }
  235.  
  236. #description {
  237.  
  238.  
  239. width:248px;
  240.  
  241. text-align: justify;
  242. font-family:'Arial';
  243. margin-top:-12px;
  244. margin-left:-10px;
  245. font-size:9px;
  246. position:relative;
  247. line-height: 14px;
  248. padding:10px;
  249.  
  250. color:#6E6E6E;
  251.  
  252.  
  253. word-spacing:0px;
  254.  
  255.  
  256.  
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263. #links {
  264. font-family: calibri;
  265. font-size: 10px;
  266. color: {color:sidebar links};
  267. text-transform: uppercase;
  268. letter-spacing: 1px;
  269. position: relative;
  270. margin-top: 5px;
  271. text-align:center;
  272. border-bottom: 1px #dddddd solid;
  273. padding: 6px;
  274.  
  275.  
  276.  
  277.  
  278. }
  279. #links a {
  280.  
  281. font-family: calibri;
  282. font-size: 10px;
  283. text-transform: uppercase;
  284. letter-spacing: 1px;
  285.  
  286. padding: 5px;
  287. -webkit-transition:all 0.5s ease-in-out;
  288. -moz-transition:all 0.5s ease-in-out;
  289. -o-transition:all 0.5s ease-in-out;
  290. transition:all 0.5s ease-in-out;
  291.  
  292.  
  293.  
  294. }
  295.  
  296.  
  297. #links a:hover {
  298. color: {color:sidebar links hover};
  299. background: {color:sidebar links background};
  300. padding: 5px;
  301. -webkit-transition:all 0.5s ease-in-out;
  302. -moz-transition:all 0.5s ease-in-out;
  303. -o-transition:all 0.5s ease-in-out;
  304. transition:all 0.5s ease-in-out;
  305.  
  306.  
  307.  
  308. }
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. .caption {
  318.  
  319. width:500px;
  320.  
  321. text-align:justify;
  322.  
  323. line-height:120%;
  324.  
  325. }
  326.  
  327.  
  328.  
  329. .ask {
  330.  
  331. padding:10px;
  332.  
  333. text-align:left;
  334.  
  335. color:{color:text};
  336.  
  337. background-color:#eee;
  338.  
  339. border-bottom:1px solid #eee;
  340.  
  341. }
  342.  
  343.  
  344.  
  345. .ans {
  346.  
  347. text-align:left;
  348.  
  349. padding:10px;
  350.  
  351. color:{color:text};
  352.  
  353. }
  354.  
  355.  
  356.  
  357. .audio {
  358.  
  359. width:500px;
  360.  
  361. padding-bottom:10px;
  362.  
  363. background-color:{color:infobg};
  364.  
  365. }
  366.  
  367.  
  368.  
  369. .albumart {
  370.  
  371. float:left;
  372.  
  373. padding:0px 10px 10px 0px;
  374.  
  375. }
  376.  
  377.  
  378.  
  379. .albumart img {
  380.  
  381. width:45px;
  382.  
  383. height:45px;
  384.  
  385. }
  386.  
  387.  
  388.  
  389. .playercontainer {
  390.  
  391. text-align:left;
  392.  
  393. padding:10px;
  394.  
  395. background-color:#ffffff;
  396.  
  397. width:480px;
  398.  
  399. }
  400.  
  401.  
  402.  
  403. .audioinfo {
  404.  
  405. padding:10px;
  406.  
  407. color:{color:text};
  408.  
  409. }
  410.  
  411.  
  412.  
  413. #info {
  414. width:500px;
  415. text-align:left;
  416. font-family:'trebuchet ms';
  417. margin-top:3px;
  418. margin-left:px;
  419. letter-spacing:1px;
  420. font-size:7px;
  421. font-style:none;
  422. padding:1px;
  423. line-height:10px;
  424. text-transform:uppercase;
  425. border-top:1px solid;
  426. border-color:#dddddd;
  427. }
  428.  
  429. #info a {
  430. text-align:center;
  431. color:{color:link};
  432. }
  433.  
  434. #info a:hover {
  435. -moz-transition-duration:0.3s;
  436. -webkit-transition-duration:0.3s;
  437. -o-transition-duration:0.3s;
  438. color: {color:link hover};
  439. }
  440.  
  441.  
  442.  
  443. .note {
  444.  
  445. text-transform:lowercase;
  446.  
  447. font-style:normal;
  448.  
  449. letter-spacing:0px;
  450.  
  451. font-size: 9px;
  452.  
  453. text-align:left;
  454.  
  455. line-height:90%;
  456.  
  457. margin-left:-40px;
  458.  
  459. }
  460.  
  461.  
  462.  
  463. .note li {
  464.  
  465. list-style-type:none;
  466.  
  467. border-bottom:1px solid {color:border};
  468.  
  469. padding:10px 25px 10px 25px;
  470.  
  471. text-align:left;
  472.  
  473. margin:0px;
  474.  
  475. -moz-transition-duration:0.5s;
  476.  
  477. -webkit-transition-duration:0.5s;
  478.  
  479. -o-transition-duration:0.5s;
  480.  
  481. }
  482.  
  483.  
  484.  
  485. .tags {
  486.  
  487. font-style:normal;
  488.  
  489. width:500px;
  490.  
  491. text-transform:uppercase;
  492.  
  493. font-style:normal;
  494.  
  495. color:{color:tags};
  496.  
  497. letter-spacing:2px;
  498.  
  499. line-height:120%;
  500.  
  501. font-size:8px;
  502.  
  503. text-align:left;
  504.  
  505. padding:2px;
  506.  
  507. -moz-transition-duration:0.5s;
  508.  
  509. -webkit-transition-duration:0.5s;
  510.  
  511. -o-transition-duration:0.5s;
  512.  
  513. }
  514.  
  515.  
  516.  
  517. .tags a {
  518.  
  519. color:{color:tags};
  520.  
  521. letter-spacing:1px;
  522.  
  523. padding:1px;
  524.  
  525. }
  526.  
  527.  
  528.  
  529. .tags a:hover {
  530.  
  531. color:{color:link};
  532.  
  533. }
  534.  
  535.  
  536. ul.chat, .chat ol, .chat li {
  537.  
  538. list-style:none;
  539.  
  540. margin:0px;
  541.  
  542. padding:2px;
  543.  
  544. }
  545.  
  546.  
  547.  
  548. .label {
  549.  
  550. text-decoration:underline;
  551.  
  552. font-weight:300;
  553.  
  554. background-color:{color:infobg};
  555.  
  556. margin-right:5px;
  557.  
  558. }
  559.  
  560.  
  561.  
  562.  
  563. .user_1 .label {color:{color:text}; font-weight:bold}
  564.  
  565. .user_2 .label {color:{color:link}; font-weight:bold}
  566.  
  567. .user_3 .label {color:{color:text}; font-weight:bold}
  568.  
  569. .user_4 .label {color:{color:link}; font-weight:bold}
  570.  
  571. .user_5 .label {color:{color:text}; font-weight:bold}
  572.  
  573. .user_6 .label {color:{color:link}; font-weight:bold}
  574.  
  575. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  576.  
  577. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  578.  
  579.  
  580. #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
  581.  
  582. max-width:300px; /* largura máxima */
  583.  
  584. background-color:#fff; /* background */
  585.  
  586. border:1px solid #e7e9ea; /* cor e espessura da borda */
  587.  
  588. font-family:'calibri'; /* fonte */
  589.  
  590. font-size:10px; /* tamanho */
  591.  
  592. color:#aaaaaa; /* cor */
  593.  
  594. letter-spacing:1px; /* espaçamento */
  595.  
  596. text-transform:lowercase; /* uppercase(maiúscula), lowercase(minúscula) ou none(nenhum) */
  597.  
  598. padding:3px 4px 3px 4px; /* tamanho do padding */
  599.  
  600. margin:20px 0px 0px 20px; /* tamanho da margem */
  601.  
  602. z-index:99999999999; /* deixa acima de tudo, não mexa */}
  603.  
  604. @-webkit-keyframes Beeh {
  605. 0% {-webkit-transform: scale(.4);}
  606. 50% {-webkit-transform: scale(1.04);}
  607. 70% {-webkit-transform: scale(.9);}
  608. 100% {-webkit-transform: scale(1);}}
  609.  
  610.  
  611.  
  612.  
  613.  
  614. #credits{ position:fixed; bottom:10px; right:10px; padding:5px;
  615. font-size:8px;
  616. text-transform: uppercase;
  617. font-family: calibri;
  618. letter-spacing:1px;
  619. color: #ffffff;
  620. background:{color:sidebar links background};
  621.  
  622. border: 1px solid #f3f3f3;
  623. text-align:center;}
  624.  
  625. #credits a{ color: #ffffff;}
  626. #credits a:hover{ color: #ffffff; text-transform: uppercase;}
  627.  
  628. .heart{
  629. display: inline;
  630. color: #d94848;
  631. }
  632.  
  633. .dot {
  634. display: inline;
  635. color: {color:sidebar links background};
  636. }
  637.  
  638.  
  639.  
  640. iframe#tumblr_controls {
  641. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  642. }
  643. #tumblr_controls{
  644. position:fixed !important;
  645. -webkit-filter: invert(100%)
  646. }
  647.  
  648.  
  649.  
  650.  
  651.  
  652. #pergunta a {font-family: calibri; color:#9c9c9c; font-size: 10px; text-transform: uppercase;}
  653.  
  654. .pergunta {font-size: 10px; font-family: calibri; background: #f0f0f0;text-align: justify; padding: 14px; margin-bottom: 5px; margin-left: 40px; margin-right: auto;}
  655.  
  656. .pergunta a {color: #000}
  657.  
  658. .pergunta g {color: #000;}
  659.  
  660. .iconeask {float: left; margin-right: 2px; margin-bottom: 3px; border:4px solid #f0f0f0; -moz-transition-duration:0.5s;
  661. -webkit-transition-duration:0.5s;
  662. -o-transition-duration:0.5s;}
  663. .iconeask:hover { -moz-transition-duration:0.5s;
  664. -webkit-transition-duration:0.5s;
  665. -o-transition-duration:0.5s; border:4px solid {color:dot color};
  666.  
  667. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;}
  668.  
  669. div.treme img{position:relative}
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677. {CustomCSS}</style></head><body>
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684. <div id="sidebar">
  685.  
  686.  
  687. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  688.  
  689.  
  690. <div id="links">
  691.  
  692.  
  693. <a href="{text:LinkA url}">{text:LinkA}</a> <div class="dot">•</div>
  694. <a href="{text:LinkB url}">{text:LinkB}</a> <div class="dot">•</div>
  695. <a href="{text:LinkC url}">{text:LinkC}</a> <div class="dot">•</div>
  696. <a href="{text:LinkD url}">{text:LinkD}</a>
  697.  
  698.  
  699. </div>
  700.  
  701. <br>
  702.  
  703.  
  704.  
  705.  
  706. <div id="description">{Description}</div>
  707.  
  708. <div id="pagbox">
  709.  
  710.  
  711. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  712. {block:NextPage}— <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  713.  
  714.  
  715.  
  716.  
  717.  
  718. </div>
  719.  
  720.  
  721. </div>
  722.  
  723.  
  724.  
  725.  
  726.  
  727. <div id="entries">
  728. {block:Posts}
  729. <div id="post">
  730.  
  731. {block:Text}
  732. <h1>{block:Title}{Title}{/block:Title}</h1>
  733. {Body}{/block:Text}
  734.  
  735. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  736. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  737.  
  738. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  739. {/block:Caption}{/block:Photoset}
  740.  
  741. {block:Quote}<h2>"{Quote}"</h2>
  742. {block:Source}<div class="qsource"> —{Source}</div>
  743. {/block:Source}{/block:Quote}
  744.  
  745. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  746.  
  747. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  748.  
  749. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  750. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  751. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  752. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  753. {/block:Audio}<br>
  754.  
  755. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  756.  
  757. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-24}" width="24"> <i>{Asker}</i> said: <b>{Question}</b></div><div class="answer">{Answer}</div>{/block:answer}
  758.  
  759. <div id="info">
  760. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  761. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  762. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  763. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  764. with <div class="heart">♥</div> {NoteCountWithLabel}</a>
  765. {block:HasTags}<div id="tags">
  766.  
  767. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  768. </div>{block:HasTags}
  769. </div>
  770. </div>
  771. {/block:Posts}
  772. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  773.  
  774. {/block:Posts}</div></div></div>
  775. <br><br><br><br>
  776.  
  777.  
  778.  
  779.  
  780.  
  781. </div>
  782.  
  783.  
  784.  
  785.  
  786.  
  787. </div>
  788.  
  789. </div>
  790.  
  791. </div>
  792.  
  793.  
  794.  
  795. </body>
  796.  
  797.  
  798.  
  799. <div id="credits">
  800.  
  801. <a href="http://kalder.tumblr.com"/>kalder</a>
  802.  
  803. </div>
  804.  
  805. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement