본문으로 이동
  • 이 서버는 리버티게임의 개발용 베타 서버로, 게임 플레이 용도로 제작된 사이트가 아닙니다.
  • 리버티게임의 자동 인증된 사용자라면 개발에 필요한 관리자 권한을 신청할 수 있습니다.
  • 틀 및 기능별 소도구를 필요한 문서에만 선택적으로 로딩하는 테스트를 진행하고 있습니다. 작동하지 않는 문서가 있다면 담당자에게 알려주세요.

미디어위키:Gadget-MetadataEditor.css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
Senouis (토론 | 기여)
잔글편집 요약 없음
Senouis (토론 | 기여)
잔글 Senouis님이 사용자:Senouis/JSON에디터스타일.css 문서를 미디어위키:Gadget-JSONEditor.css 문서로 이동했습니다: 소도구에 병합
(차이 없음)

2025년 1월 27일 (월) 21:20 판

#containerLeft {
  width: 100%;
  height: 500px;
  margin-right: 10px;
  overflow-y: scroll;
}

#containerRight {
  position:relative;
  z-index: 1;
  flex-direction: column;
  width: 100%;
}

.jsoneditor-field {
	background-color: yellow;
}

.je-header > span {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.je-indented-panel {
	background-color: #eeffee;
	border-radius: 0.4rem;
}

.sr-only {
	position:relative;
}