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

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