dsgwdashboard/client/dashboard.css

35 lines
625 B
CSS
Raw Normal View History

2024-01-01 16:31:13 -08:00
body {
background-color : LightGrey;
font-family: sans-serif;
}
2024-01-06 15:24:43 -08:00
td , caption , th {
2024-01-01 16:31:13 -08:00
text-align: center;
}
#lhtable {
border: 1px solid black;
background-color: PowderBlue;
}
2024-01-12 16:47:34 -08:00
#rptrtable {
2024-01-06 15:24:43 -08:00
border: 1px solid black;
background-color: Yellow;
}
2024-01-12 16:47:34 -08:00
#urltable {
border: 1px solid black;
background-color: White;
}
2024-01-01 16:31:13 -08:00
#linktable {
border: 1px solid black;
background-color: Lime;
}
2024-01-12 16:47:34 -08:00
#lhtable caption , #linktable caption , #rptrtable caption , #urltable caption{
2024-01-01 16:31:13 -08:00
font-weight : bold;
font-size : 2em;
color : white;
background-color : black;
2024-01-06 15:24:43 -08:00
width : 100%;
2024-01-01 16:31:13 -08:00
}
2024-01-12 16:47:34 -08:00
#linktable , #lhtable , #rptrtable , #urltable {
2024-01-01 16:31:13 -08:00
width: 100%;
}