Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for 40px (0.05 sec)

  1. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

        margin-bottom: 8px;
    }
    
    #duration {
        width: 125px;
    }
    
    #successRate, .summaryGroup {
        border: solid 2px #d0d0d0;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #successRate {
        width: 140px;
        margin-left: 35px;
    }
    
    #successRate .percent {
        font-size: 180%;
    }
    
    .success, .success a {
        color: #008000;
    }
    
    div.success, #successRate.success {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    border-box;padding-left:15px;padding-right:15px;padding-top:40px;padding-bottom:40px}@media (min-width:640px){.uk-tile{padding-left:30px;padding-right:30px}}@media (min-width:960px){.uk-tile{padding-left:40px;padding-right:40px;padding-top:70px;padding-bottom:70px}}.uk-tile::after,.uk-tile::before{content:"";display:table}.uk-tile::after{clear:both}.uk-tile>:last-child{margin-bottom:0}.uk-tile-xsmall{padding-top:20px;padding-bottom:20px}.uk-tile-small{padding-top:40px;padding-bottom:40px}.uk-til...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/base.css

    .site-footer__subscribe-newsletter .email,
    .site-footer__subscribe-newsletter .submit {
        height: 40px;
    }
    
    .site-footer__subscribe-newsletter .email {
        line-height: 40px;
        width: 250px;
        color: #1DA2BD;
        font-size: 16px;
        padding-left: 20px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-style: none;
    }
    
    .site-footer__subscribe-newsletter .submit {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  4. docs/assets/css/app.css

        font-family: cash-market,"Helvetica Neue",helvetica,sans-serif;
        line-height: normal;
        font-weight: bold;
    }
    
    button.dl {
      font-weight: 300;
      font-size: 25px;
      line-height: 40px;
      padding: 3px 10px;
      display: inline-block;
      border-radius: 6px;
      color: #f0f0f0;
      margin: 5px 0;
      width: auto;
    }
    
    .logo {
      text-align: center;
      margin-top: 150px;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Feb 08 07:57:03 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  5. docs/en/docs/css/custom.css

      display: block;
      position: absolute;
      top: -10px;
      right: 0;
      font-size: 0.5rem;
      color: #999;
      background-color: #666;
      border-radius: 10px;
      padding: 0 10px;
      z-index: 10;
    }
    
    .announce-wrapper .sponsor-image {
      display: block;
      border-radius: 20px;
    }
    
    .announce-wrapper>div {
      min-height: 40px;
      display: flex;
      align-items: center;
    }
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 28 09:53:45 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css

      width: 100%;
      text-align: right;
      padding: 10px;
    }
    .dialog-error {
      margin: 10px;
      color: red;
    }
    .dialog input {
      margin: 10px;
      font-size: inherit;
    }
    .dialog button {
      margin-left: 10px;
      font-size: inherit;
    }
    #save-dialog, #delete-dialog {
      width: 50%;
      max-width: 20em;
    }
    #delete-prompt {
      padding: 10px;
    }
    
    #content {
      overflow-y: scroll;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/manual.css

    .site-footer__subscribe-newsletter .email,
    .site-footer__subscribe-newsletter .submit {
    	height: 40px;
    }
    
    .site-footer__subscribe-newsletter .email {
    	line-height: 40px;
    	width: 250px;
    	color: #1DA2BD;
    	font-size: 16px;
    	padding-left: 20px;
    	border-top-left-radius: 4px;
    	border-bottom-left-radius: 4px;
    	border-style: none;
    }
    
    .site-footer__subscribe-newsletter .submit {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/style.css

        width: 18px;
        height: 18px;
        position: relative;
        top: 4px;
    }
    .configuration h3.closed  ins {
        background-position: 0 0;
    }
    #dependencies {
        margin-right: 30px;
    }
    #insight {
        position: fixed;
        right: 50px;
        top: 50px;
        display: none;
        width: 70%;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    }
    #dismissInsight {
        float: right;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 18 00:02:31 UTC 2014
    - 2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/javadoc.css

        border-width:thin;
        border-radius:10px;
        padding:10px;
        margin-bottom:10px;
        margin-right:10px;
        display:inline-block;
    }
    .preview-block {
        font-size:1em;
        font-family:var(--block-font-family);
        border-style:solid;
        border-width:thin;
        border-radius:10px;
        padding:10px;
        margin-bottom:10px;
        margin-right:10px;
        display:inline-block;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/adminlte.min.css

    (400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{-webkit-transfo...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
Back to top