Advertisement
kalder

Theme #7 - 5 links version

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