This commit is contained in:
aiora 2011-12-21 18:02:49 +01:00
parent ba210056f2
commit e29ce23a1c

View File

@ -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 {