m.newsmth.net BW

black white style for m.newsmth.net

  1. /* ==UserStyle==
  2. @name m.newsmth.net BW
  3. @namespace github.com/openstyles/stylus
  4. @description black white style for m.newsmth.net
  5. @version 1.0.0
  6. @license unlicense
  7. ==/UserStyle== */
  8.  
  9. @-moz-document domain("m.newsmth.net") {
  10.  
  11. li div span a {
  12. color: #999;
  13. font-size: 60%;
  14. padding: 0 0 0 8px;
  15. }
  16. .f,
  17. .hla,
  18. .sp {
  19. background-color: #fff !important;
  20. color: #333;
  21. }
  22. .hl {
  23. width: 400px;
  24. background-color: #eee !important;
  25. }
  26. .sec {
  27. border: none;
  28. }
  29. ul.list.sec {
  30. border-top: 3px solid #040;
  31. border-bottom: 3px solid #040;
  32. }
  33. .menu {
  34. background-color: #fff !important;
  35. color: #333 !important;
  36. }
  37. .menu a,
  38. a {
  39. color: #053 !important;
  40. }
  41. a.top {
  42. color: #c00 !important;
  43. }
  44. .list li {
  45. border-top: none;
  46. padding: 1px;
  47. padding-left: 5px;
  48. }
  49. #m_main div.sec.sp:nth-last-child(2),
  50. span.f,
  51. .f+br,
  52. .logo.sp {
  53. display: none;
  54. }
  55. input.btn {
  56. padding-left: 10px;
  57. padding-right: 10px;
  58. }
  59. #wraper {
  60. margin-top: 78px;
  61. margin-bottom: 80px;
  62. background-color: #fff !important;
  63. }
  64. .sec.nav:nth-child(1),
  65. .sec.nav:nth-child(2),
  66. .list.sec + .sec.nav,
  67. .sec.sp:nth-last-child(1),
  68. .menu.nav,
  69. .menu.sp {
  70. position: fixed;
  71. background-color: #eee !important;
  72. overflow: hidden;
  73. white-space: nowrap;
  74. height: 24px;
  75. }
  76. .menu.sp {
  77. width: 100%;
  78. top: 0px;
  79. }
  80. .sec.nav:nth-child(1) {
  81. width: 100%;
  82. top: 24px;
  83. }
  84. .sec.nav:nth-child(2) {
  85. width: 100%;
  86. top: 48px;
  87. }
  88. .list.sec + .sec.nav {
  89. width: 100%;
  90. bottom: 50px;
  91. border-top: solid 1px #999;
  92. }
  93. .menu.nav {
  94. width: 100%;
  95. bottom: 26px;
  96. }
  97. .sec.sp:nth-last-child(1) {
  98. width: 100%;
  99. bottom: 0px;
  100. border: none;
  101. }
  102. div iframe, div[id^='_'] {
  103. display: none !important;
  104. }
  105.  
  106. }