[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> site-health-rtl.css (source)

   1  /*! This file is auto-generated */
   2  /* Note: Any Site Health selectors that use
   3  duplicate styling from the Privacy settings screen
   4  are styled in the Privacy section of edit.css */
   5  
   6  .health-check-body h2 {
   7      line-height: 1.4;
   8  }
   9  
  10  .health-check-body h3 {
  11      padding: 0;
  12      font-weight: 400;
  13  }
  14  
  15  .site-health-progress-wrapper {
  16      margin-bottom: 1rem;
  17  }
  18  
  19  .site-health-progress {
  20      display: inline-block;
  21      height: 20px;
  22      width: 20px;
  23      margin: 0;
  24      border-radius: 100%;
  25      position: relative;
  26      font-weight: 600;
  27      font-size: 0.4rem;
  28  }
  29  
  30  .site-health-progress-count {
  31      position: absolute;
  32      display: block;
  33      height: 80px;
  34      width: 80px;
  35      right: 50%;
  36      top: 50%;
  37      margin-top: -40px;
  38      margin-right: -40px;
  39      border-radius: 100%;
  40      line-height: 6.3;
  41      font-size: 2em;
  42  }
  43  
  44  .loading .site-health-progress svg #bar {
  45      stroke-dashoffset: 0;
  46      stroke: #c3c4c7;
  47      animation: loadingPulse 3s infinite ease-in-out;
  48  }
  49  
  50  .site-health-progress svg circle {
  51      stroke-dashoffset: 0;
  52      transition: stroke-dashoffset 1s linear;
  53      stroke: #c3c4c7;
  54      stroke-width: 2em;
  55  }
  56  
  57  .site-health-progress svg #bar {
  58      stroke-dashoffset: 565;
  59      stroke: #d63638;
  60  }
  61  
  62  .green .site-health-progress #bar {
  63      stroke: #00a32a;
  64  }
  65  .green .site-health-progress .site-health-progress-label {
  66      color: #00a32a;
  67  }
  68  
  69  .orange .site-health-progress #bar {
  70      stroke: #dba617;
  71  }
  72  .orange .site-health-progress .site-health-progress-label {
  73      color: #dba617;
  74  }
  75  
  76  .site-health-progress-label {
  77      font-weight: 600;
  78      line-height: 20px;
  79      margin-right: 0.3rem;
  80  }
  81  
  82  @keyframes loadingPulse {
  83      0% {
  84          stroke: #c3c4c7;
  85      }
  86      50% {
  87          stroke: var(--wp-admin-theme-color);
  88      }
  89      100% {
  90          stroke: #c3c4c7;
  91      }
  92  }
  93  
  94  .health-check-tabs-wrapper {
  95      /* IE 11 */
  96      display: -ms-inline-grid;
  97      -ms-grid-columns: 1fr 1fr 1fr 1fr;
  98      vertical-align: top;
  99      /* modern browsers */
 100      display: inline-grid;
 101      grid-template-columns: 1fr 1fr 1fr 1fr;
 102  }
 103  
 104  .health-check-tabs-wrapper.tab-count-1 {
 105      grid-template-columns: 1fr;
 106  }
 107  .health-check-tabs-wrapper.tab-count-2 {
 108      grid-template-columns: 1fr 1fr;
 109  }
 110  .health-check-tabs-wrapper.tab-count-3 {
 111      grid-template-columns: 1fr 1fr 1fr;
 112  }
 113  
 114  .health-check-tab {
 115      display: block; /* IE 11 */
 116      text-decoration: none;
 117      color: inherit;
 118      padding: 0.5rem 1rem 1rem;
 119      margin: 0 1rem;
 120      transition: box-shadow 0.5s ease-in-out;
 121  }
 122  
 123  .health-check-offscreen-nav-wrapper {
 124      position: relative;
 125      background: transparent;
 126      border: none;
 127  }
 128  .health-check-offscreen-nav-wrapper:focus .health-check-offscreen-nav {
 129      right: initial;
 130  }
 131  
 132  .health-check-offscreen-nav {
 133      display: none;
 134      position: absolute;
 135      padding-top: 10px;
 136      left: 0;
 137      top: 100%;
 138      width: 13rem;
 139  }
 140  .health-check-offscreen-nav-wrapper.visible .health-check-offscreen-nav {
 141      display: inline-block;
 142  }
 143  .health-check-offscreen-nav:before {
 144      position: absolute;
 145      content: "";
 146      width: 0;
 147      height: 0;
 148      border-style: solid;
 149      border-width: 0 10px 5px;
 150      border-color: transparent transparent #ffffff;
 151      left: 20px;
 152      top: 5px;
 153  }
 154  
 155  .health-check-offscreen-nav .health-check-tab {
 156      background: #fff;
 157      box-shadow: 0 2px 5px 0 rgba( 0, 0, 0, 0.75 );
 158  }
 159  
 160  .health-check-offscreen-nav .health-check-tab.active {
 161      box-shadow: inset -3px 0 #3582c4;
 162      font-weight: 600;
 163  }
 164  
 165  .health-check-body {
 166      max-width: 800px;
 167      margin: 0 auto;
 168  }
 169  
 170  .widefat.health-check-table th {
 171      font-size: 13px;
 172  }
 173  
 174  .health-check-table td:first-child {
 175      width: 30%;
 176  }
 177  
 178  .health-check-table td {
 179      width: 70%;
 180  }
 181  
 182  .health-check-table ul,
 183  .health-check-table ol {
 184      margin: 0;
 185  }
 186  
 187  .health-check-body li {
 188      line-height: 1.5;
 189  }
 190  
 191  .health-check-body .pass::before,
 192  .health-check-body .good::before {
 193      content: "\f147";
 194      content: "\f147" / '';
 195      color: #00a32a;
 196  }
 197  
 198  .health-check-body .warning::before {
 199      content: "\f460";
 200      content: "\f460" / '';
 201      color: #dba617;
 202  }
 203  
 204  .health-check-body .info::before {
 205      content: "\f348";
 206      content: "\f348" / '';
 207      color: #72aee6;
 208  }
 209  
 210  .health-check-body .fail::before,
 211  .health-check-body .error::before {
 212      content: "\f335";
 213      content: "\f335" / '';
 214      color: #d63638;
 215  }
 216  
 217  .site-health-copy-buttons {
 218      margin: 1rem 0;
 219  }
 220  
 221  .site-health-copy-buttons .copy-button-wrapper {
 222      display: inline-flex;
 223      align-items: center;
 224      margin: 0.5rem 0 1rem;
 225  }
 226  
 227  .site-health-copy-buttons .success {
 228      color: #007017;
 229      margin-right: 0.5rem;
 230  }
 231  
 232  .site-status-has-issues.hide {
 233      display: none;
 234  }
 235  
 236  .site-health-view-more {
 237      text-align: center;
 238  }
 239  
 240  .site-health-issues-wrapper:first-of-type {
 241      margin-top: 3rem;
 242  }
 243  
 244  .site-health-issues-wrapper {
 245      margin-bottom: 3rem;
 246      margin-top: 2rem;
 247  }
 248  
 249  .site-status-all-clear {
 250      display: flex;
 251      flex-direction: column;
 252      align-items: center;
 253      justify-content: center;
 254      text-align: center;
 255      height: 100%;
 256      width: 100%;
 257      margin: 0 0 3rem;
 258  }
 259  
 260  @media all and (min-width: 784px) {
 261      .site-status-all-clear {
 262          margin: 2rem 0 5rem;
 263      }
 264  }
 265  
 266  .site-status-all-clear.hide {
 267      display: none;
 268  }
 269  
 270  .site-status-all-clear .dashicons {
 271      font-size: 150px;
 272      height: 150px;
 273      margin-bottom: 2rem;
 274      width: 150px;
 275  }
 276  
 277  .site-status-all-clear .encouragement {
 278      font-size: 1.5rem;
 279      font-weight: 600;
 280  }
 281  
 282  .site-status-all-clear p {
 283      margin: 0;
 284  }
 285  
 286  .wp-core-ui .button.site-health-view-passed {
 287      position: relative;
 288      padding-left: 40px;
 289      padding-right: 20px;
 290  }
 291  
 292  .health-check-wp-paths-sizes.spinner {
 293      visibility: visible;
 294      float: none;
 295      margin: 0 4px;
 296      flex-shrink: 0;
 297  }
 298  
 299  /* Styling unique to the dashboard widget. */
 300  #dashboard_site_health .site-health-details {
 301      padding-right: 16px;
 302  }
 303  
 304  #dashboard_site_health .site-health-details p:first-child {
 305      margin-top: 0;
 306  }
 307  
 308  #dashboard_site_health .site-health-details p:last-child {
 309      margin-bottom: 0;
 310  }
 311  
 312  #dashboard_site_health .health-check-widget {
 313      display: grid;
 314      grid-template-columns: 1fr 2fr;
 315      grid-auto-rows: minmax(64px, auto);
 316      column-gap: 16px;
 317      align-items: center;
 318  }
 319  #dashboard_site_health .site-health-progress-label {
 320      margin-right: 0;
 321  }
 322  
 323  .health-check-widget-title-section {
 324      margin-bottom: 0;
 325      text-align: center;
 326  }
 327  
 328  @media screen and (max-width: 480px) {
 329      #dashboard_site_health .health-check-widget {
 330          grid-template-columns: 100%;
 331      }
 332  }
 333  
 334  @media screen and (max-width: 782px) {
 335  
 336      .site-health-issues-wrapper .health-check-accordion-trigger {
 337          flex-direction: column;
 338          align-items: flex-start;
 339      }
 340  
 341      .health-check-accordion-trigger .badge {
 342          margin: 1em 0 0;
 343      }
 344  
 345      .health-check-table {
 346          table-layout: fixed;
 347      }
 348  
 349      .health-check-table th,
 350      .health-check-table td {
 351          box-sizing: border-box;
 352          display: block;
 353          width: 100%;
 354          word-wrap: break-word;
 355      }
 356  
 357      .widefat.health-check-table th,
 358      .health-check-table td:first-child {
 359          width: 100%;
 360          padding-bottom: 0;
 361          font-weight: 600;
 362      }
 363  
 364      .wp-core-ui .site-health-copy-buttons .copy-button {
 365          margin-bottom: 0;
 366      }
 367  }
 368  


Generated : Wed Apr 15 08:20:10 2026 Cross-referenced by PHPXref