X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/cffd43cf78efa6570f92154df3444e4e33daaaad..7cb097793613aadb663690d04352f1b94a96bae4:/static/css/qui.css diff --git a/static/css/qui.css b/static/css/qui.css index 5b3d61c..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,6 +82,7 @@ body { } .qwebirc-qui .lines { + color: black; overflow: auto; font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif"; font-size: 0.8em; @@ -221,11 +226,14 @@ body { color: black; background: white; text-decoration: none; - border-top: #c8d2dc 1px solid; 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; @@ -239,4 +247,36 @@ div#noscript { .qwebirc-qui .nicklist div.menu a { border-bottom: 0; border-top: 0; -} \ No newline at end of file +} + +.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; +}