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

이미지 최대 너비 추가.
잔글편집 요약 없음
 
(같은 사용자의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */


.navbar-default {
table.table-center {
   background: #f06868 !important;
   margin: 0.8rem auto !important;
}
}


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


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


.navbar-default .navbar-nav > li > a {
blockquote {
   color: white !important;
  background: #eee;
  padding: 10px 0px;
      padding-left: 0px;
  padding-left: 20px;
   border: 2px dashed #ddd;
      border-left-color: rgb(221, 221, 221);
      border-left-style: dashed;
      border-left-width: 2px;
  border-left: 5px solid #ff809f;
}
}


.navbar-default .navbar-toggle {
blockquote > * {
   border-color: white !important;
   margin: 0;
}
 
.navbar-default .navbar-toggle .icon-bar {
  background: white !important;
}
 
img {
  max-width: 100%;
  height: auto;
}
}

2021년 6월 10일 (목) 18:37 기준 최신판

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

table.table-center {
  margin: 0.8rem auto !important;
}

table.table-right {
  float: right;
}

span.color-template a {
  color: inherit;
}

blockquote {
  background: #eee;
  padding: 10px 0px;
      padding-left: 0px;
  padding-left: 20px;
  border: 2px dashed #ddd;
      border-left-color: rgb(221, 221, 221);
      border-left-style: dashed;
      border-left-width: 2px;
  border-left: 5px solid #ff809f;
}

blockquote > * {
  margin: 0;
}