source: main/trunk/model-cols-dev/pei-jones/collect/photos/script/image-annotator/css/annotation.css@ 27948

Last change on this file since 27948 was 27948, checked in by davidb, 11 years ago

First cut at a collection specificially designed to annotate the photos of the Pei Jones collection

File size: 4.4 KB
Line 
1.image-annotate-add {
2 background: #fff url(../images/asterisk_yellow.png) no-repeat 3px 3px;
3 border: solid 1px #ccc !important;
4 color: #000 !important;
5 cursor: pointer;
6 display: block;
7 float: left;
8 font-family: Verdana, Sans-Serif;
9 font-size: 12px;
10 height: 18px;
11 line-height: 18px;
12 padding: 2px 0 2px 24px;
13 margin: 5px 0;
14 width: 64px;
15 text-decoration: none;
16}
17.image-annotate-add:hover {
18 background-color: #eee;
19}
20.image-annotate-canvas {
21 border: solid 1px #ccc;
22 background-position: left top;
23 background-repeat: no-repeat;
24 display: block;
25 margin: 0;
26 position: relative;
27}
28.image-annotate-view {
29 display: none;
30 position: relative;
31}
32.image-annotate-area {
33 border: 1px solid #000000;
34 position: absolute;
35}
36.image-annotate-area div {
37 border: 1px solid #FFFFFF;
38 display: block;
39}
40.image-annotate-area-hover div {
41 border-color: yellow !important;
42}
43.image-annotate-area-editable {
44 cursor: pointer;
45}
46.image-annotate-area-editable-hover div {
47 border-color: #00AD00 !important;
48}
49.image-annotate-note {
50 background: #E7FFE7 none repeat scroll 0 0;
51 border: solid 1px #397F39;
52 color: #000;
53 display: none;
54 font-family: Verdana, Sans-Serif;
55 font-size: 12px;
56 max-width: 200px;
57 padding: 3px 7px;
58 position: absolute;
59}
60.image-annotate-note .actions {
61 display: block;
62 font-size: 80%;
63}
64.image-annotate-edit {
65 display: none;
66}
67#image-annotate-edit-form {
68 background: #FFFEE3 none repeat scroll 0 0;
69 border: 1px solid #000000;
70 height: 78px;
71 padding: 7px;
72 position: absolute;
73 width: 250px;
74}
75#image-annotate-edit-form form {
76 clear: right;
77 margin: 0 !important;
78 padding: 0;
79 z-index: 999;
80}
81#image-annotate-edit-form .box {
82 margin: 0;
83}
84#image-annotate-edit-form input.form-text, #image-annotate-edit-form #edit-comment-wrapper textarea {
85 width: 90%;
86}
87#image-annotate-edit-form textarea {
88 height: 50px;
89 font-family: Verdana, Sans-Serif;
90 font-size: 12px;
91 width: 248px;
92}
93#image-annotate-edit-form fieldset {
94 background: transparent none repeat scroll 0 0;
95}
96#image-annotate-edit-form .form-item {
97 margin: 0 0 5px;
98}
99#image-annotate-edit-form .form-button, #image-annotate-edit-form .form-submit {
100 margin: 0;
101}
102#image-annotate-edit-form a {
103 background-color: #fff;
104 background-repeat: no-repeat;
105 background-position: 3px 3px;
106 border: solid 1px #ccc;
107 color: #333;
108 cursor: pointer;
109 display: block;
110 float: left;
111 font-family: Verdana, Sans-Serif;
112 font-size: 12px;
113 height: 18px;
114 line-height: 18px;
115 padding: 2px 0 2px 24px;
116 margin: 3px 6px 3px 0;
117 width: 48px;
118}
119#image-annotate-edit-form a:hover {
120 background-color: #eee;
121}
122.image-annotate-edit-area {
123 border: 1px solid black;
124 cursor: move;
125 display: block;
126 height: 60px;
127 left: 10px;
128 margin: 0;
129 padding: 0;
130 position: absolute;
131 top: 10px;
132 width: 60px;
133}
134.image-annotate-edit-area .ui-resizable-handle {
135 opacity: 0.8;
136}
137.image-annotate-edit-ok {
138 background-image: url(../images/accept.png);
139}
140.image-annotate-edit-delete {
141 background-image: url(../images/delete.png);
142}
143.image-annotate-edit-close {
144 background-image: url(../images/cross.png);
145}
146.ui-resizable {
147 position: relative;
148}
149.ui-resizable-handle {
150 position: absolute;
151 font-size: 0.1px;
152 z-index: 99999;
153 display: block;
154}
155.ui-resizable-disabled .ui-resizable-handle, .ui-resizable- autohide .ui-resizable-handle {
156 display: block;
157}
158.ui-resizable-n {
159 cursor: n-resize;
160 height: 7px;
161 width: 100%;
162 top: -5px;
163 left: 0px;
164}
165.ui-resizable-s {
166 cursor: s-resize;
167 height: 7px;
168 width: 100%;
169 bottom: -5px;
170 left: 0px;
171}
172.ui-resizable-e {
173 cursor: e-resize;
174 width: 7px;
175 right: -5px;
176 top: 0px;
177 height: 100%;
178}
179.ui-resizable-w {
180 cursor: w-resize;
181 width: 7px;
182 left: -5px;
183 top: 0px;
184 height: 100%;
185}
186.ui-resizable-se {
187 cursor: se-resize;
188 width: 12px;
189 height: 12px;
190 right: 1px;
191 bottom: 1px;
192}
193.ui-resizable-sw {
194 cursor: sw-resize;
195 width: 9px;
196 height: 9px;
197 left: -5px;
198 bottom: -5px;
199}
200.ui-resizable-nw {
201 cursor: nw-resize;
202 width: 9px;
203 height: 9px;
204 left: -5px;
205 top: -5px;
206}
207.ui-resizable-ne {
208 cursor: ne-resize;
209 width: 9px;
210 height: 9px;
211 right: -5px;
212 top: -5px;
213}
Note: See TracBrowser for help on using the repository browser.