Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 200px (0.09 sec)

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

    }
    
    @media (min-width: 768px) {
        #navbar-links {
            position: absolute;
            right: -700px;
            transition: right 0.5s
        }
    
        #navbar-links.active {
            right: 1rem;
            transition: right 0.5s
        }
    
        #search_form {
            position: absolute;
            right: -700px;
            transition: right 0.5s
        }
    
        #search_form.active {
            right: 1rem;
    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

        flex-wrap: wrap;
        align-items: flex-start;
        max-height: 210px; /* This matches the collapsible height above */
        margin: 0 20px;
        padding-top: 12px;
        padding-left: 0;
        list-style-type: none;
    }
    
    .site-header__navigation-item {
        flex: 0 1 auto;
        font-size: 16px;
        width: 250px;
    }
    
    .site-header__navigation-item .site-header__navigation-link {
    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/cmd/compile/internal/ssa/html.go

    }
    
    #help {
        display: none;
    }
    
    .stats {
        font-size: 60%;
    }
    
    table {
        border: 1px solid black;
        table-layout: fixed;
        width: 300px;
    }
    
    th, td {
        border: 1px solid black;
        overflow: hidden;
        width: 400px;
        vertical-align: top;
        padding: 5px;
    }
    
    td > h2 {
        cursor: pointer;
        font-size: 120%;
        margin: 5px 0px 5px 0px;
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            expected = "http://example/foo.jpg";
            assertGetThumbnailUrl(data, expected);
    
            data = "<img src=\"http://example/foo.jpg\" width=\"100px\" height=\"100px\">";
            expected = "http://example/foo.jpg";
            assertGetThumbnailUrl(data, expected);
        }
    
        private void assertGetThumbnailUrl(String data, String expected) throws Exception {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/mmu.go

            padding: 0.5em;
            border-radius: 0.5em;
            z-index: 5;
          }
        </style>
      </head>
      <body>
        <div style="position: relative">
          <div id="mmu_chart" style="width: 900px; height: 500px; display: inline-block; vertical-align: top">Loading plot...</div>
          <div id="options" style="display: inline-block; vertical-align: top">
            <p>
              <b>View</b><br>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  6. src/cmd/trace/regions.go

    }
    .details tr:hover {
      background-color: #f2f2f2;
    }
    .details td {
      text-align: right;
      border: 1px solid #000;
    }
    .details td.id {
      text-align: left;
    }
    .stacked-bar-graph {
      width: 300px;
      height: 10px;
      color: #414042;
      white-space: nowrap;
      font-size: 5px;
    }
    .stacked-bar-graph span {
      display: inline-block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top