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.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: 33%;
  69. }