dorfylegends/backend/static/css/legends.css
Robert Janetzko 8b7fa14258 tables
2022-04-30 07:45:31 +00:00

99 lines
967 B
CSS

a {
text-decoration: none;
}
.object-table td {
white-space: nowrap;
}
td.object {
white-space: nowrap;
}
.hf {
color: #3366CC;
}
.entity {
color: #CC33FF;
}
.site {
color: #FFCC00;
}
.structure {
color: #FFAA00;
}
.ruin {
color: #bbb;
}
.worldconstruction {
color: #777777;
}
.region {
color: #009933;
}
.artifact {
color: #993300;
}
.writtencontent {
color: #999999;
}
.artform {
color: #993399;
}
.occasion {
color: #993399;
}
.war {
color: #600000;
}
.loadable {
color: #009933;
}
.battle {
color: #900000;
}
.json {
color: #ddd;
font-size: 80%;
}
/*
@media (prefers-color-scheme: dark) {
a {
color: #337ab7;
}
.artifact {
color: #ea4e00;
}
.historical-figure {
color: #5c93ff;
}
.war {
color: #a00000;
}
.battle {
color: #c70303;
}
.art-form {
color: #cc45cc;
}
} */