]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/dialogs.css
Fix floodcounter bug.
[irc/quakenet/qwebirc.git] / css / dialogs.css
index d8bdd0b6f5becec4a95680fc40096a646930a48b..0efb1b0d8ab78c4d6f1a35802e821845b5f3f67b 100644 (file)
@@ -72,7 +72,7 @@
 }
 
 .qwebirc-aboutpane .header .title {
-  font-size: 4em;
+  font-size: 3em;
 }
 
 .qwebirc-aboutpane .header .subtitle {
 }
 
 .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;
 }
+