From: Ant Zucaro Date: Sun, 16 Sep 2012 03:40:17 +0000 (-0400) Subject: Decrease opacity on xonborder, add opacity to all tables. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7e7499d4f2469e49ad3c9039d76282780920c821;p=xonotic%2Fxonstat.git Decrease opacity on xonborder, add opacity to all tables. --- diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index e212551..a24f6a0 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -3391,6 +3391,12 @@ a.thumbnail:hover { .invisible { visibility: hidden; } + +/* Custom Stuff */ +table { + background: rgb(0, 0, 0); /* IE Fallback */ + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); +} #statline { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; @@ -3399,8 +3405,8 @@ a.thumbnail:hover { } #xonborder { background: rgb(0, 0, 0); /* IE Fallback */ - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); - border-radius: 6px 6px 6px 6px; + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); + border-radius: 15px 15px 15px 15px; margin-bottom: 30px; padding: 20px; }