Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. .pagename a
  2. {
  3. background: url(%%BannerImage%%);
  4. position: absolute;
  5. bottom: 0;
  6. height:200px!important;
  7. left: 0;
  8. right: 0;
  9. float: left;
  10. z-index: 0;
  11. }
  12.  
  13. .redditname a
  14. {
  15. text-indent: -9001px;
  16. }
  17.  
  18. .tabmenu
  19. {
  20. display: inline;
  21. float: left;
  22. }
  23.  
  24. #header-bottom-left
  25. {
  26. height: 200px;
  27. }
  28.  
  29. #header-bottom-left .tabmenu
  30. {
  31. position:absolute;
  32. left: 120px;
  33. bottom: 0;
  34. display: inline;
  35. }
  36.  
  37. #header-img {
  38. position: absolute;
  39. bottom: 0;
  40. z-index: 1;
  41. }
  42.  
  43. div.side div.spacer:nth-of-type(4)
  44. {
  45. background:url(%%SidebarImage%%) top center no-repeat;
  46. padding: 450px 0 0;
  47. margin-top: 20px;
  48. margin-bottom: 20px;
  49. }
  50.  
  51. body, .side, .titlebox form.toggle, .leavemoderator, .icon-menu a, .side .spacer
  52. {
  53. background:url(%%background%%);
  54. }
  55.  
  56. .morelink .nub
  57. {
  58. display: none;
  59. }
  60.  
  61. .morelink
  62. {
  63. transition: .6s;
  64. }
  65.  
  66. a[href$="#s"] {
  67. background-color: black;
  68. color: transparent;
  69. margin: 0 3px;
  70. cursor: default;
  71. }
  72.  
  73. a[href$="#s"]:hover {
  74. background-color: transparent;
  75. color: #A00000;
  76. }
  77.  
  78. .titlebox .word {
  79. display: none
  80. }
  81. .titlebox .number:after {
  82. content: " Bunnies";
  83. }
  84. .titlebox .users-online span.number:after {
  85. content: " dressed up now";
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement