dorfylegends/backend/static/css/legends.css

145 lines
1.5 KiB
CSS
Raw Normal View History

2022-04-21 17:25:35 +03:00
a {
text-decoration: none;
2022-05-06 14:11:12 +03:00
white-space: nowrap;
2022-04-21 17:25:35 +03:00
}
2022-05-07 18:08:42 +03:00
.leaflet-container {
background: rgba(122, 122, 122, 0.1) !important;
outline: 0;
}
2022-05-08 09:46:27 +03:00
.object-map {
float: right !important;
margin-top: -7px;
}
2022-05-04 12:42:02 +03:00
.popover {
max-width: fit-content;
}
2022-04-30 10:45:31 +03:00
.object-table td {
white-space: nowrap;
}
td.object {
white-space: nowrap;
}
2022-04-21 17:25:35 +03:00
.hf {
color: #3366CC;
}
.entity {
color: #CC33FF;
}
.site {
color: #FFCC00;
}
.structure {
color: #FFAA00;
}
.ruin {
color: #bbb;
}
2022-05-05 13:55:33 +03:00
.site.ruin {
color: #b4a675;
}
.structure.ruin {
color: #94702a;
}
2022-04-21 17:25:35 +03:00
.worldconstruction {
color: #777777;
}
.region {
color: #009933;
}
.artifact {
color: #993300;
}
.writtencontent {
color: #999999;
}
.artform {
color: #993399;
}
.occasion {
color: #993399;
}
.war {
color: #600000;
}
2022-04-27 22:44:39 +03:00
.loadable {
color: #009933;
}
2022-04-21 17:25:35 +03:00
.battle {
color: #900000;
}
.json {
2022-04-22 10:39:15 +03:00
color: #ddd;
font-size: 80%;
2022-04-21 17:25:35 +03:00
}
2022-05-03 15:59:47 +03:00
2022-04-21 17:25:35 +03:00
@media (prefers-color-scheme: dark) {
2022-05-06 16:16:16 +03:00
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
2022-04-21 17:25:35 +03:00
a {
color: #337ab7;
}
2022-05-03 15:59:47 +03:00
.collection {
color: #718dc9;
}
2022-04-21 17:25:35 +03:00
.artifact {
color: #ea4e00;
}
2022-05-03 15:59:47 +03:00
.hf {
2022-04-21 17:25:35 +03:00
color: #5c93ff;
}
.war {
color: #a00000;
}
.battle {
color: #c70303;
}
2022-05-03 15:59:47 +03:00
.occasion {
color: #ff91ff;
}
.artform {
2022-04-21 17:25:35 +03:00
color: #cc45cc;
}
2022-05-03 15:59:47 +03:00
.worldconstruction {
color: #aaa;
}
.json {
color: #666;
}
}