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.

48 lines
814 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. h2.site-name .edit-site {
  12. visibility: hidden;
  13. }
  14. h2.site-name:hover .edit-site {
  15. visibility: visible;
  16. }
  17. .status-table .status {
  18. width: 70px;
  19. }
  20. .status-table .date {
  21. width: 135px;
  22. }
  23. .status-table .urls {
  24. width: 495px;
  25. max-width: 495px;
  26. word-wrap: break-word;
  27. }
  28. .details-table .left {
  29. width: 80px;
  30. }
  31. .details-table .right {
  32. max-width: 620px;
  33. word-wrap: break-word;
  34. }
  35. .tutorial-image {
  36. max-width: 100%;
  37. -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  38. -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  39. box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
  40. }
  41. table.logs pre {
  42. white-space: normal;
  43. }