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

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