This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
web/styles/train-detail.css

23 lines
361 B
CSS
Raw Normal View History

2023-06-08 11:37:26 +01:00
.titleimg {
width: 150px;
height: 98px;
padding-bottom: 0;
}
#data_headcode {
2023-06-08 11:37:26 +01:00
color: var(--second-text-color);
font-size: 25px;
font-weight: bolder;
margin-bottom: 5px
}
2023-06-08 11:37:26 +01:00
#data_piscode {
2023-06-08 11:37:26 +01:00
margin: 5px;
color: var(--second-text-color)
}
2023-06-08 11:37:26 +01:00
#data_table {
2023-06-08 11:37:26 +01:00
color: var(--second-text-color);
width: 200px;
margin: auto
}