]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/css/qui.css
Fix font issue.
[irc/quakenet/qwebirc.git] / static / css / qui.css
index 53d05ec672d80a0ac3eb5149462655e5c4a6464e..6f128819f6365c99e04df3d7b6b53df174bfc85b 100644 (file)
@@ -2,6 +2,11 @@ body {
   margin: 0;
   height: 100%;
   overflow: hidden;
+  font-family: Verdana, sans-serif;
+}
+
+html {
+  overflow: hidden;
 }
 
 #ircui {
@@ -14,50 +19,6 @@ body {
   overflow: hidden;
 }
 
-.qwebirc-qui .loginbox {
-  font-family: Verdana, sans-serif;
-  height: 100%;
-  width: 100%;
-  vertical-align: middle;
-}
-
-.qwebirc-qui .loginbox .tr1 {
-  width: 100%;
-  vertical-align: bottom;
-  text-align: center;
-}
-
-.qwebirc-qui .loginbox .tr2 {
-  width: 100%;
-  vertical-align: top;
-  text-align: center;
-}
-
-.qwebirc-qui .loginbox .tr2 table {
-  margin-left: auto;
-  margin-right: auto;
-  text-align: left;
-}
-
-.qwebirc-qui .confirmbox {
-  font-family: Verdana, sans-serif;
-  height: 100%;
-  width: 100%;
-  vertical-align: middle;
-}
-
-.qwebirc-qui .confirmbox .tr1 td {
-  width: 100%;
-  vertical-align: bottom;
-  text-align: center;
-}
-
-.qwebirc-qui .confirmbox .tr2 td {
-  width: 100%;
-  vertical-align: top;
-  text-align: center;
-}
-
 .qwebirc-qui .dynamicpanel {
   position: absolute;
 }
@@ -78,30 +39,20 @@ 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 .ircwindow {
+  font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
 }
 
 .qwebirc-qui .tabbar {
   border-bottom: 1px solid #c3cee0;
   background: #e2ecf9;
   font-size: 0.8em;
-  font-family: Verdana, sans-serif;
   color: #000000;
 }
 
@@ -113,7 +64,6 @@ body {
   border: 0px;
   margin: 2px 0px 0px 0px;
   width: 99%;
-  font-family: Verdana, sans-serif;
 }
 
 .qwebirc-qui form {
@@ -131,12 +81,11 @@ body {
 }
 
 .qwebirc-qui .topic .emptytopic {
-  color: grey;
+  color: gray;
 }
 
 .qwebirc-qui .topic {
-  color: grey;
-  font-family: Verdana, sans-serif;
+  color: gray;
   padding-left: 5px;
   font-size: 0.7em;
 }
@@ -146,7 +95,6 @@ body {
   padding: 4px;
   background: #e2ecf9;
   font-size: 0.8em;
-  font-family: Verdana, sans-serif;
   color: #000000;
 }
 
@@ -205,3 +153,61 @@ 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-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-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;
+}