mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-21 10:03:08 +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
64 lines
1,016 B
Plaintext
Executable file
64 lines
1,016 B
Plaintext
Executable file
@import 'minerva.variables';
|
|
@import 'minerva.mixins';
|
|
|
|
.tagline {
|
|
color: @colorGray5;
|
|
font-size: 0.8em;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.user-links {
|
|
margin: 15px 0 0 0;
|
|
li {
|
|
display: inline-block;
|
|
& + li {
|
|
margin-left: 4px;
|
|
&:before {
|
|
content: '·';
|
|
right: 2px;
|
|
position: relative;
|
|
}
|
|
}
|
|
}
|
|
.mw-ui-icon-talk {
|
|
&:before {
|
|
// FIXME: this shouldn't be necessary
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.cta-holder {
|
|
background-color: @colorGray14;
|
|
padding: 30px 20px;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
border-radius: @borderRadius;
|
|
|
|
.icon {
|
|
.background-image-svg-quick( 'userpage' );
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
.background-size( 50px, 60px );
|
|
height: 60px;
|
|
margin-bottom: 20px;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
// be specific in order to override default padding
|
|
.content & h3 {
|
|
font-size: 1em;
|
|
font-family: sans-serif;
|
|
padding: 0 0 10px;
|
|
}
|
|
|
|
.desc {
|
|
color: @colorGray7;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.disabled {
|
|
visibility: hidden;
|
|
}
|
|
}
|