Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 200px (0.15 sec)

  1. src/main/webapp/css/style.css

    }
    
    /* header */
    
    #searchOptions {
    	position: fixed;
    	z-index: 10;
    }
    
    #searchOptions .container {
    	width: 500px;
    	max-width: 100%;
    	height: 100%;
    	overflow: auto;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	right: -500px;
    	padding-top: 72px;
    	padding-bottom: 20px;
    	color: #fff;
    	background-color: rgba(60, 60, 60, 0.93);
    	transition: all .4s ease 0s;
    }
    
    #searchOptions.active .container {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 02 11:39:35 UTC 2022
    - 2K bytes
    - Viewed (0)
  2. 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)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    r:-1}.uk-flex-last\@m{order:99}}@media (min-width:1200px){.uk-flex-first\@l{order:-1}.uk-flex-last\@l{order:99}}@media (min-width:1600px){.uk-flex-first\@xl{order:-1}.uk-flex-last\@xl{order:99}}.uk-flex-none{flex:none}.uk-flex-auto{flex:auto}.uk-flex-1{flex:1}.uk-margin{margin-bottom:20px}*+.uk-margin{margin-top:20px!important}.uk-margin-top{margin-top:20px!important}.uk-margin-bottom{margin-bottom:20px!important}.uk-margin-left{margin-left:20px!important}.uk-margin-right{margin-right:20px!impor...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

    .module-graph:hover span, .sealed-graph:hover span {
        display:block;
        margin: -100px 0 0 100px;
        z-index: 1;
    }
    .inherited-list {
        margin: 10px 0 10px 0;
    }
    section.class-description {
        line-height: 1.4;
    }
    .summary section[class$="-summary"], .details section[class$="-details"],
    .class-uses .detail, .serialized-class-details {
        padding: 0 20px 5px 10px;
        border: 1px solid var(--border-color);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. 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)
  6. src/internal/trace/traceviewer/static/trace_viewer_full.html

          -webkit-appearance: slider-vertical;
          align-self: center;
          height: 200px;
          width: 30px;
        }
    
        #statistic {
          display: none;
          margin-right: 20px;
        }
    
        #show_visualization {
          margin-right: 20px;
        }
    
        #export {
          margin-right: 20px;
        }
        </style>
    
        <div id="controls">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  7. pkg/ctrlz/assets/static/css/bootstrap-4.0.0.min.css

    ild){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 141.5K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

    }
    
    nav li a:hover {
        background-color: #00c489;
        color: white;
    }
    
    .charts {
        display: inline-block;
    }
    
    .chart {
        width: 1000px;
        height: 280px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .chart p {
        font-size: 8pt;
        color: #a0a0a0;
        text-align: center;
    }
    
    #tooltip {
        position: absolute;
        display: none;
        font-size: 10pt;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.css

      padding: 0.5em 1em;
      background: #888;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    /* Internal canvas used to measure text size when picking fonts */
    #textsizer {
      position: absolute;
      bottom: -100px;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    .site-header__navigation-collapsible {
    	flex: 1 1 auto;
    	height: 210px;
    	overflow: visible;
    	transition: height 0.3s ease;
    }
    
    .site-header__navigation-items {
    	display: flex;
    	flex-direction: column;
    	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;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top