mediawiki-extensions-WikiEd.../modules/jquery.wikiEditor.toolbar.less
Fomafix 3303e4b25d Add z-index: 1 to menu options
This avoids overlapping of wrapped icons with the heading pull down
menu.

Bug: T246550
Change-Id: Ia05773f2e41c2a50a6341546922dce2f8e196ab7
2020-02-29 22:45:17 +01:00

357 lines
5.5 KiB
Plaintext

@import 'mediawiki.mixins';
/**
* CSS for WikiEditor Toolbar jQuery plugin
*/
.wikiEditor-ui-toolbar {
position: relative;
display: block;
.empty {
display: none;
}
/* Expandable Sections */
.sections {
float: left;
width: 100%;
clear: both;
.section {
float: left;
width: 100%;
border-top: 1px solid #c8ccd1;
}
.section-hidden {
display: none;
}
}
/* Top Level Containers */
/* Tabs */
.tabs {
float: left;
height: 100%;
list-style: none;
margin: 3px;
min-height: 26px;
position: relative;
span.tab {
display: block;
float: left;
line-height: 26px;
a,
a:visited {
.background-image-svg('images/toolbar/arrow-ltr.svg', 'images/toolbar/arrow-ltr.png');
background-position: left center;
background-repeat: no-repeat;
color: #0645ad;
cursor: pointer;
display: inline-block;
float: left;
height: 26px;
padding-left: 18px;
padding-right: 12px;
}
a.current,
a.current:visited {
.background-image-svg('images/toolbar/arrow-down.svg', 'images/toolbar/arrow-down.png');
color: #222;
&:hover {
text-decoration: none;
}
}
}
}
/* Top Level Containers */
.tabs,
.section-main {
position: relative;
float: left;
min-height: 26px;
height: 100%;
}
/* Groups */
.group {
float: left;
min-height: 26px;
padding-right: 6px;
border-right: 1px solid #c8ccd1;
margin: 3px;
/* Toolbar */
.label {
float: left;
border: 0;
height: 22px;
line-height: 22px;
margin: 2px;
margin-left: 5px;
margin-right: 8px;
color: #54595d;
cursor: default;
}
img.tool {
float: left;
border: 0;
height: 22px;
width: 22px;
padding: 2px;
cursor: pointer;
}
.tool-select {
float: left;
margin: 2px;
height: 22px;
cursor: pointer;
border: 1px solid #c8ccd1;
padding: 0;
margin-right: 0;
background-color: #fff;
.label {
.background-image-svg( 'images/toolbar/arrow-down.svg', 'images/toolbar/arrow-down.png' );
background-position: center right;
background-repeat: no-repeat;
padding: 0;
margin: 0;
padding-left: 4px;
padding-right: 22px;
margin-right: 4px;
cursor: pointer;
text-decoration: none;
color: #222;
}
&.options-shown .label {
.background-image-svg( 'images/toolbar/arrow-up.svg', 'images/toolbar/arrow-up.png' );
}
.options {
position: absolute;
display: none;
margin-left: -1px;
margin-top: 22px;
border: 1px solid #c8ccd1;
background-color: #fff;
z-index: 1;
.option {
display: block;
padding: 0.5em;
text-decoration: none;
color: #000;
white-space: nowrap;
&:hover {
background-color: #eaf3ff;
}
&[ rel='heading-2' ] {
font-size: 150%;
font-weight: normal;
}
&[ rel='heading-3' ] {
font-size: 132%;
font-weight: normal;
}
&[ rel='heading-4' ] {
font-size: 116%;
font-weight: normal;
}
&[ rel='heading-5' ] {
font-size: 100%;
font-weight: bold;
}
}
}
&:hover .options,
&.options-shown .options {
display: block;
}
}
}
.group-search {
float: right;
border-right: 0;
border-left: 1px solid #c8ccd1;
}
/* Booklet */
.booklet {
> .index {
float: left;
width: 20%;
height: 125px;
overflow: auto;
resize: horizontal;
> div {
padding: 4px;
padding-left: 6px;
cursor: pointer;
}
}
.pages {
height: 125px;
overflow: auto;
}
}
/* Help Pages */
.page-table {
padding-left: 5px;
padding-right: 5px;
table {
background: none;
border-collapse: collapse;
width: 100%;
}
th {
color: #54595d;
}
td {
color: #000;
border-top: 1px solid #eaecf0;
}
th,
td {
margin: 0;
padding: 5px;
text-align: left;
}
}
.section-help {
.page-table {
.cell {
vertical-align: top;
}
td.cell-syntax {
font-family: monospace, 'Courier';
}
td.cell-syntax,
td.cell-result {
width: 40%;
}
td.cell-description {
width: 20%;
}
/* T33649 */
.table-link {
td.cell-syntax {
white-space: pre;
}
}
}
}
/* Characters Pages */
.page-characters {
padding-bottom: 5px;
div {
span {
border: 1px solid #eaecf0;
padding: 5px;
padding-left: 8px;
padding-right: 8px;
margin-left: 5px;
margin-top: 5px;
height: 1em;
display: inline-block;
color: #000;
text-decoration: none;
cursor: pointer;
font-family: monospace, 'Courier';
font-size: 1.25em;
line-height: 1;
&:hover {
background-color: #fff;
text-decoration: none;
border-color: #c8ccd1;
}
}
}
div[ dir='rtl' ] span {
/* @noflip */
direction: rtl;
}
}
}
.tool-button {
background-position: 50% 50%;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
text-indent: -9999px;
cursor: pointer;
overflow: hidden;
}
/* OOUI buttons */
.tool.oo-ui-buttonElement-frameless.oo-ui-iconElement {
margin: 0;
}
.ui-widget {
table {
td.wikieditor-toolbar-table-preview-wrapper {
background: #eaecf0;
padding: 10px;
span {
padding: 4px 6px 0;
display: block;
}
}
.wikieditor-toolbar-table-preview-frame {
width: 340px;
background: #fff;
padding: 10px;
overflow: hidden;
display: block;
position: relative;
}
.wikieditor-toolbar-table-preview-content {
width: 375px;
display: block;
}
.wikieditor-toolbar-table-preview {
width: 340px;
}
}
}