미디어위키:Gadget-MetadataEditor.css
보이기
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
#containerLeft {
display: inline-grid;
width: 100%;
height: 500px;
margin-right: 10px;
overflow-y: scroll;
}
#containerRight {
display: grid;
grid-template: 1fr 2fr;
position:relative;
z-index: 1;
flex-direction: column;
width: 500px;
height: 500px;
}
#containerRight .different_element {
background-color: #acee61;
}
#containerLeft .different_element {
background-color: pink;
}
.jsoneditor-field {
background-color: 3;
}