Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F5665575
simplemde.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
simplemde.css
View Options
.
CodeMirror
{
height
:
auto
;
min-height
:
300
px
;
border
:
1
px
solid
#ddd
;
border-bottom-left-radius
:
4
px
;
border-bottom-right-radius
:
4
px
;
padding
:
10
px
;
font
:
inherit
;
z-index
:
1
;
}
.
CodeMirror-scroll
{
min-height
:
300
px
}
.
CodeMirror-fullscreen
{
background
:
#fff
;
position
:
fixed
!important
;
top
:
50
px
;
left
:
0
;
right
:
0
;
bottom
:
0
;
height
:
auto
;
z-index
:
9
;
}
.
CodeMirror-sided
{
width
:
50
%
!important
;
}
.
editor-toolbar
{
position
:
relative
;
opacity
:
.6
;
-webkit-
user-select
:
none
;
-moz-
user-select
:
none
;
-ms-
user-select
:
none
;
-o-
user-select
:
none
;
user-select
:
none
;
padding
:
0
10
px
;
border-top
:
1
px
solid
#bbb
;
border-left
:
1
px
solid
#bbb
;
border-right
:
1
px
solid
#bbb
;
border-top-left-radius
:
4
px
;
border-top-right-radius
:
4
px
;
}
.
editor-toolbar
:
after
,
.
editor-toolbar
:
before
{
display
:
block
;
content
:
' '
;
height
:
1
px
;
}
.
editor-toolbar
:
before
{
margin-bottom
:
8
px
}
.
editor-toolbar
:
after
{
margin-top
:
8
px
}
.
editor-toolbar
:
hover
,
.
editor-wrapper
input
.
title
:
focus
,
.
editor-wrapper
input
.
title
:
hover
{
opacity
:
.8
}
.
editor-toolbar
.
fullscreen
{
width
:
100
%
;
height
:
50
px
;
overflow-x
:
auto
;
overflow-y
:
hidden
;
white-space
:
nowrap
;
padding-top
:
10
px
;
padding-bottom
:
10
px
;
box-sizing
:
border-box
;
background
:
#fff
;
border
:
0
;
position
:
fixed
;
top
:
0
;
left
:
0
;
opacity
:
1
;
z-index
:
9
;
}
.
editor-toolbar
.
fullscreen
::
before
{
width
:
20
px
;
height
:
50
px
;
background
:
-moz-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
1
)
0
%
,
rgba
(
255
,
255
,
255
,
0
)
100
%
);
background
:
-webkit-
gradient
(
linear
,
left
top
,
right
top
,
color
-stop
(
0
%
,
rgba
(
255
,
255
,
255
,
1
)),
color-stop
(
100
%
,
rgba
(
255
,
255
,
255
,
0
)));
background
:
-webkit-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
1
)
0
%
,
rgba
(
255
,
255
,
255
,
0
)
100
%
);
background
:
-o-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
1
)
0
%
,
rgba
(
255
,
255
,
255
,
0
)
100
%
);
background
:
-ms-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
1
)
0
%
,
rgba
(
255
,
255
,
255
,
0
)
100
%
);
background
:
linear-gradient
(
to
right
,
rgba
(
255
,
255
,
255
,
1
)
0
%
,
rgba
(
255
,
255
,
255
,
0
)
100
%
);
position
:
fixed
;
top
:
0
;
left
:
0
;
margin
:
0
;
padding
:
0
;
}
.
editor-toolbar
.
fullscreen
::
after
{
width
:
20
px
;
height
:
50
px
;
background
:
-moz-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0
)
0
%
,
rgba
(
255
,
255
,
255
,
1
)
100
%
);
background
:
-webkit-
gradient
(
linear
,
left
top
,
right
top
,
color
-stop
(
0
%
,
rgba
(
255
,
255
,
255
,
0
)),
color-stop
(
100
%
,
rgba
(
255
,
255
,
255
,
1
)));
background
:
-webkit-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0
)
0
%
,
rgba
(
255
,
255
,
255
,
1
)
100
%
);
background
:
-o-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0
)
0
%
,
rgba
(
255
,
255
,
255
,
1
)
100
%
);
background
:
-ms-
linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0
)
0
%
,
rgba
(
255
,
255
,
255
,
1
)
100
%
);
background
:
linear-gradient
(
to
right
,
rgba
(
255
,
255
,
255
,
0
)
0
%
,
rgba
(
255
,
255
,
255
,
1
)
100
%
);
position
:
fixed
;
top
:
0
;
right
:
0
;
margin
:
0
;
padding
:
0
;
}
.
editor-toolbar
a
{
display
:
inline-block
;
text-align
:
center
;
text-decoration
:
none
!important
;
color
:
#2c3e50
!important
;
width
:
30
px
;
height
:
30
px
;
margin
:
0
;
border
:
1
px
solid
transparent
;
border-radius
:
3
px
;
cursor
:
pointer
;
}
.
editor-toolbar
a
.
active
,
.
editor-toolbar
a
:
hover
{
background
:
#fcfcfc
;
border-color
:
#95a5a6
;
}
.
editor-toolbar
a
:
before
{
line-height
:
30
px
}
.
editor-toolbar
i
.
separator
{
display
:
inline-block
;
width
:
0
;
border-left
:
1
px
solid
#d9d9d9
;
border-right
:
1
px
solid
#fff
;
color
:
transparent
;
text-indent
:
-10
px
;
margin
:
0
6
px
;
}
.
editor-toolbar
a
.
fa-header-x
:
after
{
font-family
:
Arial
,
"Helvetica Neue"
,
Helvetica
,
sans-serif
;
font-size
:
65
%
;
vertical-align
:
text
-
bottom
;
position
:
relative
;
top
:
2
px
;
}
.
editor-toolbar
a
.
fa-header-1
:
after
{
content
:
"1"
;
}
.
editor-toolbar
a
.
fa-header-2
:
after
{
content
:
"2"
;
}
.
editor-toolbar
a
.
fa-header-3
:
after
{
content
:
"3"
;
}
.
editor-toolbar
a
.
fa-header-bigger
:
after
{
content
:
"▲"
;
}
.
editor-toolbar
a
.
fa-header-smaller
:
after
{
content
:
"▼"
;
}
.
editor-toolbar
.
disabled-for-preview
a
:
not
(
.
no-disable
)
{
pointer-events
:
none
;
background
:
#fff
;
border-color
:
transparent
;
text-shadow
:
inherit
;
}
@
media
only
screen
and
(
max-width
:
700px
)
{
.
editor-toolbar
a
.
no-mobile
{
display
:
none
;
}
}
.
editor-statusbar
{
padding
:
8
px
10
px
;
font-size
:
12
px
;
color
:
#959694
;
text-align
:
right
;
}
.
editor-statusbar
span
{
display
:
inline-block
;
min-width
:
4
em
;
margin-left
:
1
em
;
}
.
editor-statusbar
.
lines
:
before
{
content
:
'lines: '
}
.
editor-statusbar
.
words
:
before
{
content
:
'words: '
}
.
editor-preview
{
padding
:
10
px
;
position
:
absolute
;
width
:
100
%
;
height
:
100
%
;
top
:
0
;
left
:
0
;
background
:
#fafafa
;
z-index
:
7
;
overflow
:
auto
;
display
:
none
;
box-sizing
:
border-box
;
}
.
editor-preview-side
{
padding
:
10
px
;
position
:
fixed
;
bottom
:
0
;
width
:
50
%
;
top
:
50
px
;
right
:
0
;
background
:
#fafafa
;
z-index
:
9
;
overflow
:
auto
;
display
:
none
;
box-sizing
:
border-box
;
border
:
1
px
solid
#ddd
;
}
.
editor-preview-active-side
{
display
:
block
}
.
editor-preview-active
{
display
:
block
}
.
editor-preview
>
p
,
.
editor-preview-side
>
p
{
margin-top
:
0
}
.
editor-preview
pre
,
.
editor-preview-side
pre
{
background
:
#eee
;
margin-bottom
:
10
px
;
}
.
editor-preview
table
td
,
.
editor-preview
table
th
,
.
editor-preview-side
table
td
,
.
editor-preview-side
table
th
{
border
:
1
px
solid
#ddd
;
padding
:
5
px
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-tag
{
color
:
#63a35c
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-attribute
{
color
:
#795da3
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-string
{
color
:
#183691
;
}
.
CodeMirror
.
CodeMirror-selected
{
background
:
#d9d9d9
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-header-1
{
font-size
:
200
%
;
line-height
:
200
%
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-header-2
{
font-size
:
160
%
;
line-height
:
160
%
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-header-3
{
font-size
:
125
%
;
line-height
:
125
%
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-header-4
{
font-size
:
110
%
;
line-height
:
110
%
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-comment
{
background
:
rgba
(
0
,
0
,
0
,
.05
);
border-radius
:
2
px
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-link
{
color
:
#7f8c8d
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-url
{
color
:
#aab2b3
;
}
.
CodeMirror
.
CodeMirror-code
.
cm-strikethrough
{
text-decoration
:
line-through
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 7, 23:21 (2 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
734684
Default Alt Text
simplemde.css (6 KB)
Attached To
Mode
rMDE sealmde-markdown-editor
Attached
Detach File
Event Timeline
Log In to Comment