[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/3rdParty/geshi/ -> highlight.css (source)

   1  .php .de1, .php .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
   2  .php .imp {font-weight: bold; color: red;}
   3  .php li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
   4  .php .kw1 {color: #b1b100;}
   5  .php .kw2 {color: #000000; font-weight: bold;}
   6  .php .kw3 {color: #000066;}
   7  .php .co1 {color: #808080; font-style: italic;}
   8  .php .co2 {color: #808080; font-style: italic;}
   9  .php .coMULTI {color: #808080; font-style: italic;}
  10  .php .es0 {color: #000099; font-weight: bold;}
  11  .php .br0 {color: #66cc66;}
  12  .php .st0 {color: #ff0000;}
  13  .php .nu0 {color: #cc66cc;}
  14  .php .me1 {color: #006600;}
  15  .php .me2 {color: #006600;}
  16  .php .re0 {color: #0000ff;}
  17  
  18  .xml .de1, .xml .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
  19  .xml .imp {font-weight: bold; color: red;}
  20  .xml li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
  21  .xml .coMULTI {color: #808080; font-style: italic;}
  22  .xml .es0 {color: #000099; font-weight: bold;}
  23  .xml .br0 {color: #66cc66;}
  24  .xml .st0 {color: #ff0000;}
  25  .xml .nu0 {color: #cc66cc;}
  26  .xml .sc0 {color: #00bbdd;}
  27  .xml .sc1 {color: #ddbb00;}
  28  .xml .sc2 {color: #339933;}
  29  .xml .sc3 {color: #009900;}
  30  .xml .re0 {color: #000066;}
  31  .xml .re1 {font-weight: bold; color: black;}
  32  .xml .re2 {font-weight: bold; color: black;}
  33  
  34  
  35  .prado .de1, .prado .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
  36  .prado .imp {font-weight: bold; color: red;}
  37  .prado li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
  38  .prado .coMULTI {color: #808080; font-style: italic;}
  39  .prado .es0 {color: #000099; font-weight: bold;}
  40  .prado .br0 {color: #66cc66;}
  41  .prado .st0 {color: #ff0000;}
  42  .prado .nu0 {color: #cc66cc;}
  43  .prado .sc0 {color: #00bbdd;}
  44  .prado .sc1 {color: #ddbb00;}
  45  .prado .sc2 {color: #339933;}
  46  .prado .sc3 {color: #009900;}
  47  .prado .re0 {color: #006; font-weight: bold; } /* prado com:ComponentName tags */
  48  .prado .re0 a.api { color: #006; text-decoration: none; border-bottom: 1px dotted #33f; }
  49  .prado .re1 {color: #006; font-weight: bold; }  /* prado </com:TComponentName> tags */
  50  .prado .re2 {color: #c66; font-weight: bold; }  /* prado </com:TComponentName> tags */
  51  
  52  
  53  .html .de1, .html .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
  54  .html .imp {font-weight: bold; color: red;}
  55  .html li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
  56  .html .kw1 {color: #b1b100;}
  57  .html .kw2 {color: #000000; font-weight: bold;}
  58  .html .kw3 {color: #000066;}
  59  .html .coMULTI {color: #808080; font-style: italic;}
  60  .html .es0 {color: #000099; font-weight: bold;}
  61  .html .br0 {color: #66cc66;}
  62  .html .st0 {color: #ff0000;}
  63  .html .nu0 {color: #cc66cc;}
  64  .html .sc0 {color: #00bbdd;}
  65  .html .sc1 {color: #ddbb00;}
  66  .html .sc2 {color: #009900;}
  67  
  68  .css .de1, .css .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
  69  .css .imp {font-weight: bold; color: red;}
  70  .css li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
  71  .css .kw1 {color: #000000; font-weight: bold;}
  72  .css .kw2 {color: #993333;}
  73  .css .co1 {color: #a1a100;}
  74  .css .coMULTI {color: #808080; font-style: italic;}
  75  .css .es0 {color: #000099; font-weight: bold;}
  76  .css .br0 {color: #66cc66;}
  77  .css .st0 {color: #ff0000;}
  78  .css .nu0 {color: #cc66cc;}
  79  .css .re0 {color: #cc00cc;}
  80  .css .re1 {color: #6666ff;}
  81  .css .re2 {color: #3333ff;}
  82  
  83  .javascript .de1, .javascript .de2 {font-family: 'Courier New', Courier, monospace; font-weight: normal;}
  84  .javascript .imp {font-weight: bold; color: red;}
  85  .javascript li {font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;}
  86  .javascript .kw1 {color: #000066; font-weight: bold;}
  87  .javascript .kw2 {color: #003366; font-weight: bold;}
  88  .javascript .kw3 {color: #000066;}
  89  .javascript .co1 {color: #009900; font-style: italic;}
  90  .javascript .coMULTI {color: #009900; font-style: italic;}
  91  .javascript .es0 {color: #000099; font-weight: bold;}
  92  .javascript .br0 {color: #66cc66;}
  93  .javascript .st0 {color: #3366CC;}
  94  .javascript .nu0 {color: #CC0000;}
  95  .javascript .me1 {color: #006600;}
  96  .javascript .re0 {color: #0066FF;}
  97  
  98  .source .copycode
  99  {
 100      text-align: right;
 101      float: right;
 102  }
 103  
 104  .source .copycode a
 105  {
 106      cursor: pointer;
 107      color: blue;
 108  }
 109  
 110  .source .copycode_hover a
 111  {
 112      color: red;
 113  }


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7