選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

aspectj-faq.css 1.2KB

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