notesstyle.css 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. A:link, A:visited, A:active { text-decoration : underline;
  2. color: black}
  3. A:link.navbar { text-decoration : none }
  4. A:link.email { text-decoration : underline }
  5. A:hover
  6. {
  7. text-decoration : none;
  8. color : white;
  9. background : black;
  10. }
  11. A:hover.navbar
  12. {
  13. text-decoration : none;
  14. color : black;
  15. background : white;
  16. }
  17. A:hover.main
  18. {
  19. text-decoration : none;
  20. color : black;
  21. background : #99CC99;
  22. }
  23. A:hover.email
  24. {
  25. text-decoration : underline;
  26. color : black;
  27. background : none;
  28. }
  29. h1 { color: black; font-family: Arial, Helvetica, sans-serif; font-size: 14 pt;
  30. margin-bottom: 10 pt;
  31. background: lightblue;
  32. padding-left: 7 pt; padding-bottom: 3 pt; padding-top: 2 pt; padding-right: 7 pt; }
  33. h2 { color: black; font-family: Arial, sans-serif; font-size: 12 pt;
  34. }
  35. h3 { color: black; font-family: Arial, sans-serif; font-size: 10 pt;
  36. font-weight: bold; background: white; margin-left: 8 pt}
  37. h4 { color: black; font-family: Arial, sans-serif; font-size: 10 pt;
  38. font-weight: normal; font-style: italic; background: white; margin-left: 8 pt}
  39. P {font-size:10pt;
  40. font-family: Arial, sans-serif;
  41. margin-left: 30pt; }
  42. P.topleft { margin-left: 0pt; }
  43. P.task { color: black; margin-left: 0pt; font-weight: bold; font-size: 10 pt; }
  44. P.credit { margin-left: 10pt; margin-right: 10pt; font-size: 8pt; }
  45. td, th {font-size:10pt;
  46. font-family: Arial, sans-serif;
  47. margin-left: 1pt; }
  48. P.gray {background: #e0e0d0}
  49. P.searchHit {background: #e0e0d0;
  50. margin-bottom: 0pt;
  51. margin-top: 0pt;}
  52. P.searchString { margin-bottom: 10pt;
  53. margin-left: 35pt;
  54. margin-top: 0pt;}
  55. P.navbar, td.navbar {font-size:8pt}
  56. LI {color: black;
  57. font-size:10pt;
  58. font-family: Arial, sans-serif; margin-left: 30 pt }
  59. DIV {font-size:10pt;
  60. font-family: Arial, sans-serif; margin-left: 10pt}
  61. blockquote { font-family: Arial, Helvetica, sans-serif; margin-left: 40 pt; margin-right: 40 pt;
  62. font-size: 10pt }
  63. pre { margin-left: 30 pt }
  64. span {font-size:10pt;
  65. font-family: Arial, sans-serif; }
  66. /* CUSTOMIZATIONS FOR MIGRATING NOTES TO 100% DITA */
  67. /* SETTING THESE TO 100% KEEPS THEM THE SAME FONT SIZE AS SURROUNDING TEXT - KARIN, 7/24/2013 */
  68. span.ph {font-size:100%;
  69. font-family: Arial, sans-serif; }
  70. span.keyword {font-size:100%;
  71. font-family: Arial, sans-serif; }