vtm/quelldatein/darstellung_steuerung/welt.css
Christian Fraß 8dd4d54f94 sicherung
2017-11-08 18:41:56 +01:00

57 lines
484 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( 0, 50%, 50%);
}
.symbol_1
{
fill: hsl(120, 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;
}