Skip to content
Snippets Groups Projects
css.css 600 B
Newer Older
  • Learn to ignore specific revisions
  • David Hrbáč's avatar
    David Hrbáč committed
    .md-icon--edit:before {
        content: "edit";
    }
    
    .md-icon--check:before {
        content: "check";
    }
    
    .md-icon--help:before {
        content: "help";
    }
    
    
    Lukáš Krupčík's avatar
    Lukáš Krupčík committed
    a:not([href*="//"]) {
        /* CSS for internal links */
    }
    
    
    a.md-footer-social__link.fa.fa-globe {
        !background: none;
    }
    
    
    David Hrbáč's avatar
    David Hrbáč committed
    a[href*="//"]:not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ):not( [href*='https://www.it4i.cz'] ):not( [href*='https://support.it4i.cz'] )  {
    
    Lukáš Krupčík's avatar
    Lukáš Krupčík committed
        /*CSS for external links */
        background: transparent url("/img/external.png") no-repeat right 0px top 1px;
        background-size: 12px;
        padding: 1px 16px 1px 0px;
    }