2016-11-20 17:13:39 +00:00
|
|
|
@import 'mediawiki.mixins';
|
2024-06-26 14:47:43 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2015-02-08 16:24:29 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* CSS for WikiEditor jQuery plugin
|
|
|
|
*/
|
|
|
|
|
|
|
|
.wikiEditor-ui {
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
&:focus {
|
2017-03-20 14:38:47 +00:00
|
|
|
outline: 0;
|
2015-02-08 16:24:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wikiEditor-ui-clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wikiEditor-ui-view {
|
2024-06-26 14:47:43 +00:00
|
|
|
border: @border-subtle;
|
2015-02-08 16:24:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wikiEditor-ui-top {
|
|
|
|
position: relative;
|
2024-06-26 14:47:43 +00:00
|
|
|
border-bottom: @border-subtle;
|
2015-02-08 16:24:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wikiEditor-ui-left {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wikiEditor-ui-right {
|
|
|
|
float: right;
|
2024-06-26 14:47:43 +00:00
|
|
|
background: @background-color-neutral-subtle;
|
2015-02-08 16:24:29 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|