Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sarif (0.05 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    html,
    body {
    	font-size: 100%;
    }
    
    body {
    	background: var(--white-color);
    	color: var(--num-color);
    	padding: 0;
    	margin: 0;
    	font-family: "Noto Serif", "DejaVu Serif", serif;
    	font-weight: normal;
    	font-style: normal;
    	line-height: 1;
    	position: relative;
    	cursor: auto;
    }
    
    a:hover {
    	cursor: pointer;
    }
    
    img,
    object,
    embed {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

     * properties used in this stylesheet.
     */
    :root {
        /* body, block and code fonts */
        --body-font-family: Lato, Arial, Helvetica, sans-serif;
        --block-font-family: Lato, Georgia, "Times New Roman", Times, serif;
        --code-font-family: monospace;
        /* Base font sizes for body and code elements */
        --body-font-size: 14px;
        --code-font-size: 14px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top