]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/dialogs.css
fix debug javascript ending up in css
[irc/quakenet/qwebirc.git] / css / dialogs.css
index d8bdd0b6f5becec4a95680fc40096a646930a48b..a40d0ec671e55ecf6ae363844982dfbb0d3f29dd 100644 (file)
@@ -72,7 +72,7 @@
 }
 
 .qwebirc-aboutpane .header .title {
-  font-size: 4em;
+  font-size: 3em;
 }
 
 .qwebirc-aboutpane .header .subtitle {
@@ -99,9 +99,6 @@
 }
 
 .qwebirc-embeddedwizard div.wizardcontrols {
-  position: absolute;
-  bottom: 3px;
-  right: 6px;
 }
 
 .qwebirc-embeddedwizard .wizardcontrols input {
 }
 
 .qwebirc-privacypolicypane .header .title {
-  font-size: 4em;
+  font-size: 3em;
 }
 
 .qwebirc-privacypolicypane .header .subtitle {
 }
 
 .qwebirc-feedbackpane .header .title {
-  font-size: 4em;
+  font-size: 3em;
 }
 
 .qwebirc-feedbackpane .header .subtitle {
   font-family: Consolas, "Lucida Console", monospace;
 }
 
+/************* FAQ *****************/
+
+.qwebirc-faqpane {
+  font-size: 1em !important;
+}
+
+.qwebirc-faqpane .mainbody {
+  font-size: 0.8em;
+  text-align: center;
+  padding: 5px;
+  margin-left: 20px;
+  margin-right: 20px;
+}
+
+.qwebirc-faqpane table {
+  display: inline-block;
+}
+
+.qwebirc-faqpane div.header {
+  padding-top: 5px;
+}
+
+.qwebirc-faqpane .header {
+  background: white;
+  text-align: center;
+  border-bottom: 1px solid gray;
+  padding-bottom: 5px;
+}
+
+.qwebirc-faqpane .header .title {
+  font-size: 3em;
+}
+
+.qwebirc-faqpane .header .subtitle {
+  text-align: center;
+  margin-top: 10px;
+}
+
+.qwebirc-faqpane .monospace {
+  font-family: Consolas, "Lucida Console", monospace;
+}
+
 .qwebirc .loading {
   padding-left: 4px;
   padding-top: 3px;
   font-size: 0.8em;
 }
+
+/************* OPTIONS *****************/
+
+.qwebirc-optionspane div.hue-slider {
+  border: 0px solid black;
+  width: 360px;
+  height: 8px;
+  background-image: url(../images/hue.png);
+}
+
+.qwebirc-optionspane div.hue-slider .knob {
+  width: 8px;
+  height: 16px;
+  top: -5px;
+  opacity: 0.75;
+  background: grey;
+  border: 1px solid black;
+}
+