Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Arial (0.04 sec)

  1. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <td align="left" width="10" style="width:10px;padding:0;margin:0;line-height:1px;font-size:1px;"></td>
    <td align="left" class="title" style="padding:0;margin:0;line-height:1px;font-size:1px;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;color:#66757f;font-size:16px;padding:0px;margin:0px;font-weight:400;line-height:100%;text-align:left;"> 人気のアカウントから </td>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  2. src/html/template/escape_test.go

    			`<style>p { color: pink }</style>`,
    		},
    		{
    			"styleIDPassed",
    			`<style>p{{"#my-ID"}} { font: Arial }</style>`,
    			`<style>p#my-ID { font: Arial }</style>`,
    		},
    		{
    			"styleClassPassed",
    			`<style>p{{".my_class"}} { font: Arial }</style>`,
    			`<style>p.my_class { font: Arial }</style>`,
    		},
    		{
    			"styleQuantityPassed",
    			`<a style="left: {{"2em"}}; top: {{0}}">`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    html {
    	font-size: 16px;
    	font-weight: 400;
    	line-height: 1.5;
    }
    
    body {
    	color: var(--text-color);
    	background-color: var(--white-color);
    	font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    	line-height: 1.5;
    	-webkit-text-size-adjust: 100%;
    	-ms-text-size-adjust: 100%;
    }
    
    /* Links */
    a {
    	color: #1DA2BD;
    	text-decoration: none;
    }
    
    a:hover,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

     */
    
    /*
     * These CSS custom properties (variables) define the core color and font
     * properties used in this stylesheet.
     */
    :root {
        /* body, block and code fonts */
        --body-font-family: Lato, Arial, Helvetica, sans-serif;
        --block-font-family: Lato, Georgia, "Times New Roman", Times, serif;
        --code-font-family: monospace;
        /* Base font sizes for body and code elements */
        --body-font-size: 14px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top