틀:메시지/styles.css: 두 판 사이의 차이

식물 vs 좀비 위키
imported>Ljyee
편집 요약 없음
imported>Ljyee
편집 요약 없음
10번째 줄: 10번째 줄:
   --message-text: #111;
   --message-text: #111;


   position: relative;
   position: relative !important;
   display: grid;
   display: grid !important;
   grid-template-columns: 150px minmax(0, 1fr);
   grid-template-columns: 150px minmax(0, 1fr);
  float: none !important;
  clear: none !important;
  order: 0 !important;
  grid-area: auto !important;
  align-self: auto !important;
  justify-self: auto !important;
  inset: auto !important;
  transform: none !important;


   width: 90%;
   width: 90%;
19번째 줄: 28번째 줄:


   box-sizing: border-box;
   box-sizing: border-box;
  isolation: isolate;
   filter: drop-shadow(8px 9px 4px rgba(0, 0, 0, 0.22));
   filter: drop-shadow(8px 9px 4px rgba(0, 0, 0, 0.22));
}
#mw-content-text .mw-parser-output > .pvz-message {
  position: relative !important;
  float: none !important;
  clear: none !important;
  order: 0 !important;
  grid-area: auto !important;
  inset: auto !important;
  transform: none !important;
}
}
/* 메시지 전체 끝 */
/* 메시지 전체 끝 */