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.

42 lines
696 B

9 months ago
body {
background-color : LightGrey;
font-family: sans-serif;
}
9 months ago
td , caption , th {
9 months ago
text-align: center;
}
#info {
float: left;
}
#source {
float: right;
text-align: right;
}
9 months ago
#lhtable {
border: 1px solid black;
background-color: PowderBlue;
}
8 months ago
#rptrtable {
9 months ago
border: 1px solid black;
background-color: Yellow;
}
8 months ago
#urltable {
border: 1px solid black;
background-color: White;
}
9 months ago
#linktable {
border: 1px solid black;
background-color: Lime;
}
8 months ago
#lhtable caption , #linktable caption , #rptrtable caption , #urltable caption{
9 months ago
font-weight : bold;
font-size : 2em;
color : white;
background-color : black;
9 months ago
width : 100%;
9 months ago
}
8 months ago
#linktable , #lhtable , #rptrtable , #urltable {
9 months ago
width: 100%;
}