Active Recall Learning Custom CSS

Is there any way to apply this to image occlusion cards?

2 Likes

I’m also wondering if this is possible. it would be really awesome!

1 Like

Hi,
Does this CSS still work with 1.8.8 version ?
Regards

Hi… Thanks for this plugin
But i was searching for a way to do this directly over pdf couldn’t find any… Is there any way to do this directly over a pdf using any app

Use Below Custom CSS.

How to Use

Highlight the text in pdf.

Highlighted text converted into hidden rem

hover over the hidden text → reveals the text

.Highlight__part:hover {

background-image: none;

}

.Highlight__part {

background-image: linear-gradient(45deg,black 100%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff);

}

1 Like

.Highlight__part:hover {

background-image: none;

}

.Highlight__part {

background-image: linear-gradient(45deg,black 100%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff);

}