Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for 18pt (0.13 sec)

  1. manifests/addons/dashboards/istio-mesh-dashboard.json

            "mode": "html"
          },
          "pluginVersion": "10.1.5",
          "style": {
            "font-size": "18pt"
          },
          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "refId": "A"
            }
          ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 02:28:01 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

        font-size: 12pt;
        margin: 3em;
        color: #444;
    }
    
    h2 {
        font-size: 14pt;
        margin-top: 2em;
    }
    
    h3 {
        margin-top: 2em;
        margin-bottom: 1.4em;
    }
    
    #footer {
        margin-top: 4em;
        font-size: 8pt;
    }
    
    table {
        border-collapse: collapse;
    }
    
    table.history, table.test-details {
        margin-top: 20px;
        font-size: 10pt;
    }
    
    th, td {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.css

    .not-inlined {
      border-top: 1px solid black;
    }
    /* Function name */
    .boxtext {
      position: absolute;
      width: 100%;
      padding-left: 2px;
      line-height: 18px;
      cursor: default;
      font-family: "Google Sans", Arial, sans-serif;
      font-size: 12pt;
      z-index: 2;
    }
    /* Box highlighting via shadows to avoid size changes */
    .hilite { box-shadow: 0px 0px 0px 2px #000; z-index: 1; }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/print.css

            font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans','Geneva','Verdana',sans-serif;
            font-size: 10pt;
            color: #777777;
            padding-bottom: 1.2cm;
            vertical-align: bottom;
        }
    }
    
    body {
        font-size: 10pt;
        margin: 0;
        margin-bottom: 2cm;
        padding: 0;
        padding-bottom: 2cm;
    }
    
    /*
     * Override colour -> black and white
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    y/\" target=\"_blank\">monitor</a> microservices.\n    <br>\n    Need help? <a href=\"https://istio.io/get-involved/\" target=\"_blank\">Join the Istio community</a>.\n  </div>\n</div>","mode":"html"},"pluginVersion":"10.1.5","style":{"font-size":"18pt"},"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"transparent":true,"type":"text"},{"datasource":{"type":"prometheus","uid":"${datasource}"},"fieldConfig":{"defaults":{"color":{"fixedColor":"rgb(31, 120, 193)","...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. samples/bookinfo/src/productpage/templates/index.html

    {% endblock %}
    
    {% block styles %}
    <style>
        table {
            color: #333;
            background: white;
            border: 1px solid grey;
            font-size: 12pt;
            border-collapse: collapse;
            width: 100%;
        }
    
        table thead th,
        table tfoot th {
            color: #fff;
            background: #466BB0;
        }
    
        table caption {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. docs/en/docs/css/termynal.css

        --color-text: #eee;
        --color-text-subtle: #a2a2a2;
    }
    
    [data-termynal] {
        width: 750px;
        max-width: 100%;
        background: var(--color-bg);
        color: var(--color-text);
        /* font-size: 18px; */
        font-size: 15px;
        /* font-family: 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace; */
        font-family: 'Roboto Mono', 'Fira Mono', Consolas, Menlo, Monaco, 'Courier New', Courier, monospace;
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/javadoc.css

    /* snippet copy button */
    button.snippet-copy {
        position: absolute;
        top: 6px;
        right: 6px;
        height: 1.7em;
        padding: 2px;
    }
    button.snippet-copy img {
        width: 18px;
        height: 18px;
        padding: 0.05em 0;
    }
    button.snippet-copy span {
        line-height: 1.2em;
        padding: 0.2em;
        position: relative;
        top: -0.5em;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/base.css

        .site-header__navigation-item,
        .site-header__navigation-submenu-section .site-header__navigation-submenu .site-header__navigation-submenu-item-link .site-header__navigation-submenu-item-link-text {
            font-size: 18px;
        }
    
        .site-header {
            padding: 5px 12px;
        }
    
        .site-header-version {
            display: none;
        }
    
        .site-footer__navigation {
            flex-direction: column;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. okhttp-tls/src/test/java/okhttp3/tls/HeldCertificateTest.kt

          |gcNZr1B/V3zcGlolTDciRm+fnKGNt2EEDKnVL3swzbEfTCa48IT0QKgZJqpXZERa
          |26UHAkBLXmiP5f5pk8F3wcXzAeVw06z3k1IB41Tu6MX+CyPU+TeudRlz+wV8b0zD
          |vK+EnRKCCbptVFj1Bkt8lQ4JfcnhAkAk2Y3Gz+HySrkcT7Cg12M/NkdUQnZe3jr8
          |8pt/+IGNwomc6Wt/mJ4fcWONTkGMcfOZff1NQeNXDAZ6941XCsIVAkASOg02PlVH
          |LidU7mIE65swMM5/RNhS4aFjez/MwxFNOHaxc9VgCwYPXCLOtdf7AVovdyG0XWgb
          |UXH+NyxKwboE
          |-----END PRIVATE KEY-----
          |
          """.trimMargin(),
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
Back to top