]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/css/qui.css
Make channel, nick and auth links less obvious.
[irc/quakenet/qwebirc.git] / static / css / qui.css
index 8fb69d3e9726500d70c5c44ba392fdfa7b6863ac..effa62f2d0414f6afbe666efa3b324c7323156b9 100644 (file)
@@ -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;
@@ -198,7 +203,7 @@ body {
   position: absolute;
   top: 0px;
   right: 0px;
-  width: 125px;
+  width: 140px;
   overflow: auto;
   background: #f2f0ff;
   color: black;
@@ -221,13 +226,57 @@ 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;
   font-weight: bold;
-}
\ No newline at end of file
+}
+
+.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;
+}