]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - static/css/qui.css
Works with IE7 but has nutty behaviour with IE6...
[irc/quakenet/qwebirc.git] / static / css / qui.css
index b5204d1ae8eb012cb003659722299a902e2fe5a8..dde891565dfdf50d069b72d12100c0f565074248 100644 (file)
@@ -1,5 +1,5 @@
 .qwebirc-qui .tabbar {
-  border: 1px solid #c3cee0;
+  border-bottom: 1px solid #c3cee0;
   padding: 4px;
   background: #e2ecf9;
   font-size: 0.8em;
@@ -7,12 +7,11 @@
   color: #000000;
 }
 
-.qwebirc-qui .tab {
-  border: 1px solid #e2ecf9;
+.qwebirc-qui a.tab {
+  border: 1px solid #c8d2dc;
   padding: 2px;
   cursor: default;
   margin-right: 2px;
-  clear: both;
 }
 
 .qwebirc-qui a.tab {
   color: #000000;
 }
 
-.qwebirc-qui a.tab:visited {
-  color: #000000;
-}
-
 .qwebirc-qui .tab:hover {
   background: #ffffff;
   border: 1px solid #c8d2dc;
 .qwebirc-qui .input input {
   border: 0px;
   margin: 2px 0px 0px 0px;
-  width: 100%;
+  width: 99%;
   font-family: Verdana, sans-serif;
 }
 
 .qwebirc-qui div.input {
   left: 0px;
   right: 0px;
-  bottom: 0px;
   position: absolute;
   border-top: 1px solid #c8d2dc;
   padding-left: 2px;
@@ -58,9 +52,7 @@
 
 .qwebirc-qui .tabclose {
   margin-left: 5px;
-  padding: 2px;
-  font-size: 0.7em;
-  vertical-align: top;
+  font-size: 0.6em;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
 }
@@ -90,7 +82,7 @@
   background: #eeffff;
 }*/
 
-.qwebirc-qui .tab-hilighted {
+.qwebirc-qui a.tab-hilighted {
   color: red;
 }
 
@@ -98,6 +90,7 @@
   position: absolute;
   left: 0px;
   top: 0px;
+  right: 0px;
   background-color: #F2F0FF;
   border-bottom: 1px dashed #c8d2dc;
 }
   color: grey;
 }
 
+.qwebirc-qui .topic {
+  color: grey;
+  font-family: Verdana, sans-serif;
+  padding-left: 5px;
+  font-size: 0.7em;
+}
+
 .qwebirc-qui .lines {
   overflow: auto;
   position: absolute;
   right: 0px;
   bottom: 0px;
 }
+
+.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 form {
+  margin: 0px;
+  padding: 0px;
+}
\ No newline at end of file