Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 2em (0.18 sec)

  1. docs/en/docs/css/custom.css

    }
    
    .twitter {
      color: #00acee;
    }
    
    /* Right to left languages */
    code {
      direction: ltr;
      display: inline-block;
    }
    
    .illustration {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    
    /* Screenshots */
    /*
    Simulate a browser window frame.
    Inspired by Termynal's CSS tricks with modifications
    */
    
    .screenshot {
      display: block;
      background-color: #d3e0de;
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 28 09:53:45 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

    body {
        font-family: sans-serif;
        font-size: 12pt;
        margin: 3em;
        color: #444;
    }
    
    h2 {
        font-size: 14pt;
        margin-top: 2em;
    }
    
    h3 {
        margin-top: 2em;
        margin-bottom: 1.4em;
    }
    
    #footer {
        margin-top: 4em;
        font-size: 8pt;
    }
    
    table {
        border-collapse: collapse;
    }
    
    table.history, table.test-details {
        margin-top: 20px;
        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)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

        font-size: 0.76rem;
        line-height: 1.2em;
        opacity: 0;
    }
    button.copy:hover span,
    button.copy:focus-visible span,
    button.copy.visible span {
        opacity: 100%;
    }
    /* search page copy button */
    button#page-search-copy {
        margin-left: 0.4em;
        padding:0.3em;
        top:0.13em;
    }
    button#page-search-copy img {
        width: 1.2em;
        height: 1.2em;
        padding: 0.01em 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/manual.css

    	margin: -0.25em 0 0.75em 0;
    	border-width: 1px 0 0 0;
    }
    
    #footnotes .footnote {
    	padding: 0 0.375em 0 0.225em;
    	line-height: 1.3334;
    	font-size: 0.875em;
    	margin-left: 1.2em;
    	text-indent: -1.05em;
    	margin-bottom: 0.2em;
    }
    
    #footnotes .footnote a:first-of-type {
    	font-weight: bold;
    	text-decoration: none;
    }
    
    #footnotes .footnote:last-of-type {
    	margin-bottom: 0;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. src/cmd/trace/tasks.go

    }).Parse(`
    <!DOCTYPE html>
    <title>Tasks: {{.Name}}</title>
    <style>` + traceviewer.CommonStyle + `
    body {
      font-family: sans-serif;
    }
    table#req-status td.family {
      padding-right: 2em;
    }
    table#req-status td.active {
      padding-right: 1em;
    }
    table#req-status td.empty {
      color: #aaa;
    }
    table#reqs {
      margin-top: 1em;
      border-collapse: collapse;
    }
    table#reqs tr.first {
    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

    /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{b...
    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. src/html/template/escape_test.go

    		{
    			"styleClassPassed",
    			`<style>p{{".my_class"}} { font: Arial }</style>`,
    			`<style>p.my_class { font: Arial }</style>`,
    		},
    		{
    			"styleQuantityPassed",
    			`<a style="left: {{"2em"}}; top: {{0}}">`,
    			`<a style="left: 2em; top: 0">`,
    		},
    		{
    			"stylePctPassed",
    			`<table style=width:{{"100%"}}>`,
    			`<table style=width:100%>`,
    		},
    		{
    			"styleColorPassed",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/html.go

    .ast {
        white-space: nowrap;
    }
    
    td.ssa-prog {
        width: 600px;
        word-wrap: break-word;
    }
    
    li {
        list-style-type: none;
    }
    
    li.ssa-long-value {
        text-indent: -2em;  /* indent wrapped lines */
    }
    
    li.ssa-value-list {
        display: inline;
    }
    
    li.ssa-start-block {
        padding: 0;
        margin: 0;
    }
    
    li.ssa-end-block {
        padding: 0;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    .1em);border-bottom:calc(.2px + .05em) solid #e5e5e5}.uk-heading-bullet{position:relative}.uk-heading-bullet::before{content:"";display:inline-block;position:relative;top:calc(-.1 * 1em);vertical-align:middle;height:calc(4px + .7em);margin-right:calc(5px + .2em);border-left:calc(5px + .1em) solid #e5e5e5}.uk-heading-line{overflow:hidden}.uk-heading-line>*{display:inline-block;position:relative}.uk-heading-line>::after,.uk-heading-line>::before{content:"";position:absolute;top:calc(50% - ((.2px + .05em)/ 2...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/trace_viewer_full.html

        :host {
          flex: 1 1 auto;
          flex-direction: row;
          display: flex;
          width: 700px;
        }
        .column {
          width: 50%;
        }
        h2 {
          font-size: 1.2em;
          margin: 0;
          margin-top: 5px;
          text-align: center;
        }
        h3 {
          margin: 0;
          margin-left: 126px;
          margin-top: 10px;
        }
        .pair {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (2)
Back to top