1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00
pdf2htmlEX/lib/all.css

36 lines
532 B
CSS
Raw Normal View History

2012-08-14 12:30:18 +00:00
#pdf-main {
font-family: sans-serif;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
overflow:auto;
background-color:grey;
/* for Chrome & Safari */
2012-08-16 10:44:42 +00:00
-webkit-text-stroke-width:0.13px;
2012-08-14 12:30:18 +00:00
}
2012-08-16 13:38:36 +00:00
.p {
2012-08-14 12:30:18 +00:00
position:relative;
margin:13px auto;
background-color:white;
overflow:hidden;
display:none;
}
2012-08-16 13:38:36 +00:00
.l {
2012-08-14 12:30:18 +00:00
position:absolute;
white-space:pre;
}
2012-08-16 13:38:36 +00:00
._ {
2012-08-16 10:44:42 +00:00
color:transparent;
2012-08-14 12:30:18 +00:00
}
::selection{
background: rgba(168,209,255,0.5);
}
::-moz-selection{
background: rgba(168,209,255,0.5);
}
2012-08-16 13:38:36 +00:00
.i {
2012-08-14 12:30:18 +00:00
position:absolute;
}