Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
a-doc-editor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
a-doc-editor
Commits
940f5e70
Commit
940f5e70
authored
Jan 15, 2024
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes like cursor, e nter, backspace, width, numbering count and font size
parent
632d63be
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
27 deletions
+66
-27
a-doc-editor.css
dist/assets/a-doc-editor.css
+40
-3
a-doc-editor.js
dist/assets/a-doc-editor.js
+0
-0
favicon.svg
dist/assets/favicon.svg
+13
-12
favicon.svg
dist/favicon.svg
+13
-12
No files found.
dist/assets/a-doc-editor.css
View file @
940f5e70
...
@@ -9,6 +9,10 @@
...
@@ -9,6 +9,10 @@
justify-content
:
flex-start
;
justify-content
:
flex-start
;
}
}
hidden
{
display
:
none
;
}
.header
{
.header
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
...
@@ -21,7 +25,31 @@
...
@@ -21,7 +25,31 @@
width
:
100%
;
width
:
100%
;
background
:
pink
;
background
:
pink
;
display
:
flex
;
display
:
flex
;
gap
:
10px
;
}
.toolbar
[
adc-type
=
"menu-options"
]
{
position
:
absolute
;
opacity
:
0
;
pointer-events
:
none
;
border-radius
:
5px
;
background-color
:
goldenrod
;
}
.toolbar
[
adc-type
=
"menu-item"
]
:hover
[
adc-type
=
"menu-options"
]
{
opacity
:
1
;
z-index
:
10
;
pointer-events
:
auto
;
}
.toolbar
[
adc-type
=
"menu-options"
]
[
adc-type
=
"sub-menu"
]
{
border-radius
:
5px
;
min-width
:
100px
;
padding
:
5px
;
background-color
:
goldenrod
;
}
.toolbar
[
adc-type
=
"menu-options"
]
[
adc-type
=
"sub-menu"
]
:hover
{
background-color
:
gold
;
}
}
.toolbar
.item
{
.toolbar
.item
{
...
@@ -36,7 +64,8 @@
...
@@ -36,7 +64,8 @@
margin
:
4px
;
margin
:
4px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.popover
{
.popover
{
position
:
absolute
;
position
:
absolute
;
padding
:
5px
;
padding
:
5px
;
background-color
:
gray
;
background-color
:
gray
;
...
@@ -44,32 +73,40 @@
...
@@ -44,32 +73,40 @@
opacity
:
0
;
opacity
:
0
;
pointer-events
:
none
;
pointer-events
:
none
;
}
}
.popover.show
{
.popover.show
{
opacity
:
1
;
opacity
:
1
;
pointer-events
:
auto
;
pointer-events
:
auto
;
z-index
:
10
;
z-index
:
10
;
}
}
.toolbar
.item
:hover
{
.toolbar
.item
:hover
{
background
:
#5fad5f
;
background
:
#5fad5f
;
}
}
[
adc-type
=
"popover"
]
{
[
adc-type
=
"popover"
]
{
pointer-events
:
none
;
pointer-events
:
none
;
}
}
.small-input
{
.small-input
{
width
:
50px
;
width
:
50px
;
}
}
.small-btn
{
.small-btn
{
width
:
25px
;
width
:
25px
;
}
}
.option
{
.option
{
border
:
1px
solid
black
;
border
:
1px
solid
black
;
padding
:
5px
;
padding
:
5px
;
margin
:
5px
;
margin
:
5px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.option
:hover
{
.option
:hover
{
background-color
:
#f5c468
;
background-color
:
#f5c468
;
}
}
.page-list
{
.page-list
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
block
;
...
...
dist/assets/a-doc-editor.js
View file @
940f5e70
This diff is collapsed.
Click to expand it.
dist/assets/favicon.svg
View file @
940f5e70
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
fill=
"#000000"
version=
"1.1"
id=
"Capa_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
<svg
fill=
"#000000"
version=
"1.1"
id=
"Capa_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"800px"
height=
"800px"
viewBox=
"0 0 528.899 528.899"
width=
"800px"
height=
"800px"
viewBox=
"0 0 528.899 528.899"
xml:space=
"preserve"
>
xml:space=
"preserve"
>
<g>
<g>
<path
d=
"M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981
<path
d=
"M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981
c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611
c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611
C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069
C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069
L27.473,390.597L0.3,512.69z"
/>
L27.473,390.597L0.3,512.69z"
/>
</g>
</g>
</svg>
</svg>
\ No newline at end of file
dist/favicon.svg
View file @
940f5e70
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
fill=
"#000000"
version=
"1.1"
id=
"Capa_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
<svg
fill=
"#000000"
version=
"1.1"
id=
"Capa_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"800px"
height=
"800px"
viewBox=
"0 0 528.899 528.899"
width=
"800px"
height=
"800px"
viewBox=
"0 0 528.899 528.899"
xml:space=
"preserve"
>
xml:space=
"preserve"
>
<g>
<g>
<path
d=
"M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981
<path
d=
"M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981
c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611
c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611
C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069
C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069
L27.473,390.597L0.3,512.69z"
/>
L27.473,390.597L0.3,512.69z"
/>
</g>
</g>
</svg>
</svg>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment