diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-24 23:13:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-24 23:13:11 +0100 |
commit | 4c9fdd6fa72cc77214292b5c435074d8bc4005e6 (patch) | |
tree | c984d00f04cdeb2303d7d36ea813c4e6b79db9db /ishtar_common/static/media/styles.css | |
parent | a1c527975f9be70e5d3807f072a05a52c35b7c8e (diff) | |
download | Ishtar-4c9fdd6fa72cc77214292b5c435074d8bc4005e6.tar.bz2 Ishtar-4c9fdd6fa72cc77214292b5c435074d8bc4005e6.zip |
UI: work on sheets
Diffstat (limited to 'ishtar_common/static/media/styles.css')
-rw-r--r-- | ishtar_common/static/media/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 3a9f7e2de..ee41e0335 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -82,6 +82,19 @@ div#foot{ font-size: 0.9em; } +.sheet h4, .sheet h3{ + text-align: center; + text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.70); +} + +.sheet h4{ + text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.45); +} + +.sheet .card{ + margin-bottom: 1em; +} + /* à adapter */ #message, #message div{ |