view webapp/src/main/webapp/jquery/jquery.digilib.measure.css @ 1373:81ece2629d42

show construction lines; todo list for measure plugin
author hertzhaft
date Tue, 24 Feb 2015 10:37:09 +0100
parents a71ca1a6251c
children 9f0bf576214c
line wrap: on
line source

/* 
 * CSS style file for jQuery digilib
 *
 * Martin Raspe, Robert Casties, 26.3.2012
 */

div#dl-measure-toolbar {
    font-size: 90%;
    display: none;
	border: 1px solid grey;
	border-radius: 20px;
	background-color: silver;
    padding: 5px;
    position: absolute;
    z-index: 20;
}

input#dl-measure-value1 {
    font-size: 100%;
    width: 8em;
    text-align: right;
}

input#dl-measure-value1:disabled {
    color: black;
	background-color: silver;
	border: none;
}

span.dl-measure-label {
    padding: 0px 5px;
    }

span#dl-measure-shapeinfo {
    display: inline-block;
    width: 5em;
    text-align: right;
    }

span#dl-measure-value2 {
    display: inline-block;
    width: 6em;
    }

span.dl-measure-number {
    display: inline-block;
    color: lightgreen;
    background-color: #606060;
    padding: 2px;
    width: 4em;
    text-align: center;
    }

select#dl-measure-shape, select#dl-measure-unit1, select#dl-measure-unit2 {
    font-size: 100%;
    border: none;
    background-color: silver;
    /* width: 12em; */
    margin: 0px 2px;
    }

select#dl-measure-shape  {
    color: lightgreen;
    background-color: #606060;
    width: 9em;
    }

/* select#dl-measure-shape:focus  {
    color: black;
    background-color: white;
    }
*/

option:disabled {
    color: black;
}

button.dl-drawing {
    background-color: lightgreen;
}

option.dl-units {
    margin-left: 10px;
}

img#dl-measure-move {
    vertical-align: middle;
    margin: 0px 4px 4px 0px;
}

.dl-measure-shape {
    pointer-events: visibleStroke;
}

.dl-measure-shape:hover {
    stroke: lightcyan;
}

.dl-measure-selected {
    stroke: cyan;
}

.dl-measure-guide {
    stroke: blue;
    stroke-dasharray: 10 5;
    fill: none;
}

.dl-measure-constr {
    stroke: cornsilk;
    stroke-dasharray: 3 3;
    fill: none;
}