mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-25 16:52:00 +00:00
format for members' table http://expo.survex.com/folk/index.htm
This commit is contained in:
parent
ba210056f2
commit
e29ce23a1c
@ -159,7 +159,8 @@ table.trad, table.centre {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
table.trad, table.trad th, table.trad td,
|
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;
|
border: 1px solid #008787;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
@ -182,7 +183,18 @@ table.centre {
|
|||||||
table.bigfatborder {
|
table.bigfatborder {
|
||||||
border-width: 6px;
|
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*/
|
/*SPECIAL PAGES*/
|
||||||
/*caves*/
|
/*caves*/
|
||||||
table#cavepage {
|
table#cavepage {
|
||||||
|
Loading…
Reference in New Issue
Block a user