미디어위키:Gadget-DB2-SpecialPage.css
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: Ctrl-F5를 입력.
.oo-ui-bookletLayout {
background: white;
display: flex;
}
#mw-content-text .oo-ui-panelLayout [class^="oo-ui-"]:not(.oo-ui-iconElement-icon):not(.oo-ui-menuLayout-content) {
position: relative;
}
.oo-ui-menuLayout-content {
width: 100%;
left: -15px;
}
.oo-ui-bookletLayout .oo-ui-outlineSelectWidget .oo-ui-outlineOptionWidget:first-child {
margin-bottom: 1em;
}
.key-default, .key-empty {
font-style: italic;
}
.key-empty {
text-align: center;
}
.removed {
background: #FF7777;
}
tr {
transition: background-color 0.3s;
}
.content {
margin: 0;
}
td:nth-child(3) {
padding: 0;
}
.oo-ui-inputWidget,
.oo-ui-buttonWidget {
margin-right: 0;
}
.hidden {
display: none;
}
td:last-child {
width: 1px;
text-align: center;
}
h3{
border: none;
margin-bottom: 1em;
margin-top: -0.1em;
}
.buttons {
height: 2em;
}
.buttons-left {
float: left;
}
.buttons-right {
float: right;
}
#globalbuttons {
text-align: right;
margin-bottom: 0.5em;
}
@media (min-width: 1000px) {
td:last-child {
white-space: nowrap;
}
:not(.oo-ui-buttonGroupWidget) > .oo-ui-inputWidget:not(.hidden):not(:first-child),
:not(.oo-ui-buttonGroupWidget) > .oo-ui-buttonWidget:not(.hidden):not(:first-child) {
margin-left: 0.2em;
}
}