]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Re-wrote Manual::Termonology to emphasize that Maypole's model
[maypole.git] / templates / maypole.css
index 124130f0d77ae49ebefdcb8eccb5c4fd79589dc2..51d99a4093f6487e5234d34760f9fa185b085731 100644 (file)
@@ -90,11 +90,15 @@ input[type=submit] {
     font-size: 11px;
     border: 1px outset;
     background-color: #fff;
-    color: #2E415A;
     padding: 0px 0px 2px 0px;
     margin-bottom: 5px;
 }
 
+input:hover[type=submit] {
+    color: #fff;
+    background-color: #7d95b5;
+}
+
 textarea {
     width: 136px;
     font-family: sans-serif;
@@ -154,12 +158,19 @@ table {
     background-color: #ffffff;
 }
 
+#matrix { width: 100%; }
+
 #matrix th {
     background-color: #b5cadc;
     border: 1px solid #778;
     font: bold 12px Verdana, sans-serif;
 }
 
+#matrix #actionth {
+    width: 1px; 
+    padding: 0em 1em 0em 1em;
+}
+
 #matrix tr.alternate { background-color:#e3eaf0; }
 #matrix tr:hover { background-color: #b5cadc; }
 #matrix td { font: 12px Verdana, sans-serif; }
@@ -211,13 +222,13 @@ fieldset {
     padding: 1em;
     background-color: #f3f6f8;
     font:80%/1 sans-serif;
-    border:1px solid #8484ce;
+    border:1px solid #ddd;
 }
 
 legend {
     padding: 0.2em 0.5em;
     background-color: #fff;
-    border:1px solid #8484ce;
+    border:1px solid #aaa;
     font-size:90%;
     text-align:right;
 }
@@ -281,21 +292,85 @@ label .field {
 
 .error { color: #d00; }
 
-.action { 
+.action {
     border: 1px outset #7d95b5;
     style:block;
 }
 
 .action:hover {
+    color: #fff;
     text-decoration: none;
     background-color: #7d95b5;
 }
 
+.actionform {
+    display: inline;
+}
+
+.actionbutton {
+    height: 16px;
+    width: 40px;
+    font-family: sans-serif;
+    font-size: 10px;
+    border: 1px outset;
+    background-color: #fff;
+    margin-bottom: 0px;
+}
+
+.actionbutton:hover {
+    color: #fff;
+    background-color: #7d95b5;
+}
+
+.actions {
+    white-space: nowrap;
+}
+
+.field {
+    display:inline;
+}
+
+#login { width: 400px; }
+
+#login input[type=text] { width: 150px; }
+#login input[type=password] { width: 150px; }
+
 .pager {
-    font:80%/1 sans-serif;
+    font: 11px Arial, Helvetica, sans-serif;
+    text-align: center;
+    border: solid 1px #e2e2e2;
+    border-left: 0;
+    border-right: 0;
+    padding-top: 10px;
+    padding-bottom: 10px;
+    margin: 0px;
     background-color: #f3f6f8;
-    padding: 2px;
-    border: 1px solid #8484ce;
-    text-align:center;
+}
+
+.pager a {
+    padding: 2px 6px;
+    border: solid 1px #ddd;
+    background: #fff;
+    text-decoration: none;
+}
+
+.pager a:visited {
+    padding: 2px 6px;
+    border: solid 1px #ddd;
+    background: #fff;
+    text-decoration: none;
+}
+
+.pager .current-page {
+    padding: 2px 6px;
+    font-weight: bold;
+    vertical-align: top;
+}
+
+.pager a:hover {
+    color: #fff;
+    background: #7d95b5;
+    border-color: #036;
+    text-decoration: none;
 }