Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. body {
  2. padding-top: 70px;
  3. }
  4. /**
  5. ========================================================
  6. **/
  7. .navbar-brand {
  8. padding-right: 42px;
  9. }
  10. .caption {
  11. height: 100%;
  12. overflow: hidden;
  13. }
  14. .caption h4 {
  15. white-space: nowrap;
  16. text-align: center;
  17. color: #265a88;
  18. font-size: 24px;
  19. margin-top: 0px;
  20. margin-bottom: 10px;
  21. }
  22. .qcm h2 {
  23. text-align: center;
  24. }
  25. .caption hr {
  26. margin: 5px;
  27. }
  28. .caption p {
  29. font-size: 18px;
  30. text-align: center;
  31. }
  32. .right {
  33. text-align: right;
  34. }
  35. .center {
  36. text-align: center;
  37. }
  38. footer {
  39. margin: 50px 0;
  40. }
  41. .modal-header {
  42. font-weight: bold;
  43. }
  44. .input-permission-name {
  45. text-transform: uppercase;
  46. }