-
Notifications
You must be signed in to change notification settings - Fork 1
/
SmartEdu.user.css
109 lines (81 loc) · 2.91 KB
/
SmartEdu.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* ==UserStyle==
@name SmartEdu
@namespace github.com/UNICT-DMI/UniCTUserStyles
@version 1.0.9
@description Userstyle for SmartEdu
@author Domenico Blanco
==/UserStyle== */
@-moz-document domain("studenti.smartedu.unict.it"){
:root {
color-scheme: dark;
--primary-color: #18191a;
--secondary-color: #242526;
--third-color: #3a3b3c;
--text: teal;
--secondary-text: #1084a7;
}
/* background */
#mainDiv, .nav-tabs .nav-link.active, .input-group-text, .brand_logo_container, .card, .navbar-white, .breadcrumb, .container-fluid2, .content-wrapper, .dropdown-menu li:hover, .ui-widget-content, #userName, #password {
background: var(--primary-color);
}
.user_card, .table-striped tbody tr:nth-of-type(odd), .ui-widget-header, .ui-button, .ui-button:hover, .select2-container--default .select2-selection--single {
background: var(--secondary-color);
}
.bg-gradient-light {
background: var(--secondary-color)!important;
}
footer.page-footer .footer-copyright {
background-color: var(--third-color);
}
.bg-light, .bg-gradient-light, #careerInfo th, .btn-light.dropdown-toggle, .btn-light.dropdown-toggle:hover, .btn-light:not([disabled]):not(.disabled):active, .dropdown-menu {
background-color: var(--secondary-color)!important;
}
html, #bodyTemplateColor, .hiddenTableCareer th {
background-color: var(--primary-color)!important;
}
/* Borders */
.nav-tabs, .ui-widget-content, .ui-widget.ui-widget-content, .ui-button:hover, #userName, #password {
border-color: var(--secondary-text);
}
.md-form > input {
border-color: var(--secondary-text)!important;
}
.nav-link.active, .nav-link:hover, .border, .main-header {
border-color: var(--primary-text)!important;
}
.table td, .table th, .table thead th, .ui-widget-header, .ui-button, .select2-hidden-accesible {
border: none;
}
/* Font */
span.font-weight-bold, .font-weight-normal, tr, td, h3, .btn-light.dropdown-toggle, .btn-light.dropdown-toggle:hover, .dropdown-menu li, h1, div, .ui-button, .nav-link.active, .input-group-text, .text-muted, .breadcrumb a, .md-form > input, .select2-selection__rendered, th {
color: var(--text)!important;
}
.md-form > label, #openMenuLeftButton {
color: var(--secondary-text)!important;
}
/* Custom components */
.form-control {
background: revert;
color: revert;
border: revert;
transition: revert;
border-radius: revert;
}
#loginPanel div.d-flex.justify-content-center.links {
align-items: center;
}
#loginPanel div.d-flex.justify-content-center.links > div {
margin: auto;
}
.googleStore {
content: url("https://raw.githubusercontent.com/UNICT-DMI/UniCTUserStyles/master/badges/googlePlay.webp");
}
.appleStore {
content: url("https://raw.githubusercontent.com/UNICT-DMI/UniCTUserStyles/master/badges/appStore.webp");
margin-top: 0px;
}
/* Filters & Transformations */
#spid-agid {
filter: invert();
}
}