diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css index 32060e2..71ae568 100644 --- a/css/standard.css +++ b/css/standard.css @@ -362,5 +362,18 @@ ul.tricks li div div span.comment span{ div span img.button { height: 2em; width: 2em; +} +.gamestatuspre { + padding: 0 0.3em; + + background-color: #fd8901; +} +.gamestatusover { + padding:0 0.3em; + background-color: #f82c20 ; +} +.gamestatusplay { + padding:0 0.3em; + background-color: #15de26; }
\ No newline at end of file |