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

샤니위키
둘러보기로 이동 검색으로 이동
(remove max width setting)
(갤러리 슬라이드쇼 모드 마진 0으로 변경)
 
24번째 줄: 24번째 줄:
 
.imeselector { position: fixed; }
 
.imeselector { position: fixed; }
 
.suggestions { right: 3pt !important; }
 
.suggestions { right: 3pt !important; }
 +
 +
/* sideshow margin to 0 */
 +
ul.gallery.mw-gallery-slideshow {
 +
    margin-top: 0px;
 +
    margin-bottom: 0px;
 +
}

2022년 3월 15일 (화) 19:41 기준 최신판

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


/* set max width and fix the background */
html,
body {
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* set blue right border */
.mw-body { border-right: 1px solid #A7D7F9; }

/** fix the position of:
	personal user menu
	search bar
	the pop-up indicator of language selector
	search suggestions 
**/

#p-personal { right: 3pt; }
#p-search { margin-right: 3pt; }
.imeselector { position: fixed; }
.suggestions { right: 3pt !important; }

/* sideshow margin to 0 */
ul.gallery.mw-gallery-slideshow {
    margin-top: 0px;
    margin-bottom: 0px;
}