MediaWiki:Common.css: Difference between revisions
Space draft summary from editing line |
Home search and source-cue styles |
||
| Line 137: | Line 137: | ||
max-width: none; | max-width: none; | ||
font-size: 1.05em; | font-size: 1.05em; | ||
margin-bottom: 1em; | |||
} | |||
.home-find { | |||
margin: 0 0 1.25em 0; | |||
padding: 0.85em 1em; | |||
background: #f8f9fa; | |||
border: 1px solid #a2a9b1; | |||
max-width: 36em; | |||
} | |||
.home-find-title { | |||
font-weight: bold; | |||
font-size: 1.1em; | |||
margin: 0 0 0.45em 0; | |||
} | |||
.home-find-label { | |||
display: block; | |||
font-size: 95%; | |||
margin-bottom: 0.25em; | |||
} | |||
.home-find-row { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.4em; | |||
align-items: center; | |||
} | |||
.home-find-input { | |||
flex: 1 1 14em; | |||
min-width: 12em; | |||
padding: 0.35em 0.5em; | |||
font: inherit; | |||
border: 1px solid #a2a9b1; | |||
box-sizing: border-box; | |||
} | |||
.home-find-button { | |||
padding: 0.35em 0.85em; | |||
font: inherit; | |||
cursor: pointer; | |||
background: #3366cc; | |||
color: #fff; | |||
border: 1px solid #3366cc; | |||
} | |||
.home-find-button:hover { | |||
background: #2a4b8d; | |||
} | |||
.home-find-hint { | |||
margin: 0.55em 0 0; | |||
font-size: 95%; | |||
color: #54595d; | |||
} | |||
.home-actions { | |||
margin: 0 0 1.25em 0; | |||
line-height: 1.6; | |||
} | |||
.hatnote.source-confidence-cue, | |||
.source-confidence-cue { | |||
color: #54595d; | |||
padding-left: 0; | |||
margin: 0 0 0.85em 0; | |||
max-width: none; | |||
} | |||
.needs-source, | |||
.needs-source a { | |||
font-style: normal; | |||
white-space: nowrap; | |||
} | } | ||