X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=blobdiff_plain;f=heroik.css;h=e9eea8c4aa660af16d1d4ec9c193b1a8aa63e606;hp=55ab0feb6115e7344d4fe432e200e622dbe63c6d;hb=a13d09af4068549741b20061ce52d6ad24171d7c;hpb=d586680bd54532614137f9efd0240294b73b3fb5 diff --git a/heroik.css b/heroik.css index 55ab0fe..e9eea8c 100644 --- a/heroik.css +++ b/heroik.css @@ -359,9 +359,11 @@ table { } .button.big { - display: block; - width: 80%; - margin: 1em auto; + display: inline-block; + width: 35%; + padding-top: 1em; + padding-bottom: 1em; + margin: 0.5em 0.5em; } .card1 { @@ -432,31 +434,32 @@ table { position: absolute; color: white; text-align: center; - width: 76%; - border: solid white 0.06em; + width: 77%; + border: solid white 0.1em; border-radius: 0.4em; line-height: 1.6em; - height: 4.75%; - font-size: 0.8em; + height: 5.5%; + font-size: 0.85em; font-weight: bold; - left: 12%; - right: 12%; - top: 3.65%; - text-shadow: 0 0 0.333em black; + left: 11.5%; + right: 11.5%; + top: 3.5%; + box-sizing: border-box; + text-shadow: 0 0 0.5em black; } .card .type { color: black; letter-spacing: 0.05em; font-weight: bold; - text-shadow: -0.0354em -0.0354em white, - 0.0354em -0.0354em white, - -0.0354em 0.0354em white, - 0.0354em 0.0354em white, - 0.05em 0 white, - -0.05em 0 white, - 0 0.05em white, - 0 -0.05em white; + text-shadow: -0.0707em -0.0707em rgba(255, 255, 255, 0.7), + 0.0707em -0.0707em rgba(255, 255, 255, 0.7), + -0.0707em 0.0707em rgba(255, 255, 255, 0.7), + 0.0707em 0.0707em rgba(255, 255, 255, 0.7), + 0.1em 0 rgba(255, 255, 255, 0.7), + -0.1em 0 rgba(255, 255, 255, 0.7), + 0 0.1em rgba(255, 255, 255, 0.7), + 0 -0.1em rgba(255, 255, 255, 0.7); text-align: left; margin: auto; position: absolute; @@ -500,12 +503,12 @@ table { content: ' '; width: 1.5em; height: 1.5em; - border-radius: 0.75em; + border-radius: 1.5em; border: solid black 0.75em; display: inline-block; box-sizing: border-box; margin: 0.5em 0.05em; - box-shadow: 0 0 0.05em 0.04em black; + box-shadow: 0 0 0.05em 0.05em black; } .card .cost span:before { @@ -525,10 +528,11 @@ table { .card .cost .g:before { content: 'g'; } .card .cost .r { - + background-color: #e4573c; border-color: #e4573c; } .card .cost .g { + background-color: #abbc45; border-color: #abbc45; }