Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fonts-context.css 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.4.0
  6. build: nightly
  7. */
  8. /**
  9. * Percents could work for IE, but for backCompat purposes, we are using keywords.
  10. * x-small is for IE6/7 quirks mode.
  11. */
  12. .yui3-cssfonts body, .yui3-cssfonts {
  13. font:13px/1.231 arial,helvetica,clean,sans-serif;
  14. *font-size:small; /* for IE */
  15. *font:x-small; /* for IE in quirks mode */
  16. }
  17. /**
  18. * Nudge down to get to 13px equivalent for these form elements
  19. */
  20. .yui3-cssfonts select,
  21. .yui3-cssfonts input,
  22. .yui3-cssfonts button,
  23. .yui3-cssfonts textarea {
  24. font:99% arial,helvetica,clean,sans-serif;
  25. }
  26. /**
  27. * To help tables remember to inherit
  28. */
  29. .yui3-cssfonts table {
  30. font-size:inherit;
  31. font:100%;
  32. }
  33. /**
  34. * Bump up IE to get to 13px equivalent for these fixed-width elements
  35. */
  36. .yui3-cssfonts pre,
  37. .yui3-cssfonts code,
  38. .yui3-cssfonts kbd,
  39. .yui3-cssfonts samp,
  40. .yui3-cssfonts tt {
  41. font-family:monospace;
  42. *font-size:108%;
  43. line-height:100%;
  44. }