]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
0.5
authorChris Porter <redacted>
Sat, 18 Oct 2008 23:01:40 +0000 (00:01 +0100)
committerChris Porter <redacted>
Sat, 18 Oct 2008 23:01:40 +0000 (00:01 +0100)
TODO.txt
js/ui/genericlogin.js
js/version.js
static/css/qui.css
static/css/style.css [deleted file]

index 5659c8eaed0d08958ed0f89dba3edacfc4f95eff..55ec07e2753e9c062c92fef935a483ec0e0174e7 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1 +1,4 @@
-make pretty again.\r
+better highlighting\r
+sound\r
+padding\r
+prettify wizard\r
index 3ff9af8d2d73c0a1ada31042346f85e4b96433eb..c53bce922c1b2049fb2ed7733e7d4bb36134a961 100644 (file)
@@ -58,6 +58,7 @@ qwebirc.ui.ConfirmBox = function(parentElement, callback, initialNickname, initi
   
   var yes = new Element("input", {"type": "submit", "value": "Connect"});
   form.appendChild(yes);
+  yes.focus();
   
   form.addEvent("submit", function(e) {
     new Event(e).stop();
index a2bbf592e5d151f18511b077ff5e3015ce614ba1..c41b7e1a79362b92606cce6890a547ca3e0a9893 100644 (file)
@@ -1 +1 @@
-qwebirc.VERSION = "0.10"
+qwebirc.VERSION = "0.50"
index 237335352da7da54c98025a709a51651fb758699..dd1896fa8014140bce55c604a3e8a8927e2452e7 100644 (file)
@@ -1,143 +1,3 @@
-/*.qwebirc-qui .tabbar {
-  border-bottom: 1px solid #c3cee0;
-  padding: 4px;
-  background: #e2ecf9;
-  font-size: 0.8em;
-  font-family: Verdana, sans-serif;
-  color: #000000;
-}
-
-.qwebirc-qui a.tab {
-  border: 1px solid #c8d2dc;
-  padding: 2px;
-  cursor: default;
-  margin-right: 2px;
-}
-
-.qwebirc-qui a.tab {
-  text-decoration: none;
-  color: #000000;
-}
-
-.qwebirc-qui .tab:hover {
-  background: #ffffff;
-  border: 1px solid #c8d2dc;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-}
-
-.qwebirc-qui .tab-selected {
-  background: #ffffff;
-  border: 1px solid #c8d2dc;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  color: #333333;
-}
-
-.qwebirc-qui .input input {
-  border: 0px;
-  margin: 2px 0px 0px 0px;
-  width: 99%;
-  font-family: Verdana, sans-serif;
-}
-
-.qwebirc-qui div.input {
-  left: 0px;
-  right: 0px;
-  position: absolute;
-  border-top: 1px solid #c8d2dc;
-  padding-left: 2px;
-  padding-right: 2px;
-}
-
-.qwebirc-qui .tabclose {
-  margin-left: 5px;
-  font-size: 0.6em;
-  -moz-border-radius: 2px;
-  -webkit-border-radius: 2px;
-}
-
-.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 .tab-invisible {
-  display: none;
-}
-
-.qwebirc-qui .linestyle1 {
-  background: #efefef;
-}
-
-.qwebirc-qui .linestyle2 {
-  background: #eeffff;
-}
-
-.qwebirc-qui a.tab-hilighted {
-  color: red;
-}
-
-.qwebirc-qui .topic {
-  position: absolute;
-  left: 0px;
-  top: 0px;
-  right: 0px;
-  background-color: #F2F0FF;
-  border-bottom: 1px dashed #c8d2dc;
-}
-
-.qwebirc-qui .topic .emptytopic {
-  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;
-  left: 0px;
-  font-family: Verdana;
-  font-size: 0.8em;
-  background: #f2f0ff;
-}
-
-.qwebirc-qui .lines div {
-  padding-left: 5px;
-}
-
-.qwebirc-qui .window {
-  position: relative;
-  width: 100%;
-  height: 100%;
-}
-
-.qwebirc-qui .outercontainer {
-  height: 100%;
-  width: 100%;
-  position: relative;
-}
-
-.qwebirc-qui .container {
-  position: absolute;
-  left: 0px;
-  right: 0px;
-  bottom: 0px;
-}
-
 .qwebirc-qui .loginbox {
   font-family: Verdana, sans-serif;
   height: 100%;
   text-align: center;
 }
 
-.qwebirc-qui form {
-  margin: 0px;
-  padding: 0px;
-}
-*/
-
 body {
   margin: 0;
 }
@@ -212,18 +66,26 @@ body {
 
 .qwebirc-qui .lines {
   overflow: auto;
-  font-family: Verdana;
+  font-family: Consolas, Verdana, 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: red;
+  background: #f2f0ff;
+  color: black;
+  font-family: Verdana, sans-serif;
+  font-size: 0.7em;
 }
 
 .qwebirc-qui .tabbar {
-  /*border-bottom: 1px solid #c3cee0;*/
+  border-bottom: 1px solid #c3cee0;
   background: #e2ecf9;
   font-size: 0.8em;
   font-family: Verdana, sans-serif;
@@ -245,3 +107,76 @@ body {
   margin: 0px;
   padding: 0px;
 }
+
+.qwebirc-qui .topic {
+  position: absolute;
+  left: 0px;
+  top: 0px;
+  right: 0px;
+  background-color: #F2F0FF;
+  border-bottom: 1px dashed #c8d2dc;
+}
+
+.qwebirc-qui .topic .emptytopic {
+  color: grey;
+}
+
+.qwebirc-qui .topic {
+  color: grey;
+  font-family: Verdana, sans-serif;
+  padding-left: 5px;
+  font-size: 0.7em;
+}
+
+.qwebirc-qui .tabbar {
+  border-bottom: 1px solid #c3cee0;
+  padding: 4px;
+  background: #e2ecf9;
+  font-size: 0.8em;
+  font-family: Verdana, sans-serif;
+  color: #000000;
+}
+
+.qwebirc-qui a.tab {
+  border: 1px solid #c8d2dc;
+  padding: 2px;
+  cursor: default;
+  margin-right: 2px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+}
+
+.qwebirc-qui a.tab {
+  text-decoration: none;
+  color: #000000;
+}
+
+.qwebirc-qui .tab:hover {
+  background: #ffffff;
+  border: 1px solid #c8d2dc;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+}
+
+.qwebirc-qui .tab-selected {
+  background: #ffffff;
+  border: 1px solid #c8d2dc;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  color: #333333;
+}
+
+.qwebirc-qui div.input {
+  border-top: 1px solid #c3cee0;
+  padding-left: 3px;
+  padding-right: 3px;
+}
+
+.qwebirc-qui .tabclose {
+  margin-left: 5px;
+  font-size: 0.6em;
+  vertical-align: top;
+  padding-left: 3px;
+  -moz-border-radius: 2px;
+  -webkit-border-radius: 2px;
+}
diff --git a/static/css/style.css b/static/css/style.css
deleted file mode 100644 (file)
index 0eefa0f..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-/* Reset */\r
-\r
-ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }\r
-a img,:link img,:visited img { border: none; }\r
-table { border-collapse: collapse; border-spacing: 0; }\r
-:focus { outline: none; }\r
-\r
-/* Structure */\r
-\r
-body {\r
-       margin: 0;\r
-       text-align: left;\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 12px;\r
-       line-height: 18px;\r
-       color: #141414; \r
-}\r
-\r
-/* Typography */\r
-       \r
-h2, h3, h4 {\r
-       margin: 0;\r
-       padding: 0 0 5px 0;\r
-       font-size: 12px;\r
-       font-weight: bold;      \r
-}\r
-       \r
-h2 {\r
-       font-size: 14px;\r
-       font-weight: bold;      \r
-}\r
-       \r
-#mochaPage h3 {\r
-       display: block;\r
-       font-size: 12px;\r
-       padding: 6px 0 6px 0;\r
-       margin: 0 0 8px 0;\r
-       border-bottom: 1px solid #bbb;\r
-}\r
-\r
-h4 {\r
-       font-size: 11px;\r
-}\r
-       \r
-a {\r
-       color: #ce1717;\r
-       text-decoration: none;\r
-       cursor: pointer;\r
-}\r
-\r
-a:hover {\r
-       text-decoration: none;\r
-}\r
-       \r
-p {\r
-       margin: 0;\r
-       padding: 0 0 9px 0;\r
-}\r
-\r
-.lite {\r
-       color: #999;\r
-}\r
-       \r
-/* List Elements */\r
-\r
-ul {\r
-       list-style: outside;\r
-       margin: 0 0 9px 16px;\r
-}\r
-\r
-dt {\r
-       font-weight: bold;\r
-}\r
-\r
-dd {\r
-       padding: 0 0 9px 0;\r
-}      \r
-\r
-/* Code */\r
-       \r
-pre {\r
-       background-color: #f6f6f6;\r
-       color: #006600;\r
-       display: block;\r
-       font-family: 'Courier New', Courier, monospace;\r
-       font-size: 11px;\r
-       max-height: 250px;\r
-       overflow: auto;\r
-       margin: 5px 0 10px 0;\r
-       padding: 10px;\r
-       border: 1px solid #d1d7dc;      \r
-}\r
-       \r
-/* Dividers */\r
-\r
-hr {\r
-       background-color: #ddd;\r
-       color: #ccc;\r
-       height: 1px;\r
-       border: 0px;\r
-}
\ No newline at end of file