File modules/editor/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css

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 * Trumbowyg plugin stylesheet 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 position: relative; } 14 .mathMlContainer[inline="false"] { 15 display: block; 16 width: 100%; } 17 .mathMlContainer:hover { 18 pointer-events: none; } 19 .mathMlContainer:hover:after { 20 content: '\270E'; 21 pointer-events: auto; 22 position: absolute; 23 left: 0px; 24 top: 0px; 25 background-color: #ffffffd4; 26 cursor: pointer; 27 bottom: 0px; 28 right: 0px; 29 box-shadow: 0 0 5px 5px #ffffffd4; }
Download modules/editor/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css
History Tue, 28 Aug 2018 00:33:27 +0200 Jan Dankert Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.