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 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. body {
  20. padding-top: 1px;
  21. }
  22. a.externalLink[href^="https"] {
  23. background: url('../images/external-link-12x12.png') right center no-repeat;
  24. padding-right: 18px;
  25. }
  26. a.externalLink[href^="http"] {
  27. background: url('../images/external-link-12x12.png') right center no-repeat;
  28. padding-right: 18px;
  29. }
  30. #bodyColumn {
  31. margin-left: 1.5em;
  32. }
  33. div#rhs {
  34. float: right;
  35. text-align: center;
  36. }
  37. div.mainBox {
  38. margin-left: auto;
  39. margin-right: auto;
  40. margin-top: 1em;
  41. margin-bottom: 1em;
  42. width: 75%;
  43. background-color: #ccc;
  44. position: relative;
  45. padding-left: 5em;
  46. border-top-right-radius: 6px;
  47. border-bottom-right-radius: 6px;
  48. }
  49. div.mainBox div {
  50. padding: 0.4em;
  51. }
  52. div.newsBox {
  53. margin-left: auto;
  54. margin-right: auto;
  55. margin-top: 1em;
  56. margin-bottom: 1em;
  57. width: 75%;
  58. background-color: #ccc;
  59. position: relative;
  60. padding-left: 8em;
  61. border-top-right-radius: 8px;
  62. border-bottom-right-radius: 8px;
  63. }
  64. div.newsBox div {
  65. padding: 0.6em;
  66. }
  67. div.mainBox span + p a {
  68. background: url(../images/arrow.png) no-repeat;
  69. background-size: 16px 16px;
  70. background-position: right;
  71. padding-right: 20px;
  72. }
  73. div.mainBox span + p a {
  74. font-size: 1.5em;
  75. /*color: black;*/
  76. }
  77. div.mainBox span + p a:hover {
  78. /*color: blue;*/
  79. }
  80. .bignumber {
  81. position: absolute;
  82. color: white;
  83. left: 0.25em;
  84. font-size: 1.9em;
  85. }
  86. div.linkBox p {
  87. text-align: right;
  88. margin-bottom: 0;
  89. margin-top: 0;
  90. padding-top: 0;
  91. }
  92. #banner {
  93. background: none;
  94. }
  95. #banner img {
  96. margin: 10px;
  97. }
  98. div.jqmWindow h2, div.jqmWindow p {
  99. text-align: center;
  100. }
  101. span.jqmClose {
  102. position: absolute;
  103. cursor: pointer;
  104. right: 4px;
  105. top: 6px;
  106. }
  107. div.section {
  108. margin-right: 110px;
  109. margin-left: 10px;
  110. }
  111. .hero-unit p {
  112. /* font-weight: inherit;*/
  113. }
  114. .archivascreenshots {
  115. border: 1px solid silver;
  116. margin-left: 0.25em;
  117. margin-bottom: 0.25em
  118. }
  119. .rhs span {
  120. display: block;
  121. font-size: 13px;
  122. font-weight: bold;
  123. margin-top: 1.5em;
  124. margin-bottom: 1.5em;
  125. }
  126. .container ul li iframe {
  127. margin-top: 4px;
  128. margin-right: 4px;
  129. }
  130. .modal-body table {
  131. border: 0px;
  132. }
  133. .features-preview:after {
  134. background-color: #F5F5F5;
  135. border: 1px solid #DDDDDD;
  136. border-radius: 4px 0 4px 0;
  137. color: #9DA0A4;
  138. content: "New web UI";
  139. font-size: 12px;
  140. font-weight: bold;
  141. left: -1px;
  142. padding: 3px 7px;
  143. position: absolute;
  144. top: -1px;
  145. }
  146. .features-preview {
  147. background-color: #FFFFFF;
  148. border: 1px solid #DDDDDD;
  149. border-radius: 4px 4px 4px 4px;
  150. margin: 15px 0;
  151. padding: 39px 19px 14px;
  152. position: relative;
  153. min-height: 450px;
  154. }
  155. .carousel .item > img {
  156. min-height: 400px;
  157. }