comparison webapp/src/main/webapp/jquery/jquery.digilib.css @ 1083:bab0bdac6d92

first version of annotations plugin. moved mark background image.
author robcast
date Wed, 30 May 2012 21:42:44 +0200
parents 27ee06879f14
children 16215fc22fbf
comparison
equal deleted inserted replaced
1082:6407c33355a2 1083:bab0bdac6d92
40 } 40 }
41 41
42 div.dl-digilib div.dl-mark { 42 div.dl-digilib div.dl-mark {
43 position: absolute; 43 position: absolute;
44 color: white; 44 color: white;
45 background: url('../greyskin/mark-bg-16.png'); 45 background: url('img/mark-bg-16.png');
46 font-family: Verdana, Arial, Helvetica, sans-serif; 46 font-family: Verdana, Arial, Helvetica, sans-serif;
47 font-weight: bold; 47 font-weight: bold;
48 font-size: 11px; 48 font-size: 11px;
49 height: 15px; 49 height: 16px;
50 width: 16px; 50 width: 16px;
51 padding-top: 1px; 51 padding-top: 1px;
52 text-align: center; 52 text-align: center;
53 z-index: 10; 53 z-index: 10;
54 }
55
56 div.dl-digilib div.dl-annotationmark {
57 position: absolute;
58 color: black;
59 background: url('img/annotationmark-bg-16.png');
60 /* background-color: yellow; */
61 font-family: Verdana, Arial, Helvetica, sans-serif;
62 font-weight: bold;
63 font-size: 11px;
64 height: 16px;
65 width: 16px;
66 padding-top: 1px;
67 text-align: center;
68 z-index: 10;
54 } 69 }
55 70
56 div.dl-digilib div.dl-about { 71 div.dl-digilib div.dl-about {
57 position: absolute; 72 position: absolute;
58 padding: 10px; 73 padding: 10px;