diff options
Diffstat (limited to 'webAO/styles/trilogy.css')
| -rw-r--r-- | webAO/styles/trilogy.css | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/webAO/styles/trilogy.css b/webAO/styles/trilogy.css index 9848bb7..0d12a37 100644 --- a/webAO/styles/trilogy.css +++ b/webAO/styles/trilogy.css @@ -13,24 +13,13 @@ body { border: 2px solid white; } -.objection_button { - margin: 1px; - padding: 2px 15px; - cursor: pointer; - text-align: center; - font-weight: bold; - color: white; - background-color: #2781b2; - border: 2px solid white; -} - .client_button:hover { - outline: 1px solid #ffc31d; - outline-offset: 7px; + outline: 1px solid #ffc31d; + outline-offset: 7px; } .client_button:active { - background-color: #f2b91c; + background-color: #f2b91c; } #client_defense_hp { @@ -72,13 +61,13 @@ body { } #client_menu { - background-image: url("trilogy_bg.png"); - background-repeat: repeat; + background-image: url("trilogy_bg.png"); + background-repeat: repeat; } #client_iccontrols { - background-image: url("trilogy_bg.png"); - background-repeat: repeat; + background-image: url("trilogy_bg.png"); + background-repeat: repeat; } .evi_icon { @@ -86,4 +75,4 @@ body { border: 0.1em solid #f8f5f2; outline: 0.2em solid #2988bc; outline-offset: -0.2em; -}
\ No newline at end of file +} |
