documenter_style.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. /*!
  2. * Documenter 2.0
  3. * http://rxa.li/documenter
  4. *
  5. * Copyright 2013, Xaver Birsak
  6. * http://revaxarts.com
  7. *
  8. */
  9. html,
  10. body {
  11. max-width: 100%;
  12. }
  13. body {
  14. padding-bottom: 40px;
  15. }
  16. #documenter_content {
  17. padding-top: 70px;
  18. }
  19. #documenter-cover {
  20. }
  21. .masthead h1 {
  22. margin-top: 48px;
  23. }
  24. section h3,
  25. section h4,
  26. section h5,
  27. section h6 {
  28. padding: 0;
  29. clear: both;
  30. line-height: 1.2em;
  31. margin-top: 2em;
  32. }
  33. section h3 {
  34. font-size: 2em;
  35. }
  36. section h4 {
  37. font-size: 1.5em;
  38. }
  39. section h5 {
  40. font-size: 1.3em;
  41. }
  42. section h6 {
  43. font-size: 1.1em;
  44. }
  45. section table {
  46. border-top: 1px solid;
  47. margin: 18px 0 18px;
  48. }
  49. section table td,
  50. section table th {
  51. border-bottom: 1px solid;
  52. text-align: left;
  53. padding: 10px 10px 10px 3px;
  54. }
  55. section table th {
  56. font-weight: 900;
  57. }
  58. hr.notop {
  59. margin-top: 3px;
  60. }
  61. .img-jhilik {
  62. max-width: 100%;
  63. border: 1px solid #ddd;
  64. padding: 10px;
  65. margin: 30px 0;
  66. }
  67. footer {
  68. padding-bottom: 0;
  69. }
  70. .container {
  71. padding-bottom: 3px;
  72. position: relative;
  73. }
  74. .navbar a.brand {
  75. display: inline-block;
  76. width: 200px;
  77. background-position: center left;
  78. background-repeat: no-repeat;
  79. background-size: contain;
  80. text-indent: -9999px;
  81. margin: 0;
  82. padding: 0;
  83. top: 0;
  84. bottom: 0;
  85. position: absolute;
  86. }
  87. .page-header {
  88. border: 0;
  89. }
  90. .navbar .nav {
  91. margin: 10px 10px 0 200px;
  92. float: none;
  93. }
  94. .navbar .nav li a {
  95. border-radius: 3px;
  96. display: block;
  97. white-space: nowrap;
  98. padding: 6px 11px 7px;
  99. text-overflow: ellipsis;
  100. text-decoration: none;
  101. margin-left: 3px;
  102. margin-bottom: 3px;
  103. }
  104. .navbar .nav li ul {
  105. border-radius: 5px;
  106. display: none;
  107. position: absolute;
  108. list-style-type: none;
  109. min-width: 100px;
  110. padding: 3px;
  111. box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  112. }
  113. .navbar .nav > li:hover ul {
  114. display: block;
  115. }
  116. .marketing-byline {
  117. list-style: none;
  118. margin-left: 0;
  119. margin-bottom: 24px;
  120. }
  121. .marketing-byline li {
  122. display: inline;
  123. padding: 0 2px;
  124. }
  125. .download-info {
  126. clear: both;
  127. text-align: center;
  128. }
  129. #intro {
  130. margin-top: 40px;
  131. text-align: center;
  132. }
  133. section {
  134. margin-top: 100px;
  135. }
  136. img {
  137. height: auto !important;
  138. }
  139. iframe {
  140. max-width: 100% !important;
  141. }
  142. @media (max-width: 979px) {
  143. #documenter_content {
  144. padding-top: 0px;
  145. }
  146. .navbar .nav {
  147. margin: 10px 10px 0 0;
  148. }
  149. .navbar .nav > li > a {
  150. padding: 6px 11px 7px;
  151. max-width: 100%;
  152. overflow: hidden;
  153. text-overflow: ellipsis;
  154. }
  155. .navbar .nav li ul {
  156. display: none;
  157. box-shadow: none;
  158. position: static;
  159. }
  160. .navbar .nav li:hover ul {
  161. display: block;
  162. }
  163. .navbar .nav li ul li {
  164. display: block;
  165. }
  166. .navbar .nav li a {
  167. max-width: 100%;
  168. }
  169. section {
  170. margin-top: 80px;
  171. }
  172. }
  173. @media (max-width: 480px) {
  174. section {
  175. margin-top: 30px;
  176. }
  177. }
  178. .card {
  179. box-shadow: 0 0px 4px rgba(0, 0, 0, 0.24);
  180. margin-bottom: 1.875rem;
  181. border-radius: 0;
  182. padding: 26px;
  183. }
  184. .card-header {
  185. padding: 0px 0px 19px 2px;
  186. font-size: 22px;
  187. font-weight: bold;
  188. border-bottom: #80808073 1px solid;
  189. margin-bottom: 15px;
  190. }
  191. html,
  192. body {
  193. background-color: #ffffff;
  194. color: #383838;
  195. }
  196. h1,
  197. h2,
  198. h3,
  199. h4,
  200. h5,
  201. h6 {
  202. color: #383838;
  203. }
  204. li {
  205. padding-top: 10px;
  206. }
  207. section table {
  208. background-color: #ffffff;
  209. }
  210. ::-moz-selection {
  211. background: #444444;
  212. color: #dddddd;
  213. }
  214. ::selection {
  215. background: #444444;
  216. color: #dddddd;
  217. }
  218. a.brand {
  219. background-image: url(assets/images/image_1.png);
  220. }
  221. a,
  222. a:hover,
  223. a:active {
  224. color: #0000ff;
  225. }
  226. hr {
  227. border-top: 1px solid #ebebeb;
  228. border-bottom: 1px solid #ffffff;
  229. }
  230. div.navbar-inner,
  231. .navbar .nav li ul {
  232. background: #dddddd;
  233. color: #222222;
  234. }
  235. a.btn-navbar {
  236. background: #dddddd;
  237. color: #222222;
  238. }
  239. .navbar .nav li a {
  240. color: #222222;
  241. text-shadow: 1px 1px 0px #eeeeee;
  242. }
  243. .navbar .nav li a:hover,
  244. .navbar .nav li.active a {
  245. text-shadow: none;
  246. }
  247. div.navbar-inner ul {
  248. }
  249. .navbar .nav > li a {
  250. color: #444444;
  251. }
  252. .navbar .nav > li a:hover,
  253. a.btn-navbar:hover {
  254. background: #444444;
  255. color: #dddddd;
  256. }
  257. .navbar .nav .active > a,
  258. .navbar .nav .active > a:hover,
  259. a.btn-navbar:active {
  260. background-color: #444444;
  261. color: #dddddd;
  262. }
  263. .navbar .nav li ul li a:hover {
  264. background: #444444;
  265. color: #dddddd;
  266. }
  267. .navbar .nav li ul li a:active {
  268. background: #444444;
  269. color: #dddddd;
  270. }
  271. .btn-primary {
  272. background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  273. background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  274. background-image: -webkit-gradient(
  275. linear,
  276. 0 0,
  277. 0 0088cc%,
  278. from(#dddddd),
  279. to(#0044cc)
  280. );
  281. background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  282. background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  283. background-image: linear-gradient(top, #0088cc, #0044cc);
  284. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#0044CC', GradientType=0);
  285. border-color: #0044cc #0044cc #bfbfbf;
  286. color: #ffffff;
  287. }
  288. .btn-primary:hover,
  289. .btn-primary:active,
  290. .btn-primary.active,
  291. .btn-primary.disabled,
  292. .btn-primary[disabled] {
  293. background-color: #0044cc;
  294. }
  295. #documenter_copyright {
  296. display: block !important;
  297. visibility: visible !important;
  298. }
  299. #theme_options2 img {
  300. border: 1px solid #eee;
  301. margin: 10px 0;
  302. max-width: 100%;
  303. padding: 10px;
  304. }