UNPKG
annotorious
Version:
latest (0.6.4)
0.6.4
This is an image annotation tool that can also be used for openseadragon comments.
annotorious
/
example
/
example.css
20 lines
(17 loc)
•
242 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html
,
body
{
background-color
:
#e8e8e8
;
min-height
:
100%
;
padding
:
0
;
margin
:
0
; }
.column
{
width
:
80%
;
margin
:
0
auto;
padding
:
10px
20px
;
background-color
:
#fff
;
height
:
100%
; }
button
{
padding
:
10px
25px
;
font-size
:
16px
; }