Advertisement
beliebed

#21 Make It Mine Theme

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