[ Index ]
 

Code source de Dotclear 1.2.5

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

title

Body

[fermer]

/ecrire/style/ -> install.css (source)

   1  /* ***** BEGIN LICENSE BLOCK *****
   2   * This file is part of DotClear.
   3   * Copyright (c) 2004 Olivier Meunier and contributors. All rights
   4   * reserved.
   5   *
   6   * DotClear is free software; you can redistribute it and/or modify
   7   * it under the terms of the GNU General Public License as published by
   8   * the Free Software Foundation; either version 2 of the License, or
   9   * (at your option) any later version.
  10   * 
  11   * DotClear is distributed in the hope that it will be useful,
  12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14   * GNU General Public License for more details.
  15   * 
  16   * You should have received a copy of the GNU General Public License
  17   * along with DotClear; if not, write to the Free Software
  18   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19   *
  20   * ***** END LICENSE BLOCK ***** */
  21  
  22  body {
  23      background : #fcfcfc url("fond.jpg");
  24      font-family : Verdana,Arial,Helevetica,sans-serif;
  25      color : #000;
  26      font-size : 0.8em;
  27      margin : 2em 8% 2em 8%;
  28  }
  29  
  30  a { color : #039; }
  31  
  32  html*a:hover, html*a:focus { text-decoration : none; }
  33  
  34  h1, h2 {
  35      font-family : sans-serif;
  36  }
  37  
  38  h1 {
  39      background : transparent url(../images/logo.png) no-repeat 0 20%;
  40      color : #666;
  41      padding-left : 200px;
  42      height : 60px;
  43      margin : 0;
  44  }
  45  h1 span {
  46      font-size : 0.5em;
  47  }
  48  
  49  h2 {
  50      color : #f90;
  51  }
  52  
  53  #main {
  54      background:#fff;
  55      color:#000;
  56      border:2px solid #000;
  57      padding : 1em;
  58  }
  59  
  60  .install { border-collapse : collapse; }
  61  
  62  .install td { padding : 0.5em 1em 0.2em 0; }
  63  
  64  .install .t { white-space: nowrap; }
  65  
  66  .important { font-weight: bold; color: #f00; }
  67  
  68  /* FORMULAIRES
  69  -------------------------------------------------------- */
  70  input, textarea, option, select {
  71      background : #eef3f5;
  72      color : #000;
  73      font-family : Verdana,Arial,Helvetica,sans-serif;
  74      font-size : 1em;
  75  }
  76  input, textarea {
  77      border-width : 1px;
  78  }
  79  *>input, *>textarea {
  80      border-color : #333;
  81  }
  82  
  83  label, span.label {
  84      display : block;
  85  }
  86  
  87  input.submit {
  88      border-style : outset;
  89      background : #d2e0e6 url(degrade_bleu.png) repeat-x 0 100%;
  90      font-weight : bold;
  91  }
  92  
  93  input.submit:hover, input.submit:focus {
  94      background : #fc3 url(degrade_orange.png) repeat-x 0 100%;
  95  }
  96  
  97  input.submit:active {
  98      border-style : inset;
  99  }
 100  
 101  p.field {
 102      clear : left;
 103      margin : 0;
 104      padding : 1em 0 0 0;
 105  }
 106  
 107  label.float, span.label {
 108      position : relative;
 109      float : left;
 110      width : 25%;
 111      padding-right : 0.5em;
 112  }


Généré le : Fri Feb 23 21:40:15 2007 par Balluche grâce à PHPXref 0.7