sync LCARStrek with recent EarlyBlue changes and Classic trunk
[themes.git] / LCARStrek / global / netError.css
diff --git a/LCARStrek/global/netError.css b/LCARStrek/global/netError.css
new file mode 100644 (file)
index 0000000..4acba0d
--- /dev/null
@@ -0,0 +1,100 @@
+/*
+ *  This defines the look-and-feel styling of the error pages.
+ *  (see: netError.xhtml)
+ *
+ *  Original styling by William Price <bugzilla@mob.rice.edu>
+ *  Updated by: Steven Garrity <steven@silverorange.com>
+ *              Henrik Skupin  <mozilla@hskupin.info>
+ */
+
+html {
+  background: #000000;
+}
+
+body {
+  margin: 0;
+  padding: 0 1em;
+  color: #FF9F00;
+  font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+h1 {
+  margin: 0 0 .6em 0;
+  border-bottom: 1px solid #008484;
+  font-size: 160%;
+}
+
+ul, ol {
+  margin: 0;
+  -moz-margin-start: 1.5em;
+  padding: 0;
+}
+
+ul > li, ol > li {
+  margin-bottom: .5em;
+}
+
+ul {
+  list-style: square;
+}
+
+#errorPageContainer {
+  position: relative;
+  min-width: 13em;
+  max-width: 52em;
+  margin: 4em auto;
+  border: 1px solid #9C9FFF;
+  -moz-border-radius: 10px;
+  padding: 3em;
+  -moz-padding-start: 30px;
+  background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #000000;
+  -moz-background-origin: content;
+}
+
+body[dir="rtl"] #errorPageContainer {
+  background-position: right 0;
+}
+
+#errorTitle {
+  -moz-margin-start: 64px;
+}
+
+#errorLongContent {
+  -moz-margin-start: 64px;
+}
+
+#errorShortDesc > p {
+  border-bottom: 1px solid #008484;
+  padding-bottom: 1em;
+  font-size: 130%;
+}
+
+#errorLongDesc {
+  -moz-padding-end: 3em;
+  font-size: 110%;
+}
+
+#errorLongDesc > p {
+}
+
+#errorTryAgain {
+  margin-top: 2em;
+  -moz-margin-start: 64px;
+}
+
+#brand {
+  position: absolute;
+  right: 0;
+  bottom: -1.5em;
+  -moz-margin-end: 10px;
+  opacity: .4;
+}
+
+body[dir="rtl"] #brand {
+  right: auto;
+  left: 0;
+}
+
+#brand > p {
+  margin: 0;
+}