Advertisement
beliebed

#16 Like A Champion Theme

Jul 28th, 2013
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.06 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. theme by beliebed
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="image:sidebar" content="#A4A4A4"/>
  19. <meta name="image:sidebar 2" content=""/>
  20. <meta name="image:sidebar 3" content=""/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="if:Show Link 1" content="1" />
  36. <meta name="if:Show Link 2" content="1" />
  37. <meta name="color:scrollbarbg" content="ffffff"/>
  38.  
  39.  
  40. <style type="text/css">
  41. #bite
  42. #bite a{
  43. display:block
  44. }
  45. #bite .death {
  46. margin-top:0px;filter: alpha(opacity = 0);
  47. opacity:0;-webkit-transition: all 0.5s ease-out;
  48. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  49. }
  50.  
  51. #bite:hover .death {
  52. margin-top:4px;
  53. -webkit-transition: all 0.8s ease-out;
  54. -moz-transition: all 0.8s ease-out;
  55. transition: all 0.8s ease-out;
  56. filter: alpha(opacity = 100);
  57. filter: alpha(opacity = 100);
  58. opacity:100;
  59. }
  60.  
  61.  
  62. /* --- SCROLLBAR ---*/
  63.  
  64.  ::-webkit-scrollbar {
  65. width: 5px;height: 5px;}
  66. ::-webkit-scrollbar-button:start:decrement,
  67. ::-webkit-scrollbar-button:end:increment {
  68. height: 6px;display: block;background-color: {color:white};}
  69. ::-webkit-scrollbar-track-piece {
  70. background-color: {color:scrollbarbg};}
  71. ::-webkit-scrollbar-thumb:vertical {
  72. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  73.  
  74.  
  75. /* --- BODY ---*/
  76.  
  77. body {
  78.     background:{color:background};
  79.     margin:0px;
  80.     color:{color:text};
  81.     font-family:cambria;
  82.     font-size:9px;
  83.     line-height:100%;
  84. }
  85.  
  86. a {
  87.     text-decoration:none;
  88.     outline:none;
  89.     -moz-outline-style:none;
  90.     color:{color:link};
  91. }
  92.  
  93. img {
  94.     border:none;
  95. }
  96.  
  97. blockquote {
  98.     padding-left:5px;
  99.     border-left:2px solid;
  100. }
  101.    
  102. blockquote blockquote {
  103.     padding-left:5px;
  104.     border-left:2px solid;
  105. }
  106.  
  107. h1 {
  108.     font-size:9px;
  109.     text-transform:uppercase;
  110. }
  111.  
  112. a:hover {
  113.     opacity:10;
  114.     color:{color:hover};
  115.      -webkit-transition: all 0.7s ease;
  116.     -moz-transition: all 0.7s ease;
  117.     -o-transition: all 0.7s ease
  118. }
  119.  
  120. #tree {
  121. position:fixed;
  122. margin-top:-340px;
  123. margin-left:-152px;
  124. }
  125.  
  126. #tree img {
  127. width:0px;
  128. height:0px;
  129.  
  130. }
  131.  
  132. /* --- POST ENTRIES ---*/
  133.  
  134.  
  135. #entries {
  136.     padding:10px;
  137.     width:500px;
  138.     margin-left:500px;
  139.     margin-top:50px;
  140.     font-size:11px;
  141. }
  142.  
  143. /* --- BODY: POSTS ---*/
  144.  
  145.  
  146. #post {
  147.     width:500px;
  148.     padding-bottom:20px;
  149.     padding:10px;
  150.     margin-top:15px;
  151.     background-color:{color:Post};
  152. }
  153.  
  154. /* --- SIDEBAR IMAGE ---*/
  155.  
  156.  
  157. #sidebar {
  158.     width:90px;
  159.     position:fixed;
  160.     margin-left:145px;
  161.     margin-top:180px;
  162.     opacity:.80;
  163.     background-color:{color:gray};
  164. }
  165.  
  166. #sidebarimage {
  167.     position:fixed;
  168.     margin-top:-27px;
  169.     margin-left:10px;
  170.     width 90px;
  171. }
  172.  
  173. #sidebarimage img {
  174.     position:fixed;
  175.     width:100px;
  176.     border:solid 1px;
  177.     padding:2px;
  178.     border-color: {color:gray};
  179.     background-color:{color:Sidebar};
  180. }
  181.  
  182. #sidebarimage2 {
  183.     width 90px;
  184.     position:fixed;
  185. }
  186.  
  187. #sidebarimage2 img {
  188.     margin-left:10px;
  189.     margin-top:186px;
  190.     width:100px;
  191.     border:solid 1px;
  192.     padding:2px;
  193.     border-color: {color:gray};
  194.     background-color:{color:Sidebar};
  195. }
  196.  
  197. #sidebarimage3 {
  198.     width 90px;
  199.     position:fixed;
  200. }
  201.  
  202. #sidebarimage3 img {
  203.     margin-left:118px;
  204.     margin-top:80px;
  205.     width:100px;
  206.     height:100px;
  207.     border:solid 1px;
  208.     padding:2px;
  209.     border-color: {color:gray};
  210.     background-color:{color:Sidebar};
  211. }
  212. /* --- SIDEBAR LINKS ---*/
  213.  
  214. .links {
  215.     width:100px;
  216.     height:80px;
  217.     padding: 9px;
  218.     font-size:9px;
  219.     font-family:'body bold';
  220.     text-align:center;
  221.     margin-top:15px;
  222.     margin-left:118px;
  223.     text-align:center;
  224.     text-transform:lowercase;
  225.     word-spacing:2px;
  226.     position:fixed;
  227.     padding-bottom:7px;
  228.     border:solid 0px;
  229.     padding:5px;
  230.     border-color: {color:gray};
  231.  
  232. }
  233.  
  234. .links a {
  235.     font-size: 12px;
  236.     background-color:#000000;
  237. }
  238.  
  239. .links a:hover {
  240.    color:{color:Hover}
  241. }  
  242.  
  243.  
  244. /* --- DESCRIPTION ---*/
  245.  
  246.    
  247.     #description {
  248.     position:fixed;
  249.     font-family:cambria italic;
  250.     line-height:100%;
  251.     font-size:9px;
  252.     font-style:;
  253.     width:100px;
  254.     margin-top:110px;
  255.     padding:8px;
  256.     margin-left:9px;
  257.     border:solid 0px;
  258.     padding:2px;
  259.     border-color: {color:gray};
  260.     background-color:#ffffff;
  261.     text-align:center;
  262.     color:{color:text};
  263.     }
  264.    
  265. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  266. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  267.  
  268. /* --- PAGINATION---*/
  269.  
  270.  
  271. #pagination {
  272.     width:100px;
  273.     font-size:8px;
  274.     text-align:center;
  275.     margin-left:130px;
  276.     margin-top:235px;
  277.     position:fixed;
  278.     font-family:consolas;
  279.     letter-spacing:0px;
  280. }
  281.  
  282.  
  283. /* --- POST INFO ---*/
  284.  
  285.  
  286. #info {
  287.     text-align:left;
  288.     margin-top:10px;
  289.     text-transform:uppercase;
  290.     font-size:8px;
  291.     font-style:none;
  292.     border-top:1px solid {color:Line}
  293. }
  294.  
  295. /* --- POST TAGS---*/
  296.  
  297.  
  298. #tags {
  299.     font-family:cambria;
  300.     letter-spacing:0px;
  301.     text-transform:lowercase;
  302.     font-size:10px;
  303.     font-style:italic;
  304.     margin-top:4px;
  305.     text-align:left;
  306. }
  307.    
  308. #tags
  309. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  310.     -webkit-transition: all 0.6s ease-in-out;
  311.     -moz-transition: all 0.6s ease-in-out;
  312.     -o-transition: all 0.6s ease-in-out;
  313.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  314.  
  315.  
  316. /* --- QUESTIONS ---*/
  317.  
  318. #asker {
  319.     padding:5px;
  320.     font-family:cambria;
  321.     letter-spacing:1px;
  322.     text-align:left;
  323.     font-style:italic;
  324.     margin-left:10px;
  325.     border-left:3px #eee solid;
  326.     background-color:{color:background}
  327. }
  328.  
  329. {CustomCSS}</style></head><body>
  330.  
  331. <div id="sidebar">
  332. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  333. <div id="sidebarimage2"><img src="{image:sidebar 2}"></div>
  334. <div id="sidebarimage3"><img src="{image:sidebar 3}"></div>
  335.  
  336.  
  337. <div id="description">
  338. {Description}
  339. </div>
  340.  
  341. <div id="tree"><img src=""></div>
  342.  
  343. <div class="links">
  344. <a href="/">home</a>
  345. <a href="/ask">mail</a>
  346. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  347. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  348. </div>
  349.  
  350.  
  351. {block:Pagination}<div id="pagination">
  352. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  353. {block:JumpPagination length="5"}
  354. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  355. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  356. {/block:JumpPagination}
  357. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  358. </div>{/block:Pagination}
  359.  
  360.  
  361. </div>
  362.  
  363. <div id="entries">{block:Posts}<div id="post">
  364.  
  365. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  366.  
  367. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  368.  
  369. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. {block:Quote}{Quote}{/block:Quote}
  372.  
  373. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  374.  
  375. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  376.  
  377. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  378. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  379. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  380. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  381. {/block:Audio}
  382.  
  383. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  384.  
  385. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} told: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  386.  
  387. <div id="info">
  388. <br>shared <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  389. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  390. {/block:Posts}
  391. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  392. {/block:Posts}</div></div></div>
  393.  
  394.  
  395.  
  396.  
  397.  
  398. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:2px; font-family:cambria;"><a href="http://stopsniall.tumblr.com/"><a href="http://beliebed.tumblr.com/">© BELIEBED</a></center></div>
  399.  
  400.    
  401. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement