comparison client/digitallibrary/jquery/svg/jquery.digilibSVG.css @ 778:f8235c42f4a0 jquery

more preparations for SVG measuring tool
author hertzhaft
date Sun, 13 Feb 2011 01:12:45 +0100
parents client/digitallibrary/jquery/jquery.digilib.css@6d7c51e4724b
children d5f47dfaf0ce
comparison
equal deleted inserted replaced
777:34bba748004d 778:f8235c42f4a0
1 /*
2 * CSS style file for digilib SVG measuring tool
3 *
4 * Martin Raspe, Robert Casties, 11.1.2011
5 */
6 body {
7 background: silver;
8 font-family: Tahoma, Helvetica, Arial;
9 }
10
11 div#svg-toolbar {
12 border: 1px solid black;
13 color: black;
14 background-color: grey;
15 position: fixed;
16 left: 10px;
17 bottom: 10px;
18 }
19
20 select {
21 border: none;
22 background-color: grey;
23 color: lightgreen;
24 font-size: 12px;
25 }
26
27 span {
28 font-size: 12px;
29 }
30
31 span#svg-pixel, span#svg-pixelfactor {
32 width: 50px;
33 background-color: silver;
34 color: white;
35 }
36
37
38 div.digilib {
39 margin: 0px;
40 }
41
42 div.svg {
43 position: absolute;
44 background: transparent;
45 }
46
47 td {
48 vertical-align: top;
49 }
50
51 div#test:hover {
52 background-color: cornsilk;
53 }
54
55 #debug {
56 background-color: beige;
57 position: absolute;
58 opacity: 50%;
59 top: 4px;
60 left: 300px;
61 width: 500px;
62 padding: 0px 5px;
63 font-family: Arial;
64 font-size: 9px;
65 display: none;
66 }
67
68 div._log {
69 color: grey;
70 }
71
72 div._debug {
73 color: darkgreen;
74 }
75
76 div._error {
77 color: red;
78 }
79