[ Index ]
 

Code source de Joomla 1.0.13

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/administrator/templates/joomla_admin/css/ -> admin_login.css (source)

   1  /**
   2  * @version $Id: admin_login.css 3553 2006-05-18 20:23:01Z stingrey $
   3  * @package Joomla
   4  * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
   5  * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php

   6  * Joomla! is free software and parts of it may contain or be derived from works

   7  * licensed under the GNU General Public License or other free or open source

   8  * software licenses. See COPYRIGHT.php for copyright notices and details.

   9  */
  10  
  11  body {
  12      margin: 0px;
  13      padding: 0px;
  14      color : #333;
  15      background-color : #FFF;
  16      font-size : 11px;
  17      font-family : Arial, Helvetica, sans-serif;
  18  }
  19  
  20  #wrapper {
  21          border: 0px;
  22          margin: 0px;
  23          margin-left: auto;
  24          margin-right: auto;
  25          padding: 0px;
  26  }
  27  
  28  #header {
  29          background-color: #FFF;
  30          background-position: right top;
  31          border-bottom: 4px solid #C64934;
  32          background: url(../images/header_bg.png);
  33  }
  34  
  35  #joomla {
  36          position: relative;
  37          width: 100%;
  38          background: url(../images/version.png) no-repeat;
  39          background-position: bottom right;
  40          margin: 0px;
  41          padding: 0px;
  42  }
  43  
  44  #break {
  45      height: 50px;
  46  }
  47  
  48  form {
  49      margin: 0px;
  50  }
  51  
  52  
  53  
  54  .button {
  55      border : solid 1px #cccccc;
  56      background: #E9ECEF;
  57      color : #666666;
  58      font-weight : bold;
  59      font-size : 11px;
  60      padding: 4px;
  61  }
  62  
  63  .login {
  64      margin-left: auto;
  65      margin-right: auto;
  66      margin-top: 6em;
  67      padding: 15px;
  68      border: 1px solid #cccccc;
  69      width: 429px;
  70      background: #F1F3F5;
  71  }
  72      
  73  .login h1 {
  74      background: url(../images/login_header.png) no-repeat;
  75      background-position: left top;
  76      color: #333;
  77      margin: 0px;
  78      height: 50px;
  79      padding: 15px 4px 0 50px;
  80       text-align: left;
  81      font-size: 1.5em;
  82  }
  83  
  84  .login p {
  85      padding: 0 1em 0 1em;
  86      }
  87      
  88  .form-block {
  89      border: 1px solid #cccccc;
  90      background: #E9ECEF;
  91      padding-top: 15px;
  92      padding-left: 10px;
  93      padding-bottom: 10px;
  94      padding-right: 10px;
  95  }
  96  
  97  .login-form {
  98      text-align: left;
  99      float: right;
 100      width: 60%;
 101  }
 102  
 103  .login-text {
 104      text-align: left;
 105      width: 40%;
 106      float: left;
 107  }
 108  
 109  .inputlabel {
 110      font-weight: bold;
 111      text-align: left;
 112      }
 113  
 114  .inputbox {
 115      width: 150px;
 116      margin: 0 0 1em 0;
 117      border: 1px solid #cccccc;
 118      }
 119  
 120  .clr {
 121      clear:both;
 122      }
 123  
 124  .ctr {
 125      text-align: center;
 126  }
 127  
 128  .version {
 129      font-size: 0.8em;
 130  }
 131  
 132  .footer {
 133  
 134  }
 135  
 136  .message {
 137      margin-top: 10px; 
 138      padding: 7px; 
 139      width: 400px;
 140      border: 1px solid #B22222;
 141      background: #F1F3F5;
 142      color: #B22222;    
 143      font-weight: bold;
 144      font-size: 13px;
 145  }


Généré le : Wed Nov 21 14:43:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics