melhorias no SUAP/IFSul
IFSul suap-mod by prcvilla
Details
Authorprcvilla
LicenseNo License
Categorysuap.ifsul.edu.br
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name suap-mod
@version 202408231356
@namespace userstyles.world/user/prcvilla
@description melhorias no SUAP/IFSul
@author prcvilla
@license No License
==/UserStyle== */
@-moz-document domain("suap.ifsul.edu.br") {
.shortcuts-bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #130f40;
gap: 1rem;
display: flex;
align-items: center;
justify-content: center;
height: 4rem;
z-index: 3;
}
.shortcuts-bar ul,
.shortcuts-bar li {
list-style: none;
margin: 0;
padding: 0;
}
.shortcuts-bar > ul {
gap: 1rem;
display: flex;
align-items: center;
justify-content: center;
height: 4rem;
}
.shortcuts-bar > ul ul {
position: absolute;
top: 100%;
left: 0;
display: none;
background: #130f40;
padding: 1rem;
flex-direction: column;
gap: 0.25rem;
border-radius: 0 0 2rem 2rem;
}
.shortcuts-bar > ul li {
position: relative;
}
.shortcuts-bar > ul li:hover ul {
display: flex;
}
.shortcuts-bar .btn {
padding: 0.25rem 1rem;
min-height: auto;
background: none;
border: 1px solid white;
font-weight: 700;
color: white;
}
.shortcuts-bar div {
color: white;
vertical-align: text-top;
font-weight: 700;
}
.msg.alert {
display: none !important;
}
}
@-moz-document regexp('https://suap\.ifsul\.edu\.br/edu/meu_diario/.*?tab=(faltas|notas).*') {
.msg.info {
display: none !important;
}
tr.dependencia > td {
background-color: rgba(255, 92, 0, .2) !important;
}
.table-responsive {
overflow: hidden;
}
}