aboutsummaryrefslogtreecommitdiff
path: root/maint.css
diff options
context:
space:
mode:
Diffstat (limited to 'maint.css')
-rw-r--r--maint.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/maint.css b/maint.css
new file mode 100644
index 0000000..200288e
--- /dev/null
+++ b/maint.css
@@ -0,0 +1,47 @@
+body {
+ margin-top: 4%;
+ margin-left: 10%;
+ margin-right: 10%;
+ background-color: white;
+}
+
+h1, h2, h3, h4 {
+ text-align: center;
+}
+
+span {
+ display: table-cell;
+ padding-left: 1em;
+}
+
+span img {
+ vertical-align: middle;
+}
+
+span.header {
+ width: 100%;
+}
+
+div.lang {
+ display: table-row;
+}
+
+div.lang span {
+ vertical-align: middle;
+ display: table-cell;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ border-top: 2px gray solid;
+}
+
+div.copyright {
+ font-size: 80%;
+ padding: 4px;
+ background: #f2f2f9;
+ border-style: solid;
+ border-width: thin;
+}
+
+a img {
+ border: 1px black solid;
+}

Return to:

Send suggestions and report system problems to the System administrator.