Skip to content

AGoodCheckvist by mats-i

Details

Authormats-i

LicenseNo License

Categorycheckvist.com

Created

Updated

Size16 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           checkvist.com - 8/8/2023, 2:02:30 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("checkvist.com") {
    /* Insert code here... */
    @import url('https://kit.fontawesome.com/fd5da098ab.css');

    /* Typografi */
    @font-face {
        font-display: block;
        font-family: "iA Writer Quattro";
        src: url("https://type.cargo.site/files/iAWriterQuattro-Regular.woff") format("woff");
        font-style: normal;
        font-weight: normal;
        unicode-range: U+0000-DFFF, U+F900-FFFD;
    }
    @font-face {
        font-display: block;
        font-family: "iA Writer Quattro";
        src: url("https://type.cargo.site/files/iAWriterQuattro-Italic.woff") format("woff");
        font-style: italic;
        font-weight: normal;
        unicode-range: U+0000-DFFF, U+F900-FFFD;
    }
    @font-face {
        font-display: block;
        font-family: "iA Writer Quattro";
        src: url("https://type.cargo.site/files/iAWriterQuattro-Bold.woff") format("woff");
        font-style: normal;
        font-weight: bold;
        unicode-range: U+0000-DFFF, U+F900-FFFD;
    }
    @font-face {
        font-display: block;
        font-family: "iA Writer Quattro";
        src: url("https://type.cargo.site/files/iAWriterQuattro-BoldItalic.woff") format("woff");
        font-style: italic;
        font-weight: bold;
        unicode-range: U+0000-DFFF, U+F900-FFFD;
    }

    body {
        font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    }

    ul.dndUl {
        border-left: 1px dotted lightblue;
    }

    span.contextUnder {
        color: #999 !important;
        padding: 2px 0 6px 0;
    }

    /* Ikoner för tags */
    .tag_dokument .userContent:before {
        content: "\f15c";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 600;
        padding-right: 5px;
        color: lightblue;
    }

    .tag_ref .userContent:before {
        content: "\f06e";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    .tag_todo .userContent:before {
        content: "\f0c8";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: orange;
    }

    .tag_område .userContent:before {
        content: "\f06a";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: green;
    }

    .tag_pågår .userContent:before {
        content: "\f042";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: orange;
    }

    .tag_fråga .userContent:before {
        content: "\F059";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    .tag_möte .userContent:before {
        content: "\F133";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    .tag_verktyg .userContent:before {
        content: "\f0ad";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    .tag_person .userContent:before {
        content: "\F183";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    /* Ingen genomstrykning för avklarade aktiviteter */
    span.task_closed {
        text-decoration: none;
    }

    span.task_closed:before {
        content: "\F14A";
        /* Pick any icon from the https://fontawesome.com/v5.15/icons */
        font-family: var(--fa-family);
        font-size: 14px;
        /* Smaller than the text */
        padding-right: 5px;
        color: green;
        /* Of a lighter color */
    }


    /* En grej i taget */
    h1Id {
        margin-right: auto;
        font-weight: 600;
        text-shadow: none;
    }

    h1 {
        font-size: 14px;
        padding: 0;
        clear: right;
        margin: 0 0 15px 0;
    }

    ul.checklists li.list_item .checklistName {
        font-size: 14px;
        padding-left: .5em;
        font-weight: 400;
        font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    ul.topLevel li.task,
    ul.topLevel ul li.task {}

    .tag_important .userContent {
        font-weight: 600;
        /* Bolder text /
  color: darkorange; / Brighter color */
    }

    ul.topLevel li.task,
    ul.topLevel ul li.task {
        font-size: 14px;
        /* Makes all lines the same size /
  / font-weight: 400; and weight */
        font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    .list-h1 {
        font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    .tag,
    input,
    textarea,
    html,
    body,
    .main_div {
        font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    }

    ul.topLevel li.task {
        line-height: 1.1;
        margin: 0;
    }
    div.coreDiv,
    .editable {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .userContent h2 {
        font-size: 21px;
    }

    span.node_text.editableList.userContent img {
        display: none;
    }

    dueList .listNameNode .node_text a {
        /* font-size: 22px; */
        font-weight: 600;
    }
    button.newbut {
        font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        border: none;
        background-color: #fff;
        color: #999;
    }

    strong,
    b {
        font-weight: 600;
    }

    img.logoImg {
        border: none;
        width: 140px;
    }

    .selectedTask_focus > div.coreDiv,
    li.comment.selectedTask_focus div.coreNote,
    li.upload.selectedTask_focus {
        border-color: rgb(199, 222, 237);
        border: 0px solid red;
    }

    div.coreDiv.selectedTask,
    ul.comments li.comment.selectedTask div.coreNote {
        background-color: rgb(215, 239, 255);
    }



    .tag_verktygskategori .userContent:before {
        content: "\f7d9";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    .tag_projekt .userContent {
        font-size: 14px;
        font-weight: 600;
        /* Bolder text */
    }

    .tag_område .userContent {
        font-size: 14px;
        font-weight: 600;
        /* Bolder text */
    }

    .tag_projekt .userContent:before {
        content: "\f07b";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
    }

    .tag_fråga .userContent:before {
        content: "\f059";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: red;
    }

    .tag_projekt-pågår .userContent:before {
        content: "\f058";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: green;
    }

    .tag_projekt-möjligt .userContent:before {
        content: "\f058";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: pink;
    }

    .tag_projekt-ska-göras .userContent {
        font-weight: 600;
        /* Bolder text */
    }

    .tag_projekt-ska-göras .userContent:before {
        content: "\f058";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: yellow;
    }

    .tag_projekt-avslutat .userContent {
        font-weight: 600;
        /* Bolder text */
    }

    .tag_projekt-avslutat .userContent:before {
        content: "\f058";
        /* An icon from the Font Awesome library */
        font-family: FontAwesome;
        font-size: 14px;
        padding-right: 5px;
        color: red;
    }

    .tag_kund .userContent,
    .tag_verktyg .userContent,
    .tag_person .userContent,
    .tag_ref .userContent,
    .tag_dokument .userContent,
    .tag_projekt-pågår .userContent,
    .tag_projekt-möjligt .userContent,
    .tag_möte .userContent {
        font-size: 14px;
        font-weight: 600;
        /* Bolder text */
    }

    .tag_kund .userContent:before {
        content: "\f0b1";
        font-family: FontAwesome;
        font-size: 14px;
        padding-r...

Reviews

No reviews yet.