aboutsummaryrefslogtreecommitdiff
path: root/website/css/style.css
blob: 6b30c3048075a5fdc721f16cafbddf6d0e0d200f (plain)
  1. .rounded {
  2. border-radius: 5px;
  3. }
  4. .centered {
  5. display: block;
  6. margin: auto;
  7. }
  8. .relative {
  9. position: relative;
  10. }
  11. .navbar-brand {
  12. margin-left: 0px !important;
  13. }
  14. .navbar-default {
  15. -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
  16. -moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
  17. box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
  18. }
  19. .navbar-header {
  20. padding-left: 40px;
  21. }
  22. .margin-sm {
  23. margin: 5px !important;
  24. }
  25. .margin-md {
  26. margin: 10px !important;
  27. }
  28. .margin-xl {
  29. margin: 20px !important;
  30. }
  31. .margin-bottom-sm {
  32. margin-bottom: 5px !important;
  33. }
  34. .margin-bottom-md {
  35. margin-bottom: 10px !important;
  36. }
  37. .margin-bottom-xl {
  38. margin-bottom: 20px !important;
  39. }
  40. .divider {
  41. width: 100%;
  42. text-align: center;
  43. }
  44. .divider hr {
  45. margin-left: auto;
  46. margin-right: auto;
  47. width: 45%;
  48. }
  49. .fa-2 {
  50. font-size: 2em !important;
  51. }
  52. .fa-3 {
  53. font-size: 4em !important;
  54. }
  55. .fa-4 {
  56. font-size: 7em !important;
  57. }
  58. .fa-5 {
  59. font-size: 12em !important;
  60. }
  61. .fa-6 {
  62. font-size: 20em !important;
  63. }
  64. div.no-video-container {
  65. position: relative;
  66. }
  67. .no-video-icon {
  68. width: 100%;
  69. height: 240px;
  70. text-align: center;
  71. }
  72. .no-video-text {
  73. text-align: center;
  74. position: absolute;
  75. bottom: 0px;
  76. right: 0px;
  77. left: 0px;
  78. font-size: 24px;
  79. }
  80. .meetecho-logo {
  81. padding: 12px !important;
  82. }
  83. .meetecho-logo > img {
  84. height: 26px;
  85. }
  86. pre {
  87. white-space: pre-wrap;
  88. white-space: -moz-pre-wrap;
  89. white-space: -pre-wrap;
  90. white-space: -o-pre-wrap;
  91. word-wrap: break-word;
  92. }
  93. .januscon {
  94. font-weight: bold;
  95. animation: pulsating 1s infinite;
  96. }
  97. @keyframes pulsating {
  98. 30% {
  99. color: #FFD700;
  100. }
  101. }