You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:root{--good:#339966;--none:var(--good);--minor:#DBAB09;--major:#E25D10;--critical:#DC3545;--maintenance:#0366D6;--loading:#4F93BD;--unavailable:var(--loading);--error:#646464;--font:#646464}*{margin:0;padding:0}body{font-family:arial}.component-height,statuspage-component{height:20vh}.full-status-height,.fullScreen,.statuspage-status:has(.fullScreen),:has(.fullScreen),[fullScreen]{height:100vh}.psa-full-status-height{height:calc(100vh-1.15em+.275em)}.statuspage-status,statuspage-component,statuspage-status{width:100vw;text-align:center;font-size:48pt;vertical-align:middle;display:table-cell}.min[data-status]::before,.statuspage-status[data-status]::before,statuspage-status[data-status]::before{content:attr(data-status);text-transform:uppercase;font-weight:700;color:#fff}statuspage-component[data-message]::before{content:attr(data-message);font-weight:700;color:#fff}.statuspage-status[data-status=good]::before,.statuspage-status[data-status=none]::before,statuspage-status[data-status=good]::before,statuspage-status[data-status=none]::before{content:"good"}.status-height,.statuspage-status:not(.fullScreen),statuspage-status{height:240px}@mediaonly screen and (max-height:400px){.status-height,.statuspage-status:not(.fullScreen),statuspage-status{height:45vh}}@mediaonly screen and (max-width:320px) and (max-height:320px){.status-height,.statuspage-status:not(.fullScreen),statuspage-status{height:100vh}}@mediaonly screen and (min-width:2048px) and (min-height:1080px){.status-height,.statuspage-status:not(.fullScreen),statuspage-status{height:30vh}.status-width,.statuspage-status,statuspage-status{font-size:12em}}@mediaonly screen and (min-width:2100px) and (min-height:1100px){.status-height,.statuspage-status:not(.fullScreen),statuspage-status{height:40vh}.status-width,.statuspage-status,statuspage-status{font-size:16em}}@mediaonly screen and (min-width:3000px) and (min-height:2000px){.status-height,.statuspage-status:not(.fullScreen),statuspage-status{height:40vh}.status-width,.statuspage-status,statuspage-status{font-size:16em}}.messages-empty{padding:3vh7.5vw0;color:var(--font)}.messages-empty-all-good::before{content:"All good."}.messages-empty-all-good{font-size:36pt;font-weight:600;margin-bottom:2.5vh}.messages-empty-body{font-size:9pt;font-weight:500}[data-message]::before{content:attr(data-message)}.min[data-status=good]::before,.min[data-status=none]::before{content:"good";text-transform:uppercase;background-color:var(--none)}.good,.min[data-background=good],.min[data-background=none],.none,[data-status=good],[data-status=none]{background-color:var(--none)}.min[data-background=minor],.minor,[data-status=minor]{background-color:var(--minor)}.major,.min[data-background=major],[data-status=major]{background-color:var(--major)}.critical,.min[data-background=critical],[data-status=critical]{background-color:var(--critical)}.maintenance,.min[data-background=maintenance],[data-status=maintenance]{background-color:var(--maintenance)}.loading,.min[data-background=loading],.min[data-background=unavailable],.unavailable,[data-status=loading],[data-status=unavailable]{background-color:var(--loading)}.error,.min[data-background=error],[data-status=error]{background-color:var(--error)}@mediaonly screen and (min-width:351px) and (max-width:450px){.maintenance,[data-status=maintenance]{font-size:36pt;font-weight:500}}@mediaonly screen and (min-width:251px) and (max-width:350px){.maintenance,[data-status=maintenance]{font-size:30pt;font-weight:500}}@mediaonly screen and (min-width:151px) and (max-width:250px){.maintenance,[data-status=maintenance]{font-size:20pt;font-weight:500}}
89
+
:root{--good:#339966;--none:var(--good);--minor:#DBAB09;--major:#E25D10;--critical:#DC3545;--maintenance:#0366D6;--loading:#4F93BD;--unavailable:var(--loading);--error:#646464;--font:var(--error);--incident-good:var(--good);--incident-none:'#000000';--incident-minor:'#F1C40F';--incident-major:'#FF9900';--incident-critical:'#990000';--incident-maintenance:var(--maintenance);--incident-error:var(--error);--good-text:"good";--none-text:var(--good-text);--minor-text:"minor";--major-text:"major";--critical-text:"critical";--maintenance-text:"maintenance";--loading-text:"loading";--unavailable-text:"unavailable";--error-text:"error"}body{margin:0;padding:0;font-family:arial}.fullScreen,.statuspage-status:has(.fullScreen),:has(.fullScreen),[fullScreen]{height:100vh}.statuspage-status:not(.fullScreen),statuspage-status{height:240px}.statuspage-status,statuspage-status{width:100vw;text-align:center;justify-content:center;align-items:center;display:block;display:flex;font-size:48pt}.statuspage-status[data-status]::before,statuspage-status[data-status]::before{content:attr(data-status);text-transform:uppercase;font-weight:700;color:#fff}.statuspage-status[data-status=good]::before,.statuspage-status[data-status=none]::before,statuspage-status[data-status=good]::before,statuspage-status[data-status=none]::before{content:var(--good-text)}@mediaonly screen and (min-width:2048px) and (min-height:1080px){.statuspage-status,statuspage-status{font-size:12em}}@mediaonly screen and (min-width:2100px) and (min-height:1100px){.statuspage-status,statuspage-status{font-size:16em}}@mediaonly screen and (min-width:3000px) and (min-height:2000px){.statuspage-status,statuspage-status{font-size:16em}}[data-status=good],[data-status=none]{background-color:var(--none)}[data-status=minor]{background-color:var(--minor)}[data-status=major]{background-color:var(--major)}[data-status=critical]{background-color:var(--critical)}[data-status=maintenance]{background-color:var(--maintenance);font-weight:500}[data-status=loading],[data-status=unavailable]{background-color:var(--loading)}[data-status=error]{background-color:var(--error)}@mediaonly screen and (min-width:351px) and (max-width:450px){[data-status=maintenance]{font-size:36pt}}@mediaonly screen and (min-width:251px) and (max-width:350px){[data-status=maintenance]{font-size:30pt}}@mediaonly screen and (min-width:151px) and (max-width:250px){[data-status=maintenance]{font-size:20pt}}
54
90
</style>
55
91
56
92
<title>(Unofficial) Cloudflare Status - AMP</title>
:root{--good:#339966;--none:var(--good);--minor:#DBAB09;--major:#E25D10;--critical:#DC3545;--maintenance:#0366D6;--loading:#4F93BD;--unavailable:var(--loading);--error:#646464;--font:var(--error);--good-text:"good";--none-text:var(--good-text);--minor-text:"minor";--major-text:"major";--critical-text:"critical";--maintenance-text:"maintenance";--loading-text:"loading";--unavailable-text:"unavailable";--error-text:"error"}*{margin:0;padding:0}body{font-family:arial}statuspage-error,statuspage-loading{height:100vh;width:100vw;text-align:center;justify-content:center;align-items:center;display:block;display:flex;font-size:48pt}statuspage-error::before,statuspage-loading::before{content:attr(data-status);text-transform:uppercase;font-weight:700;color:#fff}statuspage-loading::before{content:var(--loading-text)}statuspage-error::before{content:var(--error-text)}@mediaonly screen and (min-width:2048px) and (min-height:1080px){statuspage-error,statuspage-loading{font-size:12em}}@mediaonly screen and (((min-width:2100px) and (min-height:1100px)) or ((min-width:3000px) and (min-height:2000px))){statuspage-error,statuspage-loading{font-size:16em}}statuspage-loading{background-color:var(--loading)}statuspage-error{background-color:var(--error)}
0 commit comments