diff options
author | Minteck <contact@minteck.org> | 2022-03-27 21:29:24 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-27 21:29:24 +0200 |
commit | 226516aca48e97d3dc4e4df213bc2023e64b1afd (patch) | |
tree | 60fb4f24b75b120e7e5b0e149069b16367c48aa0 /css/frame-home.css | |
download | argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.gz argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.tar.bz2 argon-226516aca48e97d3dc4e4df213bc2023e64b1afd.zip |
Initial commit
Diffstat (limited to 'css/frame-home.css')
-rw-r--r-- | css/frame-home.css | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/css/frame-home.css b/css/frame-home.css new file mode 100644 index 0000000..82f171a --- /dev/null +++ b/css/frame-home.css @@ -0,0 +1,51 @@ +#frame-home-intro { + margin-top: 40px; + text-align: center; + padding: 0 10px; +} + +#frame-home-logo { + width: 128px; +} + +#frame-home-welcome { + font-size: 30px; +} + +#frame-home-tagline { + font-size: 18px; +} + +#frame-home-button { + margin-top: 10px; + background: #002e47; + color: white; + border: 1px solid rgba(0, 0, 0, .25); + border-radius: 5px; + padding: 5px 10px; +} + +#frame-home-button:hover { + background: #0e4665; +} + +#frame-home-button:active, #frame-home-button:focus { + background: #1f648b; +} + +#frame-home-links { + font-size: 12px; + margin-top: 10px; + opacity: .5; +} + +.frame-home-link { + color: #0e4665; + cursor: pointer; + text-decoration: underline; + text-decoration-color: transparent; +} + +.frame-home-link:hover { + text-decoration-color: inherit; +}
\ No newline at end of file |