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.

site.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
  20. background: none;
  21. padding-right: 0;
  22. }
  23. body ul {
  24. list-style-type: square;
  25. }
  26. #downloadbox {
  27. float: right;
  28. margin-left: 2em;
  29. padding-left: 1em;
  30. padding-right: 1em;
  31. padding-bottom: 1em;
  32. border: 1px solid #999;
  33. background-color: #eee;
  34. width: 17.5em;
  35. }
  36. #downloadbox h5 {
  37. color: #000;
  38. margin: 0;
  39. border-bottom: 1px solid #aaaaaa;
  40. font-size: smaller;
  41. padding: 0;
  42. margin-top: 1em;
  43. }
  44. #downloadbox p {
  45. margin-top: 1em;
  46. margin-bottom: 0;
  47. }
  48. #downloadbox li {
  49. text-indent: inherit;
  50. }
  51. div.p {
  52. margin-top: 5px;
  53. margin-bottom: 10px;
  54. }
  55. pre.commandline {
  56. border: 1px solid #bbb;
  57. background-color: white;
  58. margin-top: 5px;
  59. margin-bottom: 5px;
  60. font-size: 10pt;
  61. padding: 15px;
  62. color: gray;
  63. }
  64. img {
  65. border-style: solid ;
  66. border-width: 1px;
  67. border-color: #ddd;
  68. padding: 5px;
  69. margin-top: 10px;
  70. border-radius: 5px;
  71. }
  72. pre.commandline .input {
  73. color: #55f;
  74. }
  75. pre.commandline .command {
  76. color: black;
  77. font-weight: bold;
  78. }
  79. #banner {
  80. background: none;
  81. }
  82. #banner img {
  83. margin: 2px;
  84. }