미디어위키:Common.css: 두 판 사이의 차이

Kobaya Red Light 적용.
 
이미지 최대 너비 추가.
25번째 줄: 25번째 줄:
.navbar-default .navbar-toggle .icon-bar {
.navbar-default .navbar-toggle .icon-bar {
   background: white !important;
   background: white !important;
}
img {
  max-width: 100%;
  height: auto;
}
}

2019년 7월 23일 (화) 22:51 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

.navbar-default {
  background: #f06868 !important;
}

.navbar-default .navbar-brand {
  color: white !important;
}

@media (max-width:992px) {
  .navbar-default .navbar-nav * {
    color: white !important
  }
}

.navbar-default .navbar-nav > li > a {
  color: white !important;
}

.navbar-default .navbar-toggle {
  border-color: white !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background: white !important;
}

img {
  max-width: 100%;
  height: auto;
}