diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-06-27 09:18:55 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-06-28 16:25:03 +0200 |
commit | 1e5fc3262942078fe00d51c2f2c9a241bd01a582 (patch) | |
tree | 16eb11790da32857ea493d297ead72c94de937d3 /html/webapp/styles.css | |
parent | c87bb2d10bab1f68d320b7f564e568ab742193ac (diff) | |
download | gdx-boardgame-1e5fc3262942078fe00d51c2f2c9a241bd01a582.zip gdx-boardgame-1e5fc3262942078fe00d51c2f2c9a241bd01a582.tar.gz |
get rid of html target
Diffstat (limited to 'html/webapp/styles.css')
-rw-r--r-- | html/webapp/styles.css | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/html/webapp/styles.css b/html/webapp/styles.css deleted file mode 100644 index 0abbdaa..0000000 --- a/html/webapp/styles.css +++ /dev/null @@ -1,43 +0,0 @@ -canvas { - cursor: default; - outline: none; -} - -body { - background-color: #222222; -} - -.superdev { - color: rgb(37,37,37); - text-shadow: 0px 1px 1px rgba(250,250,250,0.1); - font-size: 50pt; - display: block; - position: relative; - text-decoration: none; - background-color: rgb(83,87,93); - box-shadow: 0px 3px 0px 0px rgb(34,34,34), - 0px 7px 10px 0px rgb(17,17,17), - inset 0px 1px 1px 0px rgba(250, 250, 250, .2), - inset 0px -12px 35px 0px rgba(0, 0, 0, .5); - width: 70px; - height: 70px; - border: 0; - border-radius: 35px; - text-align: center; - line-height: 68px; -} - -.superdev:active { - box-shadow: 0px 0px 0px 0px rgb(34,34,34), - 0px 3px 7px 0px rgb(17,17,17), - inset 0px 1px 1px 0px rgba(250, 250, 250, .2), - inset 0px -10px 35px 5px rgba(0, 0, 0, .5); - background-color: rgb(83,87,93); - top: 3px; - color: #fff; - text-shadow: 0px 0px 3px rgb(250,250,250); -} - -.superdev:hover { - background-color: rgb(100,100,100); -} |