/* ==UserStyle== @name Studium @namespace github.com/UNICT-DMI/UniCTUserStyles @version 1.0.3 @description Userstyle for Studium @author Domenico Blanco ==/UserStyle== */ @-moz-document domain("studium.unict.it"), domain("studiumarchive.unict.it") { :root { color-scheme: dark; --primary-color: #18191a; --secondary-color: #242526; --third-color: #3a3b3c; --text: teal; --secondary-text: #1084a7; } #content, #menu, body, #global_course_name, #header3, .headerinner, #current, .headerinner, #header2, #header2redborder, .actions, td, #announcements_list, .quiz_content_actions, .headerinner, .section_white, .sectiontitle, .section, .course_list_category, button.save { background-color: var(--primary-color)!important; border: none; background: var(--primary-color); } .actions, .menu-general, #unictauth, #annoaccademico, #logout a, #menu > a, .data_table th, #mobileapps { background: var(--secondary-color)!important; border-radius: 2px; } #mobileapps { padding-bottom: 10px; } a, span, td, div, h3, button.login, .independent_course_item, button.save, button.save:hover { color: var(--text) !important; } button.login, button.save:hover { border-color: var(--text); } button.save:hover { border: 10px!important; } .data_table th { border-color: var(--secondary-color); } .home_cats ul li a:hover, a:hover, a[target], .login { background-color: none !important; background: none; } select, textarea, input, select:hover, textarea:hover, input:hover, select:active, textarea:active, input:active, select:focus, textarea:focus, input:focus { all: revert!important; width: 90%!important; } input[type="image"] { width: unset!important; } }