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.

aspectj-docs.css 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. body {
  2. font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
  3. line-height: 1.1em;
  4. }
  5. h1 {
  6. margin-bottom: 3px;
  7. padding-bottom: 5px;
  8. }
  9. h2 {
  10. font-size: 130%;
  11. font-weight: bold ;
  12. line-height: 16px;
  13. color: #FFFFFF;
  14. background-color: #0080C0;
  15. padding: 5px;
  16. }
  17. h3 {
  18. font-size: 110%;
  19. font-weight: bold ;
  20. line-height: 14px;
  21. color: #FFFFFF;
  22. background-color: orange;
  23. padding: 5px;
  24. }
  25. tt {
  26. font-size: 120%;
  27. color: #0080C0;
  28. }
  29. tt tt {
  30. font-size: 100%;
  31. }
  32. .programlisting {
  33. padding-top: 5px;
  34. border: 2px solid #ccc;
  35. background: #eee;
  36. font-size: 120%;
  37. color: #111199;
  38. }
  39. .term {
  40. color: #111199;
  41. }
  42. .variablelist dd {
  43. margin-left: 18px;
  44. padding-left: 20px;
  45. background: url(dd_arrow.gif) no-repeat 0 2px;
  46. }
  47. .toc dt {
  48. font-size: 110%;
  49. padding-bottom: 0px;
  50. margin-bottom: 5px;
  51. }
  52. .toc dl dd dt {
  53. font-size: 100%;
  54. }
  55. .toc dt {
  56. font-size: 100%
  57. margin-bottom: 0;
  58. }
  59. .informaltable table {
  60. margin-left: 5%;
  61. }
  62. .informaltable th {
  63. background-color: orange;
  64. padding: 1px;
  65. }
  66. ul li {
  67. line-height: 1.2em;
  68. }
  69. .keyword {
  70. font-weight: bold;
  71. color: purple;
  72. }