diff --git a/resources/css/error_01.gif b/resources/css/error_01.gif new file mode 100644 index 0000000..3f7dfbf --- /dev/null +++ b/resources/css/error_01.gif diff --git a/resources/css/errors.css b/resources/css/errors.css new file mode 100644 index 0000000..f5da2d6 --- /dev/null +++ b/resources/css/errors.css @@ -0,0 +1,43 @@ +div#error-container { + width: 500px; + color: #555; + font-size: 11px; + font-family: Verdana, Arial, sans-serif; +} +div#error-container div { + height: 140px; +} +div#error-container h1 { + font-weight: lighter; + font-size: 22px; + margin-left: 100px; +} +div#error-container p { + margin-left: 100px; +} + + div#acc-error { + background: transparent url(error_01.gif) no-repeat top left; + } + div#acc-suspend { + background: transparent url(error_02.gif) no-repeat top left; + } + div#acc-maint { + background: transparent url(error_03.gif) no-repeat top left; + } + + + + + + + + + + + + + + + + \ No newline at end of file