Skip to content

SURF SAM by baszoetekouw

Details

Authorbaszoetekouw

LicenseNo License

Categorysam.surf.nl

Created

Updated

Size3.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Maak de UI wat handiger voor het invullen avn uren.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Bruikbare UI voor SURF SAM
@version      20240315.17.07
@namespace    https://userstyles.world/user/bas.zoetekouw@surf.nl
@description  Maak de UI wat handiger voor het invullen avn uren.
@author       bas.zoetekouw@surf.nl
@license      MIT
==/UserStyle== */

@-moz-document domain("sam.surf.nl") {
/* highlight ractive row  */
.qvEditRow > td {
    /* background-color: #fff !important; */
    background-color: #ff0 !important;
}

/* improve contrast in ureninvoerveldjes */
.as12 select,
.as12 textarea,
.as12 input[type="text"],
.as12 input[type="password"],
.as12 input[type="datetime"],
.as12 input[type="datetime-local"],
.as12 input[type="date"],
.as12 input[type="month"],
.as12 input[type="time"],
.as12 input[type="week"],
.as12 input[type="number"],
.as12 input[type="email"],
.as12 input[type="url"],
.as12 input[type="search"],
.as12 input[type="tel"],
.as12 input[type="color"],
.as12 .uneditable-input {
    border: 2px solid #aaa;
}

/* remove useless menu box */
x.as12 #toc {
    display: none;
}
td.qvDamper {
    display: none;
}

/* fix width */
.as12 .group.tools,
.as12 .brwCounter {
    width: fit-content;
}
.as12 .overflow,
.as12 #fullBrwGrid_c,
.as12 #pageBrw {
    width: max-content;
}
.as12 .qvDebug,
.as12 .qvWrap.container-fluid {
    display: none;
}

/* move dumb box of tools */
.as12 .row-fluid {
    display: flex
}
.as12 #toc {
    order: 1;
    width: 0;
    margin: 0;
    overflow: visible;
}
.as12 #e-side {
    order: 2;
    margin-left: 0;
}
.as12 #e-side_scroll {
    top: 300px!important;
}
.as12 #mainContent {
    order: 3;
}
.as12 #toc_scroll {
    width: max-content !important;
}

/* remove footer */
#ft {
    height: 0;
    overflow: hidden;
}
#ft .qv-footer-logo {
    height: 0;
    display: none;
}
.as12 .qvWrap {
    margin-bottom: 0;
}

/* hide useless columns in urentabel, view version*/
#brwTable.qvDrill td:nth-child(3),
#brwTable.qvDrill td:nth-child(4),
#brwTable.qvDrill td:nth-child(6) {
    color: red;
    display: none;
}

/* hide useless columns in urentabel, edit version*/
#brwTable:not(.qvDrill) td:nth-child(2),
#brwTable:not(.qvDrill) td:nth-child(3),
#brwTable:not(.qvDrill) td:nth-child(5) {
    color: green;
    display: none;
}

/* smallere kolommen in urentabel =*/
#brwTable .qvLabel,
#brwTable input {
    width: 2em;
}

/* tweak top bar */
/* remove hamburger that's not a hamburger */
.asMetaHamburger {
    display: none;
}
/* remove inklapknop */
.qvLayoutTogglePlaceHolder {
    display: none;
}
#qvMetaBar {
    margin-left: 100px;
}
/* move link to manual */
#qv-topmenu {
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}
#qv-topmenu a {
    font-size: 11.9px!important;
    line-height: 1.1em;
}
/* move main content up a bit */
#mainContent {
    margin-top: -80px;
}

/* remove logo bar */
.qv-logomenubar {
    background-color: red;
    height: 10px!important;
}
.qv-logo1 {
    height: 50px;
    margin-left: -20px;
    margin-top: -50px;
}
}

Reviews

No reviews yet.