mustardplus

r/OtC CSS

May 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. .redditname a {
  2.     z-index: -1;
  3.     color: #000;
  4.     background: url(%%Banner%%);
  5.     height: 200px;
  6.     width: 1500px;
  7.     position: relative;
  8.     left: 20px;
  9.     float: left;
  10.     background-position: -60px -30px;
  11.     background-size: 50%;
  12.     background-repeat: no-repeat;
  13.     transition: color 0.2s;
  14. }
  15.  
  16. .redditname a:hover{
  17.     color: #000;
  18.     text-decoration: none;
  19. }
  20.  
  21. #header-bottom-left {
  22.     height: 200px;
  23. }
  24.  
  25. #header-bottom-left .tabmenu {
  26.     position: absolute;
  27.     left: 60px;
  28.     bottom: 0px;
  29. }
  30.  
  31. #header-img.default-header {
  32.     position: absolute;
  33.     left: 5px;
  34.     bottom: 0px;
  35.     width: 30px!important;
  36. }
  37.  
  38. #header {
  39.     border: none;
  40.     background-color: #000;
  41. }
Add Comment
Please, Sign In to add comment