MediaWiki:Common.css
From UAPedia
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.
.uap-thumb-linkbox{
margin: 12px 0 16px 0;
padding: 12px;
border: 1px solid #a2a9b1;
background: #f8f9fa;
border-radius: 8px;
}
.uap-thumb-title{
display: flex;
gap: 10px;
align-items: baseline;
margin-bottom: 8px;
}
.uap-thumb-status{
color: #54595d;
font-size: 0.95em;
}
.uap-thumb-row{
display: grid;
grid-template-columns: 210px 1fr auto;
gap: 8px;
align-items: center;
margin: 8px 0;
}
.uap-thumb-label{
font-weight: 600;
color: #202122;
}
.uap-thumb-input{
width: 100%;
padding: 6px 8px;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.uap-thumb-dims{
color: #54595d;
margin-left: 8px;
}
.uap-thumb-note{
margin-top: 10px;
font-size: 0.92em;
color: #54595d;
}
@media (max-width: 800px){
.uap-thumb-row{
grid-template-columns: 1fr;
}
}