Advertisement
Guest User

mediawiki font-family declarations

a guest
Mar 21st, 2013
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.29 KB | None | 0 0
  1. Searching 2364 files for "font-family"
  2.  
  3. /Users/massaf/Code/wmf/mediawiki-core/docs/uidesign/monospace.html:
  4.    17  <body>
  5.    18  <p>
  6.    19: This page let you test the rendering font-family declaration for monospaced fonts. TODO: add some references here :-)
  7.    20  </p>
  8.    21  <p>
  9.    ..
  10.    38  
  11.    39  <pre style='
  12.   40: font-family: monospace;'>
  13.    41: font-family: monospace;
  14.    42  </pre>
  15.    43  
  16.    44  <pre style='
  17.   45: font-family: "Courier New";'>
  18.    46: font-family: "Courier New";
  19.    47  </pre>
  20.    48  
  21.    49  <pre style='
  22.   50: font-family: Courier;'>
  23.    51: font-family: Courier;
  24.    52  </pre>
  25.    53  
  26.    54  <pre style='
  27.   55: font-family: monospace, monospace;'>
  28.    56: font-family: monospace, monospace;
  29.    57  </pre>
  30.    58  
  31.    59  <pre style='
  32.   60: font-family: monospace, "Courier New";'>
  33.    61: font-family: monospace, "Courier New";
  34.    62  </pre>
  35.    63  
  36.    64  <pre style='
  37.   65: font-family: monospace, Courier;'>
  38.    66: font-family: monospace, Courier;
  39.    67  </pre>
  40.    68  
  41.    69  <pre style='
  42.   70: font-family: monospace, Verdana;'>
  43.    71: font-family: monospace, Verdana;
  44.    72  </pre>
  45.    73  
  46.    74  <pre style='
  47.   75: font-family: monospace, DOESNOTEXISTREALLY;'>
  48.    76: font-family: monospace, DOESNOTEXISTREALLY;
  49.    77  </pre>
  50.    78  
  51.  
  52. /Users/massaf/Code/wmf/mediawiki-core/includes/PHPVersionError.php:
  53.    64               color: #000;
  54.    65               background-color: #fff;
  55.    66:              font-family: sans-serif;
  56.    67               padding: 2em;
  57.    68               text-align: center;
  58.  
  59. /Users/massaf/Code/wmf/mediawiki-core/includes/resourceloader/ResourceLoaderUserCSSPrefsModule.php:
  60.    84               // Double-check that $options['editfont'] consists of safe characters only
  61.    85               if ( preg_match( '/^[a-zA-Z0-9_, -]+$/', $options['editfont'] ) ) {
  62.    86:                  $rules[] = "textarea { font-family: {$options['editfont']}; }\n";
  63.    87               }
  64.    88           }
  65.  
  66. /Users/massaf/Code/wmf/mediawiki-core/includes/templates/NoLocalSettings.php:
  67.    62               color: #000;
  68.    63               background-color: #fff;
  69.    64:              font-family: sans-serif;
  70.    65               text-align: center;
  71.    66           }
  72.  
  73. /Users/massaf/Code/wmf/mediawiki-core/languages/messages/MessagesBa.php:
  74.   959  'currentrev-asof' => '$1, ағымдағы версия',
  75.   960  'revisionasof' => '$1 версияһы',
  76.   961: 'revision-info' => '<div id="viewingold-warning" style="background: #FFBDBD; border: 1px solid #BB7979; color: #000000; margin: 1em 0 .5em; padding: .5em 1em; vertical-align: middle; font-weight: bold; font-family: Palatino Linotype, Microsoft Sans Serif, Arial Unicode MS, Droid Sans; clear: both;">Хәҙер һеҙ был биттең иҫке, <span id="mw-revision-name">$2</span> тарафынан <span id="mw-revision-date">$1</span> һаҡланған версияһын ҡарайһығыҙ. Уның <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}}} ағымдағы версиянан] айырмаһы булыуы мөмкин</span>.</div>',
  77.   962  'previousrevision' => '← Алдағы',
  78.   963  'nextrevision' => 'Киләһе →',
  79.  
  80. /Users/massaf/Code/wmf/mediawiki-core/resources/jquery/jquery.qunit.css:
  81.    12  
  82.    13  #qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
  83.    14:  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  84.    15  }
  85.    16  
  86.  
  87. /Users/massaf/Code/wmf/mediawiki-core/resources/jquery.ui/themes/default/jquery.ui.theme.css:
  88.    14  /* Component containers
  89.    15  ----------------------------------*/
  90.    16: .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
  91.    17  .ui-widget .ui-widget { font-size: 1em; }
  92.    18: .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
  93.    19  .ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
  94.    20  .ui-widget-content a { color: #222222/*{fcContent}*/; }
  95.  
  96. /Users/massaf/Code/wmf/mediawiki-core/resources/jquery.ui/themes/vector/jquery.ui.theme.css:
  97.    11  /* Component containers
  98.    12  ----------------------------------*/
  99.    13: .ui-widget { font-family: sans-serif; font-size: 0.8em; }
  100.    14  .ui-widget .ui-widget { font-size: 1em; }
  101.    15: .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; }
  102.    16  .ui-widget-content { border: 1px solid #cccccc; /* @embed */ background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; }
  103.    17  .ui-widget-content a { color: #362b36; }
  104.  
  105. /Users/massaf/Code/wmf/mediawiki-core/resources/mediawiki.special/mediawiki.special.changeslist.css:
  106.    16  td.mw-enhanced-rc {
  107.    17   white-space: nowrap;
  108.    18:  font-family: monospace;
  109.    19  }
  110.    20  
  111.    21  .mw-enhanced-rc-time {
  112.    22:  font-family: monospace;
  113.    23  }
  114.    24  
  115.  
  116. /Users/massaf/Code/wmf/mediawiki-core/resources/mediawiki.special/mediawiki.special.createaccount.agora.css:
  117.    53    padding: 0;
  118.    54    color: #252525;
  119.    55:   font-family: 'Georgia', serif;
  120.    56    font-weight: normal;
  121.    57    font-size: 2.2em;
  122.    ..
  123.    63    display: block;
  124.    64    font-size: 1.2em;
  125.    65:   font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  126.    66    color: #444;
  127.    67    margin-top: 1em;
  128.  
  129. /Users/massaf/Code/wmf/mediawiki-core/resources/mediawiki.special/mediawiki.special.forms.agora.css:
  130.     3  DISABLED
  131.     4  div.mw-ui-container {
  132.     5:     font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  133.     6      font-size: 1.0em;
  134.     7      border: 0;
  135.  
  136. /Users/massaf/Code/wmf/mediawiki-core/resources/mediawiki.special/mediawiki.special.userlogin.agora.css:
  137.    11      text-align: center;
  138.    12      background: url(images/glyph-people-large.png) no-repeat 50%;
  139.    13:     font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  140.    14  }
  141.    15  
  142.  
  143. /Users/massaf/Code/wmf/mediawiki-core/skins/chick/main.css:
  144.     8  
  145.     9  body {
  146.    10:  font-family: sans-serif;
  147.    11   color: black;
  148.    12   background: white;
  149.    ..
  150.   148  }
  151.   149  q {
  152.   150:  font-family: Times, "Times New Roman", serif;
  153.   151   font-style: italic;
  154.   152  }
  155.  
  156. /Users/massaf/Code/wmf/mediawiki-core/skins/cologneblue/screen.css:
  157.     3   padding: 0;
  158.     4   color: black;
  159.     5:  font-family: serif;
  160.     6  }
  161.     7  
  162.     .
  163.    17  
  164.    18  #mw-data-after-content {
  165.    19:  font-family: Verdana, Arial, sans-serif;
  166.    20   color: black;
  167.    21   font-size: 8pt;
  168.    ..
  169.    38  
  170.    39  #article, #article td, #article th, #article p {
  171.    40:  font-family: Verdana, Arial, sans-serif;
  172.    41   font-size: 10pt;
  173.    42   color: black;
  174.    ..
  175.    62   margin-top: 1em;
  176.    63   padding: 4px;
  177.    64:  font-family: verdana, arial, sans-serif;
  178.    65   font-size: 10pt;
  179.    66   text-align: center;
  180.    ..
  181.    76  
  182.    77  #pagestats {
  183.    78:  font-family: Verdana, Arial, sans-serif;
  184.    79   color: black;
  185.    80   font-size: 9pt;
  186.    ..
  187.    84  
  188.    85  #quickbar {
  189.    86:  font-family: Verdana, Arial, sans-serif;
  190.    87   font-size: 8pt;
  191.    88   font-weight: bold;
  192.    ..
  193.   105  
  194.   106  #quickbar h3 {
  195.   107:  font-family: Verdana, Arial, sans-serif;
  196.   108   font-size: 10pt;
  197.   109   font-weight: bold;
  198.   ...
  199.   131  h1 {
  200.   132   color: #666666;
  201.   133:  font-family: Verdana, Arial, sans-serif;
  202.   134   font-size: 180%;
  203.   135   line-height: 21pt;
  204.   ...
  205.   209  #sitetitle {
  206.   210   padding-left: 8px;
  207.   211:  font-family: Times, serif;
  208.   212   font-weight: normal;
  209.   213   font-size: 32pt;
  210.   ...
  211.   226  
  212.   227  #toplinks {
  213.   228:  font-family: Verdana, Arial, sans-serif;
  214.   229   position: absolute;
  215.   230   top: 0;
  216.   ...
  217.   253   float: left;
  218.   254   margin-left: 8px;
  219.   255:  font-family: Verdana, Arial, sans-serif;
  220.   256   font-size: 9pt;
  221.   257   font-weight: bold;
  222.  
  223. /Users/massaf/Code/wmf/mediawiki-core/skins/common/commonElements.css:
  224.   179  
  225.   180  q {
  226.   181:  font-family: Times, "Times New Roman", serif;
  227.   182   font-style: italic;
  228.   183  }
  229.   184  /* Disabled for now
  230.   185  blockquote {
  231.   186:  font-family: Times, "Times New Roman", serif;
  232.   187   font-style: italic;
  233.   188  }*/
  234.   ...
  235.   192    * Specifying any valid, second value will trigger correct behaviour without forcing a different font.
  236.   193    */
  237.   194:  font-family: monospace, Courier;
  238.   195  }
  239.   196  code {
  240.  
  241. /Users/massaf/Code/wmf/mediawiki-core/skins/common/commonPrint.css:
  242.   239  /* math */
  243.   240  span.texhtml {
  244.   241:  font-family: serif;
  245.   242  }
  246.   243  
  247.  
  248. /Users/massaf/Code/wmf/mediawiki-core/skins/common/config-cc.css:
  249.     6   margin: 0;
  250.     7   background: #eee;
  251.     8:  font-family: Verdana;
  252.     9   color: #333;
  253.    10  }
  254.  
  255. /Users/massaf/Code/wmf/mediawiki-core/skins/common/feed.css:
  256.    21   color: black;
  257.    22   margin: 1em;
  258.    23:  font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
  259.    24   line-height: 1.5em;
  260.    25   font-size: 76%;
  261.  
  262. /Users/massaf/Code/wmf/mediawiki-core/skins/common/shared.css:
  263.   106  }
  264.   107  span.texhtml {
  265.   108:  font-family: serif;
  266.   109  }
  267.   110  
  268.  
  269. /Users/massaf/Code/wmf/mediawiki-core/skins/modern/main.css:
  270.     5  
  271.     6  
  272.     7:  font-family: sans-serif;
  273.     8   color: black;
  274.     9   background-color: #f0f0f0;
  275.  
  276. /Users/massaf/Code/wmf/mediawiki-core/skins/vector/screen.css:
  277.    18   margin: 0;
  278.    19   padding: 0;
  279.    20:  font-family: sans-serif;
  280.    21   font-size: 1em;
  281.    22  }
  282.  
  283. /Users/massaf/Code/wmf/mediawiki-core/tests/phpunit/data/media/QA_icon.svg:
  284.    67    <svg:path d="M 55.427,13.193234 C 27.039,13.193234 3.943,29.352234 3.943,49.214234 C 3.943,61.333234 12.55,72.067234 25.703,78.598234 C 22.202,83.521234 18.6,87.075234 15.722,89.464234 C 27.71,88.800234 35.664,86.388234 40.883,83.762234 C 45.498,84.716234 50.377,85.236234 55.427,85.236234 C 83.815,85.236234 106.91,69.077234 106.91,49.215234 C 106.91,29.353234 83.815,13.193234 55.427,13.193234 z " style="font-size:12px;fill:url(#XMLID_1_);stroke:none" id="path567"/>
  285.    68    <svg:path d="M 12.999,35.282 C 30.044,44.81 49.474,47.149 69.356,41.962 C 73.46,40.821 77.627,39.436 81.656,38.096 C 86.51,36.482 91.504,34.846 96.524,33.573 C 88.559,23.302 72.888,16.748 55.428,16.748 C 37.091,16.749 20.396,24.128 12.999,35.282 z " style="font-size:12px;fill:url(#XMLID_2_);stroke:none" id="path574"/>
  286.    69:   <svg:text x="32.487015" y="68.006958" style="font-size:48px;font-style:normal;font-weight:bold;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Microsoft Sans Serif" id="text2303" xml:space="preserve"><svg:tspan x="32.487015" y="68.006958" style="font-size:64px;font-style:normal;font-weight:bold;fill:#000000;fill-opacity:1;font-family:sans" id="tspan2305">?</svg:tspan></svg:text>
  287.    70    <svg:path d="M 42.401,82.248 C 42.401,98.96 60.9,112.557 83.638,112.557 C 86.794,112.557 90.053,112.231 93.329,111.651 C 98.255,113.817 104.317,115.142 111.437,115.538 L 126.095,116.35 L 114.798,106.972 C 114.067,106.367 113.056,105.441 111.922,104.237 C 120.165,98.531 124.875,90.66 124.875,82.25 C 124.875,65.538 106.376,51.942 83.637,51.942 C 60.9,51.94 42.401,65.536 42.401,82.248 z " style="font-size:12px;fill:#0032a4;stroke:none" id="path575"/>
  288.    71    <svg:path d="M 44.823,82.248 C 44.823,97.624 62.236,110.133 83.637,110.133 C 87.009,110.133 90.357,109.784 93.616,109.163 C 98.327,111.368 104.334,112.717 111.571,113.118 L 118.9,113.524 L 113.251,108.835 C 111.96,107.763 110.162,106.071 108.268,103.754 C 117.176,98.487 122.454,90.629 122.454,82.248 C 122.454,66.871 105.042,54.363 83.639,54.363 C 62.236,54.363 44.823,66.871 44.823,82.248 z " style="font-size:12px;fill:url(#XMLID_3_);stroke:none" id="path588"/>
  289.  
  290. /Users/massaf/Code/wmf/mediawiki-core/tests/phpunit/includes/libs/CSSMinTest.php:
  291.    54           array( 'foo { prop : value; }', 'foo{prop :value}' ),
  292.    55           array( 'foo { prop: value ; }', 'foo{prop:value }' ),
  293.    56:          array( 'foo { font-family: "foo" , "bar"; }', 'foo{font-family:"foo" ,"bar"}' ),
  294.    57           array( "foo { src:\n\turl('foo') ,\n\turl('bar') ; }", "foo{src:url('foo') ,url('bar') }" ),
  295.    58  
  296.  
  297. 58 matches across 23 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement