/* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.6 2004/09/27 16:21:09 rich Exp $
+ * $Id: standard.css,v 1.7 2004/10/05 14:51:11 rich Exp $
*/
body {
/* Tables. */
table.top_table {
border-collapse: collapse;
- border: 2px solid #000;
+ border: 1px solid #eee;
}
table.top_table th {
- border: 1px solid #000;
- background-color: #eee;
vertical-align: top;
}
table.top_table td {
- border: 1px solid #eee;
vertical-align: top;
}
text-align: right;
}
+table.top_table th.divider {
+ text-align: center;
+ padding: 6px;
+ border-top: 1px solid #eee;
+ border-bottom: 1px solid #eee;
+}
+
table.left_table {
border-collapse: collapse;
- border: 2px solid #000;
+ border: 1px solid #eee;
}
table.left_table th {
text-align: right;
- border: 1px solid #000;
- background-color: #eee;
vertical-align: top;
+ padding-right: 1em;
}
table.left_table td {
- border: 1px solid #eee;
vertical-align: top;
+ padding: 3px;
}
table.left_table td.number {
text-align: right;
}
+table.left_table th.divider {
+ text-align: center;
+ padding: 6px;
+ border-top: 1px solid #eee;
+ border-bottom: 1px solid #eee;
+}
+
+/* Forms. */
+form > table {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+input:focus {
+ background-color: #eef;
+}
+
+textarea:focus {
+ background-color: #eef;
+}
+
/* Highlighting search terms. */
span.search_term {
background-color: #ff0;