442 |
ddelon |
1 |
/* vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
2 |
/* ========================================================================================================
|
|
|
3 |
| Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org) |
|
|
|
4 |
+---------------------------------------------------------------------------------------------------------+
|
|
|
5 |
| This file is part of Papyrus. |
|
|
|
6 |
| |
|
|
|
7 |
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General |
|
|
|
8 |
| Public License as published by the Free Software Foundation; either version 2 of the License, or |
|
|
|
9 |
| (at your option) any later version. |
|
|
|
10 |
| |
|
|
|
11 |
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the |
|
|
|
12 |
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
|
|
|
13 |
| License for more details. |
|
|
|
14 |
| |
|
|
|
15 |
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to |
|
|
|
16 |
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
17 |
+---------------------------------------------------------------------------------------------------------+
|
|
|
18 |
CVS : $Id: wikini.css,v 1.1 2005-09-14 09:12:15 ddelon Exp $
|
|
|
19 |
===========================================================================================================
|
|
|
20 |
DESCRIPTION : Fichier de style des Wikini integres à papyrus
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
===========================================================================================================
|
|
|
24 |
Auteur original : David DELON <david.delon@clapas.net>
|
|
|
25 |
|
|
|
26 |
Autres auteurs :
|
|
|
27 |
|
|
|
28 |
===========================================================================================================
|
|
|
29 |
AUTEUR : $Author: ddelon $
|
|
|
30 |
VERSION : $Revision: 1.1 $ $Date: 2005-09-14 09:12:15 $
|
|
|
31 |
======================================================================================================= */
|
|
|
32 |
|
|
|
33 |
/* +----------------------------------------------------------------------------------------------------+
|
|
|
34 |
| STRUCTURE |
|
|
|
35 |
+----------------------------------------------------------------------------------------------------+*/
|
|
|
36 |
|
|
|
37 |
.edit { width: 100%; height: 400px; }
|
|
|
38 |
|
|
|
39 |
|
|
|
40 |
.buttons { background: #ccc; border: 1px solid #ccc; margin: 1; float:left; }
|
|
|
41 |
.raise{ border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; background: #ccc; margin:1; float:left; }
|
|
|
42 |
.press { border-top: 1px solid buttonshadow; border-left: 1px solid buttonshadow; border-bottom: 1px solid buttonhighlight; border-right: 1px solid buttonhighlight; background: #ccc; margin:1; float:left; }
|
|
|
43 |
/* ci dessous les petits champs */
|
|
|
44 |
.ACsearchbox { background: #FFFFF8; border: 0px; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px; font-size: 10px; }
|
|
|
45 |
.texteChampsImage {font-size: 10px; }
|
|
|
46 |
#toolbar { margin: 0; width: 450px; padding: 0; height:20px; background: #ccc; border-top: 1px solid buttonhighlight; border-left: 1px solid buttonhighlight; border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; text-align:left; }
|
|
|
47 |
|
|
|
48 |
/* +----------------------------------------------------------------------------------------------------+
|
|
|
49 |
| DESIGN |
|
|
|
50 |
+----------------------------------------------------------------------------------------------------+*/
|
|
|
51 |
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
|
|
|
52 |
*/
|