Mercurial > prosody-modules
comparison mod_http_oauth2/html/style.css @ 5495:7998b49d6512
mod_http_oauth2: Create proper template for OOB code delivery
This also improves security by reusing the security and cache headers,
where mod_http_errors/http-message doesn't add such headers.
Colors selected by taking rotating the error colors, rrggbb -> ggbbrr
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 31 May 2023 03:44:04 +0200 |
| parents | 7acf73d2ebb5 |
| children | f5931ce9b6ca |
comparison
equal
deleted
inserted
replaced
| 5494:1bcf755c7bae | 5495:7998b49d6512 |
|---|---|
| 23 { | 23 { |
| 24 margin: 0.75em; | 24 margin: 0.75em; |
| 25 background-color: #f8d7da; | 25 background-color: #f8d7da; |
| 26 color: #842029; | 26 color: #842029; |
| 27 border: solid 1px #f5c2c7; | 27 border: solid 1px #f5c2c7; |
| 28 } | |
| 29 | |
| 30 .oob | |
| 31 { | |
| 32 background-color: #d7daf8; | |
| 33 border: solid 1px #c2c7f5; | |
| 34 color: #202984; | |
| 35 margin: 0.75em; | |
| 36 } | |
| 37 .oob tt { | |
| 38 font-size: xx-large; | |
| 39 font-family: monospace; | |
| 40 | |
| 28 } | 41 } |
| 29 | 42 |
| 30 input { | 43 input { |
| 31 margin: 0.3rem; | 44 margin: 0.3rem; |
| 32 padding: 0.2rem; | 45 padding: 0.2rem; |
| 69 | 82 |
| 70 .error { | 83 .error { |
| 71 color: #f8d7da; | 84 color: #f8d7da; |
| 72 background-color: #842029; | 85 background-color: #842029; |
| 73 } | 86 } |
| 87 .oob { | |
| 88 color: #d7daf8; | |
| 89 background-color: #202984; | |
| 90 } | |
| 74 | 91 |
| 75 | 92 |
| 76 :link | 93 :link |
| 77 { | 94 { |
| 78 color: #6197df; | 95 color: #6197df; |
