finish sync of LCARStrek to browser winstripe changes in FIrefox 17 cycle
[themes.git] / LCARStrek / browser / aboutSocialError.css
diff --git a/LCARStrek/browser/aboutSocialError.css b/LCARStrek/browser/aboutSocialError.css
new file mode 100644 (file)
index 0000000..5863c01
--- /dev/null
@@ -0,0 +1,75 @@
+body {
+  background-color: #000000;
+  color: #FF9F00;
+  margin-top: 2em;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  font-size: 100%;
+}
+
+p {
+  font-size: .8em;
+}
+
+#error-box {
+  background: url('chrome://global/skin/icons/information-24.png') no-repeat left 4px;
+  -moz-padding-start: 30px;
+}
+
+#error-box:-moz-locale-dir(rtl) {
+  background-position: right 4px;
+}
+
+#main-error-msg {
+  color: #FF9F00;
+  font-weight: bold;
+}
+
+
+#button-box {
+  text-align: center;
+  width: 75%;
+  margin: 0 auto;
+}
+
+@media all and (min-width: 300px) {
+  #error-box {
+    max-width: 50%;
+    margin: 0 auto;
+    background-image: url('chrome://global/skin/icons/information-32.png');
+    min-height: 36px;
+    -moz-padding-start: 38px;
+  }
+
+  button {
+    width: auto !important;
+    min-width: 150px;
+  }
+}
+
+@media all and (min-width: 780px) {
+  #error-box {
+    max-width: 30%;
+  }
+}
+
+button {
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+  font-size: 0.6875em;
+  -moz-appearance: none;
+  -moz-user-select: none;
+  width: 100%;
+  margin: 2px 0;
+  padding: 2px 6px;
+  line-height: 1.2;
+  background-color: #000000;
+  color: #FFCF00;
+  background-clip: padding-box;
+  border: none;
+  border-radius: 3px;
+}
+
+button:hover,
+button:hover:active {
+  background-color: #FFCF00;
+  color: #000000;
+}