vtm/quelldatein/manifestation/web/partie.css
Christian Fraß 45359bb687 anpassungen
2017-11-10 01:20:40 +01:00

87 lines
1,005 B
CSS

.rahmen
{
stroke: none;
fill: hsl( 0, 0%, 25%);
}
.rahmen:hover
{
/*
fill: hsl( 0, 0%, 37.5%);
transition: 0.25s ease;
*/
}
.figur
{
stroke: none;
fill: hsl( 0, 0%, 0%);
}
.pfeil
{
stroke: none;
}
.erzeuger
{
fill: hsl( 0, 0%, 100%);
}
.neutral
{
fill: hsl( 0, 0%, 50%);
}
.symbol_0
{
fill: hsl(000.0000000000000, 50%, 50%);
background-color: hsl(000.0000000000000, 50%, 50%);
}
.symbol_1
{
fill: hsl(222.4922359499621, 50%, 50%);
background-color: hsl(222.4922359499621, 50%, 50%);
}
.symbol_2
{
fill: hsl(084.9844718999243, 50%, 50%);
background-color: hsl(084.9844718999243, 50%, 50%);
}
.symbol_3
{
fill: hsl(307.4767078498864, 50%, 50%);
background-color: 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;
}