From ad5a8d85e1995ed08a54e0ec820934d90ba59d5b Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 6 Jan 2014 16:30:39 +0000 Subject: [PATCH] Simple channel info theming --- client/assets/css/style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index e445438..b43d11e 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -399,7 +399,6 @@ html, body { height:100%; } } -#kiwi .schannel_info {} #kiwi .channel_info label { display: block; } #kiwi .channel_info .channel_url { display: none; @@ -873,6 +872,15 @@ html, body { height:100%; } #kiwi.theme_relaxed .ui_menu .ui_menu_foot .close:hover { color: #222; } +#kiwi.theme_relaxed .channel_info .channel_url { + display: block; + margin: 5px 1em; + font-style: italic; +} +#kiwi.theme_relaxed .channel_info .channel-banlist table { margin-top: 10px; border-spacing: 10px 3px; } +#kiwi.theme_relaxed .channel_info .channel-banlist thead { font-style: italic; } +#kiwi.theme_relaxed .channel_info .remove-ban:hover { color: #900; } + @@ -1389,6 +1397,9 @@ html, body { height:100%; } #kiwi.theme_cli .ui_menu .ui_menu_foot .close { float:right; font-size:0.9em; margin-right:1em; color: #999; } #kiwi.theme_cli .ui_menu .ui_menu_foot .close:hover { color: #222; } +#kiwi.theme_cli .channel_info .channel-banlist table { margin-top: 10px; border-spacing: 10px 3px; } +#kiwi.theme_cli .channel_info .channel-banlist thead { font-style: italic; } +#kiwi.theme_cli .channel_info .remove-ban:hover { color: #900; } @@ -1702,3 +1713,7 @@ html, body { height:100%; } #kiwi.theme_basic .ui_menu .ui_menu_foot .close { float:right; font-size:0.9em; margin-right:1em; color: #999; } #kiwi.theme_basic .ui_menu .ui_menu_foot .close:hover { color: #222; } + +#kiwi.theme_basic .channel_info .channel-banlist table { margin-top: 10px; border-spacing: 10px 3px; } +#kiwi.theme_basic .channel_info .channel-banlist thead { font-style: italic; } +#kiwi.theme_basic .channel_info .remove-ban:hover { color: #900; } -- 2.25.1