Skip to content
Snippets Groups Projects
Select Git revision
  • e4068d0888d6bba5db10f9428ebf4ad1fb992d39
  • quarto-refactor default
  • main protected
  • master
4 results

pandoc.css

  • Forked from CAN / UNIX command line
    Source project has a limited visibility.
    pandoc.css 15.63 KiB
    /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
    
    /* ==========================================================================
       HTML5 display definitions
       ========================================================================== */
    
    /**
     * Correct `block` display not defined in IE 8/9.
     */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section,
    summary {
        display: block;
    }
    
    /**
     * Correct `inline-block` display not defined in IE 8/9.
     */
    
    audio,
    canvas,
    video {
        display: inline-block;
    }
    
    /**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    
    /**
     * Address `[hidden]` styling not present in IE 8/9.
     * Hide the `template` element in IE, Safari, and Firefox < 22.
     */
    
    [hidden],
    template {
        display: none;
    }
    
    /* ==========================================================================
       Base
       ========================================================================== */
    
    /**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *    user zoom.
     */
    
    html {
        font-family: sans-serif; /* 1 */
        -ms-text-size-adjust: 100%; /* 2 */
        -webkit-text-size-adjust: 100%; /* 2 */
    }