Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 1rem (0.29 sec)

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

    img {
        width: 100%
    }
    
    blockquote {
        display: block;
        margin: 1em 3em;
        padding-left: 1em;
        padding-right: 1em;
        background-color: #404040;
        border-radius: 4px 4px 4px 4px
    }
    
    .spacer {
        height: .1rem
    }
    
    @media (min-width: 768px) {
        .spacer {
            height: 1rem
        }
    }
    
    .deprecated {
        background: silver
    }
    
    .card {
    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, h2, h3, h4, h5, h6 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 500;
        color: #02303A;
        text-rendering: optimizeLegibility;
    }
    
    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 {
    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;
    }
    p  { color: grey85; font-size:85%; }
    code,
    pre,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  4. src/cmd/trace/tasks.go

    body {
      font-family: sans-serif;
    }
    table#req-status td.family {
      padding-right: 2em;
    }
    table#req-status td.active {
      padding-right: 1em;
    }
    table#req-status td.empty {
      color: #aaa;
    }
    table#reqs {
      margin-top: 1em;
      border-collapse: collapse;
    }
    table#reqs tr.first {
      font-weight: bold;
    }
    table#reqs td {
      font-family: monospace;
    }
    table#reqs td.when {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    :auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
Back to top