2014-03-19 02:00:26 +00:00
|
|
|
@switch-color: #f2f2f2;
|
|
|
|
@active-switch-color: #666666;
|
2014-03-24 14:44:41 +00:00
|
|
|
@embed-dimensions-color: #aaaaaa;
|
2014-03-26 14:50:24 +00:00
|
|
|
@textarea-text-color: #333333;
|
2014-03-19 02:00:26 +00:00
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-reuse-pane {
|
|
|
|
.mw-mmv-embed-text-html,
|
|
|
|
.mw-mmv-embed-text-wikitext {
|
2014-03-26 14:50:24 +00:00
|
|
|
display: none;
|
|
|
|
width: auto;
|
2014-03-19 02:00:26 +00:00
|
|
|
|
2014-03-26 14:50:24 +00:00
|
|
|
&.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
// The selector has to be that deep and include [readonly] to override OOJS UI's definition
|
|
|
|
textarea[readonly], textarea[readonly] {
|
|
|
|
color: @textarea-text-color;
|
2014-04-11 22:55:50 +00:00
|
|
|
text-shadow: none;
|
2014-03-26 14:50:24 +00:00
|
|
|
}
|
2014-03-19 02:00:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-reuse-dialog .mw-mmv-embed-pane {
|
2014-09-12 18:05:13 +00:00
|
|
|
padding: 20px 27px;
|
2014-03-26 13:34:44 +00:00
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-embed-explanation {
|
2014-04-02 08:45:28 +00:00
|
|
|
margin: 0 0 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, textarea {
|
|
|
|
margin: 0;
|
2014-03-26 13:34:44 +00:00
|
|
|
}
|
2014-03-19 02:00:26 +00:00
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-embed-switch {
|
2014-03-19 02:00:26 +00:00
|
|
|
div {
|
|
|
|
padding: 1px 3px;
|
|
|
|
background-color: @switch-color;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
background-color: @active-switch-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-embed-size {
|
2014-03-19 02:00:26 +00:00
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.oo-ui-widget-disabled {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2014-03-24 14:44:41 +00:00
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-embed-dimensions {
|
2014-03-24 14:44:41 +00:00
|
|
|
color: @embed-dimensions-color;
|
2014-04-09 12:13:17 +00:00
|
|
|
font-size: small;
|
2014-03-27 04:39:33 +00:00
|
|
|
}
|