2014-04-01 01:41:57 +00:00
|
|
|
@import "../mmv.globals";
|
|
|
|
@import "../mmv.mixins";
|
|
|
|
|
|
|
|
@button-vertical-padding: 15px;
|
|
|
|
@button-height: 25px;
|
2014-06-27 20:56:14 +00:00
|
|
|
@repo-button-width: 50px;
|
2014-04-01 01:41:57 +00:00
|
|
|
|
|
|
|
// The buttons need to be positioned to the bottom right corner of .mw-mmv-title-contain, and
|
|
|
|
// other text in that element must not overlap them. Their width is not known (depends on the
|
|
|
|
// translation) so we float them to the right and calculate the top margin required to make them
|
|
|
|
// full height.
|
|
|
|
.mw-mmv-stripe-button {
|
|
|
|
@button-text-color: rgb(136, 136, 136);
|
|
|
|
@border-text-color: #cccccc;
|
|
|
|
|
|
|
|
float: right;
|
|
|
|
height: @button-height;
|
2014-06-17 22:23:18 +00:00
|
|
|
margin-top: @metadatabar-above-fold-height - ( @button-height + 2 * @button-vertical-padding );
|
|
|
|
.jq-fullscreened & {
|
|
|
|
margin-top: @metadatabar-above-fold-fullscreen-height - ( @button-height + 2 * @button-vertical-padding );
|
|
|
|
}
|
2014-04-01 01:41:57 +00:00
|
|
|
border-left: 1px solid @border-text-color;
|
|
|
|
padding: @button-vertical-padding 20px;
|
|
|
|
|
|
|
|
.unselectable;
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: @button-text-color;
|
|
|
|
cursor: pointer;
|
2014-06-17 22:23:18 +00:00
|
|
|
.opacity(0.8);
|
2014-04-01 01:41:57 +00:00
|
|
|
transition: opacity 0.25s;
|
|
|
|
|
2014-04-01 19:02:33 +00:00
|
|
|
// when the button is a link, we need more selector specificity
|
|
|
|
a&, a&:visited, a&:hover {
|
|
|
|
color: @button-text-color;
|
2014-06-27 20:56:14 +00:00
|
|
|
text-decoration: none;
|
2014-04-01 19:02:33 +00:00
|
|
|
}
|
|
|
|
|
2014-04-04 22:08:11 +00:00
|
|
|
&.empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-04-01 01:41:57 +00:00
|
|
|
&.open,
|
|
|
|
&:hover {
|
2014-06-17 22:23:18 +00:00
|
|
|
.opacity(1);
|
2014-04-01 01:41:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
|
|
|
|
// fix odd position caused by bottom of icon and bottom of SVG not being aligned
|
|
|
|
position: relative;
|
|
|
|
top: 0.1em;
|
|
|
|
|
2014-04-01 21:58:04 +00:00
|
|
|
background-size: 100% 100%;
|
2014-04-01 01:41:57 +00:00
|
|
|
content: ' ';
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2014-06-27 20:56:14 +00:00
|
|
|
&.has-label:before {
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
&-reuse:before {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(img/use-ltr.svg);
|
|
|
|
}
|
|
|
|
&-feedback:before {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(img/horn_grey.svg);
|
|
|
|
background-size: 100%;
|
|
|
|
}
|
2014-04-01 01:41:57 +00:00
|
|
|
}
|
|
|
|
|
2014-06-27 20:56:14 +00:00
|
|
|
.mw-mmv-title-contain {
|
|
|
|
margin-left: @repo-button-width;
|
|
|
|
padding-left: 14px;
|
2014-04-02 00:07:51 +00:00
|
|
|
/* @embed */
|
2014-06-27 20:56:14 +00:00
|
|
|
background-image: url(img/angle-separator.svg);
|
|
|
|
background-repeat: no-repeat;
|
2014-04-02 00:07:51 +00:00
|
|
|
}
|
2014-06-27 20:56:14 +00:00
|
|
|
.mw-mmv-repo-button {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: -@repo-button-width;
|
|
|
|
width: @repo-button-width;
|
2014-04-02 00:07:51 +00:00
|
|
|
|
2014-06-27 20:56:14 +00:00
|
|
|
background-position: 50% 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: auto 50%;
|
2014-04-02 00:07:51 +00:00
|
|
|
|
2014-06-27 20:56:14 +00:00
|
|
|
&-commons {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(img/commons_gray.svg);
|
|
|
|
background-position: 50% 40%; // visually it looks much better when the middle of the circle is centered
|
|
|
|
}
|
|
|
|
&-dynamic {
|
|
|
|
// for repos other than Wikimedia Commons we manipulate :before dynamically from JS; this is a fallback
|
|
|
|
.grayscale();
|
|
|
|
background-image: url(img/repo.svg);
|
|
|
|
}
|
2014-04-02 00:07:51 +00:00
|
|
|
}
|