미디어위키:Gadget-Shortdesc-helper-pagestyles-vector.css
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.
/* This is its own file/gadget because a CSS-only gadget like this is page blocking, but CSS in a JavaScript gadget is loaded later. Doing it this way avoids a flash of unstyled content where the short description jumps around. */ /* Fix content jump */ .skin-vector.ns-0 #mw-content-subtitle::after { content: '\200B'; } .skin-vector.ns-0 .noarticletext { margin-top: -1.008em; /* 0.84 * 1.2em */ } /* Fix layout for deleted mainspace pages */ .skin-vector.ns-0:not(.skin-vector-2022) #contentSub2 { margin-top: -1.2em; } .skin-vector.ns-0 .mw-warning-with-logexcerpt { margin-bottom: 1.2em; }