[ Index ]
 

Code source de bblocked 0.6.5

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/sharp/ -> 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      background: #544369 url(images/background.gif) repeat-x top left;
  26  }
  27  body,div {
  28      font-family: Geneva, Arial, Helvetica, sans-serif;
  29      font-size: 12px;
  30      color: #f5f2f9;
  31  }
  32  note {
  33      font-size: 10px;
  34  }
  35  a {
  36      color: #dad1e5;
  37  }
  38  a:link {
  39      text-decoration: none;
  40  }
  41  a:visited {
  42      text-decoration: none;
  43      color: #dad1e5;
  44  }
  45  a:hover {
  46      text-decoration: underline;
  47      color: #f5f2f9;
  48  }
  49  a:active {
  50      text-decoration: none;
  51      color: #dad1e5;
  52  }
  53  
  54  
  55  .holder {
  56      width: 800px;
  57      height: auto;
  58      text-align: center;
  59      padding: 4px;
  60  }
  61  .addr {
  62      font-size: 10px;
  63      font-family: verdana;
  64      border: 1px solid #f5f2f9;
  65      background-color: #e0d6ed;
  66      color:#544369;
  67  }
  68  .auth {
  69      width: 600px;
  70      font-size: 11px;
  71      font-family: verdana;
  72      border: 1px solid #e0d6ed;
  73      background-color: #453460;
  74  }
  75  .footer {
  76      clear: both;
  77      text-align: center;
  78      font-size: 10px;
  79      font-weight: normal;
  80      padding-top: 15px;
  81  }
  82  .messageBox {
  83      font-family: Verdana, Arial, sans-serif;
  84      font-size: 10px;
  85      position: absolute;
  86      top: 0px;
  87      left: 0px;
  88      margin: 0px;
  89      padding: 0px;
  90      width: 100%;
  91      z-index: 2;
  92      opacity: .95;
  93      filter: alpha(opacity=95);
  94  }
  95  .ErrorMessage, .WarningMessage {
  96      font-family: Verdana, Arial, sans-serif;
  97      font-size: 10px;
  98      color: #512b2c;
  99      background-color: #ffb3b5;
 100      margin: 0px;
 101      padding: 2px;
 102      width: 100%;
 103      z-index: 2;
 104  }
 105  .SuccesMessages {
 106      font-family: Verdana, Arial, sans-serif;
 107      font-size: 10px;
 108      color: #2f512b;
 109      background-color: #99ff00;
 110      margin: 0px;
 111      padding: 2px;
 112      width: 100%;
 113      z-index: 2;
 114  }
 115  #top_spikes{

 116  width:100%;
 117  height:94px;
 118  background: url(images/spikes_01.gif) repeat-x top center;
 119  }
 120  #bottom_spikes{

 121  width:100%;
 122  height:94px;
 123  bottom:0px;
 124  position:absolute;
 125  background: url(images/spikes_03.gif) repeat-x top center;
 126  }


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