Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for 200px (0.06 sec)

  1. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/tree.css

    .jstree-default .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
    .jstree-default .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
    .jstree-default .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
    .jstree-default .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 18 00:02:29 UTC 2014
    - 5.4K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/bootstrap.min.css.map

    (prefers-reduced-motion: reduce) {\n  .carousel-indicators li {\n    transition: none;\n  }\n}\n\n.carousel-indicators .active {\n  opacity: 1;\n}\n\n.carousel-caption {\n  position: absolute;\n  right: 15%;\n  bottom: 20px;\n  left: 15%;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: #fff;\n  text-align: center;\n}\n\n@-webkit-keyframes spinner-border {\n  to {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg);\n  }\n}\n\n@keyframes spinner-border {\n  to {\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  3. src/main/webapp/css/bootstrap.min.css.map

    (prefers-reduced-motion: reduce) {\n  .carousel-indicators li {\n    transition: none;\n  }\n}\n\n.carousel-indicators .active {\n  opacity: 1;\n}\n\n.carousel-caption {\n  position: absolute;\n  right: 15%;\n  bottom: 20px;\n  left: 15%;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: #fff;\n  text-align: center;\n}\n\n@-webkit-keyframes spinner-border {\n  to {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg);\n  }\n}\n\n@keyframes spinner-border {\n  to {\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    L1:.daterangepicker {
    L2:  position: absolute;
    L3:  color: inherit;
    L4:  background-color: #fff;
    L5:  border-radius: 4px;
    L6:  border: 1px solid #ddd;
    L7:  width: 278px;
    L8:  max-width: none;
    L9:  padding: 0;
    L10:  margin-top: 7px;
    L11:  top: 100px;
    L12:  left: 20px;
    L13:  z-index: 3001;
    L14:  display: none;
    L15:  font-family: arial;
    L16:  font-size: 15px;
    L17:  line-height: 1em;
    L18:}
    L19:
    L20:.daterangepicker:before, .daterangepicker:after {
    L21:  position: absolute;
    L22:  display: inline-block;
    ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 7.9K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    01a\230\324?,\316Z^\205\323\332?[\312D\224\235b\342? \257\352\373gy\301?\222\207j\300\267\374\342?\326%o\236\305m\343?\2304\251Ak5\322?\244m6\355\204P\323?\340\237\025\325\265h\352?@\371\303\r\024\301\233?\370\\b\355\275,\347?\251\305\326;*7\341?\200Pc\014K\377\253?\234\003\270\365A\376\313?\330\002\351\203|/\352?~\266\321\206\221\004\345?\252F&<\336}\320?`n\205?\307*\316?j`\006\344\306&\356?\244\001E\253\031O\313?\014\355\023\014\250\033\335?\334\216%\375\320=\335?E\376\236H\343\354\344?{\207t]...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define("uikiticons",i):(t=t||self).UIkitIcons=i()}(this,function(){"use strict";function i(t){i.installed||t.icon.add({"500px":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.624,11.866c-0.141,0.132,0.479,0.658,0.662,0.418c0.051-0.046,0.607-0.61,0.662-0.664c0,0,0.738,0.719,0.814,0.719 c0.1,0,0.207-0.055,0.322-0.17c0.27-0.26...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
Back to top