You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

76 lines
1.5 KiB

  1. /**
  2. * Dashboard General
  3. *
  4. * .howto remove italic property
  5. * remove italic from p.help, p.description, span.description, .form-wrap p
  6. * Enlarge font size of dashboard gadgets "configure" link
  7. */
  8. .howto { font-style: normal; }
  9. p.help, p.description, span.description, .form-wrap p { font-style: normal !important; }
  10. .hndle a { font-size: 12px; }
  11. /**
  12. * Tables
  13. *
  14. * Remove italic property from tablenav
  15. */
  16. .tablenav .displaying-num { font-style: normal; }
  17. /**
  18. * update-core page
  19. *
  20. * Enlarge font size, set font-size: normal
  21. */
  22. form.upgrade .hint { font-style: normal; font-size: 100%; }
  23. /**
  24. * Advanced editor form
  25. *
  26. * More beautiful font-family for screen tagline "Just write."
  27. * Enlarge font-size for fullscreen mode texts
  28. */
  29. #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; }
  30. #wp-fullscreen-modes a { font-size: 12px; }
  31. /**
  32. * Forms
  33. *
  34. * Form placeholder font-style change
  35. */
  36. .js .input-with-default-title { font-style: normal; }
  37. /**
  38. * Menu editor
  39. *
  40. * Link to original font-style change
  41. */
  42. .link-to-original { font-style: normal; }
  43. /**
  44. * Media
  45. *
  46. * Enlarge font-size of sorting text
  47. */
  48. #sort-buttons { font-size: 1em !important; }
  49. /**
  50. * Inline Editing
  51. *
  52. * font-style change
  53. */
  54. .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { font-style: normal; }
  55. /**
  56. * Settings > General
  57. *
  58. * local time and UTC time font-style
  59. */
  60. #utc-time, #local-time { font-style: normal; }
  61. /**
  62. * plugin-install
  63. *
  64. * font-style fix
  65. */
  66. p.install-help { font-style: normal; }