Letlabo Nature Reserve
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.

documenter_style.css 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. /*!
  2. * Documenter 2.0
  3. * http://rxa.li/documenter
  4. *
  5. * Copyright 2011, Xaver Birsak
  6. * http://revaxarts.com
  7. *
  8. */
  9. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
  10. margin:0;
  11. padding:0;
  12. border:0;
  13. outline:0;
  14. font-weight:inherit;
  15. font-style:inherit;
  16. font-size:100%;
  17. font-family:inherit;
  18. vertical-align:baseline;
  19. }
  20. html {
  21. font-size:101%;
  22. font-family:Arial,verdana,arial,sans-serif;
  23. font-size:12px;
  24. -webkit-text-size-adjust:none;
  25. color:#6F6F6F;
  26. background-color:#efefef;
  27. }
  28. body{
  29. min-height:100%;
  30. height:auto;
  31. width:100%;
  32. }
  33. footer, header, section {
  34. display:block;
  35. }
  36. a{ color:#6F6F6F; text-decoration:none; cursor:pointer; }
  37. a:hover { text-decoration:underline }
  38. p, ul, ol{
  39. margin:18px 0;
  40. line-height:1.5em;
  41. }
  42. li{
  43. list-style:none;
  44. }
  45. li.placeholder{
  46. height:70px;
  47. width:100%;
  48. font-size:16px;
  49. }
  50. hr {
  51. display:block;
  52. height:0px;
  53. line-height:0px;
  54. border:0;
  55. border-top:1px solid #ddd;
  56. border-bottom:1px solid #aaa;
  57. margin:16px 0;
  58. padding:0;
  59. clear:both;
  60. float:none;
  61. }
  62. hr.notop{
  63. margin-top:0;
  64. }
  65. strong{
  66. font-weight:700;
  67. }
  68. #documenter_buttons{
  69. position:absolute;
  70. right:10px;
  71. margin-top:-30px;
  72. }
  73. .btn{
  74. cursor:pointer;
  75. width:auto;
  76. padding:7px 7px 8px;
  77. border-radius:3px;
  78. border:1px solid #ccc;
  79. }
  80. .btn:hover{
  81. border:1px solid #B1B4B0;
  82. box-shadow:0px 2px 2px rgba(0,0,0,0.1);
  83. -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
  84. -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
  85. text-decoration:none;
  86. }
  87. .btn:active{
  88. border:1px solid #B1B4B0;
  89. box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
  90. -moz-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
  91. -webkit-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
  92. background-color:#eee;
  93. }
  94. #documenter_content{
  95. position:absolute;
  96. right:18px;
  97. left:218px;
  98. padding-left:10px;
  99. padding-bottom:800px;
  100. min-height:100%;
  101. height:auto;
  102. z-index:1;
  103. }
  104. #documenter_sidebar{
  105. -moz-box-shadow:0 0 6px rgba(3,3,3,0.6);
  106. -webkit-box-shadow:0 0 6px rgba(3,3,3,0.6);
  107. box-shadow:0 0 6px rgba(3,3,3,0.6);
  108. position:fixed;
  109. left:0;
  110. width:200px;
  111. height:100%;
  112. min-height:100%;
  113. z-index:100;
  114. }
  115. #documenter_sidebar a{
  116. position:relative;
  117. z-index:100;
  118. }
  119. img{
  120. border:0;
  121. }
  122. #documenter_copyright{
  123. position:absolute;
  124. bottom:10px;
  125. font-size:10px;
  126. right:15px;
  127. width:200px;
  128. text-align:right;
  129. z-index:1
  130. }
  131. noscript{
  132. display:block;
  133. position:absolute;
  134. top:238px;
  135. margin:0 auto;
  136. width:800px;
  137. bottom:0;
  138. z-index:20;
  139. }
  140. noscript p{
  141. width:800px;
  142. font-size:20px;
  143. padding-top:20px;
  144. margin:0 auto;
  145. color:#4D4D4D;
  146. }
  147. .small{
  148. font-size:10px;
  149. letter-spacing:0;
  150. }
  151. /*----------------------------------------------------------------------*/
  152. /* Sidebar
  153. /*----------------------------------------------------------------------*/
  154. #documenter_sidebar #documenter_logo{
  155. display:block;
  156. height:20%;
  157. max-height:200px;
  158. min-height:70px;
  159. width:200px;
  160. background-position:center center;
  161. background-repeat:no-repeat;
  162. }
  163. #documenter_sidebar ul{
  164. font-size:12px;
  165. font-weight:700;
  166. min-height:150px;
  167. height:75%;
  168. overflow:auto;
  169. }
  170. #documenter_sidebar ul li{
  171. text-align:right;
  172. padding:0;
  173. }
  174. #documenter_sidebar ul a{
  175. display:block;
  176. border-top:1px solid #ddd;
  177. border-bottom:1px solid #aaa;
  178. padding:6px 15px 7px 0;
  179. text-align:right;
  180. }
  181. #documenter_sidebar ul a:hover,#documenter_sidebar ul a.current{
  182. -webkit-text-shadow:none;
  183. -moz-text-shadow:none;
  184. text-shadow:none;
  185. text-decoration:none;
  186. }
  187. #documenter_sidebar ul li ul{
  188. border-top:0;
  189. font-size:10px;
  190. min-height:10px;
  191. height:auto;
  192. overflow:auto;
  193. margin:0;
  194. display:none;
  195. }
  196. #documenter_sidebar ul li ul li a{
  197. display:block;
  198. padding:4px 15px 5px 0;
  199. text-align:right;
  200. }
  201. /*----------------------------------------------------------------------*/
  202. /* Content
  203. /*----------------------------------------------------------------------*/
  204. #documenter_cover{
  205. position:relative;
  206. height:800px;
  207. padding-top:200px !important;
  208. }
  209. #documenter_cover li{
  210. list-style:none !important;
  211. margin-left:0 !important;
  212. }
  213. #documenter_cover p{
  214. width:500px;
  215. }
  216. #documenter_content section{
  217. padding-top:70px;
  218. }
  219. #documenter_content h1{
  220. font-size:30px;
  221. font-weight:700;
  222. }
  223. #documenter_content h2{
  224. font-size:20px;
  225. margin-bottom:18px;
  226. font-weight:100;
  227. }
  228. #documenter_content h3{
  229. font-size:26px;
  230. margin:18px 0 0;
  231. font-weight:100;
  232. }
  233. #documenter_content h4{
  234. font-size:20px;
  235. margin:18px 0;
  236. font-weight:100;
  237. }
  238. #documenter_content h5{
  239. font-size:16px;
  240. margin:18px 0;
  241. font-weight:100;
  242. }
  243. #documenter_content h6{
  244. font-size:14px;
  245. margin:18px 0;
  246. font-weight:100;
  247. }
  248. #documenter_content p{
  249. margin:18px 0;
  250. }
  251. #documenter_content ol li{
  252. list-style:decimal;
  253. margin-left:36px;
  254. }
  255. #documenter_content ul li{
  256. list-style:square;
  257. margin-left:36px;
  258. }
  259. #documenter_content dl{
  260. }
  261. #documenter_content dl dt{
  262. padding-top:12px;
  263. font-weight:700;
  264. font-size:14px;
  265. }
  266. #documenter_content dl dd{
  267. padding-top:3px;
  268. margin-left:18px;
  269. }
  270. #documenter_content table{
  271. border-collapse:collapse;
  272. }
  273. #documenter_content table th{
  274. font-weight:700;
  275. }
  276. #documenter_content table th, #documenter_content table td{
  277. padding:3px;
  278. text-align:left;
  279. }
  280. #documenter_content code{
  281. font-family:"Courier New", Courier, monospace;
  282. font-size:12px;
  283. }
  284. #documenter_content .warning{
  285. padding:10px 10px 10px 30px;
  286. border:1px solid #D5D458;
  287. background-color:#F0FEB1;
  288. background-image:url(img/warning.png);
  289. background-repeat:no-repeat;
  290. background-position: 8px 11px;
  291. }
  292. #documenter_content .info{
  293. padding:10px 10px 10px 30px;
  294. border:1px solid #6AB3FF;
  295. background-color:#A3D0FF;
  296. background-image:url(img/info.png);
  297. background-repeat:no-repeat;
  298. background-position: 8px 11px;
  299. }
  300. #documenter_content div.alert {
  301. padding: 8px 35px 8px 14px;
  302. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  303. background-color: #fcf8e3;
  304. border: 1px solid #fbeed5;
  305. -webkit-border-radius: 4px;
  306. -moz-border-radius: 4px;
  307. border-radius: 4px;
  308. }
  309. #documenter_content div.alert-success,#documenter_content div.alert-success div.alert-heading {
  310. color: #468847;
  311. }
  312. #documenter_content div.alert-danger,#documenter_content div.alert-error {
  313. background-color: #f2dede;
  314. border-color: #eed3d7;
  315. }
  316. #documenter_content div.alert-danger,
  317. #documenter_content div.alert-error,
  318. #documenter_content div.alert-danger div.alert-heading,
  319. #documenter_content div.alert-error div.alert-heading {
  320. color: #b94a48;
  321. }
  322. #documenter_content div.alert-info {
  323. background-color: #d9edf7;
  324. border-color: #bce8f1;
  325. }
  326. #documenter_content div.alert-info,#documenter_content div.alert-info div.alert-heading {
  327. color: #3a87ad;
  328. }
  329. #documenter_content div.alert-block {
  330. padding-top: 14px;
  331. padding-bottom: 14px;
  332. }
  333. #documenter_content div.alert-block > p,#documenter_content div.alert-block > ul {
  334. margin-bottom: 0;
  335. }
  336. #documenter_content div.alert-block p + p {
  337. margin-top: 5px;
  338. }
  339. /*----------------------------------------------------------------------*/
  340. /* Print Styles
  341. /*----------------------------------------------------------------------*/
  342. @media print {
  343. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  344. -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  345. a, a:visited { color: #444 !important; text-decoration: underline; }
  346. a[href]:after { content: " (" attr(href) ")"; }
  347. abbr[title]:after { content: " (" attr(title) ")"; }
  348. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  349. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  350. thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  351. tr, img { page-break-inside: avoid; }
  352. @page { margin: 0.5cm; }
  353. p, h2, h3 { orphans: 3; widows: 3; }
  354. h2, h3{ page-break-after: avoid; }
  355. hr { border-top:1px solid #000 !important;border-bottom:0 !important; }
  356. #documenter_sidebar{
  357. -moz-box-shadow:none;
  358. -webkit-box-shadow:none;
  359. box-shadow:none;
  360. position:absolute;
  361. left:10px;
  362. top:0;
  363. width:100%;
  364. margin-top:500px;
  365. }
  366. #documenter_sidebar ul:before { content: "Table of Contents"; }
  367. #documenter_sidebar ul{
  368. border:0 !important;
  369. }
  370. #documenter_sidebar ul li{
  371. border:0 !important;
  372. text-align:left;
  373. }
  374. #documenter_sidebar ul li a{
  375. border:0 !important;
  376. text-align:left;
  377. padding:4px;
  378. }
  379. #documenter_sidebar ul li a:hover{
  380. border:0 !important;
  381. }
  382. #documenter_sidebar #documenter_logo{
  383. display:none;
  384. }
  385. #documenter_sidebar #documenter_copyright{
  386. display:none;
  387. }
  388. #documenter_content{
  389. left:10px;
  390. }
  391. #documenter_cover{
  392. margin-bottom:300px;
  393. }
  394. #documenter_content .warning{
  395. background-image:url(img/warning.png) !important;
  396. background-repeat:no-repeat !important;
  397. background-position: 8px 11px !important;
  398. }
  399. #documenter_content .info{
  400. background-image:url(img/info.png) !important;
  401. background-repeat:no-repeat !important;
  402. background-position: 8px 11px !important;
  403. }
  404. }