[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/rsc/css/ -> login.css (source)

   1  /**

   2   * Backoffice main Cascading Style Sheets definitions for Desert style.

   3   *

   4   * b2evolution - {@link http://b2evolution.net/}

   5   * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}

   6   * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}

   7   *

   8   * @package admin

   9   */
  10  
  11  @import url(basic.css);            /* Import basic styles */
  12  @import url(img.css);              /* Import standard image styles */
  13  @import url(forms.css);            /* Import default form styles */
  14  
  15  body {
  16      margin: 0;
  17      background-color: #fff;
  18      color: #000;
  19      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  20      font-size: 84%;
  21  }
  22  
  23  /* Titles */

  24  h1.logintitle {
  25      padding:0;
  26      margin:0;
  27  }
  28  h2.logintitle {
  29      color: #000;
  30      font-size: 120%;
  31      padding: 0;
  32      margin: .5ex;
  33  }
  34  
  35  
  36  div.log_container {
  37      margin-left: 0;
  38      margin-right: 0;
  39  }
  40  
  41  /* Form elements: */

  42  input.input_text {
  43      border: 1px solid #ccc;
  44      background-color: #eee;
  45      padding: 1px;
  46      vertical-align: middle;
  47      width: 97%;
  48      margin: 1px;
  49      margin-left: 0;
  50      margin-right: 0;
  51  }
  52  input.field_error {
  53      background:#fbf2ee;
  54      border: 1px solid #d99;
  55  }
  56  
  57  /* Links and buttons: */

  58  a {
  59      background-color: transparent;
  60      color: #008;
  61      text-decoration: none;
  62  }
  63  a:hover {
  64      color: #00b;
  65      text-decoration: underline;
  66  }
  67  
  68  div.loginblock {
  69      border: 1px solid #CCCCCC;
  70      padding: 2ex;
  71      margin: 3ex auto;
  72      width: 40em;
  73      clear: both;
  74  }
  75  div.loginblock fieldset {
  76      margin: 0;
  77      padding: 1ex 0;
  78  }
  79  div.loginblock legend {
  80      margin: 0 1ex;
  81      font-weight: bold;
  82  }
  83  
  84  .footer {
  85      text-align: center;
  86      font-size: 74%;
  87      margin-top: 0ex;
  88      margin-bottom: 0ex;
  89      padding-bottom: 1ex;
  90      clear: both;
  91  }
  92  
  93  
  94  /*

  95   * $Log: login.css,v $

  96   * Revision 1.3  2007/02/03 18:43:14  fplanque

  97   * cleaner handling of errors

  98   *

  99   * Revision 1.2  2007/01/19 03:06:56  fplanque

 100   * Changed many little thinsg in the login procedure.

 101   * There may be new bugs, sorry. I tested this for several hours though.

 102   * More refactoring to be done.

 103   *

 104   * Revision 1.1  2006/02/23 21:12:34  fplanque

 105   * File reorganization to MVC (Model View Controller) architecture.

 106   * See index.hml files in folders.

 107   * (Sorry for all the remaining bugs induced by the reorg... :/)

 108   *

 109   * Revision 1.1  2005/05/23 14:32:21  fplanque

 110   * isolated login (htsrv) CSS styles

 111   *

 112   */


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics