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.

iciql.css 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /*
  2. iciql css.
  3. */
  4. html, body, table, dl, dt, dd, ol, ul, li, form, a, span, tr, th, td, div, em {
  5. font-family: verdana, sans-serif;
  6. font-size: 12px;
  7. line-height: 1.35em;
  8. margin: 0;
  9. padding: 0;
  10. border: 0;
  11. outline: 0;
  12. }
  13. body {
  14. width: 980px;
  15. margin: 5px;
  16. background-color: #ffffff;
  17. color: #000000;
  18. margin-right: auto;
  19. margin-left: auto;
  20. padding: 0px;
  21. background: url(background.png) repeat-x scroll 0 0 #FFFFFF;
  22. }
  23. iframe {
  24. margin-top:5px;
  25. /*border: 1px solid #ccc;*/
  26. }
  27. pre, code, pre.prettyprint {
  28. color: black;
  29. font-family: monospace;
  30. font-size:12px;
  31. border:0px;
  32. }
  33. pre.prettyprint {
  34. background-color: #fdfdfd !important;
  35. border: 1px solid #ccc !important;
  36. }
  37. pre, pre.prettyprint {
  38. margin-left: 5px;
  39. margin-right: 5px;
  40. }
  41. table {
  42. border-collapse: collapse;
  43. empty-cells: show;
  44. font-size: 1em;
  45. }
  46. td, th {
  47. background-color: inherit;
  48. border: 1px solid #CCCCCC;
  49. padding: 6px 12px;
  50. text-align: left;
  51. vertical-align: top;
  52. margin: 0;
  53. }
  54. img.inlineIcon {
  55. padding-left: 1px;
  56. padding-right: 1px;
  57. }
  58. img.overview {
  59. float:right;
  60. border:1px solid #CCCCCC;
  61. }
  62. a {
  63. color: #0000cc;
  64. }
  65. a:hover, a:visited, a:active {
  66. color: #880000;
  67. }
  68. img.logo {
  69. margin-top:-8px;
  70. float: right;
  71. border-width: 0px;
  72. }
  73. div.page_header {
  74. height: 26px;
  75. padding: 5px;
  76. font-family: sans-serif;
  77. font-weight: bold;
  78. font-size: 200%;
  79. color: #888;
  80. background: transparent;
  81. }
  82. div.page_header span {
  83. font-family: inherit;
  84. font-size: inherit;
  85. }
  86. div.page_footer {
  87. clear: both;
  88. height: 17px;
  89. color: black;
  90. background-color: #ffffff;
  91. padding: 5px;
  92. border-top: 1px solid #bbb;
  93. font-style: italic;
  94. }
  95. div.page_nav {
  96. margin-top:10px;
  97. padding: 5px;
  98. border-radius: 3px;
  99. background-color: #fdfdfd;
  100. border: 1px solid #ccc;
  101. color: #ccc;
  102. }
  103. div.page_nav a {
  104. text-decoration: none;
  105. color: blue;
  106. }
  107. div.page_nav a:hover {
  108. text-decoration: underline;
  109. }
  110. div.page_nav em {
  111. font-style: normal;
  112. }
  113. div.javadoc_nav {
  114. text-align: center;
  115. margin-top:0px;
  116. padding: 5px;
  117. border-bottom: 1px solid #ccc;
  118. color: #ccc;
  119. }
  120. div.javadoc_nav a {
  121. text-decoration: none;
  122. color: blue;
  123. }
  124. div.javadoc_nav a:hover {
  125. text-decoration: underline;
  126. }
  127. div.javadoc_nav em {
  128. font-style: normal;
  129. }