From e010b9fab80a9ed72d290c8d7363e4f3c79349a7 Mon Sep 17 00:00:00 2001 From: zSoulweaver Date: Fri, 4 Dec 2015 09:05:52 +1000 Subject: [PATCH] CSS for emote titles --- css/main.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/css/main.css b/css/main.css index 220c5f4..77ab08c 100644 --- a/css/main.css +++ b/css/main.css @@ -469,4 +469,30 @@ .bd-minimal-chan #bd-show-channels { display:block !important; } +.tipsy { + z-index: 9000000001!important; + position: absolute; + padding: 5px; + display: block; + visibility: visible; + opacity: 0.8; +} +.tipsy-arrow { + position: absolute; + width: 0; + height: 0; + border: 5px solid transparent; + bottom: 0; + right: 10px; + border-bottom: none; + border-top-color: black; +} + +.tipsy-inner { + background-color: black; + color: white; + max-width: 200px; + padding: 5px 8px 4px; + text-align: center; +}