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.

style.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .title, .reveal h3.title {
  2. font-weight: bold;
  3. margin-top: 0;
  4. color: #ffffff;
  5. text-shadow: 1px 1px 2px #000000;
  6. text-transform: none;
  7. }
  8. #custom-nav a[disabled] {
  9. opacity: 0.5;
  10. }
  11. .reveal table thead th,
  12. .reveal table thead td,
  13. .reveal table tbody th,
  14. .reveal table tbody td {
  15. text-align: center !important;
  16. vertical-align: top !important;
  17. }
  18. .reveal .slides section section {
  19. font-size: 90%;
  20. }
  21. .reveal .slides p {
  22. margin-top: 0.25em;
  23. text-align: justify;
  24. }
  25. .reveal .slides p.title {
  26. margin-bottom: 0.1em;
  27. }
  28. .reveal .slides p.small a {
  29. text-decoration: underline;
  30. }
  31. .reveal .slides .title,
  32. .modal .title {
  33. text-align: center;
  34. font-weight: bold;
  35. }
  36. .reveal .slides .small,
  37. .modal .small {
  38. font-size: 80%;
  39. }
  40. .reveal .slides ul {
  41. max-width: 85%
  42. }
  43. .slide-number {
  44. border-radius: 0.5em;
  45. }
  46. .float-left {
  47. float: left;
  48. margin-right: 1em !important;
  49. }
  50. .float-right {
  51. float: right;
  52. margin-left: 1em !important;
  53. }
  54. .centered {
  55. display: block;
  56. margin: 0.5em auto !important;
  57. }
  58. .w-50 {
  59. width: 50%;
  60. }
  61. .w-66 {
  62. width: 66%;
  63. }
  64. .w-33 {
  65. width: 33%;
  66. }
  67. .w-25 {
  68. width: 25%;
  69. }
  70. .scrollable {
  71. overflow-y: auto !important;
  72. overflow-x: hidden !important;
  73. height: 50vh;
  74. background-color: #ffffff3f;
  75. border-radius: 1rem;
  76. padding: 1rem;
  77. }
  78. .prompt {
  79. width:97%;
  80. font-size: 1.5rem;
  81. border-radius: 1rem;
  82. padding: 0.2rem 0.5rem;
  83. }