]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/css/qui.css
Fix font issue.
[irc/quakenet/qwebirc.git] / static / css / qui.css
index f62ed8f96b7aec248de2d5ab0037260a2c3b058f..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,17 +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 .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;
 }
 
@@ -100,7 +64,6 @@ body {
   border: 0px;
   margin: 2px 0px 0px 0px;
   width: 99%;
-  font-family: Verdana, sans-serif;
 }
 
 .qwebirc-qui form {
@@ -123,7 +86,6 @@ body {
 
 .qwebirc-qui .topic {
   color: gray;
-  font-family: Verdana, sans-serif;
   padding-left: 5px;
   font-size: 0.7em;
 }
@@ -133,7 +95,6 @@ body {
   padding: 4px;
   background: #e2ecf9;
   font-size: 0.8em;
-  font-family: Verdana, sans-serif;
   color: #000000;
 }
 
@@ -198,11 +159,10 @@ body {
   position: absolute;
   top: 0px;
   right: 0px;
-  width: 125px;
+  width: 140px;
   overflow: auto;
   background: #f2f0ff;
   color: black;
-  font-family: Verdana, sans-serif;
   font-size: 0.7em;
 }
 
@@ -221,7 +181,33 @@ body {
   color: black;
   background: white;
   text-decoration: none;
-  border-top: #c8d2dc 1px solid;
   border-bottom: #c8d2dc 1px solid;
   cursor: default;
-}
\ No newline at end of file
+}
+
+.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;
+}