Skip to content

Instantly share code, notes, and snippets.

View daledesilva's full-sized avatar
👋

Dale de Silva daledesilva

👋
View GitHub Profile
/* Adjust Media Grid Text */
/* Updated: 04/08/2020 */
.ev-media-grid-item-title {
font-size: 1.3em !important;
margin-bottom: 0.3em;
}
/* Fill Notification Dialog Icons */
/* Updated: 04/08/2020 */
.ev-notify .ev-notify-icon .ev-icon
{
color: #fff;
}
.ev-notify .ev-notify-prompt.ev-is-correct-feedback .ev-notify-icon .ev-icon
{
color: #fff;
background-color: #00ac3e;
/* Remove Submitted MCQ Tick or Cross */
/* Updated: 04/08/2020 */
.ev-buttons-marking-icon {
display: none;
}
/* Remove MCQ Feedback Button */
/* Updated: 04/08/2020 */
.ev-buttons-feedback {
display: none;
}
/* Article Clipping */
/* Updated: 04/08/2020 */
.ev-article {
overflow: hidden;
}
/* Enlarge Button Icons */
/* Updated: 04/08/2020 */
.ev-button .ev-icon {
font-size: 1.35em
}
/* Hide Locked Articles */
/* Updated: 04/08/2020 */
.ev-article-is-locked {
display: none;
}
@daledesilva
daledesilva / lottie_iframe-screenreader.html
Last active November 6, 2020 00:34
Accessible Lottie in iframe [template]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
* {
margin: 0;
@daledesilva
daledesilva / lottie_iframe.html
Last active November 6, 2020 00:34
Lottie in iframe [template]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
* {
margin: 0;