Skip to content

Sigaa - Planilha de Frequência Fixada by vonmecheln

Details

Authorvonmecheln

LicenseNo License

Categoryensino

Created

Updated

Code size1.6 kB

Code checksum6d26a22a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

CSS para facilitar a visualização e preenchimento da planilha de frequência no sigaa.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Sigaa - Planilha de Frequência Fixada
@namespace      sigaa.ifpr.edu.br
@version        1.0.9
@description    CSS para facilitar a visualização e preenchimento da planilha de frequência no sigaa.
@author         @vonmecheln 
==/UserStyle== */

/* ==UserStyle==
@name           Sigaa - Planilha de Frequência Fixada
@namespace      sigaa.ifpr.edu.br
@version        1.0.7
@description    CSS para facilitar a visualização e preenchimento da planilha de frequência no sigaa.
@author         @vonmecheln 
==/UserStyle== */

@-moz-document domain("sigaa.ifpr.edu.br") {
#basePlanilha {
  position: relative;
  overflow: auto;
  border: 1px solid black;
  white-space: nowrap;
  width: 95vw;
}
#planilha tbody tr td:nth-of-type(1), 
#planilha tbody tr td:nth-of-type(2), 
#planilha tbody tr td:nth-of-type(3), 
#planilha thead tr th:nth-of-type(1), 
#planilha thead tr th:nth-of-type(2), 
#planilha thead tr th:nth-of-type(3){
    position: -webkit-sticky;
    position: sticky;
    background-color: whitesmoke !important;
}

#planilha tbody tr td:nth-of-type(1), 
#planilha thead tr th:nth-of-type(1){
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  left: 0px;
}

#planilha tbody tr td:nth-of-type(2), 
#planilha thead tr th:nth-of-type(2){
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  left: 20px;
}

#planilha tbody tr td:nth-of-type(3), 
#planilha thead tr th:nth-of-type(3){
  width: 202px;
  min-width: 202px;
  max-width: 202px;
  left: 110px;
}

#planilha tbody tr td:nth-of-type(3) div{
  width: 200px !important;
}

}

Reviews

No reviews yet.