Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. div.sidebox.submit.submit-link a,
  2. div.sidebox.submit.submit-text a,
  3. div.sidebox.create div.morelink a
  4. {
  5. background-color: teal;
  6. color: white;
  7. font-family: monospace, mono, "Courier New", Courier;
  8. letter-spacing: 0.1em;
  9. }
  10.  
  11.  
  12. div.morelink div.nub {
  13. display: none;
  14. }
  15.  
  16. div.srdrop span.selected.title {
  17. color:white;
  18. font-size: 10px;
  19. font-weight: bold;
  20. }
  21.  
  22. #sr-header-area {
  23. background-color: crimson;
  24. }
  25. #sr-header-area .sr-list a {
  26. color: white;
  27. font-family: arial;
  28. font-size: 10px;
  29. font-weight: bold;
  30. }
  31. #sr-header-area { border-bottom: 1px dotted rgba(0,0,0,0.3); }
  32.  
  33. a#header-img {
  34. width: 35px !important;
  35. }
  36.  
  37. #header-bottom-left,
  38. #header-bottom-right
  39. {
  40. background-color: crimson;
  41. color: white;
  42. font-family: monospace, mono,"Courier New", Courier;
  43. }
  44. #header-bottom-left {
  45. font-size: 14px;
  46. padding-top: 25px;
  47. }
  48. #header-bottom-right,
  49. #header-bottom-right span,
  50. #header-bottom-right a
  51. {
  52. font-size: 12px;
  53. font-family: arial;
  54. font-weight: bold;
  55. color: white;
  56. }
  57.  
  58.  
  59. span.redditname a {
  60. font-size:21px;
  61. color: white;
  62. }
  63. span.redditname a:before{
  64. content: "{}";
  65. }
  66.  
  67. ul.tabmenu li a {
  68. background-color: tomato;
  69. color: white;
  70. }
  71.  
  72. div.thing {
  73. max-width: 1020px;
  74. margin: 5px 0px 5px 0px;
  75. padding: 7px 0px 7px 0px;
  76. background-color: #FAFAFA;
  77. border: 1px solid #aeaeae;
  78. }
  79.  
  80. div.thing.stickied {
  81. background-color: aliceblue;
  82. }
Add Comment
Please, Sign In to add comment