[ Index ]

PHP Cross Reference of MyBB 1.8.38

title

Body

[close]

/admin/jscripts/codemirror/theme/ -> mybb.css (source)

   1  .cm-s-mybb { font:13px/1.4em Trebuchet, Verdana, sans-serif; }    /* - customized editor font - */
   2  
   3  .cm-s-mybb.CodeMirror { background: #fafafa; color: black; height: 500px; width: 100%; max-width: 100%; }
   4  .cm-s-mybb div.CodeMirror-selected { background: #b3c6d3 !important; }
   5  .cm-s-mybb .CodeMirror-gutters { background: #1F4661; border-right: 7px solid #3E7087; }
   6  .cm-s-mybb .CodeMirror-linenumber { color: white; }
   7  .cm-s-mybb .CodeMirror-cursor { border-left: 1px solid black !important; }
   8  .cm-s-mybb .CodeMirror-scroll { overflow-x: auto; }
   9  
  10  .cm-s-mybb .cm-keyword {color: #708;}
  11  .cm-s-mybb .cm-atom {color: #219;}
  12  .cm-s-mybb .cm-number {color: #164;}
  13  .cm-s-mybb .cm-def {color: #00f;}
  14  .cm-s-mybb .cm-variable {color: black;}
  15  .cm-s-mybb .cm-variable-2 {color: #05a;}
  16  .cm-s-mybb .cm-variable-3 {color: #085;}
  17  .cm-s-mybb .cm-property {color: black;}
  18  .cm-s-mybb .cm-operator {color: black;}
  19  .cm-s-mybb .cm-comment {color: #a50;}
  20  .cm-s-mybb .cm-string {color: #a11;}
  21  .cm-s-mybb .cm-string-2 {color: #f50;}
  22  .cm-s-mybb .cm-meta {color: #555;}
  23  .cm-s-mybb .cm-error {color: #f00;}
  24  .cm-s-mybb .cm-qualifier {color: #555;}
  25  .cm-s-mybb .cm-builtin {color: #30a;}
  26  .cm-s-mybb .cm-bracket {color: #997;}
  27  .cm-s-mybb .cm-tag {color: #170;}
  28  .cm-s-mybb .cm-attribute {color: #00c;}
  29  .cm-s-mybb .cm-header {color: blue;}
  30  .cm-s-mybb .cm-quote {color: #090;}
  31  .cm-s-mybb .cm-hr {color: #999;}
  32  .cm-s-mybb .cm-link {color: #00c;}
  33  
  34  .cm-negative {color: #d44;}
  35  .cm-positive {color: #292;}
  36  .cm-header, .cm-strong {font-weight: bold;}
  37  .cm-em {font-style: italic;}
  38  .cm-emstrong {font-style: italic; font-weight: bold;}
  39  .cm-link {text-decoration: underline;}
  40  
  41  .cm-invalidchar {color: #f00;}


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref