fixes.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. html {
  2. font-size: 16px;
  3. }
  4. body {
  5. display: -webkit-flex;
  6. display: -ms-flex;
  7. display: flex;
  8. -webkit-flex-direction: column;
  9. -ms-flex-direction: column;
  10. flex-direction: column;
  11. min-height: 100vh;
  12. }
  13. .site-content {
  14. flex: 1;
  15. }
  16. .login-container {
  17. margin: 6vw 0;
  18. }
  19. .bg-primary {
  20. min-height: auto;
  21. }
  22. .site-footer .bg-primary .navbar-nav .nav-link {
  23. white-space: nowrap;
  24. }
  25. .site-footer .bg-primary .navbar-nav .nav-link:hover::after {
  26. bottom: 12px;
  27. }
  28. .publications-type-fa p,
  29. .publications-type-mlb p,
  30. .publications-type-dutch p {
  31. padding: 8px 0 8px 60px;
  32. font-size: 14px;
  33. line-height: 1;
  34. }
  35. .publications-list {
  36. border: none;
  37. }
  38. .publications-overlapped {
  39. margin-top: calc(-100px - 1rem);
  40. }
  41. /* Readjusted Yii2 Navbar Widget styles */
  42. .btn {
  43. padding: 4px 12px;
  44. }
  45. .input-group>.btn {
  46. border-top-left-radius: 0;
  47. border-bottom-left-radius: 0;
  48. }
  49. .navbar {
  50. margin-bottom: 0;
  51. border-bottom: 0;
  52. border-radius: 0;
  53. }
  54. .news,
  55. .news-post {
  56. margin: 4vw 0;
  57. }
  58. /* Readjusted Yii2 GridView Widget styles */
  59. .grid-view table thead tr th a {
  60. color: #5c6bc0;
  61. }
  62. /* Readjusted Bootstrap styles */
  63. .jumbotron .jumbotron-title {
  64. font-size: 54px;
  65. font-weight: 800;
  66. color: #fff;
  67. }
  68. .panel {
  69. margin: 6vw 0;
  70. }
  71. .panel-primary {
  72. border-color: #5c6bc0;
  73. }
  74. .panel-primary > .panel-heading {
  75. background: #5c6bc0;
  76. }
  77. .pagination {
  78. justify-content: center;
  79. }
  80. .pagination li a {
  81. color: #5c6bc0;
  82. }
  83. .pagination>.active a {
  84. background-color: #5c6bc0;
  85. border-color: #5c6bc0;
  86. }
  87. .pagination>.active a:hover {
  88. background-color: #5c6bc0;
  89. border-color: #5c6bc0;
  90. }
  91. /* Readjusted Admin Panel styles */
  92. .nav_title {
  93. background-color: #1a1b29!important;
  94. }
  95. .file-caption-main .input-group-btn {
  96. width: auto;
  97. }