protect-dashboard-widget-rtl.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /* Do not modify this file directly. It is concatenated from individual module CSS files. */
  2. /* loads inline on wp-admin in order to reduce http requests */
  3. #protect_dashboard_widget .inside {
  4. margin: 0;
  5. padding: 0;
  6. text-align: center;
  7. }
  8. .jetpack-security * {
  9. box-sizing: border-box;
  10. }
  11. /* alert msgs */
  12. #protect_dashboard_widget .msg {
  13. color: #fff;
  14. text-align: center;
  15. padding: 10px;
  16. }
  17. #protect_dashboard_widget .msg.working {
  18. background: #7BAC48;
  19. }
  20. #protect_dashboard_widget .msg.attn {
  21. background: #d94f4f;
  22. }
  23. #protect_dashboard_widget .msg a {
  24. color: #fff;
  25. text-decoration: underline;
  26. }
  27. #protect_dashboard_widget .msg a:hover {
  28. text-decoration: none;
  29. }
  30. #protect_dashboard_widget .msg .dashicons {
  31. float: left;
  32. text-decoration: none;
  33. border-radius: 2px;
  34. }
  35. #protect_dashboard_widget .msg.working .dashicons {
  36. color: #609643;
  37. }
  38. #protect_dashboard_widget .msg.working .dashicons:hover {
  39. background: #609643;
  40. color: #7BAC48;
  41. }
  42. #protect_dashboard_widget .msg.attn .dashicons {
  43. color: #a93838;
  44. }
  45. #protect_dashboard_widget .msg.attn .dashicons:hover {
  46. background: #a93838;
  47. color: #d94f4f;
  48. }
  49. .blocked-attacks,
  50. .file-scanning {
  51. position: relative;
  52. }
  53. .blocked-attacks {
  54. background: #fafafa;
  55. border-bottom: 1px #eee solid;
  56. padding-bottom: 35px;
  57. }
  58. .jetpack-security-sharing {
  59. width: 60px;
  60. display: inline-block;
  61. position: absolute;
  62. left: 0;
  63. top: 10px;
  64. }
  65. .jetpack-security-sharing a {
  66. color: #dcdcdc;
  67. }
  68. .jetpack-security-sharing a:hover {
  69. color: #cdcbcb;
  70. }
  71. .blocked-attacks h2,
  72. .blocked-attacks h3 {
  73. color: #7BAC48;
  74. font-weight: 300;
  75. }
  76. .blocked-attacks h2 {
  77. font-size: 4em;
  78. line-height: 110%;
  79. margin: 0;
  80. padding: 10px 12px 10px 12px;
  81. }
  82. .blocked-attacks h3 {
  83. font-size: 1.1em;
  84. line-height: 110%;
  85. padding: 0 12px 10px 12px;
  86. margin: 0;
  87. }
  88. .jetpack-protect-logo {
  89. width: 50px;
  90. position: relative;
  91. }
  92. .file-scanning {
  93. margin-top: -30px;
  94. padding: 0 12px;
  95. }