Cleanup style

This commit is contained in:
phil 2025-02-07 04:58:47 +01:00
parent a0b391b417
commit f7d2279d19

View file

@ -3,9 +3,9 @@ body {
background-color: floralwhite; background-color: floralwhite;
margin: 0; margin: 0;
font-family: system-ui; font-family: system-ui;
text-align: center;
} }
h1 { h1 {
text-align: center;
background-color: #f786867d; background-color: #f786867d;
margin: 0 0 0.2em 0; margin: 0 0 0.2em 0;
box-shadow: 0px 0.2em 0.2em #f786867d; box-shadow: 0px 0.2em 0.2em #f786867d;
@ -58,7 +58,6 @@ hr {
border: 2px solid darkkhaki; border: 2px solid darkkhaki;
padding: 3px 6px; padding: 3px 6px;
text-decoration: none; text-decoration: none;
text-align: center;
color: black; color: black;
} }
.user-info a.logout:hover { .user-info a.logout:hover {
@ -73,7 +72,6 @@ hr {
margin: 0; margin: 0;
} }
.debug-auth p { .debug-auth p {
text-align: center;
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
.debug-auth ul { .debug-auth ul {
@ -104,14 +102,17 @@ hr {
.hasResponseStatus.status-503 { .hasResponseStatus.status-503 {
background-color: #ffA88050; background-color: #ffA88050;
} }
.role, .scope { .role, .scope {
padding: 3px 6px; padding: 3px 6px;
border-radius: 6px;
margin: 3px; margin: 3px;
border-radius: 6px;
} }
.role { .role {
background-color: #44228840; background-color: #44228840;
} }
.scope { .scope {
background-color: #8888FF80; background-color: #8888FF80;
} }
@ -120,7 +121,6 @@ hr {
/* For home */ /* For home */
.login-box { .login-box {
text-align: center;
background-color: antiquewhite; background-color: antiquewhite;
margin: 0.5em auto; margin: 0.5em auto;
width: fit-content; width: fit-content;
@ -147,7 +147,6 @@ hr {
max-height: 2em; max-height: 2em;
} }
.providers .provider .link div { .providers .provider .link div {
text-align: center;
background-color: #f7c7867d; background-color: #f7c7867d;
border-radius: 8px; border-radius: 8px;
padding: 6px; padding: 6px;
@ -162,13 +161,11 @@ hr {
} }
.providers .error { .providers .error {
padding: 3px 6px; padding: 3px 6px;
text-align: center;
font-weight: bold; font-weight: bold;
flex: 1 1 auto; flex: 1 1 auto;
} }
.content .links-to-check { .content .links-to-check {
display: flex; display: flex;
text-align: center;
justify-content: center; justify-content: center;
gap: 0.5em; gap: 0.5em;
flex-flow: wrap; flex-flow: wrap;