PageRenderTime 27ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/build/docs/theme/resources/css/style.css

https://gitlab.com/github-cloud-corp/aws-sdk-php
CSS | 672 lines | 524 code | 127 blank | 21 comment | 0 complexity | 771bb937edad53224d62ed3d2670d0a8 MD5 | raw file
  1. body {
  2. margin: 0;
  3. padding: 50px 0 0 0;
  4. color: #333;
  5. line-height: 1.5;
  6. }
  7. h1, h2, h3, h4, h5, h6 {
  8. font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
  9. color: black;
  10. font-weight: normal;
  11. padding: 0;
  12. }
  13. h2 {
  14. background-color: #EDF3FE;
  15. font-size: 25px;
  16. padding: 10px 10px 10px 32px;
  17. margin: 20px 0 20px -30px;
  18. }
  19. ul, ol {
  20. margin-bottom: 0;
  21. }
  22. a, a:hover {
  23. text-decoration: none;
  24. }
  25. var {
  26. font-weight: bold;
  27. font-style: normal;
  28. color: #c09853;
  29. }
  30. code {
  31. color: #000;
  32. white-space: nowrap;
  33. border: none;
  34. background: transparent;
  35. padding: 0
  36. }
  37. code:empty {
  38. display: none;
  39. }
  40. code a b {
  41. color: #000;
  42. }
  43. pre code {
  44. white-space: pre;
  45. }
  46. .deprecated {
  47. text-decoration: line-through;
  48. opacity: .5;
  49. }
  50. .invalid {
  51. color: #dd1144;
  52. }
  53. .hidden {
  54. display: none;
  55. }
  56. /* Left side
  57. -------------------------------------*/
  58. #left {
  59. overflow: auto;
  60. width: 270px;
  61. height: 100%;
  62. position: fixed;
  63. }
  64. /* Menu */
  65. #menu {
  66. padding: 10px;
  67. overflow-x: hidden;
  68. }
  69. #menu h3 {
  70. border-bottom: 1px solid #E7E7E7;
  71. margin-left: -10px;
  72. margin-right: -10px;
  73. padding: 0 10px 5px 10px;
  74. }
  75. #menu ul {
  76. list-style: none;
  77. padding: 0;
  78. margin: 0;
  79. }
  80. #menu ul ul {
  81. padding-left: 10px;
  82. }
  83. #menu li {
  84. white-space: nowrap;
  85. position: relative;
  86. }
  87. #menu a {
  88. display: block;
  89. padding: 3px;
  90. border-radius: 3px;
  91. width: 100%;
  92. overflow: hidden;
  93. text-overflow: ellipsis;
  94. }
  95. #menu a:hover {
  96. background-color: #0088cc;
  97. color: #fff !important;
  98. }
  99. #menu .active > a {
  100. font-weight: bold;
  101. color: #000;
  102. }
  103. #menu .active > a.invalid {
  104. color: #dd1144;
  105. }
  106. #menu #groups span {
  107. position: absolute;
  108. top: 6px;
  109. right: 3px;
  110. cursor: pointer;
  111. display: block;
  112. width: 12px;
  113. height: 12px;
  114. background: url('../collapsed.png') transparent 0 0 no-repeat;
  115. }
  116. #menu #groups span:hover {
  117. background-position: -12px 0;
  118. }
  119. #menu #groups span.collapsed {
  120. background-position: 0 -12px;
  121. }
  122. #menu #groups span.collapsed:hover {
  123. background-position: -12px -12px;
  124. }
  125. #menu #groups ul.collapsed {
  126. display: none;
  127. }
  128. /* Autocomplete
  129. -------------------------------------*/
  130. .ac_results {
  131. border-radius: 4px;
  132. margin-top: 2px;
  133. background-color: #fff;
  134. border: 1px solid #E7E7E7;
  135. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  136. overflow: hidden;
  137. z-index: 99999;
  138. }
  139. .ac_results ul {
  140. display: block;
  141. list-style: none;
  142. padding: 0;
  143. margin: 0;
  144. }
  145. .ac_results li {
  146. margin: 0;
  147. padding: 0 5px;
  148. line-height: 2;
  149. cursor: default;
  150. display: block;
  151. overflow: hidden;
  152. white-space: nowrap;
  153. text-overflow: ellipsis;
  154. }
  155. .ac_results li strong {
  156. color: #000;
  157. }
  158. .ac_over {
  159. background-color: #0088cc;
  160. color: #fff;
  161. }
  162. .ac_results li.ac_over strong {
  163. color: #fff;
  164. }
  165. /* Right side
  166. -------------------------------------*/
  167. #right {
  168. overflow: auto;
  169. margin-left: 275px;
  170. height: 100%;
  171. position: relative;
  172. left: 0;
  173. right: 0;
  174. }
  175. #rightInner {
  176. min-width: 350px;
  177. }
  178. /* Navigation
  179. -------------------------------------*/
  180. #navigation {
  181. margin-bottom: 0;
  182. }
  183. .navbar .nav > li > span {
  184. position: relative;
  185. display: block;
  186. color: #777;
  187. line-height: 20px;
  188. padding: 15px;
  189. }
  190. .navbar .nav > li.active > span {
  191. background-color: #E7E7E7;
  192. color: #555;
  193. }
  194. /* Content */
  195. #content {
  196. clear: both;
  197. padding: 5px 20px 5px 30px;
  198. }
  199. #content > .description {
  200. margin: 1.2em 0;
  201. }
  202. #content .alert-info {
  203. margin-top: 18px;
  204. }
  205. dl.tree {
  206. margin: 1.2em 0;
  207. padding: 10px;
  208. }
  209. dl.tree dd {
  210. margin: 0;
  211. padding: 0;
  212. line-height: 18px;
  213. }
  214. .csv-list {
  215. line-height: 24px;
  216. word-spacing: 10px;
  217. }
  218. h2.switchable {
  219. background: transparent url('../sort.png') no-repeat center right;
  220. cursor: pointer;
  221. }
  222. .summary td:first-child {
  223. text-align: right;
  224. }
  225. .summary td hr {
  226. margin: 8px -8px;
  227. }
  228. .summary tr:hover td {
  229. background: #f6f6f4;
  230. }
  231. .summary .description p {
  232. margin: 0;
  233. }
  234. .class #methods.summary .description p:first-child, .summary .description.detailed h4:first-child {
  235. margin-top: 8px;
  236. }
  237. .summary .description p + p, .summary .description ul, .summary .description pre, .summary .description.detailed h4 {
  238. margin-top: 4px;
  239. }
  240. .summary dl {
  241. margin: 0;
  242. }
  243. .summary dd {
  244. margin: 0 0 0 25px;
  245. }
  246. .summary dt, dd {
  247. line-height: 24px;
  248. }
  249. .name, .attributes {
  250. white-space: nowrap;
  251. }
  252. .value code {
  253. white-space: pre-wrap;
  254. }
  255. td.name, td.attributes {
  256. width: 1%;
  257. padding-right: 20px !important;
  258. }
  259. .class .methods .name, .class .properties .name, .class .constants .name {
  260. width: auto;
  261. white-space: normal;
  262. }
  263. .class .methods .name > div > code {
  264. white-space: pre-wrap;
  265. }
  266. .class .methods .name > div > code span, .function .value > code {
  267. white-space: nowrap;
  268. }
  269. .class .methods td.name > div, .class td.value > div {
  270. position: relative;
  271. padding-right: 1em;
  272. }
  273. .attributes code, .name code, dd code {
  274. color: #468847;
  275. }
  276. .anchor {
  277. position: absolute;
  278. top: 0;
  279. right: 0;
  280. line-height: 1;
  281. font-size: 85%;
  282. margin: 0;
  283. color: #0088cc !important;
  284. }
  285. .list {
  286. margin: 0 0 5px 25px;
  287. line-height: 24px;
  288. }
  289. /* Splitter
  290. -------------------------------------*/
  291. #splitter {
  292. position: fixed;
  293. height: 100%;
  294. width: 5px;
  295. left: 270px;
  296. background: #E7E7E7 url('../resize.png') left center no-repeat;
  297. cursor: e-resize;
  298. }
  299. #splitter.active {
  300. opacity: .5;
  301. }
  302. /* Footer
  303. -------------------------------------*/
  304. #footer {
  305. border-top: 1px solid #e5e5e5;
  306. clear: both;
  307. color: #808080;
  308. text-align: right;
  309. padding: 2em 1em;
  310. margin: 3em 0 40px 0;
  311. }
  312. /* Tree */
  313. div.tree ul {
  314. list-style: none;
  315. background: url('../tree-vertical.png') left repeat-y;
  316. padding: 0;
  317. margin-left: 20px;
  318. }
  319. div.tree li {
  320. margin: 0;
  321. padding: 0;
  322. }
  323. div.tree div {
  324. padding-left: 30px;
  325. }
  326. div.tree div.notlast {
  327. background: url('../tree-hasnext.png') left 10px no-repeat;
  328. }
  329. div.tree div.last {
  330. background: url('../tree-last.png') left -240px no-repeat;
  331. }
  332. div.tree li.last {
  333. background: url('../tree-cleaner.png') left center repeat-y;
  334. }
  335. div.tree span.padding {
  336. padding-left: 15px;
  337. }
  338. /* Source code
  339. -------------------------------------*/
  340. #source {
  341. margin: 1em 0 1em 1em;
  342. border: 1px solid #ccc;
  343. border-radius: 4px;
  344. overflow: auto;
  345. }
  346. #source pre {
  347. padding: 0;
  348. border: none;
  349. overflow: visible;
  350. }
  351. #source .numbers {
  352. float: left;
  353. background-color: transparent;
  354. }
  355. #source .code {
  356. }
  357. .php-keyword1 {
  358. color: #468847;
  359. font-weight: bold;
  360. }
  361. .php-keyword2 {
  362. font-weight: bold;
  363. }
  364. .php-var {
  365. color: #c09853;
  366. font-weight: bold;
  367. }
  368. .php-num {
  369. color: #006dcc;
  370. }
  371. .php-quote {
  372. color: #006dcc;
  373. }
  374. .php-comment {
  375. color: #929292;
  376. }
  377. .xlang {
  378. color: #468847;
  379. font-weight: bold;
  380. }
  381. span.l {
  382. display: block;
  383. }
  384. span.l.selected {
  385. background: #f9f2d2;
  386. }
  387. span.l a {
  388. color: #333333;
  389. }
  390. span.l a:hover, span.l a:active, span.l a:focus {
  391. background: transparent;
  392. color: #333333 !important;
  393. }
  394. span.l .php-var a {
  395. color: #c09853;
  396. }
  397. span.l .php-var a:hover, span.l .php-var a:active, span.l .php-var a:focus {
  398. color: #c09853 !important;
  399. }
  400. span.l a.l {
  401. background: #fbfbfc;
  402. margin-right: 8px;
  403. padding: 2px 2px 2px 8px;
  404. color: #c0c0c0;
  405. }
  406. span.l a.l:hover, span.l a.l:active, span.l a.l:focus {
  407. background: #fbfbfc;
  408. color: #c0c0c0 !important;
  409. }
  410. /* Small screens */
  411. #rightInner.medium .name, #rightInner.medium .attributes {
  412. white-space: normal;
  413. }
  414. /* global style */
  415. .left, .summary td.left {
  416. text-align: left;
  417. }
  418. .right, .summary td.right {
  419. text-align: right;
  420. }
  421. .element-list {
  422. margin: 0 0 50px 0;
  423. }
  424. .method-container {
  425. margin-bottom: 50px;
  426. }
  427. h3.method-title {
  428. padding: 10px 10px 10px 32px;
  429. margin: 20px 10px 20px -32px;
  430. font-size: 16px;
  431. background-color: #eee;
  432. font-family: monospace;
  433. border-bottom: 3px solid #ccc;
  434. }
  435. h3.inherited {
  436. font-style: italic;
  437. font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
  438. font-weight: normal;
  439. padding: 0;
  440. margin: 12px 0 3px 0;
  441. font-size: 13px;
  442. }
  443. .inherited-list {
  444. margin-left: 25px;
  445. }
  446. .method-container h4 {
  447. margin-top: 30px;
  448. margin-bottom: 20px;
  449. }
  450. .method-container .description {
  451. margin-left: 30px;
  452. }
  453. #groups > ul:li:nth-child(even) {
  454. background: #f0f0f0;
  455. }
  456. #groups > ul:li:nth-child(odd) {
  457. background: #fafafa;
  458. }
  459. .method-summary-link {
  460. color: #05a;
  461. padding: 4px 8px;
  462. background: #f8f8f8;
  463. border: 1px solid #f0f0f0;
  464. border-radius: 5px;
  465. margin-bottom: 8px;
  466. display: inline-block;
  467. font-family: monospace;
  468. }
  469. .method-summary-link:hover {
  470. background: #CFEBFF;
  471. border-color: #A4CCDA;
  472. cursor: pointer;
  473. }
  474. ul.methods-summary {
  475. padding-left: 0;
  476. list-style-type: none;
  477. }
  478. .summary-info {
  479. margin-left: 25px;
  480. }
  481. .monospace {
  482. font-family: monospace;
  483. }
  484. .underlined > .row {
  485. padding: 8px 0;
  486. border-bottom: 1px solid #ddd;
  487. }
  488. .homepage .page-header {
  489. margin-bottom: 30px;
  490. }
  491. .operation-docs {
  492. font-style: italic;
  493. margin: 12px 0;
  494. }
  495. /* API Parameters
  496. -------------------------------------*/
  497. .operation-container h4 {
  498. font-weight: bold;
  499. margin: 24px 0;
  500. font-size: 20px;
  501. color: #069;
  502. }
  503. .operation-container li.required {
  504. color: #AE1E1E;
  505. }
  506. .operation-container h5, .shape-container h5 {
  507. color: #c60;
  508. font-weight: bold;
  509. margin: 24px 0;
  510. font-size: 18px;
  511. }
  512. dt.param-def {
  513. font-weight: bold;
  514. }
  515. dt.param-def {
  516. margin-bottom: 20px;
  517. }
  518. .param-def .table {
  519. width: 1%;
  520. }
  521. dd.param-def {
  522. margin-left: 40px;
  523. }
  524. dd.param-def {
  525. margin: 0 0 20px 40px;
  526. }
  527. .param-attributes {
  528. border-top: 1px solid #ccc;
  529. border-bottom: 1px solid #ccc;
  530. margin: 12px 0;
  531. padding: 12px 24px;
  532. background: #FAFAFA;
  533. display: inline-block;
  534. }
  535. .param-attributes ul {
  536. padding-left: 0;
  537. list-style-type: none;
  538. }
  539. .api-version-list {
  540. border: 3px solid #3F90BA;
  541. padding: 12px 12px 12px 0px;
  542. border-radius: 3px;
  543. background-color: #F4F9FF;
  544. font-weight: bold;
  545. }