mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
update css
This commit is contained in:
parent
9ed6e9c325
commit
f43b14dee4
@ -10,18 +10,18 @@
|
|||||||
/* for Chrome & Safari */
|
/* for Chrome & Safari */
|
||||||
-webkit-text-stroke-width:0.13px;
|
-webkit-text-stroke-width:0.13px;
|
||||||
}
|
}
|
||||||
#pdf-main > .p {
|
.p {
|
||||||
position:relative;
|
position:relative;
|
||||||
margin:13px auto;
|
margin:13px auto;
|
||||||
background-color:white;
|
background-color:white;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.p > .l {
|
.l {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
white-space:pre;
|
white-space:pre;
|
||||||
}
|
}
|
||||||
.l > ._ {
|
._ {
|
||||||
color:transparent;
|
color:transparent;
|
||||||
}
|
}
|
||||||
::selection{
|
::selection{
|
||||||
@ -30,6 +30,6 @@
|
|||||||
::-moz-selection{
|
::-moz-selection{
|
||||||
background: rgba(168,209,255,0.5);
|
background: rgba(168,209,255,0.5);
|
||||||
}
|
}
|
||||||
.p > .i {
|
.i {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user