Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

77 Zeilen
1.5 KiB

  1. @import url('https://fonts.googleapis.com/css?family=Noto+Sans+HK|Noto+Sans+SC&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
  3. html,
  4. body,
  5. #root,
  6. .app,
  7. .content {
  8. height: 100%;
  9. width: 100%;
  10. font-family: "Noto Sans HK", "Noto Sans SC";
  11. }
  12. .page-grey {
  13. filter: grayscale(100%);
  14. }
  15. /* Chrome, Safari, Edge, Opera */
  16. input::-webkit-outer-spin-button,
  17. input::-webkit-inner-spin-button {
  18. -webkit-appearance: none;
  19. margin: 0;
  20. }
  21. /* Firefox */
  22. input[type=number] {
  23. -moz-appearance: textfield;
  24. }
  25. /* body{
  26. padding-top: 53px;
  27. font-family: 微軟正黑體;
  28. } */
  29. /* main{
  30. padding-top: 43px;
  31. } */
  32. img
  33. {
  34. -webkit-transition: all 0.2s
  35. }
  36. /*Filter styles*/
  37. .saturate {-webkit-filter: saturate(3);}
  38. .grayscale {-webkit-filter: grayscale(100%) brightness(1.5);}
  39. .contrast {-webkit-filter: contrast(10%);}
  40. .brightness {-webkit-filter: brightness(1.2);}
  41. .blur {-webkit-filter: blur(3px);}
  42. .invert {-webkit-filter: invert(100%);}
  43. .sepia {-webkit-filter: sepia(100%);}
  44. .huerotate {-webkit-filter: hue-rotate(180deg);}
  45. .rss.opacity {-webkit-filter: opacity(50%);}
  46. img:hover{-webkit-filter:none;}
  47. a:link {
  48. color: #1890ff;
  49. background-color: transparent;
  50. text-decoration: none;
  51. }
  52. a:visited {
  53. color: #1890ff;
  54. background-color: transparent;
  55. text-decoration: none;
  56. }
  57. a:hover {
  58. color: #1890ff;
  59. background-color: transparent;
  60. text-decoration: none;
  61. }
  62. a:active {
  63. color: #1890ff;
  64. background-color: transparent;
  65. text-decoration: none;
  66. }
  67. /* iframe#webpack-dev-server-client-overlay{display:none!important} */