documenter_style.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. /*!
  2. * Documenter 1.6
  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,pre,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. }
  60. hr.notop{
  61. margin-top:0;
  62. }
  63. strong{
  64. font-weight:700;
  65. }
  66. #documenter_content{
  67. position:absolute;
  68. right:18px;
  69. left:218px;
  70. padding-left:10px;
  71. padding-bottom:800px;
  72. min-height:100%;
  73. height:auto;
  74. z-index:1;
  75. }
  76. #documenter_sidebar{
  77. -moz-box-shadow:0 0 6px rgba(3,3,3,0.6);
  78. -webkit-box-shadow:0 0 6px rgba(3,3,3,0.6);
  79. box-shadow:0 0 6px rgba(3,3,3,0.6);
  80. position:fixed;
  81. left:0;
  82. width:200px;
  83. height:100%;
  84. min-height:100%;
  85. z-index:100;
  86. }
  87. #documenter_sidebar a{
  88. position:relative;
  89. z-index:100;
  90. }
  91. img{
  92. border:0;
  93. }
  94. #documenter_copyright{
  95. position:absolute;
  96. bottom:10px;
  97. font-size:10px;
  98. right:15px;
  99. width:200px;
  100. text-align:right;
  101. z-index:1
  102. }
  103. noscript{
  104. display:block;
  105. position:absolute;
  106. top:238px;
  107. margin:0 auto;
  108. width:800px;
  109. bottom:0;
  110. z-index:20;
  111. }
  112. noscript p{
  113. width:800px;
  114. font-size:20px;
  115. padding-top:20px;
  116. margin:0 auto;
  117. color:#4D4D4D;
  118. }
  119. .small{
  120. font-size:10px;
  121. letter-spacing:0;
  122. }
  123. /*----------------------------------------------------------------------*/
  124. /* Sidebar
  125. /*----------------------------------------------------------------------*/
  126. #documenter_sidebar #documenter_logo{
  127. display:block;
  128. height:20%;
  129. max-height:200px;
  130. min-height:70px;
  131. width:200px;
  132. background-position:center center;
  133. background-repeat:no-repeat;
  134. }
  135. #documenter_sidebar ol{
  136. font-size:12px;
  137. font-weight:700;
  138. min-height:150px;
  139. height:75%;
  140. overflow:auto;
  141. }
  142. #documenter_sidebar ol li{
  143. text-align:right;
  144. padding:0;
  145. }
  146. #documenter_sidebar ol a{
  147. display:block;
  148. border-top:1px solid #ddd;
  149. border-bottom:1px solid #aaa;
  150. padding:6px 15px 7px 0;
  151. text-align:right;
  152. }
  153. #documenter_sidebar ol a:hover,#documenter_sidebar ol a.current{
  154. -webkit-text-shadow:none;
  155. -moz-text-shadow:none;
  156. text-shadow:none;
  157. text-decoration:none;
  158. }
  159. #documenter_sidebar ol li ol{
  160. border-top:0;
  161. font-size:10px;
  162. min-height:10px;
  163. height:auto;
  164. overflow:auto;
  165. margin:0;
  166. display:none;
  167. }
  168. #documenter_sidebar ol li ol li a{
  169. display:block;
  170. padding:4px 15px 5px 0;
  171. text-align:right;
  172. }
  173. /*----------------------------------------------------------------------*/
  174. /* Content
  175. /*----------------------------------------------------------------------*/
  176. #documenter_cover{
  177. height:800px;
  178. padding-top:200px !important;
  179. }
  180. #documenter_cover li{
  181. list-style:none !important;
  182. margin-left:0 !important;
  183. }
  184. #documenter_cover p{
  185. width:500px;
  186. }
  187. #documenter_content section{
  188. padding-top:70px;
  189. }
  190. #documenter_content h1{
  191. font-size:30px;
  192. font-weight:700;
  193. }
  194. #documenter_content h2{
  195. font-size:20px;
  196. margin-bottom:18px;
  197. font-weight:100;
  198. }
  199. #documenter_content h3{
  200. font-size:26px;
  201. margin:18px 0 0;
  202. font-weight:100;
  203. }
  204. #documenter_content h4{
  205. font-size:20px;
  206. margin:18px 0;
  207. font-weight:100;
  208. }
  209. #documenter_content h5{
  210. font-size:16px;
  211. margin:18px 0;
  212. font-weight:100;
  213. }
  214. #documenter_content h6{
  215. font-size:14px;
  216. margin:18px 0;
  217. font-weight:100;
  218. }
  219. #documenter_content p{
  220. margin:18px 0;
  221. }
  222. #documenter_content ol li{
  223. list-style:decimal;
  224. margin-left:36px;
  225. }
  226. #documenter_content ul li{
  227. list-style:square;
  228. margin-left:36px;
  229. }
  230. #documenter_content dl{
  231. }
  232. #documenter_content dl dt{
  233. padding-top:12px;
  234. font-weight:700;
  235. font-size:14px;
  236. }
  237. #documenter_content dl dd{
  238. padding-top:3px;
  239. margin-left:18px;
  240. }
  241. #documenter_content table{
  242. border-collapse:collapse;
  243. }
  244. #documenter_content table th{
  245. font-weight:700;
  246. }
  247. #documenter_content table th, #documenter_content table td{
  248. padding:3px;
  249. text-align:left;
  250. }
  251. #documenter_content code, #documenter_content pre{
  252. font-family:"Courier New", Courier, monospace;
  253. font-size:12px;
  254. }
  255. #documenter_content .warning{
  256. padding:10px 10px 10px 30px;
  257. border:1px solid #D5D458;
  258. background-color:#F0FEB1;
  259. background-image:url(img/warning.png);
  260. background-repeat:no-repeat;
  261. background-position: 8px 11px;
  262. }
  263. #documenter_content .info{
  264. padding:10px 10px 10px 30px;
  265. border:1px solid #6AB3FF;
  266. background-color:#A3D0FF;
  267. background-image:url(img/info.png);
  268. background-repeat:no-repeat;
  269. background-position: 8px 11px;
  270. }
  271. #documenter_content pre{
  272. background-image:url(img/pre_bg.png);
  273. line-height:19px;
  274. }
  275. /*----------------------------------------------------------------------*/
  276. /* Print Styles
  277. /*----------------------------------------------------------------------*/
  278. @media print {
  279. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  280. -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  281. a, a:visited { color: #444 !important; text-decoration: underline; }
  282. a[href]:after { content: " (" attr(href) ")"; }
  283. abbr[title]:after { content: " (" attr(title) ")"; }
  284. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  285. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  286. thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  287. tr, img { page-break-inside: avoid; }
  288. @page { margin: 0.5cm; }
  289. p, h2, h3 { orphans: 3; widows: 3; }
  290. h2, h3{ page-break-after: avoid; }
  291. hr { border-top:1px solid #000 !important;border-bottom:0 !important; }
  292. #documenter_sidebar{
  293. -moz-box-shadow:none;
  294. -webkit-box-shadow:none;
  295. box-shadow:none;
  296. position:absolute;
  297. left:10px;
  298. top:0;
  299. width:100%;
  300. margin-top:500px;
  301. }
  302. #documenter_sidebar ol:before { content: "Table of Contents"; }
  303. #documenter_sidebar ol{
  304. border:0 !important;
  305. }
  306. #documenter_sidebar ol li{
  307. border:0 !important;
  308. text-align:left;
  309. }
  310. #documenter_sidebar ol li a{
  311. border:0 !important;
  312. text-align:left;
  313. padding:4px;
  314. }
  315. #documenter_sidebar ol li a:hover{
  316. border:0 !important;
  317. }
  318. #documenter_sidebar #documenter_logo{
  319. display:none;
  320. }
  321. #documenter_sidebar #documenter_copyright{
  322. display:none;
  323. }
  324. #documenter_content{
  325. left:10px;
  326. }
  327. #documenter_cover{
  328. margin-bottom:300px;
  329. }
  330. #documenter_content .warning{
  331. background-image:url(img/warning.png) !important;
  332. background-repeat:no-repeat !important;
  333. background-position: 8px 11px !important;
  334. }
  335. #documenter_content .info{
  336. background-image:url(img/info.png) !important;
  337. background-repeat:no-repeat !important;
  338. background-position: 8px 11px !important;
  339. }
  340. #documenter_content pre{
  341. background-image:url(img/pre_bg.png) !important;
  342. line-height:19px;
  343. }
  344. }