mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-19 19:10:40 +00:00
183c6907cd
Change-Id: Ica7bd525ffeb640308bf715042035d2d483093db
91 lines
1.8 KiB
Plaintext
91 lines
1.8 KiB
Plaintext
/*!
|
|
* VisualEditor UserInterface MWLatexDialog styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license MIT
|
|
*/
|
|
|
|
.ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-content .oo-ui-bookletLayout-stackLayout h3 {
|
|
margin: 0 0 0.5em 0;
|
|
color: #888;
|
|
font-weight: normal;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-content .oo-ui-textInputWidget {
|
|
max-width: none;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-menuLayout > .oo-ui-menuLayout-content {
|
|
border-bottom: 1px solid #e6e6e6;
|
|
box-shadow: 0 1px 0 0 rgba( 0, 0, 0, 0.05 );
|
|
overflow: auto;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-menuLayout-short .oo-ui-menuLayout-menu {
|
|
height: 10em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-menuLayout-short .oo-ui-menuLayout-content {
|
|
bottom: 10em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-preview {
|
|
text-align: center;
|
|
line-height: 8em;
|
|
height: 8em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-menuLayout-short .ve-ui-mwLatexDialog-preview {
|
|
line-height: 5em;
|
|
height: 5em;
|
|
}
|
|
|
|
/* Reset line height for error messages */
|
|
.ve-ui-mwLatexDialog-preview > p {
|
|
line-height: 1.6;
|
|
}
|
|
|
|
/* Ensures the preview image is vertically centred */
|
|
.ve-ui-mwLatexDialog-preview .mwe-math-fallback-image-display {
|
|
display: inline-block;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol-wide {
|
|
/* 2(symbol width) + margin */
|
|
width: 3.7em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol-wider {
|
|
/* 2.5(symbol width) + 1.5(margin) */
|
|
width: 4.65em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol-widest {
|
|
/* 3(symbol width) + 2(margin) */
|
|
width: 5.6em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol-contain {
|
|
background-size: contain;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol-largeLayout {
|
|
height: 3.7em;
|
|
width: 4.65em;
|
|
}
|
|
|
|
.ve-ui-mwLatexDialog-symbol-largeLayout.ve-ui-mwLatexDialog-symbol-wide {
|
|
/* 5(symbol width) + 4(margin) */
|
|
width: 9.4em;
|
|
}
|