Advertisement
sadmilks

bottom bar codes

May 24th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <!--
  3.  
  4. bottom bar cd
  5.  
  6. -->
  7. <html>
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13.  
  14. <style type="text/css">
  15.  
  16. iframe#tumblr_controls {right:3px !important;
  17. z-index:999999;
  18. position: fixed !important;
  19. opacity: 0;
  20. -webkit-filter:invert(1);
  21. filter:alpha(opacity=0);
  22. -moz-opacity: 0;
  23. -khtml-opacity: 0;
  24. -webkit-transition: all 0.9s ease;
  25. -moz-transition: all 0.9s ease;
  26. -o-transition: all 0.9s ease;}
  27. iframe#tumblr_controls:hover{
  28. opacity: 1;
  29. filter:alpha(opacity=100);
  30. -moz-opacity: 1;
  31. -khtml-opacity: 1;
  32. -webkit-transition: all 0.9s ease;
  33. -moz-transition: all 0.9s ease;
  34. -o-transition: all 0.9s ease;}
  35.  
  36. ::-webkit-scrollbar-track { background-color:#fff; }
  37. ::-webkit-scrollbar-thumb { background-color:#000; border: 1px solid; border-radius:30px; }
  38. ::-webkit-scrollbar { width:2px; height:2px; }
  39.  
  40. ::selection { background:#eee; color:#000; }
  41. ::-moz-selection { background:#eee; color:#000; }
  42. ::-webkit-selection { background:#eee; color:#000; }
  43.  
  44. body{font-family:courier new;font-size:10px;text-align:justify;text-transform:normal;background:#ffffff; url(' ') fixed repeat center;color:#c4c4c4;margin:0px;}
  45.  
  46. a {text-decoration:none;color:#858585;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
  47.  
  48. a:hover {color:#e0e0e0;}
  49.  
  50.  
  51. #toru {position:fixed !important;z-index: 1;display: inline;text-align:center;position:fixed;border-right:3px solid #ffffff;bottom:-2px;left:203px;background-color:#000000;width:50%;padding:5px;opacity:1;}
  52.  
  53. .toru a {font:8px monospace;text-transform:lowercase;padding-right:5px;padding-left:9px;color:#f4f4f4; background-color:#000000;
  54. text-align:center;letter-spacing: 5px;opacity:0.9;}
  55.  
  56.  
  57. </style>
  58.  
  59.  
  60. <div id="toru">
  61. <div align="center" class="toru"><a href="/"> 001</a><a href="/">002</a><a href="/">003</a><a href="/" >004</a>
  62. </div></div>
  63.  
  64.  
  65. </body>
  66.  
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement