File modules/editor/codemirror/mode/tiki/tiki.css

Last commit: Sun Dec 17 01:14:09 2017 +0100	Jan Dankert	Integration eines weiteren Code-Editors: Codemirror. Demnächst müssen wir hier mal aufräumen und andere Editoren rauswerfen.
1 .cm-tw-syntaxerror { 2 color: #FFF; 3 background-color: #900; 4 } 5 6 .cm-tw-deleted { 7 text-decoration: line-through; 8 } 9 10 .cm-tw-header5 { 11 font-weight: bold; 12 } 13 .cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/ 14 padding-left: 10px; 15 } 16 17 .cm-tw-box { 18 border-top-width: 0px !important; 19 border-style: solid; 20 border-width: 1px; 21 border-color: inherit; 22 } 23 24 .cm-tw-underline { 25 text-decoration: underline; 26 }
Download modules/editor/codemirror/mode/tiki/tiki.css
History Sun, 17 Dec 2017 01:14:09 +0100 Jan Dankert Integration eines weiteren Code-Editors: Codemirror. Demnächst müssen wir hier mal aufräumen und andere Editoren rauswerfen.