mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-19 01:01:00 +00:00
2cc9516cde
This is programmatic output from python3 scripts/migrate.py This will result in a Minerva skin dependent on MobileFrontend. Post merge we will rename message keys to have minerva- prefix Bug: T166748 Change-Id: Iff1f7e63e796cc5d4a6d2ab0370e0c33248d2fce
36 lines
553 B
Plaintext
36 lines
553 B
Plaintext
@import 'minerva.variables';
|
|
@import 'minerva.mixins';
|
|
|
|
.mw-mobile-mode .searchresults {
|
|
ul.mw-search-results {
|
|
list-style: none;
|
|
|
|
.mw-search-result-heading {
|
|
font-weight: bold;
|
|
}
|
|
.mw-search-result-data {
|
|
font-size: 0.7em;
|
|
font-style: italic;
|
|
color: @colorGray5;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
div.searchresult {
|
|
font-size: 0.9em;
|
|
width: 100%;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-search-createlink,
|
|
.mw-search-profile-tabs {
|
|
display: none;
|
|
}
|
|
|
|
@media all and ( min-width: @deviceWidthTablet ) {
|
|
#search {
|
|
display: none;
|
|
}
|
|
}
|