[ Index ]
 

Code source de bblocked 0.6.5

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/fugly/ -> stylesheet.css (source)

   1           /*********************************************************\

   2          ******            bblocked StyleSheet file             ******

   3         *****                                                     *****

   4        ****              Copyright (C) 2006  bblocked               ****

   5       ***                                                             ***

   6      **  This program is free software; you can redistribute it and/or  **

   7     **   modify it under the terms of the GNU General Public License     **

   8    **    as published by the Free Software Foundation; either version 2   **

   9   **     of the License, or (at your option) any later version.            **

  10   **                                                                       **

  11   **     This program 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        ****                                                         ****

  17         ****               http://www.bblocked.org/               *****

  18          ******                                                 ******

  19           \*********************************************************/
  20  
  21  
  22  body {
  23      padding: 0;
  24      margin: 0;
  25      padding-top: 30px;
  26      background: url(images/blueblackmix.jpg) repeat;
  27  }
  28  body,div {
  29      font-family: Geneva, Arial, Helvetica, sans-serif;
  30      font-size: 12px;
  31      color: #FF0000;
  32  }
  33  note {
  34      font-size: 10px;
  35  }
  36  a:active {
  37      color: #FF0000;
  38  }
  39  a:visited {
  40      color: #aa00aa;
  41  }
  42  a:link {
  43      color: #0000FF;
  44  }
  45  
  46  h1{
  47  margin:0;
  48  padding:0;
  49  display:inline;
  50  font-size:40px;
  51  text-decoration:underline;
  52  }
  53  h2{
  54  margin:0;
  55  padding:0;
  56  display:inline;
  57  text-decoration:underline;
  58  }
  59  
  60  .holder {
  61      width: 800px;
  62      height: auto;
  63      text-align: center;
  64      border: 5px solid #990000;
  65      padding: 4px;
  66  }
  67  .addr {
  68      font-size: 10px;
  69      font-family: verdana;
  70      background-color: #FF0000;
  71  }
  72  .auth {
  73      width: 600px;
  74      font-size: 11px;
  75      border: 7px solid blue;
  76      background-color: transparent;
  77      padding: 15px;
  78  }
  79  .footer {
  80      clear: both;
  81      text-align: center;
  82      font-size: 10px;
  83      font-weight: normal;
  84      padding-top: 15px;
  85  }
  86  .messageBox {
  87      font-family: Verdana, Arial, sans-serif;
  88      font-size: 10px;
  89      position: absolute;
  90      top: 0px;
  91      left: 0px;
  92      margin: 0px;
  93      padding: 0px;
  94      width: 100%;
  95      z-index: 2;
  96      opacity: .95;
  97      filter: alpha(opacity=95);
  98  }
  99  .ErrorMessage, .WarningMessage {
 100      font-family: Verdana, Arial, sans-serif;
 101      font-size: 10px;
 102      color: #512b2c;
 103      background-color: #ffb3b5;
 104      margin: 0px;
 105      padding: 2px;
 106      width: 100%;
 107      z-index: 2;
 108  }
 109  .SuccesMessages {
 110      font-family: Verdana, Arial, sans-serif;
 111      font-size: 10px;
 112      color: #2f512b;
 113      background-color: #99ff00;
 114      margin: 0px;
 115      padding: 2px;
 116      width: 100%;
 117      z-index: 2;
 118  }


Généré le : Tue Nov 20 20:31:26 2007 par Balluche grâce à PHPXref 0.7 Clicky Web Analytics