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.

43 lines
732 B

  1. .footer.segment {
  2. padding: 5em 0em;
  3. }
  4. .api-docs pre {
  5. padding: 8px 12px;
  6. border-radius: 4px;
  7. border: 1px #ddd solid;
  8. background-color: rgba(248,246,255,1);
  9. font-size: 0.9em;
  10. }
  11. .status-table .status {
  12. width: 70px;
  13. }
  14. .status-table .date {
  15. width: 135px;
  16. }
  17. .status-table .urls {
  18. width: 495px;
  19. max-width: 495px;
  20. word-wrap: break-word;
  21. }
  22. .details-table .left {
  23. width: 80px;
  24. }
  25. .details-table .right {
  26. max-width: 620px;
  27. word-wrap: break-word;
  28. }
  29. .tutorial-image {
  30. max-width: 100%;
  31. -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  32. -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  33. box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  34. }
  35. table.logs pre {
  36. word-wrap: break-word;
  37. word-break: break-all;
  38. }