gpens/resources/svg.css

41 lines
649 B
CSS

#salles-group path {
transition: fill .3s;
fill: #9d9;
stroke: none;
stroke-width: 1px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}
#salles-group path:hover {
fill: #fe5400aa;
}
#wall-group path {
fill:#611010;
fill-opacity:1;
stroke:none;
stroke-width:1px;
stroke-linecap:butt;
stroke-linejoin:miter;
stroke-opacity:1
}
#glass-group path {
fill:#c0c0c0;
fill-opacity:1;
stroke:#5b5b5b;
stroke-width:1.60000002;
stroke-linecap:round;
stroke-linejoin:bevel;
stroke-miterlimit:4;
stroke-dasharray:none;
stroke-opacity:1
}
#salles-group path.current-room {
fill: #fe5400;
}