MediaWiki:Common.css: Difference between revisions

From UAPedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.uap-thumb-linkbox{
  margin: 12px 0;
  padding: 10px;
  border: 1px solid #a2a9b1;
  background: #f8f9fa;
  border-radius: 6px;
}
.uap-thumb-row{
  margin-top: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.uap-thumb-input{
  width: 100%;
  padding: 6px 8px;
  font-family: monospace;
}
.uap-thumb-note{
  margin-top: 6px;
  font-size: 0.9em;
  color: #54595d;
}

Revision as of 23:53, 6 February 2026

/* CSS placed here will be applied to all skins */
.uap-thumb-linkbox{
  margin: 12px 0;
  padding: 10px;
  border: 1px solid #a2a9b1;
  background: #f8f9fa;
  border-radius: 6px;
}

.uap-thumb-row{
  margin-top: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.uap-thumb-input{
  width: 100%;
  padding: 6px 8px;
  font-family: monospace;
}

.uap-thumb-note{
  margin-top: 6px;
  font-size: 0.9em;
  color: #54595d;
}