LibIRCClient 1.10 Used by Probotic
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

442 lines
5.6KB

  1. body, table, div, p, dl {
  2. font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
  3. font-size: 12px;
  4. }
  5. /* @group Heading Levels */
  6. h1 {
  7. text-align: center;
  8. font-size: 150%;
  9. }
  10. h2 {
  11. font-size: 120%;
  12. }
  13. h3 {
  14. font-size: 100%;
  15. }
  16. /* @end */
  17. caption {
  18. font-weight: bold;
  19. }
  20. div.qindex, div.navpath, div.navtab{
  21. background-color: #e8eef2;
  22. border: 1px solid #84b0c7;
  23. text-align: center;
  24. margin: 2px;
  25. padding: 2px;
  26. }
  27. div.qindex, div.navpath {
  28. width: 100%;
  29. line-height: 140%;
  30. }
  31. div.navtab {
  32. margin-right: 15px;
  33. }
  34. /* @group Link Styling */
  35. a {
  36. color: #153788;
  37. font-weight: normal;
  38. text-decoration: none;
  39. }
  40. .contents a:visited {
  41. color: #1b77c5;
  42. }
  43. a:hover {
  44. text-decoration: underline;
  45. }
  46. a.qindex {
  47. font-weight: bold;
  48. }
  49. a.qindexHL {
  50. font-weight: bold;
  51. background-color: #6666cc;
  52. color: #ffffff;
  53. border: 1px double #9295C2;
  54. }
  55. a.el {
  56. font-weight: bold;
  57. }
  58. a.elRef {
  59. }
  60. a.code {
  61. }
  62. a.codeRef {
  63. }
  64. /* @end */
  65. dl.el {
  66. margin-left: -1cm;
  67. }
  68. .fragment {
  69. font-family: monospace, fixed;
  70. font-size: 105%;
  71. }
  72. pre.fragment {
  73. border: 1px solid #CCCCCC;
  74. background-color: #f5f5f5;
  75. padding: 4px 6px;
  76. margin: 4px 8px 4px 2px;
  77. }
  78. div.ah {
  79. background-color: black;
  80. font-weight: bold;
  81. color: #ffffff;
  82. margin-bottom: 3px;
  83. margin-top: 3px
  84. }
  85. div.groupHeader {
  86. margin-left: 16px;
  87. margin-top: 12px;
  88. margin-bottom: 6px;
  89. font-weight: bold;
  90. }
  91. div.groupText {
  92. margin-left: 16px;
  93. font-style: italic;
  94. }
  95. body {
  96. background: white;
  97. color: black;
  98. margin-right: 20px;
  99. margin-left: 20px;
  100. }
  101. td.indexkey {
  102. background-color: #e8eef2;
  103. font-weight: bold;
  104. border: 1px solid #CCCCCC;
  105. margin: 2px 0px 2px 0;
  106. padding: 2px 10px;
  107. }
  108. td.indexvalue {
  109. background-color: #e8eef2;
  110. border: 1px solid #CCCCCC;
  111. padding: 2px 10px;
  112. margin: 2px 0px;
  113. }
  114. tr.memlist {
  115. background-color: #f0f0f0;
  116. }
  117. p.formulaDsp {
  118. text-align: center;
  119. }
  120. img.formulaDsp {
  121. }
  122. img.formulaInl {
  123. vertical-align: middle;
  124. }
  125. /* @group Code Colorization */
  126. span.keyword {
  127. color: #008000
  128. }
  129. span.keywordtype {
  130. color: #604020
  131. }
  132. span.keywordflow {
  133. color: #e08000
  134. }
  135. span.comment {
  136. color: #800000
  137. }
  138. span.preprocessor {
  139. color: #806020
  140. }
  141. span.stringliteral {
  142. color: #002080
  143. }
  144. span.charliteral {
  145. color: #008080
  146. }
  147. span.vhdldigit {
  148. color: #ff00ff
  149. }
  150. span.vhdlchar {
  151. color: #000000
  152. }
  153. span.vhdlkeyword {
  154. color: #700070
  155. }
  156. span.vhdllogic {
  157. color: #ff0000
  158. }
  159. /* @end */
  160. .search {
  161. color: #003399;
  162. font-weight: bold;
  163. }
  164. form.search {
  165. margin-bottom: 0px;
  166. margin-top: 0px;
  167. }
  168. input.search {
  169. font-size: 75%;
  170. color: #000080;
  171. font-weight: normal;
  172. background-color: #e8eef2;
  173. }
  174. td.tiny {
  175. font-size: 75%;
  176. }
  177. .dirtab {
  178. padding: 4px;
  179. border-collapse: collapse;
  180. border: 1px solid #84b0c7;
  181. }
  182. th.dirtab {
  183. background: #e8eef2;
  184. font-weight: bold;
  185. }
  186. hr {
  187. height: 0;
  188. border: none;
  189. border-top: 1px solid #666;
  190. }
  191. /* @group Member Descriptions */
  192. .mdescLeft, .mdescRight,
  193. .memItemLeft, .memItemRight,
  194. .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  195. background-color: #FAFAFA;
  196. border: none;
  197. margin: 4px;
  198. padding: 1px 0 0 8px;
  199. }
  200. .mdescLeft, .mdescRight {
  201. padding: 0px 8px 4px 8px;
  202. color: #555;
  203. }
  204. .memItemLeft, .memItemRight, .memTemplParams {
  205. border-top: 1px solid #ccc;
  206. }
  207. .memTemplParams {
  208. color: #606060;
  209. }
  210. /* @end */
  211. /* @group Member Details */
  212. /* Styles for detailed member documentation */
  213. .memtemplate {
  214. font-size: 80%;
  215. color: #606060;
  216. font-weight: normal;
  217. margin-left: 3px;
  218. }
  219. .memnav {
  220. background-color: #e8eef2;
  221. border: 1px solid #84b0c7;
  222. text-align: center;
  223. margin: 2px;
  224. margin-right: 15px;
  225. padding: 2px;
  226. }
  227. .memitem {
  228. padding: 0;
  229. }
  230. .memname {
  231. white-space: nowrap;
  232. font-weight: bold;
  233. }
  234. .memproto, .memdoc {
  235. border: 1px solid #84b0c7;
  236. }
  237. .memproto {
  238. padding: 0;
  239. background-color: #d5e1e8;
  240. font-weight: bold;
  241. -webkit-border-top-left-radius: 8px;
  242. -webkit-border-top-right-radius: 8px;
  243. -moz-border-radius-topleft: 8px;
  244. -moz-border-radius-topright: 8px;
  245. }
  246. .memdoc {
  247. padding: 2px 5px;
  248. background-color: #eef3f5;
  249. border-top-width: 0;
  250. -webkit-border-bottom-left-radius: 8px;
  251. -webkit-border-bottom-right-radius: 8px;
  252. -moz-border-radius-bottomleft: 8px;
  253. -moz-border-radius-bottomright: 8px;
  254. }
  255. .memdoc p, .memdoc dl, .memdoc ul {
  256. margin: 6px 0;
  257. }
  258. .paramkey {
  259. text-align: right;
  260. }
  261. .paramtype {
  262. white-space: nowrap;
  263. }
  264. .paramname {
  265. color: #602020;
  266. white-space: nowrap;
  267. }
  268. .paramname em {
  269. font-style: normal;
  270. }
  271. /* @end */
  272. /* @group Directory (tree) */
  273. /* for the tree view */
  274. .ftvtree {
  275. font-family: sans-serif;
  276. margin: 0.5em;
  277. }
  278. /* these are for tree view when used as main index */
  279. .directory {
  280. font-size: 9pt;
  281. font-weight: bold;
  282. }
  283. .directory h3 {
  284. margin: 0px;
  285. margin-top: 1em;
  286. font-size: 11pt;
  287. }
  288. /*
  289. The following two styles can be used to replace the root node title
  290. with an image of your choice. Simply uncomment the next two styles,
  291. specify the name of your image and be sure to set 'height' to the
  292. proper pixel height of your image.
  293. */
  294. /*
  295. .directory h3.swap {
  296. height: 61px;
  297. background-repeat: no-repeat;
  298. background-image: url("yourimage.gif");
  299. }
  300. .directory h3.swap span {
  301. display: none;
  302. }
  303. */
  304. .directory > h3 {
  305. margin-top: 0;
  306. }
  307. .directory p {
  308. margin: 0px;
  309. white-space: nowrap;
  310. }
  311. .directory div {
  312. display: none;
  313. margin: 0px;
  314. }
  315. .directory img {
  316. vertical-align: -30%;
  317. }
  318. /* these are for tree view when not used as main index */
  319. .directory-alt {
  320. font-size: 100%;
  321. font-weight: bold;
  322. }
  323. .directory-alt h3 {
  324. margin: 0px;
  325. margin-top: 1em;
  326. font-size: 11pt;
  327. }
  328. .directory-alt > h3 {
  329. margin-top: 0;
  330. }
  331. .directory-alt p {
  332. margin: 0px;
  333. white-space: nowrap;
  334. }
  335. .directory-alt div {
  336. display: none;
  337. margin: 0px;
  338. }
  339. .directory-alt img {
  340. vertical-align: -30%;
  341. }
  342. /* @end */
  343. address {
  344. font-style: normal;
  345. color: #333;
  346. }