Skip to content

Instantly share code, notes, and snippets.

@itsmeow
Last active December 1, 2022 04:14
Show Gist options
  • Save itsmeow/d506da6c2cccf99242b302ccae0c353a to your computer and use it in GitHub Desktop.
Save itsmeow/d506da6c2cccf99242b302ccae0c353a to your computer and use it in GitHub Desktop.
Dark theme for Norton InQuizitive
/* ==UserStyle==
@name InQuizitive Dark
@namespace itsmeow.dev
@updateURL https://gist.github.com/itsmeow/d506da6c2cccf99242b302ccae0c353a/raw/inquizitive-dark.user.css
@version 1.0.2
@description Dark theme for Norton InQuizitive
@author itsmeow
==/UserStyle== */
@-moz-document domain("ncia.wwnorton.com") {
body {
background-color: #101010;
color: #e8e8e8;
}
.layer_holder,
.layer_holder_buttons,
#outer_holder,
#banner,
#main_question_holder,
#question_toc,
#bet_holder,
#grade_holder,
#score_holder,
#loading_screen,
#dr_canvas_outer,
.ms_correct_answers,
.ms_incorrect_answers,
#category_summary_outer {
background-color: #101010;
}
.feedback img {
background-color: #fff;
padding: 10px;
}
.faq_question_feedback_bottom_message {
color: #c0c0c0;
}
.ms_answer_holder_header {
color: #c0c0c0;
}
.dragblank_labels, .matching_labels, .dragdrop_labels {
background-color: #56c;
}
.matching_target, .dragblank_target {
background: #202020;
border: 3px dotted #56c;
color: white;
}
.matching_target_on, .dragblank_target_on {
background: #fc0;
}
.mc_choice, .dragblank_label, .matching_label, .dragdrop_label {
background-color: #fc0;
border: 0;
color: black;
}
.activity_scoreboard, #scoreboard {
color: #fff;
}
#score_amount {
text-shadow: #000 0 0 3px;
}
input[type="range"] {
border-color: #202020;
}
.highcharts-graph {
stroke: white;
}
#score_amount_outer {
color: white;
}
.TX, .TXC {
color: #e8e8e8;
}
.FIGN, .KT, .su-navbar > label, .TN {
color: white;
}
.FC {
color: white;
}
.BL, .NL, .UL {
color: #e8e8e8;
}
.H2 + .TX-inline {
color: #e8e8e8;
}
.figure {
border-top-color: white;
border-bottom-color: white;
}
.sec-explore::before {
background-color: #202020;
}
.sec-explore::after {
border-top-color: #202020;
}
.sec-cyu::before {
background-color: #202020;
}
.figure--iframe, .figure--video {
background-color: #202020;
}
.su-navbar, .su-header, .sec-sucl, .sec-sucl .FIGN {
color: black;
}
.ui-widget-content {
background: #101010;
background-color: #101010;
color: #e8e8e8;
}
.dragblank_target_correct {
background: #5cb85c;
}
#inquizitive_banner_title,
#banner_quizmo,
.checked_item {
filter: invert(1);
}
.answers_holder {
min-height: 200px;
border: 1px dashed #e8e8e8;
padding: 0 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment