You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
528 B
31 lines
528 B
body {
|
|
background-color : LightGrey;
|
|
font-family: sans-serif;
|
|
}
|
|
td , caption , th {
|
|
text-align: center;
|
|
}
|
|
#lhtable {
|
|
border: 1px solid black;
|
|
background-color: PowderBlue;
|
|
}
|
|
#repeaters {
|
|
border: 1px solid black;
|
|
background-color: Yellow;
|
|
}
|
|
#linktable {
|
|
border: 1px solid black;
|
|
background-color: Lime;
|
|
}
|
|
#lhtable caption , #linktable caption , #rptrtable caption {
|
|
font-weight : bold;
|
|
font-size : 2em;
|
|
color : white;
|
|
background-color : black;
|
|
width : 100%;
|
|
}
|
|
|
|
#linktable , #lhtable , #rptrtable {
|
|
width: 100%;
|
|
}
|