[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/admin/jscripts/codepress/languages/ -> mybb.css (source)

   1  /*
   2   * CodePress color styles for HTML syntax highlighting
   3   */
   4  
   5  /* tags */
   6  b {color:#412CFF;}
   7  b a { font-weight: bold; }
   8  b i { font-style: italic;}
   9  b big { color: #888888;}
  10  
  11  /* attributes */
  12  s, s b {color:#036A2E;}
  13  
  14  /* comments */
  15  ins, ins b, ins s, ins em, tt a {color:#0066FF; font-style: italic;} 
  16  
  17  
  18  cite, s cite {color:#31849D;}
  19  cite s { font-weight: normal; color: #412CFF;}
  20  
  21  small { color: red; font-size: 13px;}
  22  
  23  em, em b {background: #f2f2f2; padding: 2px 0;} /* style */
  24  strong {background: #f2f2f2; padding: 2px 0;} /* script */
  25  tt { background: #f2f2f2; padding: 2px 0;}
  26  tt b i, tt b, tt b a, tt b big, tt s, tt s b{ color: #000; font-weight: normal; font-style: normal;}
  27  tt i {color:darkblue;font-weight:bold;} /* script reserved words */


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1