UNPKG
summernote
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.1
0.6.0-ga
0.5.9
Super simple WYSIWYG editor
summernote/summernote
summernote
/
dist
/
plugin
/
databasic
/
summernote-ext-databasic.css
17 lines
(15 loc)
•
254 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.ext-databasic
{
position
: relative;
display
: block;
min-height
:
50px
;
background-color
: cyan;
text-align
: center;
padding
:
20px
;
border
:
1px
solid white;
border-radius
:
10px
; }
.ext-databasic
p
{
color
: white;
font-size
:
1.2em
;
margin
:
0
; }