You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
702 B
CSS
53 lines
702 B
CSS
text {
|
|
font-family: "Lucida Console", Monaco, monospace;
|
|
color: black;
|
|
stroke: white;
|
|
stroke-width: 6;
|
|
stroke-linejoin: round;
|
|
paint-order: stroke;
|
|
}
|
|
|
|
text.region {
|
|
stroke-width:6;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
path {
|
|
/*fill: none;*/
|
|
stroke: white;
|
|
stroke-linecap: round;
|
|
}
|
|
|
|
line {
|
|
fill: none;
|
|
stroke: white;
|
|
stroke-linecap: round;
|
|
}
|
|
|
|
circle{
|
|
stroke-width: 2px !important;
|
|
stroke: red !important;
|
|
}
|
|
|
|
.field {
|
|
stroke: none;
|
|
fill-opacity: 1.0;
|
|
}
|
|
|
|
.slope {
|
|
stroke-width: 0.5;
|
|
}
|
|
|
|
.river {
|
|
stroke-width: 1;
|
|
}
|
|
|
|
.coast {
|
|
stroke-width: 1.4;
|
|
}
|
|
|
|
.border {
|
|
stroke-width: 1;
|
|
stroke-dasharray: 4,4;
|
|
stroke-linecap: butt;
|
|
} |