﻿
/* 
    Specific styles for evodemo module `nikolausmil`, esp. for SVG styling. 
    @author evomath
*/

/******************************************************************************/
/***************************** nikolausmil ************************************/
/******************************************************************************/

/*=============================== HTM ========================================*/

    /* nothing? */

/*=============================== SVG ========================================*/

#nikPath {
    stroke: rgba(255,255,0,0.3);
    stroke-width: 16;
    fill: none; 
}

/*------------------------------ text ----------------------------------------*/

text.definition {
    font-size: 24px;
    stroke: red;
}

text.exercise {
    font-size: 24px;
    stroke: green;
}

text.motivation {
    font-size: 24;
    stroke: blue;
}

text.NikVertLbl { 
    font-size: 20px; 
    font-family: sans-serif; 
    fill: blue; 
}

/*-------------------------------- line --------------------------------------*/

line.NikEdgeLine {
    stroke-width: 16;
    stroke: rgba(0,0,0,0);    
    fill: none;
}

line.NikEdgeBefore {

}

line.NikEdgeAfter {
    stroke: green;
}


line.NikEdgeChoose {
    cursor: pointer;
}

line.NikEdgeChoose:hover {
    stroke: cyan;
}

line.NikEdgeWrong {
    stroke: magenta;
}

/*------------------------------ circle --------------------------------------*/

circle.start {
    fill: green;
}

circle.error {
    fill: red;
}

