Advertisement
Guest User

lain css

a guest
Mar 5th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain(lainchan.org){
  3.  
  4. *::-moz-selection{background:#000;color:#000;}
  5. *::selection{background:#000;color:#000;}
  6.  
  7.  
  8. .boardlist{
  9. border:0 !important;
  10. background:#000 !important;
  11. }
  12.  
  13. body{
  14. background:#000 !important;
  15. color: #d2738a !important;
  16. font-family: freemono;
  17. }
  18. h1{
  19. color:#d2738a; !important;
  20. outline:0 !important;
  21. }
  22. span{
  23. color:#d2738a !important;
  24. outline:0 !important;
  25. }
  26. }
  27. a{
  28. color:#d2738a; !important;
  29. outline:0 !important;
  30. }
  31. a:hover{
  32. text-shadow:none !important;
  33. color:#c1b492; !important;
  34. }
  35. .post, .reply{
  36. background:#000 !important;
  37. border-radius:0 !important;
  38. border:0 !important;
  39. margin:2px 0 !important;
  40. }
  41. input{
  42. border-radius:0 !important;
  43. outline:0 !important;
  44. border:0 !important;
  45. }
  46. input[type="submit"]:hover{
  47. background:#000 !important;
  48. color:#d2738a!important;
  49. }
  50. span.quote{
  51. color:#d2738a !important;
  52. }
  53. span.subject{
  54. color: #d2738a !important;
  55. }
  56. .bar, .bottom{
  57. border:0 !important;
  58. }
  59. .bottom a{
  60. padding:1px 0 !important;
  61. }
  62. select{
  63. border:0 !important;
  64. padding:1px 0 !important;
  65. background:#000 !important;
  66. }
  67. p.intro{
  68. padding:5px 0;
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement