Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for 8px (0.03 sec)

  1. platforms/documentation/docs/src/docs/css/javadoc.css

        padding-top:4px;
        margin-top:8px;
        line-height:1.4em;
    }
    dt code {
        font-family:var(--code-font-family);
        font-size:1em;
        padding-top:4px;
    }
    .summary-table dt code {
        font-family:var(--code-font-family);
        font-size:1em;
        vertical-align:top;
        padding-top:4px;
    }
    sup {
        font-size:8px;
    }
    button {
        font-family: var(--body-font-family);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  2. src/cmd/trace/goroutines.go

    var templGoroutines = template.Must(template.New("").Parse(`
    <html>
    <style>` + traceviewer.CommonStyle + `
    table {
      border-collapse: collapse;
    }
    td,
    th {
      border: 1px solid black;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    </style>
    <body>
    <h1>Goroutines</h1>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    
    .infoBox p {
        margin: 0;
    }
    
    .counter, .percent {
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 8px;
    }
    
    #duration {
        width: 125px;
    }
    
    #successRate, .summaryGroup {
        border: solid 2px #d0d0d0;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
    #successRate {
        width: 140px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  4. src/cmd/trace/regions.go

    .histoTime {
      width: 20%;
      white-space:nowrap;
    }
    th {
      background-color: #050505;
      color: #fff;
    }
    table {
      border-collapse: collapse;
    }
    td,
    th {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    </style>
    <body>
    <h1>Regions</h1>
    
    Below is a table containing a summary of all the user-defined regions in the trace.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  5. src/cmd/trace/tasks.go

    .histoTime {
      width: 20%;
      white-space:nowrap;
    }
    th {
      background-color: #050505;
      color: #fff;
    }
    table {
      border-collapse: collapse;
    }
    td,
    th {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    </style>
    <body>
    Search log text: <form action="/usertask"><input name="logtext" type="text"><input type="submit"></form><br>
    <table border="1" sortable="1">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/base.css

    }
    
    /* Navigation submenu styles */
    .site-header__navigation-submenu-section {
        position: relative;
    }
    
    .site-header__navigation-submenu-section .site-header__down-arrow {
        width: 8px;
        height: 8px;
        margin-left: 2px;
        margin-top: 0;
    }
    
    .site-header__navigation-submenu-section .site-header__navigation-link:hover path {
        fill: none;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/manual.css

    	margin-top: 2.25rem;
    	margin-bottom: 0;
    }
    
    #header>h1:first-child+#toc {
    	margin-top: 8px;
    	border-top: 1px solid #ddddd8;
    }
    
    #header>h1:only-child,
    body.toc2 #header>h1:nth-last-child(2) {
    	border-bottom: 1px solid #ddddd8;
    	padding-bottom: 8px;
    }
    
    #header .details {
    	border-bottom: 1px solid #ddddd8;
    	line-height: 1.45;
    	padding-top: 0.25em;
    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. pkg/ctrlz/assets/static/css/all.css

        word-break: normal
    }
    
    pre {
        margin: 1em;
        max-height: 31em;
        border: 1px solid #777;
        border-left: 5px solid #777;
        border-radius: 4px;
        box-shadow: 3px 3px 8px #777;
        font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
        text-align: left;
        white-space: pre;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  9. pilot/pkg/xds/debug.go

    </head>
    <style>
    #endpoints {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      border-collapse: collapse;
    }
    
    #endpoints td, #endpoints th {
      border: 1px solid #ddd;
      padding: 8px;
    }
    
    #endpoints tr:nth-child(even){background-color: #f2f2f2;}
    
    #endpoints tr:hover {background-color: #ddd;}
    
    #endpoints th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    me:i})=>i("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},padding:({theme:i})=>i("spacing"),placeholderColor:({theme:i})=>i("colors"),placeholderOpacity:({theme:i})=>i("opacity"),ringColor:({theme:i})=>({DEFAULT:i("colors.blue.500","#3b82f6"),...i("colors")}),ringOffsetColor:({theme:i})=>i("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:i})=>({DEFAULT:"0.5",...i("opacity")}),ringWidth...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top