]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
New class "ctdl-fatal-error" for big show-stopping banners.
[citadel.git] / webcit-ng / static / css / webcit.css
index 824756b1cd42214ebaf8dd6f86814446871ab320..8395a94a5d5d73a1e8ccb298d547a4895cad4217 100644 (file)
@@ -629,3 +629,12 @@ blockquote pre {
        border: none;
        font-size: 1.25em;
 }
+
+.ctdl-fatal-error {
+       background-color: DarkRed;
+       margin-left: 1em;
+       margin-right: 1em;
+       padding: 1em;
+       font-size: 2em;
+       color: White;
+}