Skip to content

conecta01 by taffarel

Details

Authortaffarel

LicenseNo License

Categoryconecta01

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

conecta01

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         conecta01
@version      20231212.21.07
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://conecta.pr.gov.br/SOGo/") {
/* badge */
sg-mailbox-list-item .sg-counter-badge, .sg-item-name .sg-counter-badge {color: #FFF; background: #F00;  border-left: 0;border-radius: 4px;}
/* destaque do dia */
[ui-view="calendars"] .monthView md-grid-tile.dayOfToday {outline: 2px solid rgb(136, 199, 129);}
/* destaque nao lidas */
md-list-item.unread {background-color: #D5F0FF;}
/* colunas */
@media (min-width: 960px) {
  md-sidenav.md-locked-open.md-sidenav-left.sg-close, md-sidenav.md-locked-open.sg-close {/*margin-right: -40vw; transform: translateX(-100%);*/}
  [ui-view="mailboxes"] .view-list {max-width: 34vw !important;flex: 1 0 34vw !important;}
  /* */
  md-sidenav md-list-item.sg-mailbox-list-item {}
  /* diminuicao espaco diretorios */
  .sg-child-level-1 {padding-left:0px;}
  .sg-child-level-2 {padding-left:10px;}
}
/* botao new mail */
@media (min-width: 1024px) {
  .sg-fab-bottom-center {
    right: 47vw;
  }
/* dimensao mail editor */
  #mailEditor[flex="60"] {flex: 1 1 72%; max-width: 72%;}
/* card-actions */
/*#detailView md-card-actions md-icon.material-icons {font-size:32px;}
#detailView md-card-actions md-icon[md-svg-src] {transform:scale(1.25);height:36px;width:42px;}*/
#detailView md-card-actions button {margin-right:12px}
#detailView md-card-actions md-icon {transform:scale(1.25);}
}
/* calendario - destaque a confirmar */
[ui-view="calendars"] .sg-event--needs-action {
    border-width: 2px;
    background-color:#DDD !important;
    border: 2px dashed orange;
}
.sg-mail-editor-attachments .md-icon-button[for="fileInput"]{background-color: rgb(86,176,76);  color: rgba(255,255,255,0.87);}
.sg-mail-editor-attachments .md-icon-button[for="fileInput"] md-icon {color: rgba(255,255,255,0.87);}
.sg-mail-editor-attachments .md-button:not([disabled]).md-icon-button[for="fileInput"]:hover {background-color: rgb(102, 219, 89);  color: rgba(255,255,255,0.87);}

/* >> anim */
/*
[ui-view="calendars"] .sg-event::before,
  [ui-view="calendars"] .sg-event::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;

  }
[ui-view="calendars"] .sg-event--needs-action::before {
    top: 0;
    left: 0;
animation: a1 linear 2s infinite;
  }
[ui-view="calendars"] .sg-event--needs-action::after {
    bottom: 0;
    right: 0;
  }

[ui-view="calendars"] .sg-event--needs-action::before {
    border-top-color: cyan;
    border-right-color: cyan;
    transition:
      width 0.25s ease-out,
      height 0.25s ease-out 0.25s;
  }
[ui-view="calendars"] .sg-event--needs-action::after {
    border-bottom-color: cyan;
    border-left-color: cyan;
    transition:
      border-color 0s ease-out 0.5s,
      width 0.25s ease-out 0.5s,
      height 0.25s ease-out 0.75s;
  }


@keyframes a1 {
  0% { box-shadow: inset 0px 0px 2px 2px orange;}
  50% { box-shadow: inset 0px 0px 0 0 orange;}
  100% { box-shadow: inset 0px 0px 2px 2px orange;}
}
*/
}

Reviews

No reviews yet.