aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css57
1 files changed, 53 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index a9090e5..633ab09 100644
--- a/css/style.css
+++ b/css/style.css
@@ -7,16 +7,30 @@ body {
width: 600pt;
margin: 5pt auto;
}
-.error {
+p.error {
color: #FF0040;
}
-.inactive {
+div.error {
+ margin: 20pt auto 15pt auto;
+ border: 2pt solid #FF5C5C;
+ padding: 5pt;
+ width: 50%;
+ background: #FFDFDF;
+}
+div.message {
+ margin: 20pt auto 15pt auto;
+ border: 1px solid #cccccc;
+ padding: 5pt;
+ width: 50%;
+ background:#E7EFF7;
+}
+span.inactive {
color: #FF0040;
}
-.active {
+span.active {
color: #32CD32;
}
-.pending {
+span.pending {
color: #F77C13;
}
h1, h2, h3 {
@@ -141,6 +155,21 @@ table.list thead th {
text-align: center;
color:#66a3d3
}
+table.align {
+ border:1px solid #e5eff8;
+ margin:1em auto;
+ border-collapse:collapse;
+ margin: 0 auto;
+}
+table.align td {
+ color:#678197;
+ border: 0;
+ padding:.3em 1em;
+ text-align:center;
+}
+table.align tr.odd td {
+ background:#f7fbff
+}
.permlist {
font-size: 9pt;
font-weight: normal;
@@ -153,6 +182,8 @@ font-weight: normal;
font-weight: bolder;
color: #888888;
}
+a.dunno { text-decoration: none; }
+a.dunno:hover { color: purple}
.action {
font-weight: normal;
font-size: 11pt;
@@ -198,3 +229,21 @@ div.editform {
color: #FF0040;
text-align: center;
}
+#content form {
+ text-align: center;
+}
+input.hidden {
+ border: 0 none;
+ height: 0;
+ width: 0;
+ padding: 0;
+ margin: 0;
+ overflow: hidden;
+}
+form.unlock {
+ padding: 0pt;
+}
+form.unlock input {
+ vertical-align: middle;
+ font-size: 8pt;
+}