Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 12rem (0.03 sec)

  1. pkg/ctrlz/assets/static/css/all.css

        text-align: center
    }
    
    .notfound .icon {
        margin-top: 9rem
    }
    
    .notfound .icon img {
        height: 12rem
    }
    
    .notfound .error {
        padding: 2rem 0 0 0;
        font-weight: 700;
        font-size: 200%
    }
    
    .notfound .explanation {
        padding: 2rem 0 9rem 0;
        font-weight: 300;
        font-size: 100%
    }
    
    p.last-refresh {
        font-style: italic;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/base.css

    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        margin-top: 2.5rem;
        font-size: 1.5rem;
    }
    
    h3 {
        margin-top: 1.5rem;
        font-size: 1.125rem;
    }
    
    h4, h5, h6 {
        margin-top: 1rem;
        font-size: 1.0625rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }
    
    dt {
        font-weight: 700;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/http.go

    body {
      font-family:	-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
      font-size:	1rem;
      line-height:	normal;
      max-width:	9in;
      margin:	1em;
    }
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.375rem; }
    h1,h2 {
      font-weight: 600;
      line-height: 1.25em;
      word-break: break-word;
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
Back to top