Açıklama Yok
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.

OfficeThemes.css 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* The following classes describe the common theme information for office documents */
  2. /* Basic Font and Background Colors for text */
  3. .office-docTheme-primary-fontColor { color:#000000; }
  4. .office-docTheme-primary-bgColor { background-color:#ffffff; }
  5. .office-docTheme-secondary-fontColor { color: #000000; }
  6. .office-docTheme-secondary-bgColor { background-color: #ffffff; }
  7. /* Accent color definitions for fonts */
  8. .office-contentAccent1-color { color:#5b9bd5; }
  9. .office-contentAccent2-color { color:#ed7d31; }
  10. .office-contentAccent3-color { color:#a5a5a5; }
  11. .office-contentAccent4-color { color:#ffc000; }
  12. .office-contentAccent5-color { color:#4472c4; }
  13. .office-contentAccent6-color { color:#70ad47; }
  14. /* Accent color for backgrounds */
  15. .office-contentAccent1-bgColor { background-color:#5b9bd5; }
  16. .office-contentAccent2-bgColor { background-color:#ed7d31; }
  17. .office-contentAccent3-bgColor { background-color:#a5a5a5; }
  18. .office-contentAccent4-bgColor { background-color:#ffc000; }
  19. .office-contentAccent5-bgColor { background-color:#4472c4; }
  20. .office-contentAccent6-bgColor { background-color:#70ad47; }
  21. /* Accent color for borders */
  22. .office-contentAccent1-borderColor { border-color:#5b9bd5; }
  23. .office-contentAccent2-borderColor { border-color:#ed7d31; }
  24. .office-contentAccent3-borderColor { border-color:#a5a5a5; }
  25. .office-contentAccent4-borderColor { border-color:#ffc000; }
  26. .office-contentAccent5-borderColor { border-color:#4472c4; }
  27. .office-contentAccent6-borderColor { border-color:#70ad47; }
  28. /* links */
  29. .office-a {color: #0563c1; }
  30. .office-a:visited { color: #954f72; }
  31. /* Body Fonts */
  32. .office-bodyFont-eastAsian { } /* East Asian name of the Font */
  33. .office-bodyFont-latin { font-family:"Calibri"; } /* Latin name of the Font */
  34. .office-bodyFont-script { } /* Script name of the Font */
  35. .office-bodyFont-localized { font-family:"Calibri"; } /* Localized name of the Font. contains the default font name according to the culture currently used in Office */
  36. /* Headers Font */
  37. .office-headerFont-eastAsian { }
  38. .office-headerFont-latin { font-family:"Calibri Light"; }
  39. .office-headerFont-script { }
  40. .office-headerFont-localized { font-family:"Calibri Light"; }
  41. /* The following classes define the Office themes. This classes make sense for the taskpane apps */
  42. /* Basic Font and Background Colors for PPT */
  43. .office-officeTheme-primary-fontColor { color:#b83b1d; }
  44. .office-officeTheme-primary-bgColor { background-color:#dedede; }
  45. .office-officeTheme-secondary-fontColor { color:#262626; }
  46. .office-officeTheme-secondary-bgColor { background-color:#ffffff; }
  47. /* Basic Font and Background Colors for Outlook Web Access */
  48. /* remove comments and delete other apps officeTheme classes to get OWA defaults
  49. .office-officeTheme-primary-fontColor { color:#ea4400; }
  50. .office-officeTheme-primary-bgColor { background-color:#ffffff; }
  51. .office-officeTheme-secondary-fontColor { color:#ffffff; }
  52. .office-officeTheme-secondary-bgColor { background-color:#ea4400; }
  53. */