vtm/quelldatein/darstellung_steuerung/welt.css

57 lines
484 B
CSS
Raw Normal View History

2017-11-08 18:41:56 +01:00
.rahmen
2017-11-08 15:05:06 +01:00
{
stroke: none;
2017-11-08 18:41:56 +01:00
fill: hsl( 0, 0%, 12.5%);
2017-11-08 15:05:06 +01:00
}
.figur
{
stroke: none;
2017-11-08 18:41:56 +01:00
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;
2017-11-08 15:05:06 +01:00
}