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

새 문서: →‎CSS placed here will affect users of the Tweeki skin: .navbar-default { background: #ff809f !important; } .navbar-default .navbar-brand { color: white !important; } @media...
 
(차이 없음)

2020년 12월 23일 (수) 10:07 기준 최신판

/* CSS placed here will affect users of the Tweeki skin */

.navbar-default {
  background: #ff809f !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;
}

#catlinks {
  display: block;
}