diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-12 14:50:15 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-12 14:50:15 +0500 |
| commit | 008abff7be3e9810fb3693bf8f33635d9524b5c2 (patch) | |
| tree | c9d9456bfcc18aefb2eeacd8581d0f3b00e3baf4 /static/style.css | |
| parent | 853d253a7dc0c7de6438310cd94a7ece2da9397c (diff) | |
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 38 |
1 files changed, 30 insertions, 8 deletions
diff --git a/static/style.css b/static/style.css index 74332eb..6070bdb 100644 --- a/static/style.css +++ b/static/style.css @@ -40,26 +40,48 @@ p img { vertical-align: bottom; } -.status { +/** HEADER */ +header .links { display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + flex-direction: row; + + border-top: dashed 2px black; + border-bottom: dashed 2px black; + margin: 4px 0; + + font-size: 18px; } -.main-links { +.links .crosspage-links { display: flex; flex-direction: row; - justify-content: space-around; + flex-grow: 1; +} + +.crosspage-links a { + padding: 4px 8px; +} + +.external-links a:hover { + background: unset; + color: black; } -.main-links img { +.external-links img { vertical-align: middle; + height: 24px; +} + +.status { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .rain { width: 100%; - min-height: 10%; + min-height: 96px; background-image: url('/static/img/rain.gif'); background-repeat: repeat; |
