vtm/quelldatein/darstellung_steuerung/welt.css
Christian Fraß cb28201e41 sicherung
2017-11-08 19:47:56 +01:00

70 lines
657 B
CSS

.rahmen
{
stroke: none;
fill: hsl( 0, 0%, 12.5%);
}
.figur
{
stroke: none;
fill: hsl( 0, 0%, 0%);
}
.pfeil
{
stroke: none;
}
.neutral
{
fill: hsl( 0, 0%, 50%);
}
.symbol_0
{
fill: hsl(000.0000000000000, 50%, 50%);
}
.symbol_1
{
fill: hsl(222.4922359499621, 50%, 50%);
}
.symbol_2
{
fill: hsl(084.9844718999243, 50%, 50%);
}
.symbol_3
{
fill: hsl(307.4767078498864, 50%, 50%);
}
.kreis
{
stroke: none;
}
.positiv
{
fill: hsl( 0, 0%, 100%);
}
.negativ
{
/*
fill: hsl( 0, 0%, 0%);
*/
display: none;
}
.eintrag
{
/*
stroke: black;
stroke-width: 0.01;
*/
stroke: none;
}