Last active
December 1, 2022 04:14
-
-
Save itsmeow/d506da6c2cccf99242b302ccae0c353a to your computer and use it in GitHub Desktop.
Revisions
-
itsmeow revised this gist
Dec 1, 2022 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ @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== */ @@ -77,6 +77,12 @@ .FC { color: white; } .BL, .NL, .UL { color: #e8e8e8; } .H2 + .TX-inline { color: #e8e8e8; } .figure { border-top-color: white; border-bottom-color: white; @@ -105,7 +111,8 @@ background: #5cb85c; } #inquizitive_banner_title, #banner_quizmo, .checked_item { filter: invert(1); } .answers_holder { -
itsmeow revised this gist
Dec 1, 2022 . 1 changed file with 26 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ @name InQuizitive Dark @namespace itsmeow.dev @updateURL https://gist.github.com/itsmeow/d506da6c2cccf99242b302ccae0c353a/raw/inquizitive-dark.user.css @version 1.0.1 @description Dark theme for Norton InQuizitive @author itsmeow ==/UserStyle== */ @@ -27,10 +27,28 @@ #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; @@ -72,6 +90,9 @@ .sec-cyu::before { background-color: #202020; } .figure--iframe, .figure--video { background-color: #202020; } .su-navbar, .su-header, .sec-sucl, .sec-sucl .FIGN { color: black; } @@ -80,6 +101,9 @@ background-color: #101010; color: #e8e8e8; } .dragblank_target_correct { background: #5cb85c; } #inquizitive_banner_title, #banner_quizmo { filter: invert(1); -
itsmeow revised this gist
Dec 1, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ /* ==UserStyle== @name InQuizitive Dark @namespace itsmeow.dev @updateURL https://gist.github.com/itsmeow/d506da6c2cccf99242b302ccae0c353a/raw/inquizitive-dark.user.css @version 1.0.0 @description Dark theme for Norton InQuizitive @author itsmeow -
itsmeow created this gist
Dec 1, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,92 @@ /* ==UserStyle== @name InQuizitive Dark @namespace itsmeow.dev @updateURL https://gist.github.com/itsmeow/NULL/raw/inquizitive-dark.user.css @version 1.0.0 @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; } .ms_answer_holder_header { color: #c0c0c0; } .mc_choice { 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; } .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; } .su-navbar, .su-header, .sec-sucl, .sec-sucl .FIGN { color: black; } .ui-widget-content { background: #101010; background-color: #101010; color: #e8e8e8; } #inquizitive_banner_title, #banner_quizmo { filter: invert(1); } .answers_holder { min-height: 200px; border: 1px dashed #e8e8e8; padding: 0 5px; } }