openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

trumbowyg.mathml.css (743B)


      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; }