File modules/editor/trumbowyg/plugins/mathml/ui/sass/trumbowyg.mathml.scss

Last commit: Tue Aug 28 00:33:27 2018 +0200	Jan Dankert	Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.
1 /** 2 * Trumbowyg v2.10.0 - A lightweight WYSIWYG editor 3 * Default stylesheet for Trumbowyg editor plugin 4 * ------------------------ 5 * @link http://alex-d.github.io/Trumbowyg 6 * @license MIT 7 * @author Alexandre Demode (Alex-D) 8 * Twitter : @AlexandreDemode 9 * Website : alex-d.fr 10 */ 11 12 .mathMlContainer { 13 14 position: relative; 15 16 &[inline="false"] { 17 display: block; 18 width: 100%; 19 } 20 21 &:hover { 22 pointer-events: none; 23 &:after { 24 content: '\270E'; 25 pointer-events: auto; 26 position: absolute; 27 left: 0px; 28 top: 0px; 29 background-color: #ffffffd4; 30 cursor: pointer; 31 bottom: 0px; 32 right: 0px; 33 box-shadow: 0 0 5px 5px #ffffffd4; 34 } 35 } 36 }
Download modules/editor/trumbowyg/plugins/mathml/ui/sass/trumbowyg.mathml.scss
History Tue, 28 Aug 2018 00:33:27 +0200 Jan Dankert Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.