diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-04-25 00:54:15 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-04-25 00:54:15 +0100 |
| commit | 45a18c0ecb364c42307641b4057ff5a814e69b2e (patch) | |
| tree | 3ede8191b4b2ddb55df393d5b70d02977f4d8ea4 /styles.css | |
Version control
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..d984996 --- /dev/null +++ b/styles.css @@ -0,0 +1,50 @@ +html, body { + font-family: sans-serif; + +} +table { + border-collapse: collapse; +} + +th, td { + text-align: left; + padding: 8px; + border: black 1px solid; +} + +th { + background-color: #f2f2f2; +} + +a { + color: #0000EE; +} + +a :visited{ + color: #0000EE; +} + +.status-banner { + background-color: #f2f2f2; + padding: 0 5px; + border: 1px solid #e7e7e7; +} + +.status-banner.good { + background-color: #aaffaa; + border: 1px solid #90ee90; +} + +.status-banner.bad { + background-color: #ffcccb; + border: 1px solid #ff6666; +} + +.container { + max-width: 800px; + margin: 0 auto; +} + +.control-list a { + text-decoration: none; +}
\ No newline at end of file |
