Agriculture-front-end/public/Cesium/Widgets/InfoBox/InfoBoxDescription.css

91 lines
1.8 KiB
CSS
Raw Normal View History

2023-09-11 21:56:39 +08:00
@import url(../shared.css);
2023-04-16 22:33:44 +08:00
body {
2023-09-11 21:56:39 +08:00
margin: 0;
padding: 0;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-description {
2023-09-11 21:56:39 +08:00
font-family: sans-serif;
font-size: 13px;
padding: 4px 10px;
margin-right: 4px;
color: #edffff;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-description a:link,
.cesium-infoBox-description a:visited,
.cesium-infoBox-description a:hover,
.cesium-infoBox-description a:active {
2023-09-11 21:56:39 +08:00
color: #edffff;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-description table {
2023-09-11 21:56:39 +08:00
color: #edffff;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable {
2023-09-11 21:56:39 +08:00
width: 100%;
color: #edffff;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable tr:nth-child(odd) {
2023-09-11 21:56:39 +08:00
background-color: rgba(84, 84, 84, 0.8);
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable tr:nth-child(even) {
2023-09-11 21:56:39 +08:00
background-color: rgba(84, 84, 84, 0.25);
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable th {
2023-09-11 21:56:39 +08:00
font-weight: normal;
padding: 3px;
vertical-align: middle;
text-align: center;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable td {
2023-09-11 21:56:39 +08:00
padding: 3px;
vertical-align: middle;
text-align: left;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-description-lighter {
2023-09-11 21:56:39 +08:00
color: #000000;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-description-lighter a:link,
.cesium-infoBox-description-lighter a:visited,
.cesium-infoBox-description-lighter a:hover,
.cesium-infoBox-description-lighter a:active {
2023-09-11 21:56:39 +08:00
color: #000000;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-description-lighter table {
2023-09-11 21:56:39 +08:00
color: #000000;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable-lighter {
2023-09-11 21:56:39 +08:00
width: 100%;
color: #000000;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable-lighter tr:nth-child(odd) {
2023-09-11 21:56:39 +08:00
background-color: rgba(179, 179, 179, 0.8);
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-defaultTable-lighter tr:nth-child(even) {
2023-09-11 21:56:39 +08:00
background-color: rgba(179, 179, 179, 0.25);
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-loadingContainer {
2023-09-11 21:56:39 +08:00
margin: 5px;
text-align: center;
2023-04-16 22:33:44 +08:00
}
2023-09-11 21:56:39 +08:00
2023-04-16 22:33:44 +08:00
.cesium-infoBox-loading {
2023-09-11 21:56:39 +08:00
display: inline-block;
background-image: url(../Images/info-loading.gif);
width: 16px;
height: 11px;
2023-04-16 22:33:44 +08:00
}