style.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. /* Move down content because we have a fixed navbar that is 50px tall */
  18. body {
  19. padding-top: 50px;
  20. padding-bottom: 20px;
  21. }
  22. .jumbotron {
  23. background-color: #339999;
  24. }
  25. .navbar-brand {
  26. padding: 12px 12px;
  27. padding-top: 15px;
  28. padding-bottom: 10px;
  29. }
  30. .navbar-brand .version {
  31. font-size: 12px;
  32. font-weight: bold;
  33. }
  34. .navbar {
  35. background-color:#339999;
  36. border-bottom:0px;
  37. height: 50px;
  38. }
  39. .navbar-inverse .navbar-nav > li > a {
  40. color: #ffffff;
  41. background-color:#339999;
  42. }
  43. .navbar-inverse .navbar-nav > li > a:hover,
  44. .navbar-inverse .navbar-nav > li > a:focus {
  45. color: #ffffff;
  46. background-color: #336666;
  47. }
  48. .navbar-inverse .navbar-nav > li > a.active:hover,
  49. .navbar-inverse .navbar-nav > li > a.active:focus {
  50. text-decoration: none;
  51. background-color: #336666;
  52. }
  53. .navbar-inverse .navbar-nav > li > a.active {
  54. background-color: #336666;
  55. }
  56. .navbar-inverse .navbar-brand:hover,
  57. .navbar-inverse .navbar-brand:focus {
  58. }
  59. .navbar-inverse .navbar-brand {
  60. color: #fff;
  61. text-decoration: none;
  62. font-size: 32px;
  63. }
  64. .navbar-inverse .navbar-collapse,
  65. .navbar-inverse .navbar-form {
  66. border-color: #336666;
  67. background-color: #339999;
  68. }
  69. @media (max-width: 768px) {
  70. .navbar-collapse.in {
  71. box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  72. }
  73. .bigFingerButton {
  74. margin-top: 12px;
  75. display: block;
  76. margin-right: auto;
  77. margin-left: auto;
  78. }
  79. }
  80. .bigFingerButton {
  81. margin-right: 10px;
  82. border-color: #ffffff;
  83. background-color: #339999;
  84. }
  85. .bigFingerButton:hover, .bigFingerButton:focus {
  86. border-color: #ffffff;
  87. background-color: #336666;
  88. }
  89. .navbar-inverse .navbar-toggle {
  90. border-color: #336666;
  91. }
  92. .navbar-inverse .navbar-toggle:hover,
  93. .navbar-inverse .navbar-toggle:focus {
  94. border-color: #336666;
  95. background-color: #336666;
  96. }
  97. .navbar-inverse .navbar-toggle:focus {
  98. outline-width: 0px;
  99. }
  100. blockquote {
  101. border: 0;
  102. }
  103. .navbar :focus {
  104. outline-width: 0;
  105. }
  106. /* CUSTOMIZE THE CAROUSEL
  107. -------------------------------------------------- */
  108. /* Carousel base class */
  109. .carousel {
  110. height: 200px;
  111. margin-bottom: 10px;
  112. }
  113. /* Since positioning the image, we need to help out the caption */
  114. .carousel-caption {
  115. z-index: 10;
  116. }
  117. /* Declare heights because of positioning of img element */
  118. .carousel .item {
  119. height: 300px;
  120. }
  121. .carousel-control {
  122. background-image: none !important;
  123. }
  124. .carousel-inner > .item > img {
  125. position: absolute;
  126. top: 0;
  127. left: 0;
  128. min-width: 100%;
  129. height: 300px;
  130. }
  131. .carousel-indicators {
  132. margin-top:30px;
  133. margin-bottom:0px;
  134. }
  135. @media screen and (min-width: 768px) {
  136. .carousel-indicators {
  137. margin-bottom: -60px;
  138. }
  139. .carousel-caption {
  140. padding-bottom: 60px;
  141. }
  142. }
  143. .jumbotron h1,
  144. .jumbotron p {
  145. color: #fff;
  146. }
  147. .jumbotron .thumbnail {
  148. margin-top: 0;
  149. }
  150. .jumbotron.small {
  151. padding: 0 0 0 0;
  152. color : #ffffff;
  153. }
  154. .jumbotron.small .title{
  155. float : left;
  156. font-weight : bold;
  157. font-size : 20px;
  158. height : 30px;
  159. margin-right: 20px;
  160. }
  161. .jumbotron.small .subtitle{
  162. font-size : 14px;
  163. height : 30px;
  164. vertical-align:text-bottom;
  165. padding-top:7px;
  166. }
  167. .jumbotron.small .description{
  168. margin-top: 7px;
  169. }
  170. /* screenshot img inside of doc */
  171. .screenshot {
  172. width : 800px;
  173. }
  174. /* Table on the index page */
  175. .table-container {
  176. position: absolute;
  177. }
  178. .table-stack {
  179. /* border: 1px solid #6371a9;*/
  180. width:200px; padding: 5px 5px 5px 5px;
  181. }
  182. .table-stack table {
  183. width:100%
  184. }
  185. .table-stack tr td{
  186. border: 1px solid #FFFFFF;
  187. height : 40px;
  188. background-color : #6371a9;
  189. color : #FFFFFF;
  190. }
  191. .table-stack .gray {
  192. background-color:#DDDDDD;
  193. color:#777777;
  194. }
  195. /* Table for property */
  196. .table-configuration {
  197. width : 800px;
  198. border : 1px solid gray;
  199. }
  200. .table-configuration tr td {
  201. border : 1px solid gray;
  202. padding : 5px 5px 5px 5px;
  203. }
  204. .table-configuration tr th {
  205. border : 1px solid gray;
  206. padding : 5px 5px 5px 5px;
  207. background-color: #B0C4DE;
  208. }
  209. .rotate270 {
  210. width:15px;padding:10px 0px 0px 0px;
  211. -webkit-transform: rotate(270deg);
  212. -moz-transform: rotate(270deg);
  213. -ms-transform: rotate(270deg);
  214. -o-transform: rotate(270deg);
  215. transform: rotate(270deg);
  216. }
  217. /* Custom container */
  218. .container-narrow {
  219. margin: 0 auto;
  220. /* max-width: 960px; */
  221. }
  222. .container-narrow > hr {
  223. margin: 30px 0; }
  224. /* posts index */
  225. .post > h3.title {
  226. position: relative;
  227. padding-top: 10px; }
  228. .post > h3.title span.date {
  229. position: absolute;
  230. right: 0;
  231. font-size: 0.9em; }
  232. .post > .more {
  233. margin: 10px 0;
  234. text-align: left; }
  235. /* post-full*/
  236. .post-full .date {
  237. margin-bottom: 20px;
  238. font-weight: bold; }
  239. /* tag_box */
  240. .tag_box {
  241. list-style: none;
  242. margin: 0;
  243. overflow: hidden; }
  244. .tag_box li {
  245. line-height: 28px; }
  246. .tag_box li i {
  247. opacity: 0.9; }
  248. .tag_box.inline li {
  249. float: left; }
  250. .tag_box a {
  251. padding: 3px 6px;
  252. margin: 2px;
  253. background: #eee;
  254. color: #555;
  255. border-radius: 3px;
  256. text-decoration: none;
  257. border: 1px dashed #cccccc; }
  258. .tag_box a span {
  259. vertical-align: super;
  260. font-size: 0.8em; }
  261. .tag_box a:hover {
  262. background-color: #e5e5e5; }
  263. .tag_box a.active {
  264. background: #57A957;
  265. border: 1px solid #4c964d;
  266. color: #FFF; }
  267. .jumbotron small {
  268. font-size: 60%;
  269. color: #FFF;}
  270. .navbar-brand small {
  271. font-size: 60%;
  272. color: #FFF; }
  273. .navbar-collapse.collapse {
  274. max-height: 50px;}
  275. .nav .caret, .nav a:hover .caret, .nav a:focus .caret {
  276. margin-left: 4px;
  277. border-top-color: #FFF;
  278. }
  279. .navbar-inverse .navbar-nav > .open > a,
  280. .navbar-inverse .navbar-nav > .open > a:hover,
  281. .navbar-inverse .navbar-nav > .open > a:focus {
  282. color: #ffffff;
  283. background-color: #336666;
  284. }
  285. /* Custom, iPhone Retina */
  286. @media only screen and (max-width : 480px) {
  287. .jumbotron h1 {
  288. display: none;
  289. }
  290. .navbar-brand small {
  291. display: none;
  292. color: #FFF;
  293. }
  294. }
  295. @media only screen and (max-width : 768px) {
  296. .navbar .navbar-brand {
  297. padding-bottom: 0;
  298. }
  299. }
  300. @media only screen
  301. and (min-width : 768px)
  302. and (max-width : 1024px) {
  303. .navbar-brand small {
  304. display: none;
  305. }
  306. .navbar-collapse.collapse {
  307. padding-right: 0;
  308. }
  309. }