Guest User

Untitled

a guest
Jun 19th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. /* Code made by redditMEred */
  2. /* The Header thingy */
  3. #header-bottom-left {
  4. height: 105px;
  5. background-image: url(%%newheader%%);
  6. box-shadow: 0px -0px 20px #514310;
  7. }
  8. #header {
  9. border-bottom: 1px solid #514310;
  10. position: relative;
  11. background-color: #dad4c3;
  12. z-index: 99
  13. }
  14. span.hover.pagename.redditname a { visibility: hidden }
  15. /* Tabs */
  16. .tabmenu {
  17. list-style-type: none;
  18. white-space: nowrap;
  19. position: relative;
  20. display: inline-block;
  21. bottom: 15px;
  22. vertical-align: middle;
  23. font-size: 10px
  24. }
  25. .tabmenu li a {
  26. color: #705a37;
  27. padding: 2px 6px 0 6px;
  28. background-color: transparent
  29. }
  30. .tabmenu li.selected a {
  31. color: #bcbcbc;
  32. background-color: transparent;
  33. border: 0;
  34. z-index: 100
  35. }
  36. .tabmenu li a:hover {
  37. color: #d9cca3;
  38. padding: 2px 6px 0 6px;
  39. background-color: transparent
  40. }
  41. /* Main Body */
  42. body {
  43. font: normal x-small verdana, arial, helvetica, sans-serif;
  44. background-color: #eee;
  45. box-shadow: 1px 0px 1px #000;
  46. z-index: 999
  47. }
  48. /* Sidebar */
  49. .side {
  50. float: right;
  51. background-color: #eee;
  52. border: 1px solid #e3e3e3;
  53. box-shadow: -1px 0 1px #fff;
  54. padding: 0 10px 0 5px;
  55. margin: 0px 0 0 5px;
  56. width: 296px
  57. }
  58. .titlebox form.toggle {
  59. margin: 0;
  60. padding: 5px 0px;
  61. font-size: smaller;
  62. color: gray;
  63. background: #eeeeee none no-repeat scroll center left
  64. }
  65. #adlink {
  66. background-color: #ebebeb;
  67. width: 100%;
  68. text-align: center;
  69. font: normal small verdana, arial, sans-serif
  70. }
  71. /* Submit A Link */
  72. .morelink .nub {
  73. position: absolute;
  74. top: -1px;
  75. right: -1px;
  76. height: 31px;
  77. width: 24px;
  78. background: #eee none no-repeat scroll center left;
  79. background-position: -76px -430px;
  80. background-repeat: no-repeat
  81. }
  82. .sidebox .spacer {
  83. position: relative;
  84. margin-top: 10px;
  85. padding: 5px 0 0 44px;
  86. min-height: 41px;
  87. background: #ebebeb none no-repeat scroll top left
  88. }
  89.  
  90. .redditSingleClick {
  91. color: #8c8c8c;
  92. font-weight: 300;
  93. text-shadow: 0px 1px 1px #fff;
  94. cursor: pointer;
  95. padding: 0 1px
  96. }
  97. /* Admin Box Links */
  98. .icon-menu a {
  99. background: #ebebeb none no-repeat scroll center left
  100. }
  101. /* SIDE THINGY*/
  102. .side {
  103. padding-top: 250px;
  104. background-image: url(%%apppppp%%);
  105. background-repeat: no-repeat;
  106. background-position: 1px 5px;
  107. }
  108. /*MEMBERS*/
  109. .titlebox .word {
  110. display: none
  111. }
  112. .titlebox .number:after {
  113. content: " Members"
  114. }
Add Comment
Please, Sign In to add comment