From e29ce23a1cc47f1d0b5484eea7ef039e36edfcd5 Mon Sep 17 00:00:00 2001
From: aiora <az296@cam.ac.uk>
Date: Wed, 21 Dec 2011 18:02:49 +0100
Subject: [PATCH] format for members' table
 http://expo.survex.com/folk/index.htm

---
 css/main2.css | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/css/main2.css b/css/main2.css
index 0439d0cf5..fcc5f9be2 100644
--- a/css/main2.css
+++ b/css/main2.css
@@ -159,7 +159,8 @@ table.trad, table.centre {
 	border-collapse: collapse;
 	}
 table.trad, table.trad th, table.trad td,
-table.centre, table.centre th, table.centre td {
+table.centre, table.centre th, table.centre td,
+table.fancy, table.fancy th, table.fancy td {
 	border: 1px solid #008787;
 	margin: 0px;
 	}
@@ -182,7 +183,18 @@ table.centre {
 table.bigfatborder {
 	border-width: 6px;
 	}
-
+table.fancy { /*For the members list in ../folk/index.htm*/
+	font-size: 72%;
+	padding: 5px 2px;
+	}
+	table.fancy td:first-child {
+		background-color: #C8E1E2;
+		font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
+		}
+	table.fancy td.nonempty {
+		background-color: #99CCCC;
+		font-size: 85%;
+		}
 /*SPECIAL PAGES*/
 /*caves*/
 table#cavepage {