Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for serif (0.06 sec)

  1. build-logic-commons/code-quality-rules/src/main/resources/classycle/classycle_report_resources.zip

    reportXMLtoHTML.xsl Click on behind a number and a window will pop up showing more details. Classycle Analysis of body { font-family:Helvetica,Arial,sans-serif; } th { background-color:#aaaaaa; } td a img { border-width:0; margin-left:5pt; vertical-align:middle;} <!-- var number = /^\d*$/; function showTable(title, headers, content) { text = "<h3>" + title + "</h3><p>"; if (content.length > 0) { text += "<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">"; if (headers.length > 0) { text...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 23.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.css

        background-color: white;
        border: 1px solid #f7f7f8;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
        display: inline-block;
        font-weight: normal;
        font-family: 'Lato', Arial, sans-serif;
        margin: 0;
        padding: 4px 20px;
        min-width: 130px;
        max-width: 320px;
        text-align: center;
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        opacity: 0.7;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:27:34 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/plugins/form-validator/theme-default.min.css

    x;border:1px solid #b94a48;border-radius:4px}div.form-error strong{font-weight:700;display:block;margin:0;padding:0 0 10px}div.form-error strong,div.form-error ul li{line-height:140%;color:#b94a48;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px}div.form-error ul,div.form-error ul li{background:0 0}...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 33.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/base.css

    ative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  5. javadoc-stylesheet.css

    /* Javadoc style sheet */
    /*
    Overall document style
    */
    body {
        background-color:#ffffff;
        color:#353833;
        font-family:Arial, Helvetica, sans-serif;
        font-size:76%;
        margin:0;
    }
    a:link, a:visited {
        text-decoration:none;
        color:#4c6b87;
    }
    a:hover, a:focus {
        text-decoration:none;
        color:#bb7a2a;
    }
    a:active {
        text-decoration:none;
        color:#4c6b87;
    }
    a[name] {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/html.go

    	id := strings.Replace(phase, " ", "-", -1)
    	fmt.Fprintf(pipe, `id="g_graph_%s";`, id)
    	fmt.Fprintf(pipe, `node [style=filled,fillcolor=white,fontsize=16,fontname="Menlo,Times,serif",margin="0.01,0.03"];`)
    	fmt.Fprintf(pipe, `edge [fontsize=16,fontname="Menlo,Times,serif"];`)
    	for i, b := range f.Blocks {
    		if b.Kind == BlockInvalid {
    			continue
    		}
    		layout := ""
    		if f.laidout {
    			layout = fmt.Sprintf(" #%d", i)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  7. src/cmd/trace/tasks.go

    	"asMillisecond": asMillisecond,
    	"trimSpace":     strings.TrimSpace,
    }).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;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/http.go

    	})
    }
    
    const CommonStyle = `
    /* See https://github.com/golang/pkgsite/blob/master/static/shared/typography/typography.css */
    body {
      font-family:	-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
      font-size:	1rem;
      line-height:	normal;
      max-width:	9in;
      margin:	1em;
    }
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.375rem; }
    h1,h2 {
      font-weight: 600;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  9. pilot/pkg/xds/debug.go

    )
    
    var indexTmpl = template.Must(template.New("index").Parse(`<html>
    <head>
    <title>Pilot Debug Console</title>
    </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;}
    
    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. pkg/ctrlz/assets/static/css/all.css

        html {
            overflow-y: scroll;
            position: relative;
            min-height: 100%
        }
    
        body {
            padding-top: 3.7rem;
            font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #ddd;
            background-color: #5a5a5a;
            font-weight: 300
        }
    }
    
    a {
        color: #e9ffaa;
        text-decoration: none;
        font-weight: 300
    }
    
    a:hover, a:focus {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
Back to top