aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 277ff52..fa2f407 100644
--- a/css/style.css
+++ b/css/style.css
@@ -21,6 +21,13 @@ h1, h2, h3 {
span.domain, span.email, span.alias, span.mailbox, span.list {
font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
}
+.errorhttp {
+ font-family: serif, times;
+ margin: 25pt auto;
+ text-align: center;
+ font-size: 25pt;
+ font-weight: bold;
+}
/* Login form */
@@ -128,11 +135,16 @@ table.list thead th {
font-size: 11pt;
margin: 10pt;
}
+a.external {
+ text-decoration: none;
+ color:#ff0000;
+ color: #1a1a1a;
+}
/* Edit modes */
.help {
- font-size: 8pt;
+ font-size: 8pt;
text-align: justify;
color: #6A6A6A;
padding: 0 50pt;