Advertisement
Guest User

asdf

a guest
May 5th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. @-moz-document domain("chatbored.com") {
  2. body,
  3. html {
  4. margin: 0 auto;
  5. padding: 0;
  6. overflow: auto;
  7. color: #000;
  8. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#AFB7FA);
  9. background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #222), color-stop(1, #222222)) fixed !important;
  10. background: -moz-linear-gradient(center top, #222 20%, #222222 100%) fixed;
  11. background: -o-linear-gradient(#FFF 20%, #AFB7FA 100%) fixed;
  12. }
  13. user agent stylesheetbody {
  14. display: block;
  15. margin: 8px;
  16. }
  17. Inherited from html html {
  18. font-family: arial, sans-serif, georgia;
  19. color: #000;
  20. }
  21. #ib {
  22. top: 0px !important;
  23. bottom: 0px;
  24. left: 5px;
  25. right: 5px;
  26. min-width: 415px;
  27. -webkit-box-shadow: inset 0px 0px 12px #666;
  28. -moz-box-shadow: inset 0px 0px 12px #666;
  29. box-shadow: inset 0px 0px 0px #666;
  30. }
  31. #ib, #i, .cl, #j, .as {
  32. -moz-border-radius: 0px;
  33. -webkit-border-radius 0px;
  34. border-radius: 0px;
  35. }
  36. .as {
  37. -moz-border-radius: 15px;
  38. -webkit-border-radius: 15px;
  39. border-radius: 0px;
  40. border: 0px solid #000000 !important;
  41. }
  42. .ah {
  43. bottom: 5px;
  44. height: 94px;
  45. border-top: 0px solid #000 !important;
  46. }
  47. .ag {
  48. right: 120px;
  49. height: 80px;
  50. border-right: 0px solid #000;
  51. }
  52. #if, .as {
  53. bottom: 100px;
  54. }
  55. #if {
  56. top: 5px;
  57. overflow-x: hidden;
  58. }
  59. #ib, #if, .ag {
  60. left: 0px;
  61. }
  62.  
  63. #ib, #if {
  64. right: 0px;
  65. }
  66. #ib, #i, .cl, #j, .as {
  67. -moz-border-radius: 15px;
  68. -webkit-border-radius: 15px;
  69. border-radius: 0px;
  70. border: 0px solid #000000 !important;
  71. }
  72. .as, .bj {
  73. box-shadow: 0px 0px 0px #999;
  74. -webkit-box-shadow: 0px 0px 0px #999 !important;
  75. }
  76. .at, .ce, .bc, .bf, .bd {
  77. border: 0px solid #999;
  78. }
  79. input, textarea, select {
  80. font-family: inherit;
  81. font-weight: inherit;
  82. font-size: 100%;
  83. color: black;
  84. }
  85. .bc, .bf, .bd, #it, #jr {
  86. -moz-box-shadow: inset 0 0 0px #CCC;
  87. -webkit-box-shadow: inset 0 0 0px #CCC;
  88. box-shadow: inset 0 0 0px #CCC;
  89. }
  90. .as {
  91. right: 50px;
  92. padding: 15px;
  93. width: 290px;
  94. height: 140px;
  95. background: -moz-linear-gradient(center top,#555 50%,#555 100%);
  96. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#EEEEEE);
  97. background: -webkit-gradient(linear,left top,left bottom,color-stop(0.5,#555),color-stop(1,#555));
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement