Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
section#entity-convert-wrapper * {
box-sizing: border-box;
}
section#entity-convert-wrapper {
display: none;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}
section#entity-convert-wrapper.entity-convert-wrapper-visible {
display: flex;
}
section#entity-convert {
width: 400px;
overflow: hidden;
padding: 5px;
background: #fafafa;
border: 1px solid #ccc;
border-radius: 5px;
text-align: center;
color: #333333;
font-size: 15px;
}
section#entity-convert legend {
font-weight: bold;
}
section#entity-convert fieldset {
margin: 4px 0;
}
section#entity-convert #entity-convert-textarea {
width: 100%;
height: 270px;
resize: none;
}
section#entity-convert > div {
display: none;
width: auto;
text-align: left;
}
section#entity-convert > div.selected {
display: block;
}
section#entity-convert > #entity-convert-close {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0;
}
section#entity-convert > #entity-convert-close h2 {
margin: 0;
font-size: smaller;
}
section#entity-convert .entity-convert-imgbtn {
display: inline-block;
width: 22px;
height: 22px;
cursor: pointer;
}
section#entity-convert > #entity-convert-close span {
background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Emblem-unreadable.svg/18px-Emblem-unreadable.svg.png') center no-repeat;
}
section#entity-convert .entity-convert-explain {
background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Help-browser.svg/18px-Help-browser.svg.png') center no-repeat;
}
section#entity-convert .entity-convert-buttonnav {
margin-top: 4px;
}