all repos — NoPaste @ 29b774f090102303e43cf939b38ac2083e62d9f1

Resurrected - The PussTheCat.org fork of NoPaste

scripts/CodeMirror/mode/tiki/tiki.css (view raw)

 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}