[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_css/ -> login.css (source)

   1  /* CSS Document */
   2  
   3  body {
   4      font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
   5      font-size: 11px;
   6      color: #282F42;
   7      background-image: url(../../img/backend/background.jpg);
   8      background-repeat: repeat-x;
   9      background-color: #C1D2E2; /*#D9DEE3*/
  10      margin: 0px;
  11      line-height: 125%;
  12  }
  13  a:link {
  14      color: #000000;
  15  }
  16  a:visited {
  17      color: #000000;
  18  }
  19  a:hover {
  20      color: #CC3300;
  21  }
  22  a:active {
  23      color: #000000;
  24  }
  25  
  26  p, div, form, h1, h2, h3, h4, h5, h6, hr {
  27      margin: 0;
  28      padding: 0;
  29  }
  30  input, select {
  31      font-size: 13px;
  32      font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  33  }
  34  p {
  35      font-size: 11px;
  36  }
  37  h1 {
  38      color: #6288AD;
  39      font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  40      font-size: 17px;
  41      font-weight:bold;
  42      margin-bottom: 5px;
  43  }
  44  td, .v10, .v11, .error {
  45      font-size:11px;
  46  }
  47  .error {
  48      color: #CC3300;
  49  }


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7