Skip to content

Conscribo by GreenMan36

Details

AuthorGreenMan36

LicenseNo License

Categorysecure.conscribo.nl

Created

Updated

Code size866 B

Code checksum71de6f33

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small UI changes for Conscribo because their UI sucks.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Conscribo
@version      20230910.12.56
@namespace    ?
==/UserStyle== */

@-moz-document domain("secure.conscribo.nl") {
/* sticky headers */
table.dataTable tbody tr th {
  position: sticky;
  top: 4px;
}

/* limit table width for readability*/
table.dataTable {
  max-width: 900px;
  margin: 0 auto;
}


/* center items in the login page */
:is(#moduleSpan_Authentication, #moduleSpan_News) .moduleContainerGen {
  & > .moduleHeader {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    
    & > div,
    & > nobr > :is(a.contextLink, div) {
      display: none;
    }
  }
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* add more padding to login area */
#moduleSpan_Authentication > .moduleContainerGen > #moduleContent.moduleContent {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
}

Reviews

No reviews yet.