X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/96f280628763facfcff052bcef1cbb8b153953de..7cb097793613aadb663690d04352f1b94a96bae4:/static/css/qui.css diff --git a/static/css/qui.css b/static/css/qui.css index 53d05ec..effa62f 100644 --- a/static/css/qui.css +++ b/static/css/qui.css @@ -4,6 +4,10 @@ body { overflow: hidden; } +html { + overflow: hidden; +} + #ircui { position: absolute; left: 0px; @@ -78,25 +82,13 @@ body { } .qwebirc-qui .lines { + color: black; overflow: auto; font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif"; font-size: 0.8em; background: #f2f0ff; } -.qwebirc-qui .nicklist { - border-left: 1px solid #c8d2dc; - position: absolute; - top: 0px; - right: 0px; - width: 125px; - overflow: auto; - background: #f2f0ff; - color: black; - font-family: Verdana, sans-serif; - font-size: 0.7em; -} - .qwebirc-qui .tabbar { border-bottom: 1px solid #c3cee0; background: #e2ecf9; @@ -131,11 +123,11 @@ body { } .qwebirc-qui .topic .emptytopic { - color: grey; + color: gray; } .qwebirc-qui .topic { - color: grey; + color: gray; font-family: Verdana, sans-serif; padding-left: 5px; font-size: 0.7em; @@ -205,3 +197,86 @@ body { .qwebirc-qui a.tab-hilight-us { color: red; } + +.qwebirc-qui .nicklist { + border-left: 1px solid #c8d2dc; + position: absolute; + top: 0px; + right: 0px; + width: 140px; + overflow: auto; + background: #f2f0ff; + color: black; + font-family: Verdana, sans-serif; + font-size: 0.7em; +} + +.qwebirc-qui .nicklist a { + display: block; + color: black; + text-decoration: none; + cursor: default; + border-top: 1px solid #f2f0ff; + border-bottom: 1px solid #f2f0ff; + padding-left: 1px; +} + +.qwebirc-qui .nicklist a.selected { + display: block; + color: black; + background: white; + text-decoration: none; + border-bottom: #c8d2dc 1px solid; + cursor: default; +} + +.qwebirc-qui .nicklist a.selected-middle { + border-top: #c8d2dc 1px solid; +} + +div#noscript { + text-align: center; + font-family: Verdana, sans-serif; + font-weight: bold; +} + +.qwebirc-qui .nicklist div.menu { + margin: 0px 0px 0px 5px; +} + +.qwebirc-qui .nicklist div.menu a { + border-bottom: 0; + border-top: 0; +} + +.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel { + cursor: pointer; + cursor: hand; +} + +.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover { + text-decoration: underline; +} + +.qwebirc-qui div.embeddedwizard { + padding-left: 5px; + padding-top: 2px; +} + +.qwebirc-qui .embeddedwizard input.text { + width: 300px; +} + +.qwebirc-qui .embeddedwizard input.iframetext { + width: 95%; +} + +.qwebirc-qui .embeddedwizard div.wizardcontrols { + position: absolute; + bottom: 3px; + right: 6px; +} + +.qwebirc-qui .embeddedwizard .wizardcontrols input { + width: 70px; +}