X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2FnetError.css;fp=EarlyBlue%2Fglobal%2FnetError.css;h=6c6e14ba3cc56f53ee553036f5de1191f8cac591;hp=0000000000000000000000000000000000000000;hb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76;hpb=3fbbd47a07f495829babeea435d3a3d15590c698 diff --git a/EarlyBlue/global/netError.css b/EarlyBlue/global/netError.css new file mode 100644 index 00000000..6c6e14ba --- /dev/null +++ b/EarlyBlue/global/netError.css @@ -0,0 +1,100 @@ +/* + * This defines the look-and-feel styling of the error pages. + * (see: netError.xhtml) + * + * Original styling by William Price + * Updated by: Steven Garrity + * Henrik Skupin + */ + +html { + background: #CCD0DD; +} + +body { + margin: 0; + padding: 0 1em; + color: #000000; + font: message-box; +} + +h1 { + margin: 0 0 .6em 0; + border-bottom: 1px solid #666699; + 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 #666699; + -moz-border-radius: 10px; + padding: 3em; + -moz-padding-start: 30px; + background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #9999CC; + -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 #666699; + 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; +}