Skip to content

RoamPDF by cristiansofronie

Details

Authorcristiansofronie

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

RoamPDF enhancements.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           RoamPDF
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
@-moz-document url-prefix("https://roampdf.web.app") {
.toolbar {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #00000047 !important;
    display: none;
}

.toolbar button {
    opacity: 0.2;
}

.Highlight__parts,
.PdfHighlighter__highlight-layer,
.Highlight {
    z-index: -1 !important;
}

.textLayer,
.textLayer span {
    z-index: 10 !important;
}

.Highlight {
    opacity: 0.4;
}

.Highlight__parts {
    transform: scaleX(1.1) translateX(-40px);
}

.PdfHighlighter__tip-container {
    z-index: 11 !important;
}

.annotationLayer {
    z-index: 11;
}

.annotationLayer section:hover {
    background-color: blue;
}

.annotationLayer section {
    height: 5px !important;
}

/*
.textLayer span:hover {
    outline: 1px solid gray;
}
*/

body {
    background-color: #000d1a;
    background-image: none !important;
}

.textLayer {
    background-image: url(https://storage.googleapis.com/webdesignledger.pub.network/LaT/edd/2016/02/tan-vintage-paper-texture-35.jpg) !important;
    
}

.textLayer ::selection {
    background: rgb(167 180 119 / 50%)!important;
}
}

Reviews

No reviews yet.