| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- html {
- font-size: 16px;
- }
- body {
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- min-height: 100vh;
- }
- .site-content {
- flex: 1;
- }
- .login-container {
- margin: 6vw 0;
- }
- .bg-primary {
- min-height: auto;
- }
- .site-footer .bg-primary .navbar-nav .nav-link {
- white-space: nowrap;
- }
- .site-footer .bg-primary .navbar-nav .nav-link:hover::after {
- bottom: 12px;
- }
- .publications-type-fa p,
- .publications-type-mlb p,
- .publications-type-dutch p {
- padding: 8px 0 8px 60px;
- font-size: 14px;
- line-height: 1;
- }
- .publications-list {
- border: none;
- }
- .publications-overlapped {
- margin-top: calc(-100px - 1rem);
- }
- /* Readjusted Yii2 Navbar Widget styles */
- .btn {
- padding: 4px 12px;
- }
- .input-group>.btn {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .navbar {
- margin-bottom: 0;
- border-bottom: 0;
- border-radius: 0;
- }
- .news,
- .news-post {
- margin: 4vw 0;
- }
- /* Readjusted Yii2 GridView Widget styles */
- .grid-view table thead tr th a {
- color: #5c6bc0;
- }
- /* Readjusted Bootstrap styles */
- .jumbotron .jumbotron-title {
- font-size: 54px;
- font-weight: 800;
- color: #fff;
- }
- .panel {
- margin: 6vw 0;
- }
- .panel-primary {
- border-color: #5c6bc0;
- }
- .panel-primary > .panel-heading {
- background: #5c6bc0;
- }
- .pagination {
- justify-content: center;
- }
- .pagination li a {
- color: #5c6bc0;
- }
- .pagination>.active a {
- background-color: #5c6bc0;
- border-color: #5c6bc0;
- }
- .pagination>.active a:hover {
- background-color: #5c6bc0;
- border-color: #5c6bc0;
- }
- /* Readjusted Admin Panel styles */
- .nav_title {
- background-color: #1a1b29!important;
- }
- .file-caption-main .input-group-btn {
- width: auto;
- }
|