style.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. /*!
  2. * ApiGen 2.8.0 - API documentation generator for PHP 5.3+
  3. *
  4. * Copyright (c) 2010-2011 David Grudl (http://davidgrudl.com)
  5. * Copyright (c) 2011-2012 Jaroslav Hanslík (https://github.com/kukulich)
  6. * Copyright (c) 2011-2012 Ondřej Nešpor (https://github.com/Andrewsville)
  7. *
  8. * For the full copyright and license information, please view
  9. * the file LICENSE.md that was distributed with this source code.
  10. */
  11. body {
  12. font: 13px/1.5 Verdana, 'Geneva CE', lucida, sans-serif;
  13. margin: 0;
  14. padding: 0;
  15. background: #ffffff;
  16. color: #333333;
  17. }
  18. h1, h2, h3, h4, caption {
  19. font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  20. color: #053368;
  21. }
  22. h1 {
  23. color: #1e5eb6;
  24. font-size: 230%;
  25. font-weight: normal;
  26. margin: .3em 0;
  27. }
  28. h2 {
  29. color: #1e5eb6;
  30. font-size: 150%;
  31. font-weight: normal;
  32. margin: -.3em 0 .3em 0;
  33. }
  34. h3 {
  35. font-size: 1.6em;
  36. font-weight: normal;
  37. margin-bottom: 2px;
  38. }
  39. h4 {
  40. font-size: 100%;
  41. font-weight: bold;
  42. padding: 0;
  43. margin: 0;
  44. }
  45. caption {
  46. border: 1px solid #cccccc;
  47. background: #ecede5;
  48. font-weight: bold;
  49. font-size: 1.2em;
  50. padding: 3px 5px;
  51. text-align: left;
  52. margin-bottom: 0;
  53. }
  54. p {
  55. margin: .7em 0 1em;
  56. padding: 0;
  57. }
  58. hr {
  59. margin: 2em 0 1em;
  60. border: none;
  61. border-top: 1px solid #cccccc;
  62. height: 0;
  63. }
  64. a {
  65. color: #006aeb;
  66. padding: 3px 1px;
  67. text-decoration: none;
  68. }
  69. h1 a {
  70. color: #1e5eb6;
  71. }
  72. a:hover, a:active, a:focus, a:hover b, a:hover var {
  73. background-color: #006aeb;
  74. color: #ffffff !important;
  75. }
  76. code, var, pre {
  77. font-family: monospace;
  78. }
  79. var {
  80. font-weight: bold;
  81. font-style: normal;
  82. color: #ca8a04;
  83. }
  84. pre {
  85. margin: 0;
  86. }
  87. code a b {
  88. color: #000000;
  89. }
  90. .deprecated {
  91. text-decoration: line-through;
  92. }
  93. .invalid {
  94. color: #e71818;
  95. }
  96. .hidden {
  97. display: none;
  98. }
  99. /* Left side */
  100. #left {
  101. overflow: auto;
  102. width: 270px;
  103. height: 100%;
  104. position: fixed;
  105. }
  106. /* Menu */
  107. #menu {
  108. padding: 10px;
  109. }
  110. #menu ul {
  111. list-style: none;
  112. padding: 0;
  113. margin: 0;
  114. }
  115. #menu ul ul {
  116. padding-left: 10px;
  117. }
  118. #menu li {
  119. white-space: nowrap;
  120. position: relative;
  121. }
  122. #menu a {
  123. display: block;
  124. padding: 0 2px;
  125. }
  126. #menu .active > a, #menu > span {
  127. color: #333333;
  128. background: none;
  129. font-weight: bold;
  130. }
  131. #menu .active > a.invalid {
  132. color: #e71818;
  133. }
  134. #menu .active > a:hover, #menu .active > a:active, #menu .active > a:focus {
  135. background-color: #006aeb;
  136. }
  137. #menu #groups span {
  138. position: absolute;
  139. top: 4px;
  140. right: 2px;
  141. cursor: pointer;
  142. display: block;
  143. width: 12px;
  144. height: 12px;
  145. background: url('collapsed.png') transparent 0 0 no-repeat;
  146. }
  147. #menu #groups span:hover {
  148. background-position: -12px 0;
  149. }
  150. #menu #groups span.collapsed {
  151. background-position: 0 -12px;
  152. }
  153. #menu #groups span.collapsed:hover {
  154. background-position: -12px -12px;
  155. }
  156. #menu #groups ul.collapsed {
  157. display: none;
  158. }
  159. /* Right side */
  160. #right {
  161. overflow: auto;
  162. margin-left: 275px;
  163. height: 100%;
  164. position: fixed;
  165. left: 0;
  166. right: 0;
  167. }
  168. #rightInner {
  169. max-width: 1000px;
  170. min-width: 350px;
  171. }
  172. /* Search */
  173. #search {
  174. float: right;
  175. margin: 3px 8px;
  176. }
  177. #search input.text {
  178. padding: 3px 5px;
  179. width: 250px;
  180. }
  181. /* Autocomplete */
  182. .ac_results {
  183. padding: 0;
  184. border: 1px solid #cccccc;
  185. background-color: #ffffff;
  186. overflow: hidden;
  187. z-index: 99999;
  188. }
  189. .ac_results ul {
  190. width: 100%;
  191. list-style-position: outside;
  192. list-style: none;
  193. padding: 0;
  194. margin: 0;
  195. }
  196. .ac_results li {
  197. margin: 0;
  198. padding: 2px 5px;
  199. cursor: default;
  200. display: block;
  201. font: 12px 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  202. line-height: 16px;
  203. overflow: hidden;
  204. white-space: nowrap;
  205. }
  206. .ac_results li strong {
  207. color: #000000;
  208. }
  209. .ac_odd {
  210. background-color: #eeeeee;
  211. }
  212. .ac_over {
  213. background-color: #006aeb;
  214. color: #ffffff;
  215. }
  216. .ac_results li.ac_over strong {
  217. color: #ffffff;
  218. }
  219. /* Navigation */
  220. #navigation {
  221. padding: 3px 8px;
  222. background-color: #f6f6f4;
  223. height: 26px;
  224. }
  225. #navigation ul {
  226. list-style: none;
  227. margin: 0 8px 4px 0;
  228. padding: 0;
  229. overflow: hidden;
  230. float: left;
  231. }
  232. #navigation ul + ul {
  233. border-left: 1px solid #000000;
  234. padding-left: 8px;
  235. }
  236. #navigation ul li {
  237. float: left;
  238. margin: 2px;
  239. padding: 0 3px;
  240. font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  241. color: #808080;
  242. }
  243. #navigation ul li.active {
  244. background-color: #053368;
  245. color: #ffffff;
  246. font-weight: bold;
  247. }
  248. #navigation ul li a {
  249. color: #000000;
  250. font-weight: bold;
  251. padding: 0;
  252. }
  253. #navigation ul li span {
  254. float: left;
  255. padding: 0 3px;
  256. }
  257. #navigation ul li a:hover span, #navigation ul li a:active span, #navigation ul li a:focus span {
  258. background-color: #006aeb;
  259. }
  260. /* Content */
  261. #content {
  262. clear: both;
  263. padding: 5px 15px;
  264. }
  265. .description pre {
  266. padding: .6em;
  267. background: #fcfcf7;
  268. }
  269. #content > .description {
  270. background: #ecede5;
  271. padding: 1px 8px;
  272. margin: 1.2em 0;
  273. }
  274. #content > .description pre {
  275. margin: .5em 0;
  276. }
  277. dl.tree {
  278. margin: 1.2em 0;
  279. }
  280. dl.tree dd {
  281. margin: 0;
  282. padding: 0;
  283. }
  284. .info {
  285. margin: 1.2em 0;
  286. }
  287. .summary {
  288. border: 1px solid #cccccc;
  289. border-collapse: collapse;
  290. font-size: 1em;
  291. width: 100%;
  292. margin: 1.2em 0 2.4em;
  293. }
  294. .summary caption {
  295. border-width: 1px 1px 0;
  296. }
  297. .summary caption.switchable {
  298. background: #ecede5 url('sort.png') no-repeat center right;
  299. cursor: pointer;
  300. }
  301. .summary td {
  302. border: 1px solid #cccccc;
  303. margin: 0;
  304. padding: 3px 10px;
  305. font-size: 1em;
  306. vertical-align: top;
  307. }
  308. .summary td:first-child {
  309. text-align: right;
  310. }
  311. #packages.summary td:first-child, #namespaces.summary td:first-child, .inherited.summary td:first-child, .used.summary td:first-child {
  312. text-align: left;
  313. }
  314. .summary tr:hover td {
  315. background: #f6f6f4;
  316. }
  317. .summary .description pre {
  318. border: .5em solid #ecede5;
  319. }
  320. .summary .description p {
  321. margin: 0;
  322. }
  323. .summary .description p + p, .summary .description ul {
  324. margin: 3px 0 0 0;
  325. }
  326. .summary .description.detailed h4 {
  327. margin-top: 3px;
  328. }
  329. .summary dl {
  330. margin: 0;
  331. }
  332. .summary dd {
  333. margin: 0 0 0 25px;
  334. }
  335. .name, .attributes {
  336. white-space: nowrap;
  337. }
  338. .value {
  339. white-space: pre-wrap;
  340. }
  341. td.name, td.attributes {
  342. width: 1%;
  343. }
  344. .class #methods .name {
  345. width: auto;
  346. white-space: normal;
  347. }
  348. .class #methods .name > div > code {
  349. white-space: pre-wrap;
  350. }
  351. .class #methods .name > div > code span, .function .value > code {
  352. white-space: nowrap;
  353. }
  354. .class #methods td.name > div, .class td.description > div {
  355. position: relative;
  356. padding-right: 1em;
  357. }
  358. .anchor {
  359. position: absolute;
  360. top: 0;
  361. right: 0;
  362. line-height: 1;
  363. font-size: 85%;
  364. margin: 0;
  365. color: #006aeb !important;
  366. }
  367. .list {
  368. margin: 0 0 5px 25px;
  369. }
  370. div.invalid {
  371. background-color: #fae4e0;
  372. padding: 10px;
  373. }
  374. /* Splitter */
  375. #splitter {
  376. position: fixed;
  377. height: 100%;
  378. width: 5px;
  379. left: 270px;
  380. background: #1e5eb6 url('resize.png') left center no-repeat;
  381. cursor: e-resize;
  382. }
  383. #splitter.active {
  384. opacity: .5;
  385. }
  386. /* Footer */
  387. #footer {
  388. border-top: 1px solid #e9eeef;
  389. clear: both;
  390. color: #a7a7a7;
  391. font-size: 8pt;
  392. text-align: center;
  393. padding: 20px 0 0;
  394. margin: 3em 0 0;
  395. height: 90px;
  396. background: #ffffff url('footer.png') no-repeat center top;
  397. }
  398. /* Tree */
  399. div.tree ul {
  400. list-style: none;
  401. background: url('tree-vertical.png') left repeat-y;
  402. padding: 0;
  403. margin-left: 20px;
  404. }
  405. div.tree li {
  406. margin: 0;
  407. padding: 0;
  408. }
  409. div.tree div {
  410. padding-left: 30px;
  411. }
  412. div.tree div.notlast {
  413. background: url('tree-hasnext.png') left 10px no-repeat;
  414. }
  415. div.tree div.last {
  416. background: url('tree-last.png') left -240px no-repeat;
  417. }
  418. div.tree li.last {
  419. background: url('tree-cleaner.png') left center repeat-y;
  420. }
  421. div.tree span.padding {
  422. padding-left: 15px;
  423. }
  424. /* Source code */
  425. .php-keyword1 {
  426. color: #e71818;
  427. font-weight: bold;
  428. }
  429. .php-keyword2 {
  430. font-weight: bold;
  431. }
  432. .php-var {
  433. color: #d59401;
  434. font-weight: bold;
  435. }
  436. .php-num {
  437. color: #cd0673;
  438. }
  439. .php-quote {
  440. color: #008000;
  441. }
  442. .php-comment {
  443. color: #929292;
  444. }
  445. .xlang {
  446. color: #ff0000;
  447. font-weight: bold;
  448. }
  449. span.l {
  450. display: block;
  451. }
  452. span.l.selected {
  453. background: #f6f6f4;
  454. }
  455. span.l a {
  456. color: #333333;
  457. }
  458. span.l a:hover, div.l a:active, div.l a:focus {
  459. background: transparent;
  460. color: #333333 !important;
  461. }
  462. span.l .php-var a {
  463. color: #d59401;
  464. }
  465. span.l .php-var a:hover, span.l .php-var a:active, span.l .php-var a:focus {
  466. color: #d59401 !important;
  467. }
  468. span.l a.l {
  469. padding-left: 2px;
  470. color: #c0c0c0;
  471. }
  472. span.l a.l:hover, span.l a.l:active, span.l a.l:focus {
  473. background: transparent;
  474. color: #c0c0c0 !important;
  475. }
  476. #rightInner.medium #navigation {
  477. height: 52px;
  478. }
  479. #rightInner.medium #navigation ul:first-child + ul {
  480. clear: left;
  481. border: none;
  482. padding: 0;
  483. }
  484. #rightInner.medium .name, #rightInner.medium .attributes {
  485. white-space: normal;
  486. }
  487. #rightInner.small #search {
  488. float: left;
  489. }
  490. #rightInner.small #navigation {
  491. height: 78px;
  492. }
  493. #rightInner.small #navigation ul:first-child {
  494. clear: both;
  495. }